morphology
Posted: 2012-05-21T08:30:38-07:00
I read article
http://www.imagemagick.org/Usage/morphology/
and a I am stucked at this two examples. I don't understand the commands:
What doed mean "2x1:1,0"
and in the second command:
"3x1:1,-,0"
Can you break it down to explain every individual character of this argument?
And is possible to use Mophology to compare letters in Images?
For Example:
http://www.virtualtripping.com/wp-conte ... aduz-2.jpg
On the image is Town "Sevelen" and I would want do some operation with it.
For example to check if the Sevelen is on the Photo or Get position of the red dot, which is placed just before the Sevelen title. Or possibly to convert the text from the image... But I think it would not be simple... Am I write? I would need whole alphabet to convert it ...
http://www.imagemagick.org/Usage/morphology/
and a I am stucked at this two examples. I don't understand the commands:
Code: Select all
convert man.gif -morphology Hit-and-Miss '2x1:1,0' hmt_right.gif
and in the second command:
Code: Select all
convert man.gif -morphology Hit-and-Miss '3x1:1,-,0' hmt_right2.gif
Can you break it down to explain every individual character of this argument?
And is possible to use Mophology to compare letters in Images?
For Example:
http://www.virtualtripping.com/wp-conte ... aduz-2.jpg
On the image is Town "Sevelen" and I would want do some operation with it.
For example to check if the Sevelen is on the Photo or Get position of the red dot, which is placed just before the Sevelen title. Or possibly to convert the text from the image... But I think it would not be simple... Am I write? I would need whole alphabet to convert it ...