Search found 2 matches

by mjwvb
2017-06-30T15:31:27-07:00
Forum: Developers
Topic: Using histogram information from C++ (Otsu threshold)
Replies: 7
Views: 20100

Re: Using histogram information from C++ (Otsu threshold)

I agree, it would be nice to have some of the common auto thresholding techniques in the ImageMagick core. Imo there are many situations wherein auto selection is better than the manual (subjective) selection of a threshold level by humans, or you simply want to provide a default threshold level. In...
by mjwvb
2017-06-30T10:16:57-07:00
Forum: Developers
Topic: Using histogram information from C++ (Otsu threshold)
Replies: 7
Views: 20100

Re: Using histogram information from C++

It's a topic from 7 years ago so you probably don't need it anymore. Anyway, I needed it for a project of mine and couldn't find a working implementation anywhere, so I had to make it myself. If anybody still needs an Otsu thresholding implementation for magick++ / c++, I want to share the code with...