Hi wilbert,
Here are the last of the Windows examples modified to work in OSX.
Thank you very much for your invaluable support throughout this process
- most of the following legacy examples have been demonstrated in previously posted examples using newer OpenCV functions
Updated the OSX interface:
- converted 8 examples
--
le_cam_extractSURF.pb: detects keypoints and computes SURF (Speeded-Up Robust Features) descriptors on the webcam interface
--
le_extractSURF.pb: detects keypoints and computes SURF (Speeded-Up Robust Features) descriptors
--
le_fitellipse_1.pb: creates a sequence of points, bounding them in an ellipse of the minimal area
--
le_mov_bgcodebookmodel.pb: using an average difference learning method, foreground moving objects of a certain size are tracked
--
le_mov_bgstatmodel_1.pb: using a background/foreground detection algorithm, foreground objects are highlighted/removed
--
le_mov_bgstatmodel_2.pb: using a Gaussian mixture-based background/foreground detection algorithm, foreground objects are highlighted
--
le_mov_gaussianbgmodel.pb: using a Gaussian background model, foreground moving objects of a certain size are tracked
--
le_pyrsegmentation.pb: implementing image segmentation by pyramids, a cartoon effect is achieved
NB*: Fixed an OSX OpenCV Function declaration that improved performance from the stitching examples.