Can anyone help me out to explain how SubtractColor method of ImageDocument object works?
As we can provide arguments for Hue and Saturation, but what about the third parameter L luminous which is not defined, It works over HSL color model.
Can anyone help me out to explain how SubtractColor method of ImageDocument object works?
As we can provide arguments for Hue and Saturation, but what about the third parameter L luminous which is not defined, It works over HSL color model.
0 out of 0 found this helpful
Comments
1 comment
This method is supposed for filtering static (for example red) text on different blanks, forms (i.e. passports) etc and saving grey/black color. The method changes the lightness (intensity) of the colorful background or text to remove it from the picture to increase the recognition quality. That is the reason why lightness is not passes as a parameter to the method.
If this method is not suitable for your purposes in this case, please, describe your scenario to search for the workaround.
Please sign in to leave a comment.