Namespace: Rx – Class: CRxImage – Header: Rx.Core.Ex/RxImage.h

CRxImage::Normalize Method

C++
bool Normalize()

Find minimal and maximal value of image and normalize image to range [0,1].

Is currently only implemented for pixel type TPixel_L_f.

Returns

bool

True if it succeeds, false if it fails.