1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-23 18:09:25 +08:00

1 Commits

Author SHA1 Message Date
scloke
a5cc475583 Merge pull request #3093 from scloke:master
* New superpixel algorithm (F-DBSCAN)

Implementation of a new superpixel algorithm, "Accelerated superpixel image segmentation with a parallelized DBSCAN algorithm".

* Update scansegment.hpp

added newline at end of file

* Update scansegment.cpp

added newline at end of file

* Update scansegment.cpp

bug fixes

* Update scansegment.cpp

bug fixes

* Update scansegment.hpp

bug fixes

* Update scansegment.cpp

bug fixes

* Update scansegment.hpp

trailing whitespace removal

* Update scansegment.cpp

bug fixes

* Update scansegment.cpp

bug fixes

* Update scansegment.cpp

editing changes

* Update scansegment.hpp

editing changes

* Update scansegment.hpp

minor edits

* Update scansegment.cpp

bug fixes

* Update scansegment.cpp

inserted @addtogroup block

* Update scansegment.cpp

bug fixes

* Update scansegment.hpp

bug fixes

* Update scansegment.hpp

indents removed

* Update scansegment.cpp

extra indents removed

* Update scansegment.cpp

license agreement updated

* Update scansegment.hpp

license agreement updated

* Update ximgproc.bib

* Update scansegment.hpp

reference moved to ximgproc.bib

* Update scansegment.cpp

reference moved to ximgproc.bib

* Update scansegment.hpp

c++ def removed

* Update scansegment.hpp

changed threads param

* Update scansegment.cpp

changed threads param

* Update scansegment.cpp

tab indents replaced with 4 spaces

* Update scansegment.cpp

bug fixes

* Update scansegment.hpp

removed trailing whitespace

* Update scansegment.cpp

replace malloc with autobuffer

* Update scansegment.hpp

updated header guard

* Update scansegment.cpp

bug fix

* Update scansegment.cpp

bug fixes

* Update scansegment.cpp

fixed process threads to the number of slices

* Update scansegment.cpp

bug fixes

* Update scansegment.cpp

C++ 11 lambdas used instead of cv::ParallelLoopBody

* Update scansegment.cpp

changed neighbours location buffer to array

* Update scansegment.cpp

remove whitespace

* Update scansegment.cpp

RAW pointers removed

* Update scansegment.cpp

bug fixes

* ximgproc(ScanSegment): coding style, add smoke test

* Update scansegment.hpp

added citation

* Update scansegment.cpp

bug fixes
2021-11-29 13:00:02 +00:00