I thought the same thing about edge-detection in general.wilbert wrote:This time I'm mostly intrigued by the Gabor examples.
- edge-detection is an important part of image analysis; numerous examples use a variety of edge-detection methods
Updated the OSX interface:
- converted 10 examples
-- cv_cam_setimageROI.pb: displays either a second webcam or simulates a second webcam by duplicating the main one
-- cv_cam_spider_web.pb: draw a Spider Web sketch from a webcam frame
-- cv_cam_warpaffine.pb: warp, stretch, rotate and resize a webcam stream
-- cv_cam_warpperspective.pb: calculates a perspective transform from four pairs of corresponding points
-- cv_overlay_1.pb: apply a perspective transform calculated from four pairs of points to an image, overlayed onto another image
-- cv_solve_maze.pb: maze game / solve a maze using a morphological transformation
-- cv_warpaffine.pb: calculates an affine transform from three pairs of corresponding points
-- cv_warpperspective_1.pb: calculates a perspective transform from four pairs of corresponding points
-- cv_warpperspective_2.pb: calculates a perspective transform from four pairs of corresponding points
-- cv_water_ripples.pb: creates the illusion of water ripples on a background image
NB*: An added bonus to converting examples to OSX are the corrections and enhancements being made to the Windows interface.