connectedComponents: peep-hole optimizations, mostly surrouding the fact that cv...
authorJason Newton <jason@utopiacompression.com>
Sat, 25 Aug 2012 09:31:52 +0000 (02:31 -0700)
committerJason Newton <jason@utopiacompression.com>
Mon, 5 Nov 2012 16:10:35 +0000 (08:10 -0800)
commit4c0cb2576d588b641b3496628eb2c07cfeedb7b6
treee4934d5e189275c700153e0352beaecbd26bef55
parent45b4f4f32bf2aec782432c9755e2e5b03a7bd152
connectedComponents: peep-hole optimizations, mostly surrouding the fact that cv::Mat::at is expensive in a tight-loop -also added a "blobstats" version
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/imgproc/src/connectedcomponents.cpp
samples/cpp/connected_components.cpp