Page 1 of 1
regarding threshold
Posted: 2007-11-06T00:13:54-07:00
by raju
What are the options given to threshold and how it works ??
Re: regarding threshold
Posted: 2007-11-15T22:49:16-07:00
by anthony
Re: regarding threshold
Posted: 2007-11-16T00:23:52-07:00
by nsh
I found that using % instead of for example 255,255,255 was wery logic when using function WhiteThresholdImage.
I'm setting all pixels above 250 to white, 250 is 98% of 255.
so my call to WhiteThresholdImage with 98% as threshold , did the job.
Re: regarding threshold
Posted: 2007-11-19T17:10:57-07:00
by anthony
Using percent is preferable as it will work for ALL 'Q' levels of IM.
not just Q8. Basially it is not just a percentage but a floating point specification giving very fine control.