Hi AAT,
Thank you for the compliment, but I think I'm more OCD then perfectionist.
-------------------------------------------
Updated:
- renamed 9 examples
-- cv_boundingrectangle.pb to cv_bounding_rectangle.pb
-- cv_cam_fallingballs.pb to cv_cam_falling_balls.pb
-- cv_cam_pbdatabase.pb to cv_cam_pb_database.pb
-- cv_imagedots.pb to cv_image_dots.pb
-- cv_pbfont.pb to cv_pb_font.pb
-- cv_pbimage_1.pb to cv_pb_image_1.pb
-- cv_pbimage_2.pb to cv_pb_image_2.pb
-- cv_solvemaze.pb to cv_solve_maze.pb
-- le_nearestneighbor.pb to le_nearest_neighbor.pb
- added 1 example
-- cv_pencil_sketch.pb: simulate a color / black & white pencil sketch from an image
- added 2 images
The new example is based on code from the C++ blending script mentioned in a previous post.
Note:
- press the Spacebar to switch between color / black & white
- to increase the pencil effect increase the parameter: iterations (found in the Procedure: PencilSketch)
- to increase or decrease the pencil effect change the parameter: shade (found in the Procedure: OpenCV)
Cheers!