implemented mean shift segmentation with elimination of small segments, added tests
authorAlexey Spizhevoy <no@email>
Wed, 13 Oct 2010 09:10:24 +0000 (09:10 +0000)
committerAlexey Spizhevoy <no@email>
Wed, 13 Oct 2010 09:10:24 +0000 (09:10 +0000)
commit970dd7f593758a05da162d218230e35835ade38c
treec88a6af44be49a51e0436b7294bc7be62bf5fa4f
parent5386a8e7cb3fca8c239d0f9d834ee48bf6be81e2
implemented mean shift segmentation with elimination of small segments, added tests
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/mssegmentation.cpp [new file with mode: 0644]
tests/gpu/src/mssegmentation.cpp [new file with mode: 0644]