11
#ifndef __OPENCV_XIMGPROC_RIDGEFILTER_HPP__
12
#define __OPENCV_XIMGPROC_RIDGEFILTER_HPP__
14
#include <opencv2/core.hpp>
16
namespace
cv
{
namespace
ximgproc {
48
CV_WRAP
virtual
void
getRidgeFilteredImage(InputArray _img,
OutputArray
out) = 0;
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition:
mat.hpp:295
This is a base class for all more or less complex algorithms in OpenCV
Definition:
core.hpp:3091
Applies Ridge Detection Filter to an input image. Implements Ridge detection similar to the one in Ma...
Definition:
ridgefilter.hpp:28
@ BORDER_DEFAULT
same as BORDER_REFLECT_101
Definition:
base.hpp:277
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75
Definition:
cvstd_wrapper.hpp:74