Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Morphology is new and what I am working on while on vactaion visiting relatives (wifes) in far South-west China. Network access is only via internet cafe, so my updates are slow.
At this time all the morphology stuff should be working, though it will be better once documentation is present to show what you can do with it.
At thge moment I am documenting basic convolution. This also has a separate option -convolve whcih uses older code that will eventually be replaced by the morphology version. After that the four basic morphology operators will be documented and the 'Distance' morphology operator. When complete I will then see about addint the other morphology methods, like top-hat, edge-in/out (also known as morphological gradient), hit-n-miss, pruning, thinning, thickening, and a couple of forms of skeletionization.
All this will make the later addition of things like segmentation a lot easier in the far future.
I'm using the following IM version and -morphology yields "convert: unrecognized option `-morphology' @ convert.c/ConvertImageCommand/1900." .
Version: ImageMagick 6.5.7-8 2009-11-26 Q16 http://www.imagemagick.org
Is that because it's not in yet or is my distro (Ubuntu 10.04) using an old IM version?
-morphology was first introduced about IM 6.5.9.3 and has gone almost steady improvement with bug fixes and additional features until the current release. The last noted change in the changelog was at 6.6.2-5 see http://www.imagemagick.org/script/changelog.php