Synopsis
HxImageRep HxUnaryMin (HxImageRep img)
Return value
HxImageRep
Description
The function HxUnaryMin takes the minimum of every pixel value in the input image and stores it in the corresponding pixel of the output image. The unary minimum of a scalar equals the scalar itself, while the unary minimum of a vector equals the minimum of the components of the vector. If the input is a scalar image, this function returns the same image.
Remarks
Keywords
Unary, Arithmetic,