Based on advice from AAT, I returned some of the deleted examples - update reposted.
--------------------------------------------------
Updated:
- moved the folder /default/ from /binaries/ to root ../ (affecting 1 example)
--
pb_cam_preferences.pb now referencing the folder /other/
- updated 2 Procedures (affecting 5 examples)
--
cvCalcHist / cvCalcBackProject: cv_calcbackproject.pb, cv_cam_camshift.pb, cv_cam_histogram.pb, cv_histogram_1.pb, cv_histogram_2.pb
- updated 2 groups of Procedures (affecting 1 example)
--
cvGetHistValue / cvQueryHistValue: cv_cam_histogram.pb
- updated 37 examples that use the Trackbar Procedure / Function
--
CvTrackbarCallback, cvCreateTrackbar
-
deleted 1 examples
-- cv_pow.pb (function used incorrectly)
-
renamed 9 examples
-- cv_calculate.pb to cv_add_subtract.pb
-- cv_cam_skin_1.pb to cv_cam_skin_detection_2.pb
-- cv_cam_skin_2.pb to cv_cam_skin_detection_3.pb
-- cv_cam_skin_3.pb to cv_cam_skin_detection_4.pb
-- cv_cam_skin_4.pb to cv_cam_skin_detection_5.pb
-- cv_cam_skin_5.pb to cv_cam_skin_detection_6.pb
-- cv_cam_haar_training_1.pb to cv_cam_haardetect_train_1.pb
-- cv_cam_haar_training_2.pb to cv_cam_haardetect_train_2.pb
-- cv_cam_haar_wavelet.pb to cv_cam_haar_transform.pb
-
updated 5 examples
-- cv_add_subtract.pb, cv_cam_haar_transform.pb, cv_contours_1.pb, le_stitching_1.pb, le_stitching_2.pb
-
added 8 examples
--
cv_cam_skin_detection_1.pb: based on script found
here
--
cv_cam_warpaffine.pb: based on script found
here
--
cv_color_balance_1.pb: based on script found
here
--
cv_color_balance_2.pb: based on script found
here
--
cv_haar_transform.pb: based on script found
here
--
cv_laplacian_blending.pb: based on script found
here
--
cv_oil_painting.pb: based on script found
here
--
cv_radial_blur.pb: based on script found
here
cv_add_subtract.pb
- removed the multiply and divide functions (used incorrectly)
- example now saves the state between operations
cv_cam_haar_transform.pb
- AAT you were
correct, the example needed fixing
le_stitching_1.pb, le_stitching_2.pb
- included an equalize intensity Procedure
- added the basic algorithm from
cv_color_balance_2.pb, but could be improved by using one of the advanced algorithms in either example
cv_cam_skin_detection.pb
- provides a better solution then the other 5 skin detection examples
cv_laplacian_blending.pb
- results are similar to the example
cv_poisson_blending_1.pb
-
additional documentation
