Hi applePi,
All good suggestions, I'll give them a try in the next couple days if the problem persists, or can't be fixed.
Thank you for your concern and feedback.
--------------------------------------------------------
Update: Fred fixed the error. A link to the latest update is available in the first post.
--------------------------------------------------------
Updated:
- added 3 examples
-- cv_cam_foreground.pb: displays a threshold foreground view using filters to return the difference between frames, from the webcam interface
-- cv_cam_convexitydefects.pb: calculates the contour areas, finding the convex hull of point sets to convexity defects, displayed on the webcam interface
-- cv_fractal_3.pb: Fractal Art: Created by calculating fractal objects represented as images
- updated 4 examples
-- cv_cam_warpperspective.pb
-- cv_inpaint.pb
-- cv_warpaffine.pb
-- cv_warpperspective_1.pb
cv_fractal_3.pb: Based on script found
here.
There are a lot more updated examples then are listed, but the four mentioned above demonstrate some of the improvements.
--------------------------------------------------------
Hi Mythros,
Take a look at the new example: cv_cam_convexitydefects.pb - this should provide a start to your request. Another example that may be better suited for the task is: cv_cam_track_color.pb.
--------------------------------------------------------
Hi dige & Little John,
Please enjoy the latest version of the package.
--------------------------------------------------------
Hi AAT,
I did take a look into the new version of OpenCV (v3.0). As it's still in its Alpha build I'm going to hold off on an update, but it does look promising. Instead of multiple DLLs they are now combined into a single file: opencv_world300.dll. Currently there is no legacy DLL, but I'm hoping that will change with later releases. The new HAAR Classifiers were created for the C++ functions, but we can always use the ones from the current package. I'm sure there are more changes to come.