|
Woolz Image Processing
Version 1.7.5
|
WlzHistogramMatchObj -m<target>
[-o<output object file>] [-h]
[-D] [-s<smoothing>] [-t<smoothing>]
[-i] [-d<min>,<max>] [<input object file>] | -D | dither pixel values when mapping. |
| -m | target histogram object file. |
| -s | input object histogram smoothing. |
| -t | target histogram smoothing. |
| -i | independent planes. |
| -d | histogram distance range. |
| -o | Output object file name. |
| -h | Help - print help message |
| -v | Verbose operation |
# An example which uses WlzHistogramMatchObj and WlzHistogramObj to # match the histogram of one domain object to another. # an object. WlzHistogramObj refObj.wlz | \ WlzHistogramMatchObj -m - -o matchedObj.wlz myObj.wlz # An example which uses WlzHistogramMatchObj to match all planes of # a 3D image to plane 100. WlzClipObjToBox -z 100,100 my3Dobj.wlz| \ WlzHistogramObj - | \ WlzHistogramMatchObj -m - -o matched3DObj.wlz my3Dobj.wlz