SaDVIO
|
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... | |
|
inline |
Apply adaptive gamma correction.
src | Source image |
dst | Destination image passed as reference |
alpha | Alpha parameter |
|
inline |
Apply CLAHE to the image passed as parameter.
|
inline |
Computes the Zero Normalized Cross Corelation between two images (usually small patches)