42
#ifndef __OPENCV_FUZZY_IMAGE_H__
43
#define __OPENCV_FUZZY_IMAGE_H__
46
#include "opencv2/core.hpp"
94
CV_EXPORTS_W
void
inpaint(InputArray image, InputArray mask,
OutputArray
output,
int
radius,
int
function,
int
algorithm);
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition:
mat.hpp:295
CV_EXPORTS_AS(calibrateCameraExtended) double calibrateCamera(InputArrayOfArrays objectPoints
Finds the camera intrinsic and extrinsic parameters from several views of a calibration pattern.
CV_EXPORTS_W void createKernel(int function, int radius, OutputArray kernel, const int chn)
Creates kernel from general functions.
CV_EXPORTS_W void filter(InputArray image, InputArray kernel, OutputArray output)
Image filtering
CV_EXPORTS_W void inpaint(InputArray src, InputArray inpaintMask, OutputArray dst, double inpaintRadius, int flags)
Restores the selected region in an image using the region neighborhood.
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75