Search found 2 matches

by schcriher
2015-11-17T15:54:59-07:00
Forum: Users
Topic: Problems with threshold in Magick++
Replies: 2
Views: 1855

Re: Problems with threshold in Magick++ (bug?)

Thank you very much!!! I spent the whole afternoon with this problem. I worked with 65535/2 (I have Q16). Cheers.
by schcriher
2015-11-17T15:34:53-07:00
Forum: Users
Topic: Problems with threshold in Magick++
Replies: 2
Views: 1855

Problems with threshold in Magick++

I'm trying to replicate a fingerprint generator [1]. I have it running on the command-line version, but when translated into C++ found a bug with threshold. Test image: http://s20.postimg.org/xb81vus4p/test.png Running from command line: convert test.png -threshold 50% test_1.png Is obtained: http ...