mohamadDev / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Otsu thresholding enhancement #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current Otsu thresholding isn't atomic enouhg, it performs several functions 
at the same time: 1) looks for the threshold, 2) applies it to the image.

It would be nice if there were ability to compute and cache threshold 
separatly to avoid overhead of unnecessary image transform.

> What version of the product are you using?

2.0.1

Original issue reported on code.google.com by Qbi...@gmail.com on 3 Dec 2009 at 10:44

GoogleCodeExporter commented 9 years ago
Added CalculateThreshold() method into 3 adaptive thresholding classes, which 
allows 
to calculate threshold only without applying it to image.

Committed in revision 1151. Will be released in 2.1.x version.

Original comment by andrew.k...@gmail.com on 16 Dec 2009 at 2:39

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 24 Jan 2010 at 2:31