Thresholder converts images to pure black and white photos
- Thresholding software for engraving plant photos into signs
Download and install from https://processing.org/download/
- Open LaserCutterThresholder.pde
- Modify dir = "" to point to the subfolder containing the target image
- Modify fileName = "" to the target image file
- Adjust noiseReduction. Noise reduction will lower the local threshold makeing the output image contain less black pixels
- Adjust brushSize. Brush size will set a neighborhood radius for each pixel used in thresholding. Runtime is O(n^2) where n is radius
- Adjust blacken. Blacken raises an autodetermined threshold to make the resulting image contain more black pixels
- Press the Processing build button
- Choose 1 of the 4 thresholding types
- Wait. this may take some time
- The thresholded laserfriendly image will be exported to the LaserCutterThreshold/output folder
- To revert to the original color image and run annother threshold, click the thresholded image