../../index.html
[ImageMagick]
http://www.imagemagick.org/
[sponsor]
../../index.html
../../index.html
#main
Skip to page contents
[
../../index.html
About ImageMagick
../../www/command-line-tools.html
Command-line Tools
../../www/api.html
Program Interfaces
]
[
../../www/install-source.html
Install from Source
../../www/binary-releases.html
Binary Releases
../../www/resources.html
Resources
]
[
../../www/download.html
Downloads
]
[
../../www/links.html
Links
]
[
../../www/sponsors.html
Sponsors
http://www.georeviews.com
Consumer Reviews
and Ratings
]
[
#CompareImageChannels
CompareImageChannels
|
#CompareImageCommand
CompareImageCommand
|
#GetImageChannelDistrortion
GetImageChannelDistrortion
|
#IsImagesEqual
IsImagesEqual
]
CompareImageChannels
CompareImageChannels() compares one or more image channels of an image to a reconstructed image and returns the difference image.
The format of the CompareImageChannels method is:
Image *CompareImageChannels(const Image *image,
const Image *reconstruct_image,const ChannelType channel,
const MetricType metric,double *distortion,ExceptionInfo *exception)
A description of each parameter follows:
image
The image.
reconstruct_image
The reconstruct image.
channel
The channel.
metric
The metric.
distortion
The computed distortion between the images.
exception
Return any errors or warnings in this structure.
CompareImageCommand
CompareImageCommand() compares two images and returns the difference between them as a distortion metric and as a new image visually annotating their differences.
The format of the CompareImageCommand method is:
MagickBooleanType CompareImageCommand(ImageInfo *image_info,int argc,
char **argv,char **metadata,ExceptionInfo *exception)
A description of each parameter follows:
image_info
The image info.
argc
The number of elements in the argument vector.
argv
A text array containing the command line arguments.
metadata
any metadata is returned here.
exception
Return any errors or warnings in this structure.
GetImageChannelDistrortion
GetImageChannelDistrortion() compares one or more image channels of an image to a reconstructed image and returns the specified distortion metric.
The format of the CompareImageChannels method is:
MagickBooleanType GetImageChhannelDistortion(const Image *image,
const Image *reconstruct_image,const ChannelType channel,
const MetricType metric,double *distortion,ExceptionInfo *exception)
A description of each parameter follows:
image
The image.
reconstruct_image
The reconstruct image.
channel
The channel.
metric
The metric.
distortion
The computed distortion between the images.
exception
Return any errors or warnings in this structure.
IsImagesEqual
IsImagesEqual() measures the difference between colors at each pixel location of two images.  A value other than 0 means the colors match exactly.  Otherwise an error measure is computed by summing over all pixels in an image the distance squared in RGB space between each image pixel and its corresponding pixel in the reconstruct image.  The error measure is assigned to these image members:
o mean_error_per_pixel:  The mean error for any single pixel in
the image.
normalized_mean_error
The normalized mean quantization error for any single pixel in the image.  This distance measure is normalized to a range between 0 and 1.  It is independent of the range of red, green, and blue values in the image.
normalized_maximum_error
The normalized maximum quantization error for any single pixel in the image.  This distance measure is normalized to a range between 0 and 1.  It is independent of the range of red, green, and blue values in your image.
A small normalized mean square error, accessed as image->normalized_mean_error, suggests the images are very similiar in spatial layout and color.
The format of the IsImagesEqual method is:
MagickBooleanType IsImagesEqual(Image *image,
const Image *reconstruct_image)
A description of each parameter follows.
image
The image.
reconstruct_image
The reconstruct image.
http://redux.imagemagick.org/discussion-server
Discourse Server
|
../../www/mailing-list.html
Mailing Lists
|
http://redux.imagemagick.org/gallery
Image Gallery
|
http://redux.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi
ImageMagick Studio
© 1999-2005 ImageMagick Studio LLC
