SaDVIO
Functions
isae::imgproc Namespace Reference

Functions

void histogramEqualizationCLAHE (cv::Mat &image, float clahe_clip=2)
 Apply CLAHE to the image passed as parameter. More...
 
void AGCWD (const cv::Mat &src, cv::Mat &dst, double alpha)
 Apply adaptive gamma correction. More...
 
double ZNCC (cv::Mat I0, cv::Mat I1)
 Computes the Zero Normalized Cross Corelation between two images (usually small patches) More...
 

Function Documentation

◆ AGCWD()

void isae::imgproc::AGCWD ( const cv::Mat &  src,
cv::Mat &  dst,
double  alpha 
)
inline

Apply adaptive gamma correction.

Parameters
srcSource image
dstDestination image passed as reference
alphaAlpha parameter

◆ histogramEqualizationCLAHE()

void isae::imgproc::histogramEqualizationCLAHE ( cv::Mat &  image,
float  clahe_clip = 2 
)
inline

Apply CLAHE to the image passed as parameter.

◆ ZNCC()

double isae::imgproc::ZNCC ( cv::Mat  I0,
cv::Mat  I1 
)
inline

Computes the Zero Normalized Cross Corelation between two images (usually small patches)