Add Triangle thresholding algorithm
authorMiroslav Benes <mbenes@suse.cz>
Wed, 22 Oct 2014 14:54:39 +0000 (16:54 +0200)
committerMiroslav Benes <mbenes@suse.cz>
Wed, 22 Oct 2014 14:54:39 +0000 (16:54 +0200)
commit5b1fd739d9af0e76c7e5d33938d26d31bd5a8075
treee5481255de3f6bd755ef123b61557a06319543d5
parent322593e89fde16b31f709487dd93b152d1675663
Add Triangle thresholding algorithm

Add Triangle method for automatic threshold computation next to the existing
Otsu's method. Triangle deals better with images whose histogram does not
contain dominant peak.

See paper Zack GW, Rogers WE, Latt SA.: Automatic measurement of sister
chromatid exchange frequency. J Histochem Cytochem. 1977 Jul;25(7):741-53.
modules/cudaarithm/doc/element_operations.rst
modules/imgproc/doc/miscellaneous_transformations.rst
modules/imgproc/include/opencv2/imgproc.hpp
modules/imgproc/include/opencv2/imgproc/types_c.h
modules/imgproc/src/thresh.cpp