ImageMagick Cleanup Script
2 years ago
ImageMagick Cleanup Script
Use this batch script with ImageMagick to clean up whiteboard images:
convert "%1" -morphology Convolve DoG:15,100,0 -negate -normalize -level 60%%,91%%,0.1 "%~p1clean_%~n1%~x1"
Use this batch script with ImageMagick to clean up whiteboard images:
convert "%1" -morphology Convolve DoG:15,100,0 -negate -normalize -level 60%%,91%%,0.1 "%~p1clean_%~n1%~x1"
Comment posting has been disabled by the journal owner.