SaDVIO
|
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include <opencv2/imgproc.hpp>
Go to the source code of this file.
Namespaces | |
isae | |
isae::imgproc | |
Functions | |
void | isae::imgproc::histogramEqualizationCLAHE (cv::Mat &image, float clahe_clip=2) |
Apply CLAHE to the image passed as parameter. More... | |
void | isae::imgproc::AGCWD (const cv::Mat &src, cv::Mat &dst, double alpha) |
Apply adaptive gamma correction. More... | |
double | isae::imgproc::ZNCC (cv::Mat I0, cv::Mat I1) |
Computes the Zero Normalized Cross Corelation between two images (usually small patches) More... | |