Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image Combinators

Image Combinators

Select a function from the list below.

IconNameDescription
AddImagesAdds two images pixel by pixel.
AddImages_OfArrayAdds images of an array pixel by pixel.
AddImages_OfLoopAdds images appearing in consecutive iterations pixel by pixel.
AverageImagesAverages two images pixel by pixel.
AverageImages_OfArrayAverages images from an array pixel by pixel.
BlendImagesComputes weighted sum pixel by pixel.
ComposeImagesTakes pixels from the first image within the specified region and from the other one elsewhere.
DifferenceImageUseful for things like comparing an image against a template or for detecting differences between consecutive video frames.
DifferenceImage_FlexUseful for things like comparing an image against a template or for detecting differences between consecutive video frames.
DifferenceImage_ShiftedUseful for things like comparing an image against a template or for detecting differences between consecutive video frames.
DivideImagesCan be used for flat field correction.
LerpImagesInterpolates two images linearly pixel by pixel.
MaximumImageCreates an image from the higher pixel values of each corresponding pair.
MaximumImage_OfArrayComputes the maximum of images of an array pixel by pixel.
MaximumImage_OfLoopComputes the maximum of images appearing in consecutive iterations pixel by pixel.
MedianImages_OfArrayCompute median value for each pixel of images from an array.
MinimumImageCreates an image from the lower pixel values of each corresponding pair.
MinimumImage_OfArrayComputes the minimum of images of an array pixel by pixel.
MinimumImage_OfLoopComputes the minimum of images appearing in consecutive iterations pixel by pixel.
MultiplyImagesMultiplies two images pixel by pixel.
MultiplyImages_OfArrayMultiplies images of an array pixel by pixel.
MultiplyImages_OfLoopMultiplies images appearing in consecutive iterations pixel by pixel.
SubtractImagesSubtracts two images pixel by pixel. The result is signed.
VisualizeHeatMapColorizes heat-map and blends it with background image