TOC PREV NEXT INDEX

IPextrema

Synopsis

find the minimum and maximum data values in an ip_Image

Input Port

src

ip_Image_in

roi

ip_Roi_in

Parameters

none

Output Port

none

Description

IPextrema finds the minimum and maximum data values in a single band ip_Image. It outputs these values in labeled floating point widgets on the Module Stack.

Input

src

The input is an ip_Image. The ip_Image must be single band.

roi

ip_Roi. An optional region of interest. The data must be of type byte.

Example

Libraries.Examples.Image_Processing.IPextrema

File

v/ip.v

See also

IPvariance

TOC PREV NEXT INDEX