added c++ interface for cvPyrMeanShiftFiltering; added sample on meanshift segmentation
authorMaria Dimashova <no@email>
Wed, 28 Jul 2010 16:41:12 +0000 (16:41 +0000)
committerMaria Dimashova <no@email>
Wed, 28 Jul 2010 16:41:12 +0000 (16:41 +0000)
commitcba926a428ebcc65661e650b1f0df6496c4e3f81
tree644ac24226964087c400e62767f7ba3f6eab3596
parent69ef5efb4d0eb6f8e89eb836c8d20f5ef34286db
added c++ interface for cvPyrMeanShiftFiltering; added sample on meanshift segmentation
modules/features2d/src/calonder.cpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/imgproc/src/segmentation.cpp
samples/cpp/meanshift_segmentation.cpp [new file with mode: 0644]