Files | |
file | add.c |
pixelwise addition of two images | |
file | addconst.c |
adds a constant value to an image | |
file | area.c |
return the number of non-null pixels of an image | |
file | average.c |
pixelwise (weighted) average of two images | |
file | diffimages.c |
pixelwise absolute value difference of 2 images | |
file | dup.c |
duplicates an image | |
file | equal.c |
equality test | |
file | genimage.c |
generates a monocolor image of given size | |
file | inverse.c |
complements a byte image to 255 | |
file | isnull.c |
nullity test | |
file | max.c |
maximum of 2 images | |
file | min.c |
minimum of 2 images | |
file | mult.c |
pixelwise multiplication of two images | |
file | normalize.c |
normalization of grayscale values | |
file | scale.c |
product of an image by a scalar | |
file | selndg.c |
selects pixels with values between two thresholds | |
file | seuil.c |
simple threshold | |
file | seuil2.c |
double threshold | |
file | seuilauto.c |
automatic threshold | |
file | sub.c |
substracts an image from another one | |
file | volume.c |
return the sum of the pixel values of an image | |
file | xor.c |
pixelwise xor of two images |