how i could remove hidden color for this image ?
Posted: 2017-09-25T17:47:33-07:00
this image appears normal apparently
but when i apply connected components remove 200 area
appears this
I expected obtain only rect images not distorted image
please help me whit this
but when i apply connected components remove 200 area
appears this
Code: Select all
convert imaget.jpg -define connected-components:area-threshold=200 -define connected-components:mean-color=true -connected-components 8 out.png
I expected obtain only rect images not distorted image
please help me whit this