OpenCV  3.4.6
Open Source Computer Vision
Classes | Namespaces
ridgefilter.hpp File Reference
#include <opencv2/core.hpp>

Classes

class  cv::ximgproc::RidgeDetectionFilter
 Applies Ridge Detection Filter to an input image. Implements Ridge detection similar to the one in Mathematica using the eigen values from the Hessian Matrix of the input image using Sobel Derivatives. Additional refinement can be done using Skeletonization and Binarization. Adapted from [52] and [135]. More...
 

Namespaces

 cv
 
 cv::ximgproc