Fred's ImageMagick Scripts
|
Computes a pixel-by-pixel standard deviation or variance image from multiple input images. |
last modified: March 24, 2009
|
USAGE: stdimage [-m mode] [-c] infile1 ... infileN outfile
-m .... mode ...... output statistic; mode=s or std (for standard deviation) PURPOSE: To compute a pixel-by-pixel standard deviation or variance image from multiple input images. DESCRIPTION: STDIMAGE computes a pixel-by-pixel standard deviation or variance image from multiple input images. ARGUMENTS: -m mode ... MODE statistical measure generated in the output image. Choices are either mode=s or std (for standard deviation) or mode=v or var (for variance). The default=std. -c ... Apply contrast stretch to output. CAVEAT: No guarantee that this script will work on all platforms, nor that trapping of inconsistent parameters is complete and foolproof. Use At Your Own Risk. |
|
Standard Deviation Of Image Vs. Image With Noise |
||
|
Image |
Noisy Image |
Arguments: |
|
|
|
|
Standard Deviation Of Three Completely Different Images |
|||
|
Image 1 |
Image 2 |
Image 3 |
Arguments: |
|
|
|
|
|
What the script does is as follows:
This is equivalent to the following IM commands for
|