5
#ifndef OPENCV_INTENSITY_TRANSFORM_H
6
#define OPENCV_INTENSITY_TRANSFORM_H
8
#include "opencv2/core.hpp"
29
namespace
intensity_transform {
88
CV_EXPORTS_W
void
BIMEF(InputArray input,
OutputArray
output,
float
mu=0.5f,
float
a=-0.3293f,
float
b=1.1258f);
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition:
mat.hpp:295
n-dimensional dense array class
Definition:
mat.hpp:802
CV_EXPORTS_AS(calibrateCameraExtended) double calibrateCamera(InputArrayOfArrays objectPoints
Finds the camera intrinsic and extrinsic parameters from several views of a calibration pattern.
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75