Here's my example. Left to right:
- original image
- grayscale + (3,3) gaussian blur
- Otsu thresholding + invert pixels
I want to capture more of the faint part of the pen stroke. I understand that Otsu Thresholding tries to apply the threshold point in between two peaks of the pixel intensity histogram, but I'd like to bias that a bit so I can capture some of the lighter pixels.
Is it possible out of the box? Or do I need to do something manual?