Need urgent help
I am trying to impliment tom gibara's canny's algorithm for edge detection.I am stuck at a point how to give input image..
<detector.setSourceImage(frame);>
this line take the...