OpenCV  4.2.0
Open Source Computer Vision
Classes | Namespaces | Enumerations | Functions
aruco.hpp File Reference
#include <opencv2/core.hpp>
#include <vector>
#include "opencv2/aruco/dictionary.hpp"

Classes

class  cv::aruco::Board
 Board of markers. More...
 
struct  cv::aruco::DetectorParameters
 Parameters for the detectMarker process: More...
 
class  cv::aruco::GridBoard
 Planar board with grid arrangement of markers More common type of board. All markers are placed in the same plane in a grid arrangement. The board can be drawn using drawPlanarBoard() function (. More...
 

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::aruco
 

Enumerations

enum  cv::aruco::CornerRefineMethod {
  cv::aruco::CORNER_REFINE_NONE,
  cv::aruco::CORNER_REFINE_SUBPIX,
  cv::aruco::CORNER_REFINE_CONTOUR,
  cv::aruco::CORNER_REFINE_APRILTAG
}
 

Functions

void cv::aruco::_drawPlanarBoardImpl (Board *board, Size outSize, OutputArray img, int marginSize=0, int borderBits=1)
 Implementation of drawPlanarBoard that accepts a raw Board pointer. More...
 
double cv::aruco::calibrateCameraAruco (InputArrayOfArrays corners, InputArray ids, InputArray counter, const Ptr< Board > &board, Size imageSize, InputOutputArray cameraMatrix, InputOutputArray distCoeffs, OutputArrayOfArrays rvecs, OutputArrayOfArrays tvecs, OutputArray stdDeviationsIntrinsics, OutputArray stdDeviationsExtrinsics, OutputArray perViewErrors, int flags=0, TermCriteria criteria=TermCriteria(TermCriteria::COUNT+TermCriteria::EPS, 30, DBL_EPSILON))
 Calibrate a camera using aruco markers. More...
 
double cv::aruco::calibrateCameraAruco (InputArrayOfArrays corners, InputArray ids, InputArray counter, const Ptr< Board > &board, Size imageSize, InputOutputArray cameraMatrix, InputOutputArray distCoeffs, OutputArrayOfArrays rvecs=noArray(), OutputArrayOfArrays tvecs=noArray(), int flags=0, TermCriteria criteria=TermCriteria(TermCriteria::COUNT+TermCriteria::EPS, 30, DBL_EPSILON))
 It's the same function as calibrateCameraAruco but without calibration error estimation. More...
 
void cv::aruco::detectMarkers (InputArray image, const Ptr< Dictionary > &dictionary, OutputArrayOfArrays corners, OutputArray ids, const Ptr< DetectorParameters > &parameters=DetectorParameters::create(), OutputArrayOfArrays rejectedImgPoints=noArray(), InputArray cameraMatrix=noArray(), InputArray distCoeff=noArray())
 Basic marker detection. More...
 
void cv::aruco::drawAxis (InputOutputArray image, InputArray cameraMatrix, InputArray distCoeffs, InputArray rvec, InputArray tvec, float length)
 Draw coordinate system axis from pose estimation. More...
 
void cv::aruco::drawDetectedMarkers (InputOutputArray image, InputArrayOfArrays corners, InputArray ids=noArray(), Scalar borderColor=Scalar(0, 255, 0))
 Draw detected markers in image. More...
 
void cv::aruco::drawMarker (const Ptr< Dictionary > &dictionary, int id, int sidePixels, OutputArray img, int borderBits=1)
 Draw a canonical marker image. More...
 
void cv::aruco::drawPlanarBoard (const Ptr< Board > &board, Size outSize, OutputArray img, int marginSize=0, int borderBits=1)
 Draw a planar board. More...
 
int cv::aruco::estimatePoseBoard (InputArrayOfArrays corners, InputArray ids, const Ptr< Board > &board, InputArray cameraMatrix, InputArray distCoeffs, InputOutputArray rvec, InputOutputArray tvec, bool useExtrinsicGuess=false)
 Pose estimation for a board of markers. More...
 
void cv::aruco::estimatePoseSingleMarkers (InputArrayOfArrays corners, float markerLength, InputArray cameraMatrix, InputArray distCoeffs, OutputArray rvecs, OutputArray tvecs, OutputArray _objPoints=noArray())
 Pose estimation for single markers. More...
 
void cv::aruco::getBoardObjectAndImagePoints (const Ptr< Board > &board, InputArrayOfArrays detectedCorners, InputArray detectedIds, OutputArray objPoints, OutputArray imgPoints)
 Given a board configuration and a set of detected markers, returns the corresponding image points and object points to call solvePnP. More...
 
void cv::aruco::refineDetectedMarkers (InputArray image, const Ptr< Board > &board, InputOutputArrayOfArrays detectedCorners, InputOutputArray detectedIds, InputOutputArrayOfArrays rejectedCorners, InputArray cameraMatrix=noArray(), InputArray distCoeffs=noArray(), float minRepDistance=10.f, float errorCorrectionRate=3.f, bool checkAllOrders=true, OutputArray recoveredIdxs=noArray(), const Ptr< DetectorParameters > &parameters=DetectorParameters::create())
 Refind not detected markers based on the already detected and the board layout. More...
 
cv::HOGDescriptor::DescriptorStorageFormat
DescriptorStorageFormat
Definition: objdetect.hpp:379
cv::dnn::BlankLayer
Definition: all_layers.hpp:74
cv::GKernelImpl
Definition: gkernel.hpp:45
cv::cudev::PtrTraitsBase
Definition: traits.hpp:56
cv::line_descriptor::LSDParam::scale
double scale
Definition: descriptor.hpp:701
cv::face::FacemarkAAM::~FacemarkAAM
virtual ~FacemarkAAM()
Definition: facemarkAAM.hpp:154
cv::flann::GenericIndex::DistanceType
Distance::ResultType DistanceType
Definition: flann.hpp:164
cv::ximgproc::edgePreservingFilter
void edgePreservingFilter(InputArray src, OutputArray dst, int d, double threshold)
Smoothes an image using the Edge-Preserving filter.
cv::RNG::uniform
int uniform(int a, int b)
returns uniformly distributed integer random number from [a,b) range
cv_vrecp_f32
float32x2_t cv_vrecp_f32(float32x2_t val)
Definition: neon_utils.hpp:90
cv::videostab::MaskFrameSource::MaskFrameSource
MaskFrameSource(const Ptr< IFrameSource > &source)
Definition: frame_source.hpp:92
cv::sfm::normalizedEightPointSolver
void normalizedEightPointSolver(InputArray x1, InputArray x2, OutputArray F)
Estimate the fundamental matrix between two dataset of 2D point (image coords space).
cv::GComputation::compileStreaming
auto compileStreaming(const Ts &... metas) -> typename std::enable_if< detail::are_meta_descrs< Ts... >::value, GStreamingCompiled >::type
Definition: gcomputation.hpp:463
cv::MatIterator_
Matrix read-write iterator.
Definition: mat.hpp:3132
cv::ml::DTrees::Node::defaultDir
int defaultDir
Definition: ml.hpp:1168
cv::COLOR_YUV2RGBA_I420
Definition: imgproc.hpp:659
cv::v_pack_triplets
v_reg< _Tp, n > v_pack_triplets(const v_reg< _Tp, n > &vec)
Definition: intrin_cpp.hpp:2093
cv::gapi::wip::IStreamSource::pull
virtual bool pull(Data &data)=0
cv::gapi::GBackend
Definition: gkernel.hpp:282
cv::softdouble::max
static softdouble max()
Biggest finite value.
Definition: softfloat.hpp:358
cv::cudev::ResizePtrSz
Definition: resize.hpp:77
CV_16F
#define CV_16F
Definition: interface.h:80
cv::instr::TYPE_GENERAL
Definition: instrumentation.hpp:47
cv::dnn_objdetect::InferBbox
A class to post process model predictions.
Definition: core_detect.hpp:38
cv::cudev::AffineMapPtrSz::rows
int rows
Definition: warping.hpp:79
cv::detail::PaniniPortraitProjector::mapForward
void mapForward(float x, float y, float &u, float &v)
cv::detail::StereographicProjector::mapForward
void mapForward(float x, float y, float &u, float &v)
cv::CAP_PROP_XI_DOWNSAMPLING_TYPE
Change image downsampling type.
Definition: videoio.hpp:359
cv::datasets::cameraParam::mat3
Matx33d mat3
Definition: msm_epfl.hpp:64
cv::datasets::PD_inriaObj::depth
int depth
Definition: pd_inria.hpp:77
cv::gapi::fluid::Buffer::meta
const GMatDesc & meta() const
Definition: gfluidbuffer.hpp:137
cv::floodFill
int floodFill(InputOutputArray image, Point seedPoint, Scalar newVal, Rect *rect=0, Scalar loDiff=Scalar(), Scalar upDiff=Scalar(), int flags=4)
cv::gapi::own::rintd
double rintd(double x)
Definition: saturate.hpp:85
cv::cudev::BrdWrap::idx_high
__device__ static __forceinline__ int idx_high(int i, int len)
Definition: extrapolation.hpp:204
cv::cudev::bit_rshift
Definition: functional.hpp:269
cv::Vec3b
Vec< uchar, 3 > Vec3b
Definition: matx.hpp:401
cv::ClfOnlineStump::classifyF
float classifyF(const Mat &x, int i)
cv::viz::Color::orange
static Color orange()
cv::CvHaarEvaluator::generateFeatures
virtual void generateFeatures() CV_OVERRIDE
cv::viz::Color::bluberry
static Color bluberry()
CPU_AVX512_KNL
Knights Landing with AVX-512F/CD/ER/PF.
Definition: cvdef.h:312
cv::detail::get_compound_in< cv::GArray< U > >::get
static cv::GArray< U > get(GCompoundContext &ctx, int idx)
Definition: gcompoundkernel.hpp:60
cv::CAP_PROP_DC1394_OFF
turn the feature off (not controlled manually nor automatically).
Definition: videoio.hpp:206
cv::Mat::reshape
Mat reshape(int cn, int rows=0) const
Changes the shape and/or the number of channels of a 2D matrix without copying the data.
cv::OutputArray
const typedef _OutputArray & OutputArray
Definition: mat.hpp:439
cv::COLOR_RGBA2YUV_IYUV
Definition: imgproc.hpp:731
cv::cuda::StereoConstantSpaceBP
Class computing stereo correspondence using the constant space belief propagation algorithm....
Definition: cudastereo.hpp:217
cv::detail::GCompoundContext
Definition: gcompoundkernel.hpp:30
cv::TrackerMIL::Params::samplerInitInRadius
float samplerInitInRadius
radius for gathering positive instances during init
Definition: tracker.hpp:1072
cv::detail::Blender::dst_mask_
UMat dst_mask_
Definition: blenders.hpp:94
NCVMatrix::ptr
T * ptr() const
Definition: NCV.hpp:823
cv::Matx::t
Matx< _Tp, n, m > t() const
transpose the matrix
cv::SORT_DESCENDING
Definition: core.hpp:160
cv::detail::PlaneProjector::mapBackward
void mapBackward(float u, float v, float &x, float &y)
cv::omnidir::CALIB_FIX_K2
Definition: omnidir.hpp:59
cv::cudev::atomicAdd
__device__ __forceinline__ int atomicAdd(int *address, int val)
Definition: atomic.hpp:58
cv::cudev::MakeVec< schar, 2 >::type
char2 type
Definition: vec_traits.hpp:77
cv::linemod::Detector::pyramidLevels
int pyramidLevels() const
Get number of pyramid levels used by this detector.
Definition: linemod.hpp:369
copy.hpp
NCVPipeObjDet_UseFairImageScaling
Definition: NCVHaarObjectDetection.hpp:355
cv::detail::ocl_get_in
Definition: goclkernel.hpp:101
cv::rawInOut
static _InputOutputArray rawInOut(_Tp &v)
resize.hpp
cv::ocl::haveSVM
bool haveSVM()
cv::tbm::Track::objects
TrackedObjects objects
Detected objects;.
Definition: tracking_by_matching.hpp:380
cv::cudacodec::Uncompressed_YV12
Y,V,U (4:2:0)
Definition: cudacodec.hpp:261
cv::roundUp
static int roundUp(int a, unsigned int b)
Round first value up to the nearest multiple of second value.
Definition: utility.hpp:508
cv::StereoMatcher::compute
virtual void compute(InputArray left, InputArray right, OutputArray disparity)=0
Computes disparity map for the specified stereo pair.
cv::GKernelTypeM< K, std::function< std::tuple< R... >(Args...)> >::InArgs
std::tuple< Args... > InArgs
Definition: gkernel.hpp:196
cv::Affine3::cast
Affine3< Y > cast() const
cv::CAP_PROP_INTELPERC_PROFILE_IDX
Definition: videoio.hpp:521
cv::fitEllipseDirect
RotatedRect fitEllipseDirect(InputArray points)
Fits an ellipse around a set of 2D points.
cv::hal::cvtThreePlaneYUVtoBGR
void cvtThreePlaneYUVtoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int dst_width, int dst_height, int dcn, bool swapBlue, int uIdx)
cv::ximgproc::HoughOp
HoughOp
Specifies binary operations.
Definition: fast_hough_transform.hpp:88
cv::cuda::FEATURE_SET_COMPUTE_10
Definition: cuda.hpp:769
cv::WeakClassifierHaarFeature
Definition: onlineBoosting.hpp:173
cv::stereo::StereoBinaryBM::getUniquenessRatio
virtual int getUniquenessRatio() const =0
cv::detail::BundleAdjusterBase::edges_
std::vector< std::pair< int, int > > edges_
Definition: motion_estimators.hpp:215
cv::accumulateProduct
void accumulateProduct(InputArray src1, InputArray src2, InputOutputArray dst, InputArray mask=noArray())
Adds the per-element product of two input images to the accumulator image.
cv::TrackerFeatureLBP
TrackerFeature based on LBP.
Definition: tracker.hpp:1039
cv::sfm::libmv_CameraIntrinsicsOptions::focal_length_x
double focal_length_x
Definition: simple_pipeline.hpp:109
cv::detail::scalar_wrapper_ocl
Definition: goclkernel.hpp:140
cv::cuda::FarnebackOpticalFlow
Class computing a dense optical flow using the Gunnar Farneback's algorithm.
Definition: cudaoptflow.hpp:256
cv::GArgs
std::vector< GArg > GArgs
Definition: garg.hpp:86
cv::hal::sub8s
void sub8s(const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *)
cv::Error::StsBadSize
the input/output structure size is incorrect
Definition: base.hpp:101
NCV_HAAR_TOO_LARGE_FEATURES
Definition: NCV.hpp:346
cv::gapi::wip::draw::freetype_font
This structure specifies which FreeType font to use by FText primitives.
Definition: render.hpp:84
cv::Matx44f
Matx< float, 4, 4 > Matx44f
Definition: matx.hpp:245
cv::GMatDesc::withSize
GMatDesc withSize(cv::Size sz) const
Definition: gmat.hpp:136
cv::GFluidKernelImpl
Definition: gfluidkernel.hpp:414
cv::detail::scalar_wrapper::m_s
cv::Scalar m_s
Definition: gcpukernel.hpp:182
cv::CvHaarEvaluator::isIntegral
bool isIntegral
Definition: feature.hpp:278
cv::cudev::atomicMax
static __device__ double atomicMax(double *address, double val)
Definition: atomic.hpp:180
vsx_utils.hpp
cv::cudev::Block::blockSize
__device__ static __forceinline__ uint blockSize()
Definition: block.hpp:63
cv::omnidir::internal::initializeStereoCalibration
void initializeStereoCalibration(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints1, InputArrayOfArrays imagePoints2, const Size &size1, const Size &size2, OutputArray om, OutputArray T, OutputArrayOfArrays omL, OutputArrayOfArrays tL, OutputArray K1, OutputArray D1, OutputArray K2, OutputArray D2, double &xi1, double &xi2, int flags, OutputArray idx)
cv::gapi::wip::draw::Circle::radius
int radius
The radius of the circle.
Definition: render.hpp:233
cv::directx::ocl::initializeContextFromD3D11Device
Context & initializeContextFromD3D11Device(ID3D11Device *pD3D11Device)
Creates OpenCL context from D3D11 device.
NCVBroxOpticalFlowDescriptor
Model and solver parameters.
Definition: NCVBroxOpticalFlow.hpp:69
cv::sfm::libmv_ReconstructionOptions
Data structure describing the reconstruction options.
Definition: simple_pipeline.hpp:138
cuda_stream_accessor.hpp
cv::CAP_PROP_FRAME_WIDTH
Width of the frames in the video stream.
Definition: videoio.hpp:135
cv::ocl::Device::name
String name() const
cv::cudev::Sum
Definition: reduce_to_vec.hpp:65
HaarFeature64::_ui2
uint2 _ui2
Definition: NCVHaarObjectDetection.hpp:80
cv::gapi::fluid::View::Cache::m_linePtrs
std::vector< const uint8_t * > m_linePtrs
Definition: gfluidbuffer.hpp:50
cv::CAP_PROP_XI_HDR
Enable High Dynamic Range feature.
Definition: videoio.hpp:467
cv::face::FacemarkKazemi::Params::configfile
String configfile
configfile stores the name of the file containing the values of training parameters
Definition: face_alignment.hpp:37
GAPI_Assert
#define GAPI_Assert
Definition: assert.hpp:13
cv::CAP_PROP_XI_LENS_MODE
Status of lens control interface. This shall be set to XI_ON before any Lens operations.
Definition: videoio.hpp:428
cv::Complex::re
_Tp re
Definition: types.hpp:87
cv::cuda::GpuMat::Allocator::~Allocator
virtual ~Allocator()
Definition: cuda.hpp:111
cv::line_descriptor::LSDParam
Definition: descriptor.hpp:699
cv::dnn::details::_layerDynamicRegisterer
Ptr< Layer > _layerDynamicRegisterer(LayerParams &params)
Definition: layer.details.hpp:51
hal_ni_min32f
int hal_ni_min32f(const float *src1_data, size_t src1_step, const float *src2_data, size_t src2_step, float *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:116
cv::ximgproc::createSuperpixelLSC
Ptr< SuperpixelLSC > createSuperpixelLSC(InputArray image, int region_size=10, float ratio=0.075f)
Class implementing the LSC (Linear Spectral Clustering) superpixels.
cv::detail::NoBundleAdjuster::NoBundleAdjuster
NoBundleAdjuster()
Definition: motion_estimators.hpp:224
cv::hal::cvtBGR5x5toBGR
void cvtBGR5x5toBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int dcn, bool swapBlue, int greenBits)
onlineMIL.hpp
cv::GMatDesc::withType
GMatDesc withType(int ddepth, int dchan) const
Definition: gmat.hpp:172
cv::videostab::WeightingDeblurer::setSensitivity
void setSensitivity(float val)
Definition: deblurring.hpp:101
cv::rgbd::RgbdNormals::setRows
void setRows(int val)
Definition: depth.hpp:128
cv::ml::SVM::C
Definition: ml.hpp:670
cv::cudev::cast_fp16< float, short >
__device__ __forceinline__ short cast_fp16< float, short >(float v)
Definition: saturate_cast.hpp:287
cv::getFontScaleFromHeight
double getFontScaleFromHeight(const int fontFace, const int pixelHeight, const int thickness=1)
Calculates the font-specific size to use to achieve a given height in pixels.
cv::softfloat::getSign
bool getSign() const
Get sign bit.
Definition: softfloat.hpp:175
cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategySize
Size-based strategy for the selective search segmentation algorithm The class is implemented from the...
Definition: segmentation.hpp:109
cv::cuda::createDerivFilter
Ptr< Filter > createDerivFilter(int srcType, int dstType, int dx, int dy, int ksize, bool normalize=false, double scale=1, int rowBorderMode=BORDER_DEFAULT, int columnBorderMode=-1)
Creates a generalized Deriv operator.
cv::detail::VectorRef::mov
void mov(VectorRef &v)
Definition: garray.hpp:256
cv::quality::QualityGMSD::QualityGMSD
QualityGMSD(_mat_data refImgData)
Definition: qualitygmsd.hpp:85
cv::Mat::rows
int rows
the number of rows and columns or (-1, -1) when the matrix has more than 2 dimensions
Definition: mat.hpp:2086
cv::ml::DTrees::Node::left
int left
Index of the left child node.
Definition: ml.hpp:1166
cv::CAP_PROP_XI_WIDTH
Width of the Image provided by the device (in pixels).
Definition: videoio.hpp:381
hal_ni_QR32f
int hal_ni_QR32f(float *src1, size_t src1_step, int m, int n, int k, float *src2, size_t src2_step, float *dst, int *info)
Definition: hal_replacement.hpp:654
cv::datasets::GR_skig
Definition: gr_skig.hpp:105
cv::cudev::DefaultTransformPolicy::block_size_x
Definition: transform.hpp:416
cv::cuda::resize
void resize(InputArray src, OutputArray dst, Size dsize, double fx=0, double fy=0, int interpolation=INTER_LINEAR, Stream &stream=Stream::Null())
Resizes an image.
cv::CALIB_FIX_PRINCIPAL_POINT
Definition: calib3d.hpp:271
cv::datasets::FR_adienceObj::fiducial_score
int fiducial_score
Definition: fr_adience.hpp:80
cv::cudev::multiplies
Definition: functional.hpp:95
cv::CAP_PROP_POS_AVI_RATIO
Relative position of the video file: 0=start of the film, 1=end of the film.
Definition: videoio.hpp:134
cv::COLOR_BayerGR2BGR_VNG
Definition: imgproc.hpp:758
cv::ovis::ENTITY_ANIMBLEND_MODE
Definition: ovis.hpp:52
cv::face::FacemarkLBF::Params::detectROI
Rect detectROI
Definition: facemarkLBF.hpp:89
cv::GCPUContext::inVal
const cv::gapi::own::Scalar & inVal(int input)
cv::v_rotate_right
v_reg< _Tp, n > v_rotate_right(const v_reg< _Tp, n > &a)
Definition: intrin_cpp.hpp:1131
cv::cuda::HostMem::AllocType
AllocType
Definition: cuda.hpp:527
cv::cudev::TexturePtr
Definition: texture.hpp:185
cv::ocl::Device::type
int type() const
cv::COLOR_YUV2GRAY_YUYV
Definition: imgproc.hpp:716
cv::Mat::copySize
void copySize(const Mat &m)
internal use function; properly re-allocates _size, _step arrays
gmat.hpp
cv::FONT_HERSHEY_SIMPLEX
normal size sans-serif font
Definition: imgproc.hpp:814
cv::cudev::SelectIf::type
ThenType type
Definition: type_traits.hpp:98
cv::ml::KNearest
The class implements K-Nearest Neighbors model.
Definition: ml.hpp:436
cv::CAP_PROP_XI_COLOR_FILTER_ARRAY
Returns color filter array type of RAW data.
Definition: videoio.hpp:401
cv::face::BasicFaceRecognizer::_num_components
int _num_components
Definition: facerec.hpp:45
cv::DetectionBasedTracker::Parameters::minDetectionPeriod
int minDetectionPeriod
Definition: detection_based_tracker.hpp:63
hal_ni_cvtGraytoBGR
int hal_ni_cvtGraytoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int dcn)
hal_cvtGraytoBGR
Definition: hal_replacement.hpp:358
cv::Vec::value_type
_Tp value_type
Definition: matx.hpp:335
simple_pipeline.hpp
linear_index.h
cv::detail::FluidCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... >, UseScratch >::call
static void call(const cv::GArgs &in_args, const std::vector< gapi::fluid::Buffer * > &out_bufs)
Definition: gfluidkernel.hpp:372
cv::DetectionBasedTracker::numTrackedSteps
int numTrackedSteps
Definition: detection_based_tracker.hpp:204
cv::util::variant::operator=
variant & operator=(const variant &rhs)
cv::MARKER_STAR
A star marker shape, combination of cross and tilted cross.
Definition: imgproc.hpp:832
cv::cudev::FindMinValExprBody::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: reduction.hpp:91
cv::gapi::wip::draw::Text::fs
double fs
The font scale factor that is multiplied by the font-specific base size.
Definition: render.hpp:129
cv::stereo::StereoBinaryBM::getPreFilterCap
virtual int getPreFilterCap() const =0
omnidir.hpp
cvCeil
int cvCeil(const cv::softfloat &a)
Rounds number up to integer.
cv::AGAST
void AGAST(InputArray image, std::vector< KeyPoint > &keypoints, int threshold, bool nonmaxSuppression=true)
cv::cudev::Texture
Definition: texture.hpp:205
cv::text::BaseOCR
Definition: ocr.hpp:92
cv::dnn::RNNLayer
Classical recurrent layer.
Definition: all_layers.hpp:181
cv::NORM_L2
Definition: base.hpp:185
cv::v_setzero_s64
v_int64x2 v_setzero_s64()
Definition: intrin_cpp.hpp:2149
cv::cuda::gammaCorrection
void gammaCorrection(InputArray src, OutputArray dst, bool forward=true, Stream &stream=Stream::Null())
Routines for correcting image color gamma.
cv::detail::GTypeTraits
Definition: gtype_traits.hpp:46
cv::softfloat::pi
static softfloat pi()
Correct pi approximation.
Definition: softfloat.hpp:218
cv::MatExpr::flags
int flags
Definition: mat.hpp:3546
cv::CALIB_FIX_K3
Definition: calib3d.hpp:276
cv::operator+=
v_reg< _Tp, n > & operator+=(v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Definition: intrin_cpp.hpp:427
cv::TrackerCSRT::Params::scale_sigma_factor
float scale_sigma_factor
Definition: tracker.hpp:1523
hal_ni_recip8u
int hal_ni_recip8u(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:275
cv::GTransformImpl
Definition: gtransform.hpp:69
cv::MatConstIterator
Definition: mat.hpp:3014
cv::datasets::PD_inriaObj::bndboxes
std::vector< Rect > bndboxes
Definition: pd_inria.hpp:80
optical_flow.hpp
cv::gapi::ie::backend
cv::gapi::GBackend backend()
cv::dnn::DictValue::pi
AutoBuffer< int64, 1 > * pi
Definition: dict.hpp:103
filter.hpp
cv::cudev::SobelXPtrSz::rows
int rows
Definition: deriv.hpp:163
cv::detail::scalar_wrapper::m_org_s
cv::gapi::own::Scalar & m_org_s
Definition: gcpukernel.hpp:183
cv::gapi::own::operator&
const Rect operator&(const Rect &lhs, const Rect &rhs)
Definition: types.hpp:77
cv::saliency::StaticSaliencySpectralResidual::setImageHeight
void setImageHeight(int val)
Definition: saliencySpecializedClasses.hpp:104
cv::face::FacemarkLBF::BBox::y_scale
double y_scale
Definition: facemarkLBF.hpp:107
cv::WINDOW_FULLSCREEN
change the window to fullscreen.
Definition: highgui.hpp:187
cv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyFill
Ptr< SelectiveSearchSegmentationStrategyFill > createSelectiveSearchSegmentationStrategyFill()
Create a new fill-based strategy.
cv::fastNlMeansDenoising
void fastNlMeansDenoising(InputArray src, OutputArray dst, float h=3, int templateWindowSize=7, int searchWindowSize=21)
Perform image denoising using Non-local Means Denoising algorithm http://www.ipol....
cv::GScalarDesc::operator!=
bool operator!=(const GScalarDesc &rhs) const
Definition: gscalar.hpp:64
utility.hpp
cv::cudev::vseteq2
__device__ __forceinline__ uint vseteq2(uint a, uint b)
Definition: simd_functions.hpp:240
cv::cudev::logical_and
Definition: functional.hpp:194
NCVMemPtr::memtype
NCVMemoryType memtype
Definition: NCV.hpp:442
cv::dc
Definition: container_avi.private.hpp:136
NcvRect32s::width
Ncv32s width
Rectangle width.
Definition: NCV.hpp:152
Cv16suf
Definition: cvdef.h:337
cv::cudev::blockScanInclusive
__device__ T blockScanInclusive(T data, volatile T *smem, uint tid)
Definition: scan.hpp:186
cv::CvFeatureEvaluator::npos
int npos
Definition: feature.hpp:192
cv::face::CParams::minNeighbors
int minNeighbors
Parameter specifying how many neighbors each candidate rectangle should have to retain it.
Definition: facemark_train.hpp:38
cv::detail::WrapValue::wrap
static auto wrap(const T &t) -> typename std::remove_reference< T >::type
Definition: gtype_traits.hpp:140
cv::REDUCE_SUM
the output is the sum of all rows/columns of the matrix.
Definition: core.hpp:219
cv::sfm::normalizePoints
void normalizePoints(InputArray points, OutputArray normalized_points, OutputArray T)
This function normalizes points (non isotropic).
cv::cuda::createMorphologyFilter
Ptr< Filter > createMorphologyFilter(int op, int srcType, InputArray kernel, Point anchor=Point(-1, -1), int iterations=1)
Creates a 2D morphological filter.
cv::completeSymm
void completeSymm(InputOutputArray m, bool lowerToUpper=false)
Copies the lower or the upper half of a square matrix to its another half.
cv::CAP_PROP_FRAME_COUNT
Number of frames in the video file.
Definition: videoio.hpp:139
flann.hpp
cv::videostab::KeypointBasedMotionEstimator::setMotionModel
virtual void setMotionModel(MotionModel val) CV_OVERRIDE
Definition: global_motion.hpp:234
cv::ovis::createGridMesh
void createGridMesh(const String &name, const Size2f &size, const Size &segments=Size(1, 1))
white_balance.hpp
cv::detail::ocl_get_in::get
static T get(GOCLContext &ctx, int idx)
Definition: goclkernel.hpp:116
cv::Affine3::rvec
Vec3 rvec() const
cv::cudev::LOG_WARP_SIZE
Definition: warp.hpp:58
cv::CALIB_FIX_K2
Definition: calib3d.hpp:275
cv::cudev::less_equal::operator()
__device__ __forceinline__ MakeVec< uchar, VecTraits< T >::cn >::type operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:185
cv::face::StandardCollector::PredictResult::distance
double distance
Definition: predict_collector.hpp:88
cv::ogl::Buffer::empty
bool empty() const
cv::AsyncPromise::setException
void setException(const cv::Exception &exception)
cv::datasets::PD_caltechObj::name
std::string name
Definition: pd_caltech.hpp:64
cv::Mat::u
UMatData * u
interaction with UMat
Definition: mat.hpp:2106
cv::gemm
void gemm(InputArray src1, InputArray src2, double alpha, InputArray src3, double beta, OutputArray dst, int flags=0)
Performs generalized matrix multiplication.
cv::rgbd::RgbdNormals::setMethod
void setMethod(int val)
Definition: depth.hpp:168
cv::videostab::TranslationBasedLocalOutlierRejector::ransacParams
RansacParams ransacParams() const
Definition: outlier_rejection.hpp:83
cv::dnn::_Range::_Range
_Range(int start_, int size_=1)
Definition: shape_utils.hpp:60
cv::videostab::at
T & at(int idx, std::vector< T > &items)
Definition: ring_buffer.hpp:57
cv::cv_abs
_Tp cv_abs(_Tp x)
Definition: base.hpp:397
cv::videostab::RansacParams::niters
int niters() const
Definition: motion_core.hpp:92
cv::CAP_PROP_XI_OUTPUT_DATA_PACKING_TYPE
Data packing type. Some cameras supports only specific packing type.
Definition: videoio.hpp:390
cv::datasets::woodenBoard
Definition: gr_skig.hpp:89
cvv::impl::finalShow
void finalShow()
Passes the control to the debug-window for a last time.
Definition: final_show.hpp:23
cv::cudev::SobelXPtr::src
SrcPtr src
Definition: deriv.hpp:146
cv::MatStep::p
size_t * p
Definition: mat.hpp:595
cv::ximgproc::Box
Definition: edgeboxes.hpp:57
cv::cudev::exp2
__device__ __forceinline__ float1 exp2(const uchar1 &a)
Definition: vec_math.hpp:240
cv::CAP_PROP_XI_COLUMN_FPN_CORRECTION
Correction of column FPN.
Definition: videoio.hpp:464
cv::GPlaidMLContext::m_args
std::vector< GArg > m_args
Definition: gplaidmlkernel.hpp:52
cv::Mat::flags
int flags
Definition: mat.hpp:2082
cv::videostab::NullOutlierRejector
Definition: outlier_rejection.hpp:67
cv::noArray
InputOutputArray noArray()
cv::Detector::classifySmooth
void classifySmooth(const std::vector< Mat > &image, float minMargin=0)
UINT64
uint64_t UINT64
Definition: descriptor.hpp:63
cv::COLORMAP_TWILIGHT_SHIFTED
Definition: imgproc.hpp:4238
cv::Complex
A complex number class.
Definition: types.hpp:74
cv::cuda::createSeparableLinearFilter
Ptr< Filter > createSeparableLinearFilter(int srcType, int dstType, InputArray rowKernel, InputArray columnKernel, Point anchor=Point(-1,-1), int rowBorderMode=BORDER_DEFAULT, int columnBorderMode=-1)
Creates a separable linear filter.
cv::util::make_optional
optional< typename std::decay< T >::type > make_optional(T &&value)
Definition: optional.hpp:171
cv::ocl::Kernel::args
Kernel & args(const _Tps &... kernel_args)
Setup OpenCL Kernel arguments. Avoid direct using of set(i, ...) methods.
Definition: ocl.hpp:429
cv::float16_t::zero
static float16_t zero()
Definition: cvdef.h:874
cv::QT_CHECKBOX
Checkbox button.
Definition: highgui.hpp:249
cv::TrackerSamplerCSC::Params::initMaxNegNum
int initMaxNegNum
Definition: tracker.hpp:789
cv::saliency::StaticSaliencyFineGrained::computeSaliency
bool computeSaliency(InputArray image, OutputArray saliencyMap)
Definition: saliencySpecializedClasses.hpp:133
cv::cudev::WithOutMask::operator()
__device__ __forceinline__ bool operator()(int, int) const
Definition: mask.hpp:62
cv::Allocator::const_reference
const typedef value_type & const_reference
Definition: cvstd.hpp:117
cv::optflow::RLOFOpticalFlowParameter::useInitialFlow
bool useInitialFlow
Definition: rlofflow.hpp:122
cv::cudev::GpuMat_::type
__host__ int type() const
cv::detail::RotationWarperBase::getScale
float getScale() const CV_OVERRIDE
Definition: warpers.hpp:156
cv::THRESH_OTSU
flag, use Otsu algorithm to choose the optimal threshold value
Definition: imgproc.hpp:323
cv::VideoCaptureAPIs
VideoCaptureAPIs
VideoCapture API backends identifier.
Definition: videoio.hpp:89
OpenCV_API_Header::min_api_version
unsigned min_api_version
backward compatible API version
Definition: llapi.h:42
cv::face::FacemarkKazemi::Params::tree_depth
unsigned long tree_depth
tree_depth This stores the max height of the regression tree built.
Definition: face_alignment.hpp:23
cv::AgastFeatureDetector::DetectorType
DetectorType
Definition: features2d.hpp:512
cv::tbm::TrackerParams::max_num_objects_in_track
int max_num_objects_in_track
Definition: tracking_by_matching.hpp:299
cv::CAP_OPENNI_DEPTH_GENERATOR_FOCAL_LENGTH
Definition: videoio.hpp:249
cv::face::FacemarkAAM::Config
Optional parameter for fitting process.
Definition: facemarkAAM.hpp:80
cv::COLORMAP_TURBO
Definition: imgproc.hpp:4239
cv::dnn::writeTextGraph
void writeTextGraph(const String &model, const String &output)
Create a text representation for a binary network stored in protocol buffer format.
cv::ocl::KernelArg::flags
int flags
Definition: ocl.hpp:379
cv::ovis::ENTITY_SCALE
Definition: ovis.hpp:50
cv::String
std::string String
Definition: cvstd.hpp:150
cv::aruco::DICT_7X7_50
Definition: dictionary.hpp:154
cv::detail::fluid_get_in::get
static const T & get(const cv::GArgs &in_args, int idx)
Definition: gfluidkernel.hpp:205
cv::evaluateFeatureDetector
void evaluateFeatureDetector(const Mat &img1, const Mat &img2, const Mat &H1to2, std::vector< KeyPoint > *keypoints1, std::vector< KeyPoint > *keypoints2, float &repeatability, int &correspCount, const Ptr< FeatureDetector > &fdetector=Ptr< FeatureDetector >())
cv::BRISK::setThreshold
virtual void setThreshold(int threshold)
Set detection threshold.
Definition: features2d.hpp:296
hal_ni_recip32f
int hal_ni_recip32f(const float *src_data, size_t src_step, float *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:280
cv::gapi::split4
std::tuple< GMat, GMat, GMat, GMat > split4(const GMat &src)
Divides a 3-channel (4-channel) matrix into 3(4) single-channel matrices.
cv::ogl::Arrays::empty
bool empty() const
cv::cudev::vadd2
__device__ __forceinline__ uint vadd2(uint a, uint b)
Definition: simd_functions.hpp:136
cv::cudev::DefaultSplitMergePolicy::block_size_x
Definition: split_merge.hpp:496
cv::cudev::HistogramBody::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: reduction.hpp:223
CV_MAT_DEPTH
#define CV_MAT_DEPTH(flags)
Definition: interface.h:83
cv::WARP_FILL_OUTLIERS
Definition: imgproc.hpp:263
cv::util::optional::swap
void swap(optional &other) noexcept
Definition: optional.hpp:159
calib3d.hpp
cv::tbm::ITrackerByMatching::Descriptor
std::shared_ptr< IImageDescriptor > Descriptor
Definition: tracking_by_matching.hpp:412
cv::stereo::PropagationParameters::neighborhoodSize
int neighborhoodSize
Definition: quasi_dense_stereo.hpp:50
cv::rgbd::RgbdPlane::setSensorErrorC
void setSensorErrorC(double val)
Definition: depth.hpp:440
cv::cudev::ThreshTruncFunc::thresh
T thresh
Definition: functional.hpp:736
cv::ppf_match_3d::PPF3DDetector::hash_table
hashtable_int * hash_table
Definition: ppf_match_3d.hpp:152
cv::cudev::brdReplicate
__host__ BrdBase< BrdReplicate, typename PtrTraits< SrcPtr >::ptr_type > brdReplicate(const SrcPtr &src)
Definition: extrapolation.hpp:134
cv::cudev::unaryTupleAdapter
__host__ __device__ UnaryTupleAdapter< Op, n > unaryTupleAdapter(const Op &op)
Definition: tuple_adapter.hpp:71
cv::meanShift
int meanShift(InputArray probImage, Rect &window, TermCriteria criteria)
Finds an object on a back projection image.
cv::viz::MouseEvent::button
MouseButton button
Definition: types.hpp:323
CV_CUDEV_IMPLEMENT_VEC_BINARY_OP
#define CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(op, input_type, output_type)
Definition: vec_math.hpp:397
cv::Error::OpenGlApiCallError
OpenGL API call error.
Definition: base.hpp:119
ncvHaarLoadFromFile_host
NCVStatus ncvHaarLoadFromFile_host(const cv::String &filename, HaarClassifierCascadeDescriptor &haar, NCVVector< HaarStage64 > &h_HaarStages, NCVVector< HaarClassifierNode128 > &h_HaarNodes, NCVVector< HaarFeature64 > &h_HaarFeatures)
cv::OutputArrayOfArrays
OutputArray OutputArrayOfArrays
Definition: mat.hpp:440
cv::GCall::yield
GMat yield(int output=0)
cv::ocl::Device::getDefault
static const Device & getDefault()
cv::SparseMat::Hdr::refcount
int refcount
Definition: mat.hpp:2678
cv::detail::TransverseMercatorProjector::mapBackward
void mapBackward(float u, float v, float &x, float &y)
cv::detail::GTypeOf
Definition: gtype_traits.hpp:94
cv::rgbd::RgbdOdometry::getMaxPointsPart
double getMaxPointsPart() const
Definition: depth.hpp:699
cv::aruco::DICT_7X7_1000
Definition: dictionary.hpp:157
cv::quality::QualityGMSD::clear
void clear() CV_OVERRIDE
Implements Algorithm::clear()
Definition: qualitygmsd.hpp:34
cv::TrackerSampler
Class that manages the sampler in order to select regions for the update the model of the tracker [AA...
Definition: tracker.hpp:258
cv::detail::waveCorrect
void waveCorrect(std::vector< Mat > &rmats, WaveCorrectKind kind)
Tries to make panorama more horizontal (or vertical).
cv::hal::mul32f
void mul32f(const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *scale)
cv::viz::WCone
This 3D Widget defines a cone. :
Definition: widgets.hpp:330
cv::cudev::thresh_binary_inv_func
__host__ __device__ ThreshBinaryInvFunc< T > thresh_binary_inv_func(T thresh, T maxVal)
Definition: functional.hpp:726
cv::cuda::SparseOpticalFlow
Base interface for sparse optical flow algorithms.
Definition: cudaoptflow.hpp:85
cv::datasets::IS_bsdsObj::name
std::string name
Definition: is_bsds.hpp:62
NppStInterpolationState::pos
Ncv32f pos
new frame position
Definition: NPP_staging.hpp:118
cv::randn
void randn(InputOutputArray dst, InputArray mean, InputArray stddev)
Fills the array with normally distributed random numbers.
cv::stereo::MeanKernelIntegralImage
Definition: descriptor.hpp:249
cv::COLOR_BayerBG2GRAY
Definition: imgproc.hpp:749
cv::datasets::word
Definition: tr_icdar.hpp:60
cv::omnidir::internal::estimateUncertainties
void estimateUncertainties(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, InputArray parameters, Mat &errors, Vec2d &std_error, double &rms, int flags)
cv::TrackerKCF::Params::desc_npca
int desc_npca
non-compressed descriptors of TrackerKCF::MODE
Definition: tracker.hpp:1257
cv::detail::BlocksCompensator::setNrGainsFilteringIterations
void setNrGainsFilteringIterations(int nr_iterations)
Definition: exposure_compensate.hpp:171
cv::AVIWriteContainer::atFrameSize
size_t atFrameSize(size_t i) const
Definition: container_avi.private.hpp:174
cv::GPlaidMLContext::inTensor
const plaidml::edsl::Tensor & inTensor(int input)
Definition: gplaidmlkernel.hpp:42
cv::cudacodec::EncoderParams::ProfileLevel
int ProfileLevel
NVVE_PROFILE_LEVEL,.
Definition: cudacodec.hpp:97
cv::dynafu::Params::intr
Matx33f intr
camera intrinsics
Definition: dynafu.hpp:33
cv::util::type_list_index::value
static const constexpr std::size_t value
Definition: variant.hpp:49
cv::gapi::own::operator+=
Size & operator+=(Size &lhs, const Size &rhs)
Definition: types.hpp:107
cv::cudev::vavg2
__device__ __forceinline__ uint vavg2(uint a, uint b)
Definition: simd_functions.hpp:205
kdtree_single_index.h
cv::quality::QualityPSNR::QualityPSNR
QualityPSNR(Ptr< QualityMSE > qualityMSE, double maxPixelValue)
Constructor.
Definition: qualitypsnr.hpp:95
cv::setOpenGlContext
void setOpenGlContext(const String &winname)
Sets the specified window as current OpenGL context.
cv::GeneralizedHoughGuil
finds arbitrary template in the grayscale image using Generalized Hough Transform
Definition: imgproc.hpp:893
cv::datasets::MSM_epfl
Definition: msm_epfl.hpp:77
cv::detail::BundleAdjusterBase::setTermCriteria
void setTermCriteria(const TermCriteria &term_criteria)
Definition: motion_estimators.hpp:147
hal_ni_add32f
int hal_ni_add32f(const float *src1_data, size_t src1_step, const float *src2_data, size_t src2_step, float *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:81
cv::detail::Graph::Graph
Graph(int num_vertices=0)
Definition: util.hpp:88
cv::Point_< int >
cv::CAP_PROP_XI_GAMMAC
Chromaticity gamma.
Definition: videoio.hpp:403
cv::COLOR_RGB2HLS_FULL
Definition: imgproc.hpp:609
cv::cudev::SobelXPtr
Definition: deriv.hpp:141
cv::Vec4s
Vec< short, 4 > Vec4s
Definition: matx.hpp:406
CV_CUDEV_RGB2YUV_INST
#define CV_CUDEV_RGB2YUV_INST(name, scn, dcn, bidx)
Definition: color_cvt.hpp:101
cv::DIST_L2
the simple euclidean distance
Definition: imgproc.hpp:299
cv::CalibrateRobertson
Inverse camera response function is extracted for each brightness value by minimizing an objective fu...
Definition: photo.hpp:577
cvv::showImage
static void showImage(cv::InputArray img, impl::CallMetaData metaData=impl::CallMetaData(), const char *description=nullptr, const char *view=nullptr)
Add a single image to debug GUI (similar to imshow <>).
Definition: show_image.hpp:38
cv::cuda::pyrDown
void pyrDown(InputArray src, OutputArray dst, Stream &stream=Stream::Null())
Smoothes an image and downsamples it.
cv::detail::calibrateRotatingCamera
bool calibrateRotatingCamera(const std::vector< Mat > &Hs, Mat &K)
cv::watershed
void watershed(InputArray image, InputOutputArray markers)
Performs a marker-based image segmentation using the watershed algorithm.
_v512_set_epu64
#define _v512_set_epu64(a7, a6, a5, a4, a3, a2, a1, a0)
Definition: intrin_avx512.hpp:20
cv::cudev::maximum
Definition: functional.hpp:310
cv::detail::RotationWarperBase::projector_
P projector_
Definition: warpers.hpp:168
CV_CREATE_MEMBER_CHECK
#define CV_CREATE_MEMBER_CHECK(X)
Definition: traits.hpp:360
cv::cudev::MakeVec< bool, 4 >::type
uchar4 type
Definition: vec_traits.hpp:84
cv::stereo::CombinedDescriptor::CombinedDescriptor
CombinedDescriptor(int w, int h, int stride, int k2, int **distance, Kernel kernel, int k2Stop)
Definition: descriptor.hpp:207
cv::aruco::CharucoBoard
ChArUco board Specific class for ChArUco boards. A ChArUco board is a planar board where the markers ...
Definition: charuco.hpp:62
cv::videostab::DeblurerBase::radius_
int radius_
Definition: deblurring.hpp:84
cv::Stitcher::workScale
double workScale() const
Definition: stitching.hpp:290
NppStInterpMode
NppStInterpMode
Definition: NPP_staging.hpp:100
cv::cudacodec::createVideoWriter
Ptr< cudacodec::VideoWriter > createVideoWriter(const String &fileName, Size frameSize, double fps, SurfaceFormat format=SF_BGR)
Creates video writer.
cv::GC_EVAL_FREEZE_MODEL
Definition: imgproc.hpp:360
cv::GInferBase::id
static constexpr const char * id()
Definition: infer.hpp:84
cv::stereo::MeanKernelIntegralImage::MeanKernelIntegralImage
MeanKernelIntegralImage(const cv::Mat &image, int window, float scale, int *cost)
Definition: descriptor.hpp:257
cv::CALIB_FIX_S1_S2_S3_S4
Definition: calib3d.hpp:282
cv::cudev::RemapPtr2::mapx
MapXPtr mapx
Definition: remap.hpp:81
cv::BORDER_CONSTANT
iiiiii|abcdefgh|iiiiiii with some specified i
Definition: base.hpp:269
cv::hal::max8u
void max8u(const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
cv::videostab::GaussianMotionFilter::setParams
void setParams(int radius, float stdev=-1.f)
cv::GPlaidMLKernelImpl::backend
static cv::gapi::GBackend backend()
Definition: gplaidmlkernel.hpp:132
cv::stereo::StereoBinarySGBM::setBinaryKernelType
virtual void setBinaryKernelType(int value)=0
cv::MultiTracker::trackerList
std::vector< Ptr< Tracker > > trackerList
< storage for the tracker algorithms.
Definition: tracker.hpp:1387
cv::img_hash::pHash
void pHash(cv::InputArray inputArr, cv::OutputArray outputArr)
Computes pHash value of the input image.
cv::ogl::unmapGLBuffer
void unmapGLBuffer(UMat &u)
Unmaps Buffer object (releases UMat, previously mapped from Buffer).
cv::cudev::warpPerspective_
__host__ Expr< RemapPtr1Sz< typename PtrTraits< SrcPtr >::ptr_type, PerspectiveMapPtr > > warpPerspective_(const SrcPtr &src, Size dstSize, const GpuMat_< float > &warpMat)
Definition: warping.hpp:101
cv::hal::addWeighted32f
void addWeighted32f(const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *scalars)
cv::cudev::BinaryTupleAdapter::op
Op op
Definition: tuple_adapter.hpp:82
cv::CvFeatureParams::read
virtual bool read(const FileNode &node) CV_OVERRIDE
cv::datasets::PascalObj::truncated
bool truncated
Definition: or_pascal.hpp:71
cv::MatExpr::min
static MatExpr min(const Mat &a, const Matx< _Tp, m, n > &b)
Definition: mat.hpp:3690
cv::cudev::DefaultCopyPolicy::block_size_x
Definition: copy.hpp:352
cv::datasets::datasetType
datasetType
Definition: hpe_humaneva.hpp:71
cv::DMatch::DMatch
DMatch()
cv::tbm::Track::length
size_t length
Definition: tracking_by_matching.hpp:389
cv::stereo::Matching::costGathering
void costGathering(const Mat &hammingDistanceCost, Mat &cost)
Definition: matching.hpp:423
cv::hal::div32f
void div32f(const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *scale)
cv::cuda::DisparityBilateralFilter
Class refining a disparity map using joint bilateral filtering. :
Definition: cudastereo.hpp:251
cv::detail::callCustomGetBorder
Definition: gfluidkernel.hpp:339
cv::dnn::LayerFactory::Constructor
Ptr< Layer >(* Constructor)(LayerParams &params)
Each Layer class must provide this function to the factory.
Definition: layer.hpp:61
CV_CUDEV_IMPLEMENT_VEC_UNARY_OP
#define CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(op, input_type, output_type)
Definition: vec_math.hpp:138
OPENCV_HAL_IMPL_BIT_OP
#define OPENCV_HAL_IMPL_BIT_OP(bit_op)
Helper macro.
Definition: intrin_cpp.hpp:446
MatToUIImage
UIImage * MatToUIImage(const cv::Mat &image)
cv::CvHOGEvaluator::operator()
virtual float operator()(int varIdx, int sampleIdx) CV_OVERRIDE
Definition: feature.hpp:333
cv::detail::CylindricalWarper::CylindricalWarper
CylindricalWarper(float scale)
Construct an instance of the cylindrical warper class.
Definition: warpers.hpp:317
cv::pyrMeanShiftFiltering
void pyrMeanShiftFiltering(InputArray src, OutputArray dst, double sp, double sr, int maxLevel=1, TermCriteria termcrit=TermCriteria(TermCriteria::MAX_ITER+TermCriteria::EPS, 5, 1))
Performs initial step of meanshift segmentation of an image.
cv::convertFp16
void convertFp16(InputArray src, OutputArray dst)
Converts an array to half precision floating number.
cv::text::OCRBeamSearchDecoder::ClassifierCallback::~ClassifierCallback
virtual ~ClassifierCallback()
Definition: ocr.hpp:409
cv::cudev::PtrTraitsBase< Ptr2DSz, Ptr2DSz >::getRows
static __host__ int getRows(const Ptr2DSz &ptr)
Definition: traits.hpp:69
cv::v_pack_u_store
void v_pack_u_store(uchar *ptr, const v_int16x8 &a)
Definition: intrin_cpp.hpp:2346
cv::datasets::MSM_epflObj
Definition: msm_epfl.hpp:69
cv::optflow::GPC_DESCRIPTOR_DCT
Better quality but slow.
Definition: sparse_matching_gpc.hpp:92
cv::datasets::PD_inriaObj::filename
std::string filename
Definition: pd_inria.hpp:69
cv::cuda::GpuMat::rows
int rows
the number of rows and columns
Definition: cuda.hpp:320
cv::detail::CompileArgTag< cv::gapi::GNetPackage >::tag
static const char * tag()
Definition: infer.hpp:223
cv::viz::KeyboardEvent::symbol
String symbol
Definition: types.hpp:298
cv::operator|=
v_reg< _Tp, n > & operator|=(v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Definition: intrin_cpp.hpp:475
cv::Mat::clone
Mat clone() const CV_NODISCARD
Creates a full copy of the array and the underlying data.
cv::cudev::Min::rebind
Definition: reduce_to_vec.hpp:109
cv::face::FacemarkAAM::Model::Texture
Definition: facemarkAAM.hpp:115
cv::gapi::own::Rect::Rect
Rect(int _x, int _y, int _width, int _height)
Definition: types.hpp:35
cv::bioinspired::RetinaParameters::OPLandIplParvoParameters::hcellsSpatialConstant
float hcellsSpatialConstant
Definition: retina.hpp:162
cv::cudev::DefaultGlobReducePolicy::block_size_y
Definition: reduce.hpp:297
cv::cuda::DYNAMIC_PARALLELISM
Definition: cuda.hpp:784
cv::UMatData::data
uchar * data
Definition: mat.hpp:558
cv::setBreakOnError
bool setBreakOnError(bool flag)
Sets/resets the break-on-error mode.
cv::rgbd::RgbdNormals::getWindowSize
int getWindowSize() const
Definition: depth.hpp:140
cv::datasets::join::Wz
double Wz
Definition: gr_chalearn.hpp:67
cv::datasets::FR_adienceObj::age
std::string age
Definition: fr_adience.hpp:72
hal_ni_merge64s
int hal_ni_merge64s(const int64 **src_data, int64 *dst_data, int len, int cn)
Definition: hal_replacement.hpp:369
cv::rgbd::RgbdPlane::RGBD_PLANE_METHOD_DEFAULT
Definition: depth.hpp:333
cv::LineIterator::LineIterator
LineIterator(const Mat &img, Point pt1, Point pt2, int connectivity=8, bool leftToRight=false)
initializes the iterator
cv::instr::NodeData::getTotalMs
double getTotalMs() const
Definition: instrumentation.hpp:92
cv::util::throw_error
void throw_error(ExceptionType &&e)
Definition: throw.hpp:23
cv::viz::Color::cyan
static Color cyan()
cv::checkChessboard
bool checkChessboard(InputArray img, Size size)
general.h
cv::aruco::DICT_5X5_1000
Definition: dictionary.hpp:149
cv::cudev::VecTraits< char4 >::all
__host__ __device__ static __forceinline__ char4 all(schar v)
Definition: vec_traits.hpp:178
cv::dnn::PaddingLayer
Adds extra values for specific axes.
Definition: all_layers.hpp:417
cv::Mat_::operator[]
_Tp * operator[](int y)
more convenient forms of row and element access operators
cv::TrackerSamplerCSC
TrackerSampler based on CSC (current state centered), used by MIL algorithm TrackerMIL.
Definition: tracker.hpp:771
cv::omnidir::initUndistortRectifyMap
void initUndistortRectifyMap(InputArray K, InputArray D, InputArray xi, InputArray R, InputArray P, const cv::Size &size, int mltype, OutputArray map1, OutputArray map2, int flags)
Computes undistortion and rectification maps for omnidirectional camera image transform by a rotation...
cv::bioinspired::RetinaParameters::IplMagno
IplMagnoParameters IplMagno
Definition: retina.hpp:179
cv::cuda::StereoBeliefPropagation
Class computing stereo correspondence using the belief propagation algorithm. :
Definition: cudastereo.hpp:128
cv::rgbd::Odometry::DEFAULT_MIN_DEPTH
static float DEFAULT_MIN_DEPTH()
Definition: depth.hpp:534
cv::cudev::ConstantPtr::operator()
__device__ __forceinline__ T operator()(int, int) const
Definition: constant.hpp:64
cv::cudev::Avg::result
__device__ static __forceinline__ T result(T r, float sz)
Definition: reduce_to_vec.hpp:99
cv::CAP_PROP_TEMPERATURE
Definition: videoio.hpp:156
cv::CirclesGridFinderParameters::squareSize
float squareSize
Distance between two adjacent points. Used by CALIB_CB_CLUSTERING.
Definition: calib3d.hpp:1323
cv::face::FacemarkLBF::Params::tree_n
int tree_n
number of tree in the model for each landmark point refinement
Definition: facemarkLBF.hpp:72
cv::MatExpr::operator*
MatExpr operator*(const Mat &a, const Mat &b)
cv::stereo::StereoBinaryBM::setTextureThreshold
virtual void setTextureThreshold(int textureThreshold)=0
cv::gapi::ie::detail::ParamDesc::model_path
std::string model_path
Definition: ie.hpp:46
cv::COLOR_YUV2BGRA_UYNV
Definition: imgproc.hpp:690
cvv::impl::CallMetaData
Optional information about a location in Code.
Definition: call_meta_data.hpp:20
cv::cuda::BackgroundSubtractorFGD
The class discriminates between foreground and background pixels by building and maintaining a model ...
Definition: cudalegacy.hpp:144
edgepreserving_filter.hpp
cv::COLORMAP_OCEAN
Definition: imgproc.hpp:4224
cv::EVENT_LBUTTONDBLCLK
indicates that left mouse button is double clicked.
Definition: highgui.hpp:213
cv::rgbd::RgbdNormals::RGBD_NORMALS_METHOD_FALS
Definition: depth.hpp:78
gkernel.hpp
cv::face::FacemarkAAM::Model::Texture::AA
Mat AA
gray values from all erorded face region in the dataset, projected in PCA space
Definition: facemarkAAM.hpp:123
zip.hpp
cv::getNearestPoint
int getNearestPoint(const std::vector< Point2f > &recallPrecisionCurve, float l_precision)
cv::Matx::dot
_Tp dot(const Matx< _Tp, m, n > &v) const
dot product computed with the default precision
cv::viz::Color::yellow
static Color yellow()
cv::Affine3< float >
cv::COLOR_BGR5652RGBA
Definition: imgproc.hpp:558
cv::cudacodec::RawVideoSource
Interface for video demultiplexing. :
Definition: cudacodec.hpp:316
cv::videostab::StabilizerBase::stabilizedFrames_
std::vector< Mat > stabilizedFrames_
Definition: stabilizer.hpp:137
cv::detail::PairwiseSeamFinder::corners_
std::vector< Point > corners_
Definition: seam_finders.hpp:102
cv::dnn::ELULayer
Definition: all_layers.hpp:453
cv::cudev::gridTransformUnary_
__host__ void gridTransformUnary_(const SrcPtr &src, GpuMat_< DstType > &dst, const UnOp &op, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: transform.hpp:64
cv::instr::FLAGS
FLAGS
Definition: instrumentation.hpp:108
cv::ximgproc::covarianceEstimation
void covarianceEstimation(InputArray src, OutputArray dst, int windowRows, int windowCols)
Computes the estimated covariance matrix of an image using the sliding window forumlation.
cv::rgbd::RgbdPlane::getSensorErrorB
double getSensorErrorB() const
Definition: depth.hpp:428
hal_ni_boxFilter
int hal_ni_boxFilter(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int src_depth, int dst_depth, int cn, int margin_left, int margin_top, int margin_right, int margin_bottom, size_t ksize_width, size_t ksize_height, int anchor_x, int anchor_y, bool normalize, int border_type)
Calculate box filter.
Definition: hal_replacement.hpp:680
cv::ml::SVMSGD::SOFT_MARGIN
General case, suits to the case of non-linearly separable sets, allows outliers.
Definition: ml.hpp:1802
cv::COLOR_YUV2RGB_I420
Definition: imgproc.hpp:650
cv::CirclesGridFinderParameters::convexHullFactor
float convexHullFactor
Definition: calib3d.hpp:1314
cv::MatOp
Definition: mat.hpp:3429
cv::selectROIs
void selectROIs(const String &windowName, InputArray img, std::vector< Rect > &boundingBoxes, bool showCrosshair=true, bool fromCenter=false)
Selects ROIs on the given image. Function creates a window and allows user to select a ROIs using mou...
cv::detail::tracked_cv_umat::r
cv::UMat & r
Definition: goclkernel.hpp:123
cv::Scalar_< double >::all
static Scalar_< double > all(double v0)
returns a scalar with all elements set to v0
cv::datasets::SR_div2k
Definition: sr_div2k.hpp:28
cv::cudev::CommonAreaInterPtr::area_height
float area_height
Definition: interpolation.hpp:300
cv::cudev::BrdWrap
Definition: extrapolation.hpp:197
common.hpp
cv::gapi::own::Scalar::val
double val[4]
Definition: scalar.hpp:35
cv::cudev::vsetle2
__device__ __forceinline__ uint vsetle2(uint a, uint b)
Definition: simd_functions.hpp:359
hal_ni_medianBlur
int hal_ni_medianBlur(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int cn, int ksize)
Calculate medianBlur filter.
Definition: hal_replacement.hpp:627
cv::v_min
v_reg< _Tp, n > v_min(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Choose min values for each pair.
Definition: intrin_cpp.hpp:576
trace.hpp
ovx.hpp
cv::gapi::wip::GCaptureSource
OpenCV's VideoCapture-based streaming source.
Definition: cap.hpp:45
cv::bitwise_xor
void bitwise_xor(InputArray src1, InputArray src2, OutputArray dst, InputArray mask=noArray())
Calculates the per-element bit-wise "exclusive or" operation on two arrays or an array and a scalar.
cv::videostab::ToFileMotionWriter::setMotionModel
virtual void setMotionModel(MotionModel val) CV_OVERRIDE
Definition: global_motion.hpp:214
cv::cudev::logical_and::operator()
__device__ __forceinline__ MakeVec< uchar, VecTraits< T >::cn >::type operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:197
cv::cudev::exp10
__device__ __forceinline__ float1 exp10(const uchar1 &a)
Definition: vec_math.hpp:249
cv::line_descriptor::KeyLine::getStartPointInOctave
Point2f getStartPointInOctave() const
Definition: descriptor.hpp:156
cv::utils::getConfigurationParameterString
cv::String getConfigurationParameterString(const char *name, const char *defaultValue)
cv::linemod::ColorGradient
Modality that computes quantized gradient orientations from a color image.
Definition: linemod.hpp:166
cv::CAP_DSHOW
DirectShow (via videoInput)
Definition: videoio.hpp:101
cv::DetectionBasedTracker::innerParameters
InnerParameters innerParameters
Definition: detection_based_tracker.hpp:179
cv::VideoCapture::getExceptionMode
bool getExceptionMode()
query if exception mode is active
Definition: videoio.hpp:797
cv::DescriptorMatcher::read
void read(const String &fileName)
Definition: features2d.hpp:1018
cv::v_mul_expand
void v_mul_expand(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b, v_reg< typename V_TypeTraits< _Tp >::w_type, n/2 > &c, v_reg< typename V_TypeTraits< _Tp >::w_type, n/2 > &d)
Multiply and expand.
Definition: intrin_cpp.hpp:1027
cv::GMatDesc::chan
int chan
Definition: gmat.hpp:83
cv::videostab::InpainterBase::setMotions
virtual void setMotions(const std::vector< Mat > &val)
Definition: inpainting.hpp:84
cv::Stitcher::waveCorrectKind
detail::WaveCorrectKind waveCorrectKind() const
Definition: stitching.hpp:204
cv::PaniniWarper
Definition: warpers.hpp:199
cv::phaseCorrelate
Point2d phaseCorrelate(InputArray src1, InputArray src2, InputArray window=noArray(), double *response=0)
The function is used to detect translational shifts that occur between two images.
cv::cudev::saturate_cast< ushort >
__device__ __forceinline__ ushort saturate_cast< ushort >(schar v)
Definition: saturate_cast.hpp:156
cv::CAP_PROP_XI_LIMIT_BANDWIDTH
Set/get bandwidth(datarate)(in Megabits).
Definition: videoio.hpp:385
NPPST_MEM_INSUFFICIENT_BUFFER
Insufficient user-allocated buffer.
Definition: NCV.hpp:368
cv::GArg
Definition: garg.hpp:41
cv::cudev::UnaryNegate
Definition: functional.hpp:791
cv::DetectionBasedTracker::TrackedObject::numDetectedFrames
int numDetectedFrames
Definition: detection_based_tracker.hpp:187
cv::GKernelImpl::opaque
util::any opaque
Definition: gkernel.hpp:47
cv::IMWRITE_EXR_TYPE_FLOAT
store as FP32 (default)
Definition: imgcodecs.hpp:105
cv::BaseCascadeClassifier::MaskGenerator
Definition: objdetect.hpp:207
cv::HoughLines
void HoughLines(InputArray image, OutputArray lines, double rho, double theta, int threshold, double srn=0, double stn=0, double min_theta=0, double max_theta=CV_PI)
Finds lines in a binary image using the standard Hough transform.
cv::TrackerModel::confidenceMaps
std::vector< ConfidenceMap > confidenceMaps
Definition: tracker.hpp:509
cv::datasets::FR_adienceObj::dy
int dy
Definition: fr_adience.hpp:77
cv::EVENT_FLAG_RBUTTON
indicates that the right mouse button is down.
Definition: highgui.hpp:223
cv::COLOR_YUV2GRAY_YUNV
Definition: imgproc.hpp:717
cv::GEMM_3_T
transposes src3
Definition: base.hpp:222
mask.hpp
NCV_INVALID_SCALE
Definition: NCV.hpp:330
dnn.hpp
cv::cudev::VecTraits< schar >::elem_type
schar elem_type
Definition: vec_traits.hpp:144
cv::COLOR_HLS2RGB
Definition: imgproc.hpp:604
cv::detail::CompileArgTag< GFluidOutputRois >::tag
static const char * tag()
Definition: gfluidkernel.hpp:153
cv::Vec2i
Vec< int, 2 > Vec2i
Definition: matx.hpp:412
oilpainting.hpp
cv::gapi::wip::draw::Line::pt2
cv::Point pt2
The second point of the line segment.
Definition: render.hpp:270
cv::cuda::calcSqrSum
void calcSqrSum(InputArray src, OutputArray dst, InputArray mask=noArray(), Stream &stream=Stream::Null())
cv::cudev::PtrTraits< Expr< Body > >::getCols
static __host__ int getCols(const Expr< Body > &expr)
Definition: expr.hpp:87
cv::Size_::value_type
_Tp value_type
Definition: types.hpp:318
cv::ocl::checkOptimalVectorWidth
int checkOptimalVectorWidth(const int *vectorWidths, InputArray src1, InputArray src2=noArray(), InputArray src3=noArray(), InputArray src4=noArray(), InputArray src5=noArray(), InputArray src6=noArray(), InputArray src7=noArray(), InputArray src8=noArray(), InputArray src9=noArray(), OclVectorStrategy strat=OCL_VECTOR_DEFAULT)
cv::ppf_match_3d::transPCCoeff
Mat transPCCoeff(Mat pc, float scale, float Cx, float Cy, float Cz, float MinVal, float MaxVal)
cv::v_signmask
int v_signmask(const v_reg< _Tp, n > &a)
Get negative values mask.
Definition: intrin_cpp.hpp:1194
cv::optflow::GPCMatchingParams::GPCMatchingParams
GPCMatchingParams(const GPCMatchingParams &params)
Definition: sparse_matching_gpc.hpp:149
cv::illuminationChange
void illuminationChange(InputArray src, InputArray mask, OutputArray dst, float alpha=0.2f, float beta=0.4f)
Applying an appropriate non-linear transformation to the gradient field inside the selection and then...
cv::UMatData::origdata
uchar * origdata
Definition: mat.hpp:559
cv::softdouble::isInf
bool isInf() const
Inf state indicator.
Definition: softfloat.hpp:307
cv::COLOR_YUV2GRAY_420
Definition: imgproc.hpp:664
cv::cudev::tan
__device__ __forceinline__ float1 tan(const uchar1 &a)
Definition: vec_math.hpp:303
cv::softfloat::nan
static softfloat nan()
Default NaN constant.
Definition: softfloat.hpp:208
cv::COLOR_BayerGB2GRAY
Definition: imgproc.hpp:750
cv::detail::SphericalWarper::SphericalWarper
SphericalWarper(float scale)
Construct an instance of the spherical warper class.
Definition: warpers.hpp:292
cv::COLOR_BGR2Luv
convert RGB/BGR to CIE Luv, color conversions
Definition: imgproc.hpp:591
cv::saliency::StaticSaliencySpectralResidual::getImageWidth
int getImageWidth() const
Definition: saliencySpecializedClasses.hpp:92
cv::ppf_match_3d::Pose3D::Pose3D
Pose3D()
Definition: pose_3d.hpp:73
cv::cuda::createLaplacianFilter
Ptr< Filter > createLaplacianFilter(int srcType, int dstType, int ksize=1, double scale=1, int borderMode=BORDER_DEFAULT, Scalar borderVal=Scalar::all(0))
Creates a Laplacian operator.
cv::detail::CylindricalWarper
Warper that maps an image onto the x*x + z*z = 1 cylinder.
Definition: warpers.hpp:310
cv::Param::INT
cv::DetectionBasedTracker::IDetector::setMinObjectSize
void setMinObjectSize(const cv::Size &min)
Definition: detection_based_tracker.hpp:80
cv::IMWRITE_JPEG_PROGRESSIVE
Enable JPEG features, 0 or 1, default is False.
Definition: imgcodecs.hpp:83
cv::DetectionBasedTracker::InnerParameters
Definition: detection_based_tracker.hpp:165
cv::softfloat::setSign
softfloat setSign(bool sign) const
Construct a copy with new sign bit.
Definition: softfloat.hpp:177
cv::ximgproc::DTFilter
Interface for realizations of Domain Transform filter.
Definition: edge_filter.hpp:66
cv::cuda::findMinMax
void findMinMax(InputArray src, OutputArray dst, InputArray mask=noArray(), Stream &stream=Stream::Null())
cv::cudev::Log2::value
Definition: type_traits.hpp:80
cv::WND_PROP_AUTOSIZE
autosize property (can be WINDOW_NORMAL or WINDOW_AUTOSIZE).
Definition: highgui.hpp:197
cv::ovis::MATERIAL_TEXTURE0
Definition: ovis.hpp:40
hal_ni_absdiff8s
int hal_ni_absdiff8s(const schar *src1_data, size_t src1_step, const schar *src2_data, size_t src2_step, schar *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:131
tls.hpp
cv::cudev::FindMinValExprBody
Definition: reduction.hpp:86
cv::Allocator::construct
void construct(pointer p, const _Tp &v)
Definition: cvstd.hpp:135
cv::ml::VAR_CATEGORICAL
categorical variables
Definition: ml.hpp:85
cv::ClfOnlineStump
Definition: onlineMIL.hpp:90
cv::dnn::MaxUnpoolLayer::poolPad
Size poolPad
Definition: all_layers.hpp:537
cv::va_intel::convertToVASurface
void convertToVASurface(VADisplay display, InputArray src, VASurfaceID surface, Size size)
Converts InputArray to VASurfaceID object.
cv::stereo::MCTKernel
Definition: descriptor.hpp:101
cv::DetectionBasedTracker::Object
std::pair< cv::Rect, int > Object
Definition: detection_based_tracker.hpp:134
cv::cuda::COLOR_BayerRG2RGB_MHT
Definition: cudaimgproc.hpp:102
cv::demosaicing
void demosaicing(InputArray src, OutputArray dst, int code, int dstCn=0)
main function for all demosaicing processes
cv::cudev::EnableIf
Definition: type_traits.hpp:107
tuple_adapter.hpp
cv::RotatedRect::RotatedRect
RotatedRect()
default constructor
cv::CvHaarFeatureParams::init
virtual void init(const CvFeatureParams &fp) CV_OVERRIDE
cv::detail::get_border_helper< true, Impl, Ins... >::get_border_impl
static gapi::fluid::BorderOpt get_border_impl(const GMetaArgs &metas, const cv::GArgs &in_args, cv::detail::Seq< IIs... >)
Definition: gfluidkernel.hpp:268
cv::linemod::DepthNormal::difference_threshold
int difference_threshold
Definition: linemod.hpp:233
cv::cudev::DerivXPtr::index_type
int index_type
Definition: deriv.hpp:64
nppiStTranspose_128_C1R_host
NCVStatus nppiStTranspose_128_C1R_host(void *d_src, Ncv32u srcStep, void *d_dst, Ncv32u dstStep, NcvSize32u srcRoi)
cv::ppf_match_3d::PPF3DDetector::sampled_pc
Mat sampled_pc
Definition: ppf_match_3d.hpp:150
hal_ni_add16u
int hal_ni_add16u(const ushort *src1_data, size_t src1_step, const ushort *src2_data, size_t src2_step, ushort *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:78
cv::videostab::LpMotionStabilizer::frameSize
Size frameSize() const
Definition: motion_stabilizing.hpp:126
cv::displayStatusBar
void displayStatusBar(const String &winname, const String &text, int delayms=0)
Displays a text on the window statusbar during the specified period of time.
cv::cudev::AffineMapPtr::value_type
float2 value_type
Definition: warping.hpp:63
cv::CAP_PROP_XI_ACQ_FRAME_BURST_COUNT
Sets number of frames acquired by burst. This burst is used only if trigger is set to FrameBurstStart...
Definition: videoio.hpp:423
cv::EVENT_FLAG_CTRLKEY
indicates that CTRL Key is pressed.
Definition: highgui.hpp:225
cv::GKernel::name
const std::string name
Definition: gkernel.hpp:38
cv::TrackerModel
Abstract class that represents the model of the target. It must be instantiated by specialized tracke...
Definition: tracker.hpp:446
cv::reg::MapShift::getShift
const cv::Vec< double, 2 > & getShift() const
Definition: mapshift.hpp:85
cv::cudev::BrdReplicate::idx_high
__device__ static __forceinline__ int idx_high(int i, int len)
Definition: extrapolation.hpp:127
cv::GTransform
Definition: gtransform.hpp:24
CV_DbgCheckLT
#define CV_DbgCheckLT(v1, v2, msg)
Definition: check.hpp:144
cv::structured_light::DECODE_3D_UNDERWORLD
Kyriakos Herakleous, Charalambos Poullis. "3DUNDERWORLD-SLS: An Open-Source Structured-Light Scanning...
Definition: structured_light.hpp:56
cv::detail::GainCompensator::GainCompensator
GainCompensator(int nr_feeds)
Definition: exposure_compensate.hpp:117
cv::text::OEM_TESSERACT_CUBE_COMBINED
Definition: ocr.hpp:87
cv::face::BasicFaceRecognizer::_eigenvectors
Mat _eigenvectors
Definition: facerec.hpp:49
cv::CompressedRectilinearPortraitWarper::create
Ptr< detail::RotationWarper > create(float scale) const CV_OVERRIDE
Definition: warpers.hpp:196
cv::detail::OCLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call
static void call(GOCLContext &ctx)
Definition: goclkernel.hpp:219
cv::hal::add16u
void add16u(const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *)
cv::cudev::log
__device__ __forceinline__ float1 log(const uchar1 &a)
Definition: vec_math.hpp:258
cv::detail::scalar_wrapper::scalar_wrapper
scalar_wrapper(cv::gapi::own::Scalar &s)
Definition: gcpukernel.hpp:178
cv::Mat_::elemSize1
size_t elemSize1() const
cv::DECOMP_SVD
Definition: base.hpp:138
cv::viz::readMesh
Mesh readMesh(const String &file)
Reads mesh. Only ply format is supported now and no texture load support.
cv::util::operator==
bool operator==(const util::monostate &, const util::monostate &)
Definition: variant.hpp:63
cv::ocl::Context
Definition: ocl.hpp:238
cv::fisheye::stereoRectify
void stereoRectify(InputArray K1, InputArray D1, InputArray K2, InputArray D2, const Size &imageSize, InputArray R, InputArray tvec, OutputArray R1, OutputArray R2, OutputArray P1, OutputArray P2, OutputArray Q, int flags, const Size &newImageSize=Size(), double balance=0.0, double fov_scale=1.0)
Stereo rectification for fisheye camera model.
cv::face::FacemarkLBF::Params::feats_m
std::vector< int > feats_m
Definition: facemarkLBF.hpp:84
cv::detail::CylindricalProjector::mapBackward
void mapBackward(float u, float v, float &x, float &y)
cv::cudev::Sum::work_type
T work_type
Definition: reduce_to_vec.hpp:67
cv::dnn::DictValue::DictValue
DictValue(bool i)
Constructs integer scalar.
Definition: dict.hpp:63
cv::cudacodec::EncoderCallBack::~EncoderCallBack
virtual ~EncoderCallBack()
Definition: cudacodec.hpp:140
cv::detail::BundleAdjusterReproj::BundleAdjusterReproj
BundleAdjusterReproj()
Definition: motion_estimators.hpp:248
cv::v_mul_hi
v_reg< _Tp, n > v_mul_hi(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Multiply and extract high part.
Definition: intrin_cpp.hpp:1044
cv::TrackerTargetState::targetPosition
Point2f targetPosition
Definition: tracker.hpp:373
cv::datasets::Dataset::Dataset
Dataset()
Definition: dataset.hpp:567
cv::DMatch::operator<
bool operator<(const DMatch &m) const
cv::v_interleave_pairs
v_reg< _Tp, n > v_interleave_pairs(const v_reg< _Tp, n > &vec)
Definition: intrin_cpp.hpp:2063
cv::rgbd::RgbdNormals::RGBD_NORMALS_METHOD
RGBD_NORMALS_METHOD
Definition: depth.hpp:76
cv::Matx::mat_type
Matx< _Tp, m, n > mat_type
Definition: matx.hpp:114
cv::softdouble::one
static softdouble one()
One constant.
Definition: softfloat.hpp:352
cv::TermCriteria
The class defining termination criteria for iterative algorithms.
Definition: types.hpp:852
cv::cudev::GpuMat_::col
__host__ GpuMat_ col(int x) const
cv::hal::min8s
void min8s(const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *)
cv::gapi::crop
GMat crop(const GMat &src, const Rect &rect)
Crops a 2D matrix.
hal_ni_min32s
int hal_ni_min32s(const int *src1_data, size_t src1_step, const int *src2_data, size_t src2_step, int *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:115
cv::RETR_CCOMP
Definition: imgproc.hpp:420
cv::datasets::humaneva_1
Definition: hpe_humaneva.hpp:73
cv::Vec3w
Vec< ushort, 3 > Vec3w
Definition: matx.hpp:409
cv::COLOR_RGBA2BGR565
Definition: imgproc.hpp:556
cv::CAP_PROP_XI_LENS_FOCUS_DISTANCE
Lens focus distance in cm.
Definition: videoio.hpp:432
cv::cudev::NormHamming::reduceThread
__device__ __forceinline__ void reduceThread(value_type val1, value_type val2)
Definition: vec_distance.hpp:164
cv::detail::PaniniPortraitProjector::b
float b
Definition: warpers.hpp:422
cv::detail::StereographicProjector::mapBackward
void mapBackward(float u, float v, float &x, float &y)
hal_ni_cmp64f
int hal_ni_cmp64f(const double *src1_data, size_t src1_step, const double *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, int operation)
Definition: hal_replacement.hpp:215
cv::COLORMAP_PLASMA
Definition: imgproc.hpp:4234
cv::hal::DFT2D::~DFT2D
virtual ~DFT2D()
Definition: hal.hpp:217
cv::hal::mul64f
void mul64f(const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *scale)
cv::operator<
v_reg< _Tp, n > operator<(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Less-than comparison.
Definition: intrin_cpp.hpp:673
cv::detail::SphericalPortraitProjector
Definition: warpers.hpp:588
hal_ni_LU32f
int hal_ni_LU32f(float *src1, size_t src1_step, int m, float *src2, size_t src2_step, int n, int *info)
Definition: hal_replacement.hpp:595
cv::dnn::DNN_TARGET_OPENCL
Definition: dnn.hpp:90
cv::Matx::diag_type
Matx< _Tp, shortdim, 1 > diag_type
Definition: matx.hpp:115
kmeans_index.h
cv::cudev::RemapPtr1Sz::rows
int rows
Definition: remap.hpp:94
cv::detail::SphericalWarperGpu::SphericalWarperGpu
SphericalWarperGpu(float scale)
Definition: warpers.hpp:527
cv::omnidir::internal::fillFixedStereo
void fillFixedStereo(Mat &G, int flags, int n)
cv::detail::BundleAdjusterBase::pairwise_matches_
const MatchesInfo * pairwise_matches_
Definition: motion_estimators.hpp:203
cv::cudev::scharrX_
__host__ Expr< ScharrXPtrSz< typename PtrTraits< SrcPtr >::ptr_type > > scharrX_(const SrcPtr &src)
Definition: deriv.hpp:99
cv::GArg::GArg
GArg()
Definition: garg.hpp:44
cv::ppf_match_3d::hashtableCreate
hashtable_int * hashtableCreate(size_t size, size_t(*hashfunc)(uint))
cv::cuda::AlphaCompTypes
AlphaCompTypes
Definition: cudaimgproc.hpp:159
binary_op.hpp
cv::setOpenGlDrawCallback
void setOpenGlDrawCallback(const String &winname, OpenGlDrawCallback onOpenGlDraw, void *userdata=0)
Sets a callback function to be called to draw on top of displayed image.
cv::IMREAD_COLOR
If set, always convert image to the 3 channel BGR color image.
Definition: imgcodecs.hpp:67
cv::Accumulator::Type
T Type
Definition: features2d.hpp:792
cv::MatExpr::operator<=
MatExpr operator<=(const Mat &a, const Mat &b)
cv::v_reg
Definition: intrin_cpp.hpp:265
cv::ximgproc::RidgeDetectionFilter
Applies Ridge Detection Filter to an input image. Implements Ridge detection similar to the one in Ma...
Definition: ridgefilter.hpp:27
cv::GFluidParallelFor::parallel_for
std::function< void(std::size_t size, std::function< void(std::size_t index)>)> parallel_for
Definition: gfluidkernel.hpp:145
cv::multicalib::MultiCameraCalibration::vertex::vertex
vertex(Mat po, int ts)
Definition: multicalib.hpp:105
cv::dnn::DictValue::DictValue
DictValue(int64 i=0)
Constructs integer scalar.
Definition: dict.hpp:64
cv::Cholesky
bool Cholesky(float *A, size_t astep, int m, float *b, size_t bstep, int n)
NCV_HAAR_INVALID_PIXEL_STEP
Definition: NCV.hpp:343
cv::cuda::Stream::Null
static Stream & Null()
return Stream object for default CUDA stream
cv::util::bad_optional_access::what
virtual const char * what() const noexcept override
Definition: optional.hpp:21
cv::stereo::StereoBinarySGBM::setMode
virtual void setMode(int mode)=0
cv::KalmanFilter::statePre
Mat statePre
predicted state (x'(k)): x(k)=A*x(k-1)+B*u(k)
Definition: tracking.hpp:393
cv::Rect
Rect2i Rect
Definition: types.hpp:462
cv::aruco::Dictionary::markerSize
int markerSize
Definition: dictionary.hpp:65
cv::COLORSPACE_GRAY
Definition: container_avi.private.hpp:135
cv::GComputation::compile
auto compile(const Ts &... metas) -> typename std::enable_if< detail::are_meta_descrs< Ts... >::value, GCompiled >::type
Definition: gcomputation.hpp:361
cv::Allocator::reference
value_type & reference
Definition: cvstd.hpp:116
cv::CALIB_CB_FILTER_QUADS
Definition: calib3d.hpp:257
cv::ppf_match_3d::ICP::ICP
ICP()
Definition: icp.hpp:90
cv::aruco::Board
Board of markers.
Definition: aruco.hpp:272
cv::TickMeter::stop
void stop()
Definition: utility.hpp:330
cv::AVIReadContainer::m_file_stream
Ptr< VideoInputStream > m_file_stream
Definition: container_avi.private.hpp:124
cv::viz::Color::rose
static Color rose()
cv::v_add_wrap
v_reg< _Tp, n > v_add_wrap(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Add values without saturation.
Definition: intrin_cpp.hpp:735
cv::triangulatePoints
void triangulatePoints(InputArray projMatr1, InputArray projMatr2, InputArray projPoints1, InputArray projPoints2, OutputArray points4D)
Reconstructs points by triangulation.
cv::decolor
void decolor(InputArray src, OutputArray grayscale, OutputArray color_boost)
Transforms a color image to a grayscale image. It is a basic tool in digital printing,...
cv::datasets::GR_chalearnObj::fps
int fps
Definition: gr_chalearn.hpp:78
cv::COLOR_BGRA2YUV_I420
Definition: imgproc.hpp:730
cv::BOWImgDescriptorExtractor::dmatcher
Ptr< DescriptorMatcher > dmatcher
Definition: features2d.hpp:1446
cv::find4QuadCornerSubpix
bool find4QuadCornerSubpix(InputArray img, InputOutputArray corners, Size region_size)
finds subpixel-accurate positions of the chessboard corners
cv::detail::CompressedRectilinearPortraitWarper
Definition: warpers.hpp:387
cv::Node::findChild
Node< OBJECT > * findChild(OBJECT &payload) const
Definition: utility.hpp:1073
cv::videostab::StabilizerBase::setCorrectionForInclusion
void setCorrectionForInclusion(bool val)
Definition: stabilizer.hpp:92
cv::FILTER_SCHARR
Definition: imgproc.hpp:208
cv::cuda::FEATURE_SET_COMPUTE_35
Definition: cuda.hpp:777
cv::filter2D
void filter2D(InputArray src, OutputArray dst, int ddepth, InputArray kernel, Point anchor=Point(-1,-1), double delta=0, int borderType=BORDER_DEFAULT)
Convolves an image with the kernel.
cv::CAP_PROP_XI_CC_MATRIX_21
Color Correction Matrix element [2][1].
Definition: videoio.hpp:414
cv::COLOR_BayerRG2RGB_VNG
Definition: imgproc.hpp:762
CV_CUDEV_BINARY_FUNCTION_INST
#define CV_CUDEV_BINARY_FUNCTION_INST(name, func)
Definition: functional.hpp:543
NCVVector::copySolid
NCVStatus copySolid(NCVVector< T > &dst, cudaStream_t cuStream, size_t howMuch=0) const
Definition: NCV.hpp:586
weighted_median_filter.hpp
cv::viz::FONT_SIZE
Definition: widgets.hpp:66
cv::Range::start
int start
Definition: types.hpp:598
cv::theRNG
RNG & theRNG()
Returns the default random number generator.
cv::cudev::Min
Definition: reduce_to_vec.hpp:105
cv::utils::optional_shared_lock_guard::~optional_shared_lock_guard
~optional_shared_lock_guard()
Definition: lock.private.hpp:106
cv::datasets::genderType
genderType
Definition: fr_adience.hpp:60
cv::bgsegm::createBackgroundSubtractorMOG
Ptr< BackgroundSubtractorMOG > createBackgroundSubtractorMOG(int history=200, int nmixtures=5, double backgroundRatio=0.7, double noiseSigma=0)
Creates mixture-of-gaussian background subtractor.
cv::LSD_REFINE_NONE
No refinement applied.
Definition: imgproc.hpp:481
OPENCV_HAL_IMPL_C_RSHR_PACK_STORE
#define OPENCV_HAL_IMPL_C_RSHR_PACK_STORE(_Tpvec, _Tp, _Tpnvec, _Tpn, pack_suffix, cast)
Helper macro.
Definition: intrin_cpp.hpp:2352
cv::cuda::cartToPolar
void cartToPolar(InputArray x, InputArray y, OutputArray magnitude, OutputArray angle, bool angleInDegrees=false, Stream &stream=Stream::Null())
Converts Cartesian coordinates into polar.
cv::detail::PaniniProjector::a
float a
Definition: warpers.hpp:401
cv::INTER_MAX
Definition: imgproc.hpp:260
cv::ppf_match_3d::ICP
This class implements a very efficient and robust variant of the iterative closest point (ICP) algori...
Definition: icp.hpp:80
cv::CvHaarEvaluator::FeatureHaar::getInitMean
float getInitMean() const
cv::DescriptorMatcher::DescriptorCollection
Definition: features2d.hpp:1061
cv::ximgproc::Boxes
std::vector< Box > Boxes
Definition: edgeboxes.hpp:63
cv::ovis::MATERIAL_TEXTURE1
Definition: ovis.hpp:42
ncvHaarStoreNVBIN_host
NCVStatus ncvHaarStoreNVBIN_host(const cv::String &filename, HaarClassifierCascadeDescriptor haar, NCVVector< HaarStage64 > &h_HaarStages, NCVVector< HaarClassifierNode128 > &h_HaarNodes, NCVVector< HaarFeature64 > &h_HaarFeatures)
cv::Point2i
Point_< int > Point2i
Definition: types.hpp:190
cv::Algorithm::loadFromString
static Ptr< _Tp > loadFromString(const String &strModel, const String &objname=String())
Loads algorithm from a String.
Definition: core.hpp:3154
cv::COLOR_RGB2HSV
Definition: imgproc.hpp:586
cv::ft::FT02D_FL_process_float
void FT02D_FL_process_float(InputArray matrix, const int radius, OutputArray output)
Sligtly less accurate version of -transfrom computation optimized for higher speed....
cv::cudev::PyrUpBody::src
SrcPtr src
Definition: warping.hpp:132
cv::ImwritePAMFlags
ImwritePAMFlags
Imwrite PAM specific tupletype flags used to define the 'TUPETYPE' field of a PAM file.
Definition: imgcodecs.hpp:125
cv::dnn::BackendNode::BackendNode
BackendNode(int backendId)
cv::CAP_PROP_XI_BUFFERS_QUEUE_SIZE
Queue of field/frame buffers.
Definition: videoio.hpp:460
cv::RHO
RHO algorithm.
Definition: calib3d.hpp:231
cv::ocl::KernelArg::sz
size_t sz
Definition: ocl.hpp:382
cv::gapi::wip::draw::Circle::color
cv::Scalar color
The color of the circle.
Definition: render.hpp:234
cv::bitwise_and
void bitwise_and(InputArray src1, InputArray src2, OutputArray dst, InputArray mask=noArray())
computes bitwise conjunction of the two arrays (dst = src1 & src2) Calculates the per-element bit-wis...
cv::detail::scratch_helper< true, Impl, Ins... >::help_init_impl
static void help_init_impl(const cv::GMetaArgs &metas, const cv::GArgs &in_args, gapi::fluid::Buffer &scratch_buf, detail::Seq< IIs... >)
Definition: gfluidkernel.hpp:219
cv::instr::FLAGS_EXPAND_SAME_NAMES
Definition: instrumentation.hpp:112
cv::BufferPoolController::getReservedSize
virtual size_t getReservedSize() const =0
cv::Point3_
Template class for 3D points specified by its coordinates x, y and z.
Definition: types.hpp:239
cv::CAP_PROP_XI_LED_SELECTOR
Selects camera signalling LED.
Definition: videoio.hpp:345
cv::stereo::Matching::hammingDistanceBlockMatching
void hammingDistanceBlockMatching(const Mat &leftImage, const Mat &rightImage, Mat &cost, const int kernelSize=9)
Definition: matching.hpp:411
cv::cudev::maxVal_
__host__ Expr< FindMaxValExprBody< SrcPtr > > maxVal_(const SrcPtr &src)
Definition: reduction.hpp:121
cv::Error::StsOk
everything is ok
Definition: base.hpp:69
NCV.hpp
cv::TrackerCSRT::Params::use_hog
bool use_hog
Definition: tracker.hpp:1499
cv::stereo::CV_STAR_KERNEL
Definition: descriptor.hpp:60
cv::Out_Tag
Definition: gproto.hpp:64
cv::gapi::wip::GCaptureSource::descr_of
virtual GMetaArg descr_of() const override
Definition: cap.hpp:99
cv::viz::WCircle
This 3D Widget defines a circle.
Definition: widgets.hpp:306
cv::saliency::StaticSaliency
Definition: saliencyBaseClasses.hpp:85
cv::rgbd::RgbdFrame::image
Mat image
Definition: depth.hpp:472
cv::IMWRITE_PAM_FORMAT_NULL
Definition: imgcodecs.hpp:126
cv::FileStorage::root
FileNode root(int streamidx=0) const
Returns the top-level mapping.
CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC
#define CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(func_name, func, input_type, output_type)
Definition: vec_math.hpp:767
cv::NORM_MINMAX
flag
Definition: base.hpp:207
cv::cudev::asin
__device__ __forceinline__ float1 asin(const uchar1 &a)
Definition: vec_math.hpp:312
NCV_SUCCESS
Definition: NCV.hpp:316
cv::ogl::Buffer::channels
int channels() const
cv::CAP_OPENNI_DEPTH_GENERATOR_BASELINE
Definition: videoio.hpp:248
cv::mulTransposed
void mulTransposed(InputArray src, OutputArray dst, bool aTa, InputArray delta=noArray(), double scale=1, int dtype=-1)
Calculates the product of a matrix and its transposition.
cv::videostab::InpainterBase::radius
virtual int radius() const
Definition: inpainting.hpp:71
cv::saliency::StaticSaliencyFineGrained::create
static Ptr< StaticSaliencyFineGrained > create()
Definition: saliencySpecializedClasses.hpp:128
cv::GCPUContext::inArg
const T & inArg(int input)
Definition: gcpukernel.hpp:85
cv::detail::MatchesInfo::src_img_idx
int src_img_idx
Definition: matchers.hpp:105
hal_ni_warpPerspective
int hal_ni_warpPerspective(int src_type, const uchar *src_data, size_t src_step, int src_width, int src_height, uchar *dst_data, size_t dst_step, int dst_width, int dst_height, const double M[9], int interpolation, int borderType, const double borderValue[4])
hal_warpPerspective
Definition: hal_replacement.hpp:290
cv::kinfu::Params::intr
Matx33f intr
camera intrinsics
Definition: kinfu.hpp:35
cv::detail::SphericalPortraitWarper::SphericalPortraitWarper
SphericalPortraitWarper(float scale)
Definition: warpers.hpp:600
cv::cudev::LutPtrSz
Definition: lut.hpp:75
cv::UMatData::size
size_t size
Definition: mat.hpp:560
Ncv32f
float Ncv32f
Definition: NCV.hpp:133
cv::cudev::atomicMax
__device__ __forceinline__ int atomicMax(int *address, int val)
Definition: atomic.hpp:152
hal_ni_cvtBGRtoHSV
int hal_ni_cvtBGRtoHSV(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int scn, bool swapBlue, bool isFullRange, bool isHSV)
hal_cvtBGRtoHSV
Definition: hal_replacement.hpp:444
cv::cudev::PtrTraits< Expr< Body > >::shrinkPtr
static __host__ ptr_type shrinkPtr(const Expr< Body > &expr)
Definition: expr.hpp:77
cv::CAP_PROP_INTELPERC_DEPTH_FOCAL_LENGTH_VERT
Definition: videoio.hpp:526
cv::Mat_::row
Mat_ row(int y) const
overridden forms of Mat::row() etc.
cv::CAP_PROP_XI_FFS_FILE_ID
File number.
Definition: videoio.hpp:477
CPU_MAX_FEATURE
Definition: cvdef.h:318
cv::dnn::details::_LayerStaticRegisterer
Definition: layer.details.hpp:57
cv::abs
static uint64 abs(uint64 a)
Definition: cvstd.hpp:69
cv::rgbd::DepthCleaner::setWindowSize
void setWindowSize(int val)
Definition: depth.hpp:235
cv::ml::SVM::COEF
Definition: ml.hpp:674
cv::cudev::PyrUpBody::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: warping.hpp:135
cv::CAP_PROP_XI_CC_MATRIX_31
Color Correction Matrix element [3][1].
Definition: videoio.hpp:418
cv::detail::ChannelsCompensator::getNrFeeds
int getNrFeeds()
Definition: exposure_compensate.hpp:148
cv::videostab::WobbleSuppressorBase::frameCount
virtual int frameCount() const
Definition: wobble_suppression.hpp:76
cv::FileNode::read
static void read(const FileNode &node, std::vector< _Tp > &vec, const std::vector< _Tp > &default_value=std::vector< _Tp >())
Definition: persistence.hpp:1169
cv::hal::split32s
void split32s(const int *src, int **dst, int len, int cn)
cv::CvParams::printAttrs
virtual void printAttrs() const
cv::NAryMatIterator::size
size_t size
the size of each segment (in elements)
Definition: mat.hpp:3419
cv::TrackerBoosting::Params::featureSetNumFeatures
int featureSetNumFeatures
Definition: tracker.hpp:1110
cv::kinfu::Params::tsdf_min_camera_movement
float tsdf_min_camera_movement
Minimal camera movement in meters.
Definition: kinfu.hpp:68
cv::ovis::MATERIAL_OPACITY
Definition: ovis.hpp:37
NCVBroxOpticalFlow
NCVStatus NCVBroxOpticalFlow(const NCVBroxOpticalFlowDescriptor desc, INCVMemAllocator &gpu_mem_allocator, const NCVMatrix< Ncv32f > &frame0, const NCVMatrix< Ncv32f > &frame1, NCVMatrix< Ncv32f > &u, NCVMatrix< Ncv32f > &v, cudaStream_t stream)
Compute optical flow.
cvRound
int cvRound(const cv::softfloat &a)
Rounds a number to nearest even integer.
cv::GMatDesc::withDepth
GMatDesc withDepth(int ddepth) const
Definition: gmat.hpp:161
cv::ppf_match_3d::hashtableInsertHashed
int hashtableInsertHashed(hashtable_int *hashtbl, KeyType key, void *data)
cv::EMDL1HistogramCostExtractor
An EMD-L1 based cost extraction. :
Definition: hist_cost.hpp:102
cv::datasets::TR_icdarObj::fileName
std::string fileName
Definition: tr_icdar.hpp:68
cv::cudev::saturate_cast_func
Definition: functional.hpp:663
cv::Vec2b
Vec< uchar, 2 > Vec2b
Definition: matx.hpp:400
cv::cudev::RemapPtr1Sz::cols
int cols
Definition: remap.hpp:94
cv::cudev::LinearInterPtr
Definition: interpolation.hpp:97
cv::ConnectedComponentsAlgorithmsTypes
ConnectedComponentsAlgorithmsTypes
connected components algorithm
Definition: imgproc.hpp:403
cv::ClfMilBoost::Params
Definition: onlineMIL.hpp:62
cv::detail::CompressedRectilinearPortraitWarper::CompressedRectilinearPortraitWarper
CompressedRectilinearPortraitWarper(float scale, float A=1, float B=1)
Definition: warpers.hpp:390
cv::CvHaarFeatureParams::printDefaults
virtual void printDefaults() const CV_OVERRIDE
cv::stereo::Matching::Matching
Matching(int maxDisp, int scalling=4, int confidence=6)
Definition: matching.hpp:606
cv::clipLine
bool clipLine(Size imgSize, Point &pt1, Point &pt2)
Clips the line against the image rectangle.
cv::IMWRITE_PAM_FORMAT_RGB_ALPHA
Definition: imgcodecs.hpp:131
cv::util::optional::operator*
T & operator*()
Definition: optional.hpp:119
cv::utils::fs::canonical
cv::String canonical(const cv::String &path)
Converts path p to a canonical absolute path Symlinks are processed if there is support for them on r...
cv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyColor
Ptr< SelectiveSearchSegmentationStrategyColor > createSelectiveSearchSegmentationStrategyColor()
Create a new color-based strategy.
cv::utils::logging::LOG_LEVEL_WARNING
Warning message.
Definition: logger.defines.hpp:29
cv::datasets::cameraParam::mat1
Matx33d mat1
Definition: msm_epfl.hpp:62
cv::cudacodec::EncoderParams
Different parameters for CUDA video encoder.
Definition: cudacodec.hpp:85
cv::detail::SphericalWarper
Warper that maps an image onto the unit sphere located at the origin.
Definition: warpers.hpp:284
cv::cudev::blockReduce
__device__ __forceinline__ void blockReduce(volatile T *smem, T &val, uint tid, const Op &op)
Definition: reduce.hpp:63
cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategyFill
Fill-based strategy for the selective search segmentation algorithm The class is implemented from the...
Definition: segmentation.hpp:127
cv::line_descriptor::BinaryDescriptor::Params::reductionRatio
int reductionRatio
Definition: descriptor.hpp:200
cv::gapi::own::Size::height
int height
Definition: types.hpp:104
cv::structured_light::SinusoidalPattern::Params::nbrOfPixelsBetweenMarkers
int nbrOfPixelsBetweenMarkers
Definition: sinusoidalpattern.hpp:90
cv::cudev::acos
__device__ __forceinline__ float1 acos(const uchar1 &a)
Definition: vec_math.hpp:321
cv::MORPH_OPEN
Definition: imgproc.hpp:215
cv::MatExpr::op
const MatOp * op
Definition: mat.hpp:3545
NCVVectorAlloc::NCVVectorAlloc
NCVVectorAlloc(INCVMemAllocator &allocator_, Ncv32u length_)
Definition: NCV.hpp:637
split_merge.hpp
Ncv32f_a
Ncv32f Ncv32f_a
Definition: NCVHaarObjectDetection.hpp:75
cv::COLOR_Lab2RGB
Definition: imgproc.hpp:600
cv::ogl::render
void render(const Texture2D &tex, Rect_< double > wndRect=Rect_< double >(0.0, 0.0, 1.0, 1.0), Rect_< double > texRect=Rect_< double >(0.0, 0.0, 1.0, 1.0))
Render OpenGL texture or primitives.
cv::FONT_HERSHEY_COMPLEX
normal size serif font
Definition: imgproc.hpp:817
cv::GIOProtoArgs::GIOProtoArgs
GIOProtoArgs(const GProtoArgs &args)
Definition: gproto.hpp:57
cv::ogl::Texture2D::Format
Format
An Image Format describes the way that the images in Textures store their data.
Definition: opengl.hpp:288
cv::optflow::RLOFOpticalFlowParameter::minEigenValue
float minEigenValue
Definition: rlofflow.hpp:143
cv::getAffineTransform
Mat getAffineTransform(const Point2f src[], const Point2f dst[])
Calculates an affine transform from three pairs of the corresponding points.
cv::gapi::wip::draw::Circle::shift
int shift
The Number of fractional bits in the coordinates of the center and in the radius value.
Definition: render.hpp:237
cv::gapi::wip::draw::Rect
This structure represents a rectangle to draw.
Definition: render.hpp:175
cv::patchNaNs
void patchNaNs(InputOutputArray a, double val=0)
converts NaN's to the given number
hal_ni_SVD32f
int hal_ni_SVD32f(float *src, size_t src_step, float *w, float *u, size_t u_step, float *vt, size_t vt_step, int m, int n, int flags)
Definition: hal_replacement.hpp:633
cv::cuda::COLOR_BayerRG2GRAY_MHT
Definition: cudaimgproc.hpp:107
cv::COLOR_YUV2RGB_UYNV
Definition: imgproc.hpp:680
source.hpp
NPPST_ERROR
Unknown error.
Definition: NCV.hpp:356
cv::AsyncArray
Returns result of asynchronous operations.
Definition: async.hpp:31
cv::moveWindow
void moveWindow(const String &winname, int x, int y)
Moves window to the specified position.
cv::face::createFacemarkLBF
Ptr< Facemark > createFacemarkLBF()
construct an LBF facemark detector
cv::cudev::ScharrYPtrSz::cols
int cols
Definition: deriv.hpp:302
NCVBroxOpticalFlowDescriptor::gamma
Ncv32f gamma
gradient constancy importance
Definition: NCVBroxOpticalFlow.hpp:74
cv::TM_SQDIFF
Definition: imgproc.hpp:3650
cv::videostab::MoreAccurateMotionWobbleSuppressorBase::setPeriod
virtual void setPeriod(int val)
Definition: wobble_suppression.hpp:104
cv::videostab::StabilizerBase::processingStartTime_
clock_t processingStartTime_
Definition: stabilizer.hpp:140
cv::flann::CvType< unsigned short >::type
static int type()
Definition: flann.hpp:78
nppiStDecimate_32u_C1R
NCVStatus nppiStDecimate_32u_C1R(Ncv32u *d_src, Ncv32u srcStep, Ncv32u *d_dst, Ncv32u dstStep, NcvSize32u srcRoi, Ncv32u scale, NcvBool readThruTexture)
cv::SimpleBlobDetector::Params::minCircularity
float minCircularity
Definition: features2d.hpp:641
cv::PaniniPortraitWarper::create
Ptr< detail::RotationWarper > create(float scale) const CV_OVERRIDE
Definition: warpers.hpp:218
cv::ximgproc::transformFD
void transformFD(InputArray src, InputArray t, OutputArray dst, bool fdContour=true)
transform a contour
cv::cuda::createCannyEdgeDetector
Ptr< CannyEdgeDetector > createCannyEdgeDetector(double low_thresh, double high_thresh, int apperture_size=3, bool L2gradient=false)
Creates implementation for cuda::CannyEdgeDetector .
cv::createAlignMTB
Ptr< AlignMTB > createAlignMTB(int max_bits=6, int exclude_range=4, bool cut=true)
Creates AlignMTB object.
cv::ml::StatModel
Base class for statistical models in OpenCV ML.
Definition: ml.hpp:318
cv::optflow::GPCTrainingSamples::size
size_t size() const
Definition: sparse_matching_gpc.hpp:114
cv::DrawMatchesFlags::DRAW_OVER_OUTIMG
NCV_LAST_STATUS
Marker to continue error numeration in other files.
Definition: NCV.hpp:372
cv::DrawMatchesFlags::NOT_DRAW_SINGLE_POINTS
Single keypoints will not be drawn.
NcvRect8u::height
Ncv8u height
Definition: NCV.hpp:142
cv::videostab::InpainterBase::setStabilizationMotions
virtual void setStabilizationMotions(const std::vector< Mat > &val)
Definition: inpainting.hpp:90
cv::stereo::Match::p1
cv::Point2i p1
Definition: quasi_dense_stereo.hpp:30
THash::ppfInd
int ppfInd
Definition: ppf_match_3d.hpp:82
cv::optflow::GPCTrainingParams::printProgress
bool printProgress
Print progress to stdout.
Definition: sparse_matching_gpc.hpp:128
cv::calcBackProject
void calcBackProject(const Mat *images, int nimages, const int *channels, InputArray hist, OutputArray backProject, const float **ranges, double scale=1, bool uniform=true)
Calculates the back projection of a histogram.
cv::GArg::get
const T & get() const
Definition: garg.hpp:65
cv::Matx::channels
Definition: matx.hpp:105
cv::cudev::tanh
__device__ __forceinline__ float1 tanh(const uchar1 &a)
Definition: vec_math.hpp:357
nppStBicubic
Bicubic convolution filter, a = -0.5 (cubic Hermite spline)
Definition: NPP_staging.hpp:103
cv::cuda::calcAbsSum
void calcAbsSum(InputArray src, OutputArray dst, InputArray mask=noArray(), Stream &stream=Stream::Null())
cv::omnidir::internal::decodeParametersStereo
void decodeParametersStereo(InputArray parameters, OutputArray K1, OutputArray K2, OutputArray om, OutputArray T, OutputArrayOfArrays omL, OutputArrayOfArrays tL, OutputArray D1, OutputArray D2, double &xi1, double &xi2)
cv::detail::DpSeamFinder::CostFunction
CostFunction
Definition: seam_finders.hpp:123
cv::BOWTrainer
Abstract base class for training the bag of visual words vocabulary from a set of descriptors.
Definition: features2d.hpp:1303
cv::cudev::gridCountNonZero
__host__ void gridCountNonZero(const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: reduce.hpp:365
cv::ParamType< Algorithm >::const_param_type
const typedef Ptr< Algorithm > & const_param_type
Definition: core.hpp:3232
cv::cudev::CommonAreaInterPtr::operator()
__device__ PtrTraits< SrcPtr >::value_type operator()(float y, float x) const
Definition: interpolation.hpp:302
cv::Feature2D
Abstract base class for 2D image feature detectors and descriptor extractors.
Definition: features2d.hpp:147
cv::OPTFLOW_USE_INITIAL_FLOW
Definition: tracking.hpp:56
cv::gapi::core::GMatScalar
std::tuple< GMat, GScalar > GMatScalar
Definition: core.hpp:34
cv::GMatDesc::withSize
GMatDesc withSize(cv::gapi::own::Size sz) const
Definition: gmat.hpp:152
cv::Error::BadOrigin
incorrect input origin
Definition: base.hpp:89
cv::detail::NoBundleAdjuster
Stub bundle adjuster that does nothing.
Definition: motion_estimators.hpp:221
cv::aruco::drawAxis
void drawAxis(InputOutputArray image, InputArray cameraMatrix, InputArray distCoeffs, InputArray rvec, InputArray tvec, float length)
Draw coordinate system axis from pose estimation.
cv::countNonZero
int countNonZero(InputArray src)
Counts non-zero array elements.
cv::saliency::ObjectnessBING::setW
void setW(int val)
Definition: saliencySpecializedClasses.hpp:357
cv::gapi::bitwise_not
GMat bitwise_not(const GMat &src)
Inverts every bit of an array. The function bitwise_not calculates per-element bit-wise inversion of ...
cv::ximgproc::ARO_315_45
Definition: fast_hough_transform.hpp:70
cv::cudev::GpuMat_::clone
__host__ GpuMat_ clone() const
overridden forms of GpuMat::row() etc.
cv::CvHaarEvaluator::FeatureHaar::FeatureHaar
FeatureHaar(Size patchSize)
cv::TrackerMedianFlow::Params::winSizeNCC
cv::Size winSizeNCC
window size around a point for normalized cross-correlation check
Definition: tracker.hpp:1154
hal_ni_min64f
int hal_ni_min64f(const double *src1_data, size_t src1_step, const double *src2_data, size_t src2_step, double *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:117
cv::cudev::SingleMaskChannels::operator()
__device__ __forceinline__ value_type operator()(index_type y, index_type x) const
Definition: mask.hpp:76
cv::stereo::PropagationParameters::lkTemplateSize
int lkTemplateSize
Definition: quasi_dense_stereo.hpp:54
hashnode_i::data
void * data
Definition: t_hash_int.hpp:63
final_show.hpp
cv::COLOR_Luv2BGR
Definition: imgproc.hpp:601
cv::cuda::registerPageLocked
void registerPageLocked(Mat &m)
Page-locks the memory of matrix and maps it for the device(s).
cv::setUseOptimized
void setUseOptimized(bool onoff)
Enables or disables the optimized code.
cv::stereo::PropagationParameters::gftQualityThres
float gftQualityThres
Definition: quasi_dense_stereo.hpp:60
cv::Sobel
void Sobel(InputArray src, OutputArray dst, int ddepth, int dx, int dy, int ksize=3, double scale=1, double delta=0, int borderType=BORDER_DEFAULT)
Calculates the first, second, third, or mixed image derivatives using an extended Sobel operator.
cv::optflow::ST_BILINEAR
Definition: rlofflow.hpp:25
cv::line_descriptor::KeyLine::angle
float angle
Definition: descriptor.hpp:106
cv::hal::integral
void integral(int depth, int sdepth, int sqdepth, const uchar *src, size_t srcstep, uchar *sum, size_t sumstep, uchar *sqsum, size_t sqsumstep, uchar *tilted, size_t tstep, int width, int height, int cn)
cv::GStreamingCompiled
Represents a computation (graph) compiled for streaming.
Definition: gstreaming.hpp:52
cv::sfm::preconditionerFromPoints
void preconditionerFromPoints(InputArray points, OutputArray T)
CV_CUDEV_MAKE_VEC_INST
#define CV_CUDEV_MAKE_VEC_INST(elem_type)
Definition: vec_traits.hpp:60
cv::xphoto::bm3dDenoising
void bm3dDenoising(InputArray src, InputOutputArray dstStep1, OutputArray dstStep2, float h=1, int templateWindowSize=4, int searchWindowSize=16, int blockMatchingStep1=2500, int blockMatchingStep2=400, int groupSize=8, int slidingStep=1, float beta=2.0f, int normType=cv::NORM_L2, int step=cv::xphoto::BM3D_STEPALL, int transformType=cv::xphoto::HAAR)
Performs image denoising using the Block-Matching and 3D-filtering algorithm http://www....
cv::ximgproc::createRICInterpolator
Ptr< RICInterpolator > createRICInterpolator()
Factory method that creates an instance of the RICInterpolator.
cv::stereo::Matching::dispartyMapFormation
void dispartyMapFormation(const Mat &costVolume, Mat &mapFinal, int th)
Definition: matching.hpp:567
cv::rgbd::RgbdICPOdometry::setTransformType
void setTransformType(int val) CV_OVERRIDE
Definition: depth.hpp:976
cv::cuda::evenLevels
void evenLevels(OutputArray levels, int nLevels, int lowerLevel, int upperLevel, Stream &stream=Stream::Null())
Computes levels with even distribution.
cv::dnn::BaseConvolutionLayer::stride
Size stride
Definition: all_layers.hpp:213
sparse_match_interpolator.hpp
cv::instr::getFlags
FLAGS getFlags()
cv::viz::isNan
bool isNan(float x)
Checks float/double value for nan.
Definition: vizcore.hpp:114
cv::utils::Paths
std::vector< std::string > Paths
Definition: configuration.private.hpp:14
cv::instr::TYPE
TYPE
Definition: instrumentation.hpp:45
cv::cudev::UnaryTransformPtrSz::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: transform.hpp:80
CPU_AVX512_COMMON
Common instructions AVX-512F/CD for all CPUs that support AVX-512.
Definition: cvdef.h:311
cv::COLOR_YUV2GRAY_UYVY
Definition: imgproc.hpp:710
cv::gapi::fluid::View::InLine
const T * InLine(int i) const
Definition: gfluidbuffer.hpp:71
cv::CvFeatureParams::LBP
Definition: feature.hpp:143
CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP
#define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(op, input_type, scalar_type, output_type)
Definition: vec_math.hpp:548
cv::text::ERStat::pixel
int pixel
seed point and the threshold (max grey-level value)
Definition: erfilter.hpp:75
cv::ximgproc::WMF_IV1
Definition: weighted_median_filter.hpp:67
cv::viz::Color::navy
static Color navy()
cv::cvtColor
void cvtColor(InputArray src, OutputArray dst, int code, int dstCn=0)
Converts an image from one color space to another.
cv::Vec4f
Vec< float, 4 > Vec4f
Definition: matx.hpp:420
cv::V_TypeTraits< double >::reinterpret_from_int
static double reinterpret_from_int(int_type x)
Definition: intrin.hpp:142
cv::datasets::GR_skigObj::type
actionType type
Definition: gr_skig.hpp:102
cv::IMREAD_REDUCED_GRAYSCALE_4
If set, always convert image to the single channel grayscale image and the image size reduced 1/4.
Definition: imgcodecs.hpp:73
cv::gapi::mean
GScalar mean(const GMat &src)
Calculates an average (mean) of matrix elements.
cv::utils::AllocatorStatisticsInterface::getCurrentUsage
virtual uint64_t getCurrentUsage() const =0
cv::cudev::brdReflect
__host__ BrdBase< BrdReflect, typename PtrTraits< SrcPtr >::ptr_type > brdReflect(const SrcPtr &src)
Definition: extrapolation.hpp:186
cv::gapi::wip::GCaptureSource::first
cv::Mat first
Definition: cap.hpp:56
cv::CALIB_CB_CLUSTERING
Definition: calib3d.hpp:265
cv::cudev::BrdBase::src
SrcPtr src
Definition: extrapolation.hpp:99
cv::Matx32d
Matx< double, 3, 2 > Matx32d
Definition: matx.hpp:235
cv::v_load_halves
v_reg< _Tp, V_TypeTraits< _Tp >::nlanes128 > v_load_halves(const _Tp *loptr, const _Tp *hiptr)
Load register contents from two memory blocks.
Definition: intrin_cpp.hpp:1426
cv::stereo::StereoBinarySGBM::getPreFilterCap
virtual int getPreFilterCap() const =0
cv::instr::useInstrumentation
bool useInstrumentation()
cv::omnidir::CALIB_FIX_SKEW
Definition: omnidir.hpp:57
cv::INTER_BITS
Definition: imgproc.hpp:283
cv::cuda::buildWarpAffineMaps
void buildWarpAffineMaps(InputArray M, bool inverse, Size dsize, OutputArray xmap, OutputArray ymap, Stream &stream=Stream::Null())
Builds transformation maps for affine transformation.
cv::cuda::HostMem::flags
int flags
Definition: cuda.hpp:586
cv::THRESH_BINARY
Definition: imgproc.hpp:317
hal_ni_log32f
int hal_ni_log32f(const float *src, float *dst, int len)
Definition: hal_replacement.hpp:456
cv::Size2f
Size_< float > Size2f
Definition: types.hpp:345
cv::cudev::numeric_limits< schar >::max
__device__ static __forceinline__ schar max()
Definition: limits.hpp:70
viz3d.hpp
cv::omnidir::internal::computeJacobian
void computeJacobian(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, InputArray parameters, Mat &JTJ_inv, Mat &JTE, int flags, double epsilon)
cv::GPlaidMLKernelImpl::API
K API
Definition: gplaidmlkernel.hpp:130
cv::MARKER_CROSS
A crosshair marker shape.
Definition: imgproc.hpp:830
cv::cudev::vsub2
__device__ __forceinline__ uint vsub2(uint a, uint b)
Definition: simd_functions.hpp:157
cv::cuda::transpose
void transpose(InputArray src1, OutputArray dst, Stream &stream=Stream::Null())
Transposes a matrix.
cv::datasets::cameraParam::imageWidth
int imageWidth
Definition: msm_epfl.hpp:66
cv::cudev::PtrTraitsBase< Ptr2DSz, Ptr2DSz >::index_type
Ptr2DSz ::index_type index_type
Definition: traits.hpp:62
cv::FileStorage::write
static void write(FileStorage &fs, const _Tp &value)
Definition: persistence.hpp:878
cv::videostab::RansacParams::RansacParams
RansacParams()
Definition: motion_core.hpp:80
cv::cudev::binary_function
Definition: functional.hpp:68
cv::cudev::BrdConstant::operator()
__device__ __forceinline__ PtrTraits< SrcPtr >::value_type operator()(int y, int x) const
Definition: extrapolation.hpp:69
hal_ni_or8u
int hal_ni_or8u(const uchar *src1_data, size_t src1_step, const uchar *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:152
cv::detail::StereographicProjector
Definition: warpers.hpp:343
cv::getBuildInformation
const String & getBuildInformation()
Returns full configuration time cmake output.
cv::saliency::MotionSaliency
Definition: saliencyBaseClasses.hpp:111
cv::gapi::own::Point::Point
Point()=default
cv::reg::MapperGradAffine
Definition: mappergradaffine.hpp:52
cv::gapi::GKernelPackage::includesAPI
bool includesAPI() const
Definition: gkernel.hpp:464
cv::stereo::CV_SIMETRICV_INTERPOLATION
Definition: stereo.hpp:123
integral.hpp
flann_base.hpp
cv::ppf_match_3d::Pose3D::Pose3D
Pose3D(double Alpha, size_t ModelIndex=0, size_t NumVotes=0)
Definition: pose_3d.hpp:83
ml.hpp
cv::instr::NodeData::m_fileName
const char * m_fileName
Definition: instrumentation.hpp:80
cv::ShapeContextDistanceExtractor
Implementation of the Shape Context descriptor and matching algorithm.
Definition: shape_distance.hpp:81
cv::StrongClassifierDirectSelection::getSelectedWeakClassifier
std::vector< int > getSelectedWeakClassifier()
cv::Subdiv2D::Vertex::type
int type
Definition: imgproc.hpp:1219
cv::TrackerStateEstimator
Abstract base class for TrackerStateEstimator that estimates the most likely target state.
Definition: tracker.hpp:400
OpenCV_API_Header::api_version
unsigned api_version
provided API version (features)
Definition: llapi.h:43
cv::multicalib::MultiCameraCalibration::edge::transform
Mat transform
Definition: multicalib.hpp:87
cv::COLOR_BGR2YUV_YV12
Definition: imgproc.hpp:734
cv::GC_INIT_WITH_MASK
Definition: imgproc.hpp:356
cv::aruco::CORNER_REFINE_APRILTAG
Tag and corners detection based on the AprilTag 2 approach .
Definition: aruco.hpp:85
cv::GFluidParallelOutputRois::parallel_rois
std::vector< GFluidOutputRois > parallel_rois
Definition: gfluidkernel.hpp:123
cv::dnn::readNetFromCaffe
Net readNetFromCaffe(const String &prototxt, const String &caffeModel=String())
Reads a network model stored in Caffe framework's format.
HaarFeatureDescriptor32_Interpret_MaskFlagLeftNodeLeaf
#define HaarFeatureDescriptor32_Interpret_MaskFlagLeftNodeLeaf
Definition: NCVHaarObjectDetection.hpp:122
cv::cuda::createMedianFilter
Ptr< Filter > createMedianFilter(int srcType, int windowSize, int partition=128)
Performs median filtering for each point of the source image.
cv::getVersionRevision
int getVersionRevision()
Returns revision field of the library version.
cv::ovis::SceneSettings
SceneSettings
Definition: ovis.hpp:19
cv::AVIReadContainer::getHeight
unsigned int getHeight()
Definition: container_avi.private.hpp:94
cv::datasets::IS_weizmannObj::humanSeg
std::string humanSeg
Definition: is_weizmann.hpp:65
cv::aruco::CharucoBoard::getMarkerLength
float getMarkerLength() const
Definition: charuco.hpp:116
cv::setRNGSeed
void setRNGSeed(int seed)
Sets state of default random number generator.
cv::detail::SphericalProjector::mapBackward
void mapBackward(float u, float v, float &x, float &y)
cv::COLOR_RGB2YUV
Definition: imgproc.hpp:627
cv::face::getFaces
bool getFaces(InputArray image, OutputArray faces, CParams *params)
Default face detector This function is mainly utilized by the implementation of a Facemark Algorithm....
cv::detail::BlocksCompensator::BlocksCompensator
BlocksCompensator(int bl_width=32, int bl_height=32, int nr_feeds=1)
Definition: exposure_compensate.hpp:161
cv::gapi::wip::async_apply
void async_apply(GComputation &gcomp, std::function< void(std::exception_ptr)> &&callback, GRunArgs &&ins, GRunArgsP &&outs, GCompileArgs &&args={})
cv::cudev::ArrayWrapper::array
T array[COUNT]
Definition: type_traits.hpp:73
cv::CvFeatureParams::numFeatures
int numFeatures
Definition: feature.hpp:154
cv::cudev::RemapPtr2Sz
Definition: remap.hpp:103
cv::bioinspired::SegmentationParameters::thresholdOFF
float thresholdOFF
Definition: transientareassegmentationmodule.hpp:95
cv::IMWRITE_TIFF_COMPRESSION
For TIFF, use to specify the image compression scheme. See libtiff for integer constants correspondin...
Definition: imgcodecs.hpp:98
cv::hal::exp64f
void exp64f(const double *src, double *dst, int n)
cv::cudev::Texture::rows
int rows
Definition: texture.hpp:207
remap.hpp
cv::gapi::wip::IStreamSource::Ptr
std::shared_ptr< IStreamSource > Ptr
Definition: source.hpp:42
cv::FileStorage::MEMORY
returned by FileStorage::release)
Definition: persistence.hpp:312
cv::DCT_INVERSE
Definition: base.hpp:258
cv::sin
softdouble sin(const softdouble &a)
Sine.
cv::gapi::wip::draw::render
void render(cv::Mat &bgr, const Prims &prims, cv::GCompileArgs &&args={})
The function renders on the input image passed drawing primitivies.
cv::cudev::warpAffine_
__host__ Expr< RemapPtr1Sz< typename PtrTraits< SrcPtr >::ptr_type, AffineMapPtr > > warpAffine_(const SrcPtr &src, Size dstSize, const GpuMat_< float > &warpMat)
Definition: warping.hpp:92
NCVPipeObjDet_FindLargestObject
Definition: NCVHaarObjectDetection.hpp:356
Cv32suf
Definition: cvdef.h:347
cv::Subdiv2D::topLeft
Point2f topLeft
Top left corner of the bounding rect.
Definition: imgproc.hpp:1243
cv::CvHaarFeatureParams::write
virtual void write(FileStorage &fs) const CV_OVERRIDE
cv::datasets::Dataset::validation
std::vector< std::vector< Ptr< Object > > > validation
Definition: dataset.hpp:581
cv::Tracker::sampler
Ptr< TrackerSampler > sampler
Definition: tracker.hpp:560
NcvPoint2D32s::y
Ncv32s y
Point Y.
Definition: NCV.hpp:194
cv::rgbd::Odometry::DEFAULT_MAX_DEPTH_DIFF
static float DEFAULT_MAX_DEPTH_DIFF()
Definition: depth.hpp:544
cv::cudev::RemapPtr1Sz
Definition: remap.hpp:92
cv::cudev::IsPowerOf2
Definition: type_traits.hpp:89
wobble_suppression.hpp
cv::ft::inpaint
void inpaint(InputArray image, InputArray mask, OutputArray output, int radius, int function, int algorithm)
Image inpainting.
cv::videostab::ImageMotionEstimatorBase::motionModel
virtual MotionModel motionModel() const
Definition: global_motion.hpp:181
cv::GMatP
Definition: gmat.hpp:63
cv::dnn::NMSBoxes
void NMSBoxes(const std::vector< Rect > &bboxes, const std::vector< float > &scores, const float score_threshold, const float nms_threshold, std::vector< int > &indices, const float eta=1.f, const int top_k=0)
Performs non maximum suppression given boxes and corresponding scores.
cv::datasets::TRACK_alovObj
Definition: track_alov.hpp:61
cv::INTER_AREA
Definition: imgproc.hpp:254
cv::Error::StsOutOfRange
some of parameters are out of range
Definition: base.hpp:111
cv::videostab::NullDeblurer::deblur
virtual void deblur(int, Mat &) CV_OVERRIDE
Definition: deblurring.hpp:93
cv::cudev::NormHamming::mySum
result_type mySum
Definition: vec_distance.hpp:160
cv::softdouble::getSign
bool getSign() const
Get sign bit.
Definition: softfloat.hpp:312
cv::v_setall_f64
v_float64x2 v_setall_f64(double val)
Definition: intrin_cpp.hpp:2167
cv::detail::get_out
Definition: gcpukernel.hpp:201
cv::cudev::PyrDownBody::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: warping.hpp:113
cv::dnn::DetectionOutputLayer
Definition: all_layers.hpp:576
cv::cudev::LutPtrSz::rows
int rows
Definition: lut.hpp:77
cv::EstimatedGaussDistribution::~EstimatedGaussDistribution
virtual ~EstimatedGaussDistribution()
cv::softdouble::pi
static softdouble pi()
Correct pi approximation.
Definition: softfloat.hpp:360
cv::v_setall_u64
v_uint64x2 v_setall_u64(uint64 val)
Definition: intrin_cpp.hpp:2168
cv::CvHOGEvaluator::Feature
Definition: feature.hpp:311
cv::fisheye::CALIB_USE_INTRINSIC_GUESS
Definition: calib3d.hpp:3050
cv::reg::MapperPyramid::numLev_
int numLev_
Definition: mapperpyramid.hpp:68
cv::TrackerTLD::~TrackerTLD
virtual ~TrackerTLD() CV_OVERRIDE
Definition: tracker.hpp:1201
dmatch.hpp
cv::stereo::PropagationParameters::disparityGradient
int disparityGradient
Definition: quasi_dense_stereo.hpp:51
cv::Point_::operator=
Point_ & operator=(const Point_ &pt)
cv::CvFeatureEvaluator::getFeatureSize
int getFeatureSize() const
Definition: feature.hpp:177
cv::Detector::getNumDetections
int getNumDetections()
cv::cuda::rotate
void rotate(InputArray src, OutputArray dst, Size dsize, double angle, double xShift=0, double yShift=0, int interpolation=INTER_LINEAR, Stream &stream=Stream::Null())
Rotates an image around the origin (0,0) and then shifts it.
cv::cudev::ReduceToColumnBody::src
SrcPtr src
Definition: reduction.hpp:198
cv::RETR_LIST
Definition: imgproc.hpp:415
cv::AsyncArray::wait_for
bool wait_for(double timeoutNs) const
Definition: async.hpp:68
cv::ximgproc::segmentation::createGraphSegmentation
Ptr< GraphSegmentation > createGraphSegmentation(double sigma=0.5, float k=300, int min_size=100)
Creates a graph based segmentor.
cv::ocl::ProgramSource::getImpl
Impl * getImpl() const
Definition: ocl.hpp:573
cv::cudev::ZipPtr< tuple< Ptr0, Ptr1, Ptr2 > >::index_type
PtrTraits< Ptr0 >::index_type index_type
Definition: zip.hpp:80
cv::Error::BadROISize
incorrect input roi
Definition: base.hpp:94
cv::videostab::MotionStabilizationPipeline::pushBack
void pushBack(Ptr< IMotionStabilizer > stabilizer)
Definition: motion_stabilizing.hpp:73
cv::datasets::TRACK_alov::frameCounter
int frameCounter
Definition: track_alov.hpp:99
cv::LineIterator::operator*
uchar * operator*()
returns pointer to the current pixel
cv::CMP_EQ
src1 is equal to src2.
Definition: base.hpp:211
cv::ppf_match_3d::next_power_of_two
static uint next_power_of_two(uint value)
Round up to the next highest power of 2.
Definition: t_hash_int.hpp:79
nppiStDecimate_64u_C1R
NCVStatus nppiStDecimate_64u_C1R(Ncv64u *d_src, Ncv32u srcStep, Ncv64u *d_dst, Ncv32u dstStep, NcvSize32u srcRoi, Ncv32u scale, NcvBool readThruTexture)
cv::CAP_PROP_XI_SENSOR_MODE
Current sensor mode. Allows to select sensor mode by one integer. Setting of this parameter affects: ...
Definition: videoio.hpp:466
cv::hal::split8u
void split8u(const uchar *src, uchar **dst, int len, int cn)
cv::hal::cvtHSVtoBGR
void cvtHSVtoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int dcn, bool swapBlue, bool isFullRange, bool isHSV)
cv::cudev::vsetge2
__device__ __forceinline__ uint vsetge2(uint a, uint b)
Definition: simd_functions.hpp:285
cv::viz::WArrow
This 3D Widget defines an arrow.
Definition: widgets.hpp:288
cv::kinfu::Params::icpDistThresh
float icpDistThresh
distance theshold for ICP in meters
Definition: kinfu.hpp:99
cv::LMSolver::Callback::~Callback
virtual ~Callback()
Definition: calib3d.hpp:355
cv::quality::QualitySSIM::_mat_data
Definition: qualityssim.hpp:53
cv::gapi::GKernelPackage::includes
bool includes() const
Test if a particular kernel implementation KImpl is included in this kernel package.
Definition: gkernel.hpp:425
cv::xphoto::createSimpleWB
Ptr< SimpleWB > createSimpleWB()
Creates an instance of SimpleWB.
cv::sfm::skew
Mat skew(InputArray x)
Returns the 3x3 skew symmetric matrix of a vector.
cv::linemod::DepthNormal::num_features
size_t num_features
Definition: linemod.hpp:234
cv::face::CParams::CParams
CParams(String cascade_model, double sf=1.1, int minN=3, Size minSz=Size(30, 30), Size maxSz=Size())
cv::gapi::div
GMat div(const GMat &src1, const GMat &src2, double scale, int ddepth=-1)
Performs per-element division of two matrices.
cv::cudev::NormL1
Definition: vec_distance.hpp:61
dynamic_smem.hpp
cv::COLOR_RGB2BGR555
Definition: imgproc.hpp:564
cv::CCL_DEFAULT
BBDT algorithm for 8-way connectivity, SAUF algorithm for 4-way connectivity.
Definition: imgproc.hpp:405
cv::text::OCR_LEVEL_WORD
Definition: ocr.hpp:62
cv::cudev::log10
__device__ __forceinline__ float1 log10(const uchar1 &a)
Definition: vec_math.hpp:276
cv::HOGDescriptor::winSize
Size winSize
Detection window size. Align to block size and block stride. Default value is Size(64,...
Definition: objdetect.hpp:587
cv::MatIterator_::pointer
_Tp * pointer
Definition: mat.hpp:3135
core.hpp
cv::rgbd::RgbdPlane::getMethod
int getMethod() const
Definition: depth.hpp:404
cv::videostab::InpainterBase::setStabilizedFrames
virtual void setStabilizedFrames(const std::vector< Mat > &val)
Definition: inpainting.hpp:87
cv::videostab::StabilizerBase::motionEstimator
Ptr< ImageMotionEstimatorBase > motionEstimator() const
Definition: stabilizer.hpp:84
cv::TrackerCSRT::Params::admm_iterations
int admm_iterations
Definition: tracker.hpp:1518
cv::ximgproc::createAMFilter
Ptr< AdaptiveManifoldFilter > createAMFilter(double sigma_s, double sigma_r, bool adjust_outliers=false)
Factory method, create instance of AdaptiveManifoldFilter and produce some initialization routines.
NCVBroxOpticalFlowDescriptor::number_of_outer_iterations
Ncv32u number_of_outer_iterations
number of warping iterations (number of pyramid levels)
Definition: NCVBroxOpticalFlow.hpp:80
cv::CLAHE
Base class for Contrast Limited Adaptive Histogram Equalization.
Definition: imgproc.hpp:952
cv::videostab::MM_SIMILARITY
Definition: motion_core.hpp:65
cv::SHOW_TRACKBAR
Definition: cap_winrt.hpp:43
cv::videostab::StabilizerBase::inpainter_
Ptr< InpainterBase > inpainter_
Definition: stabilizer.hpp:119
cv::datasets::OR_sun
Definition: or_sun.hpp:66
ppf_match_3d.hpp
cv::optflow::GPCPatchDescriptor
Definition: sparse_matching_gpc.hpp:65
CPU_AVX512_SKX
Skylake-X with AVX-512F/CD/BW/DQ/VL.
Definition: cvdef.h:310
cv::LUT
void LUT(InputArray src, InputArray lut, OutputArray dst)
Performs a look-up table transform of an array.
cv::BackgroundSubtractor::apply
virtual void apply(InputArray image, OutputArray fgmask, double learningRate=-1)=0
Computes a foreground mask.
cv::videostab::StabilizerBase::motionEstimator_
Ptr< ImageMotionEstimatorBase > motionEstimator_
Definition: stabilizer.hpp:117
cv::omnidir::RECTIFY_STEREOGRAPHIC
Definition: omnidir.hpp:71
CPU_VSX
Definition: cvdef.h:307
cv::rgbd::RgbdFrame::ID
int ID
Definition: depth.hpp:471
cv::erode
void erode(InputArray src, OutputArray dst, InputArray kernel, Point anchor=Point(-1,-1), int iterations=1, int borderType=BORDER_CONSTANT, const Scalar &borderValue=morphologyDefaultBorderValue())
Erodes an image by using a specific structuring element.
cv::CAP_PROP_XI_GAMMAY
Luminosity gamma.
Definition: videoio.hpp:402
cv::cuda::labelComponents
void labelComponents(const GpuMat &mask, GpuMat &components, int flags=0, Stream &stream=Stream::Null())
performs connected componnents labeling.
cv::viz::Mesh::cloud
Mat cloud
point coordinates of type CV_32FC3 or CV_64FC3 with only 1 row
Definition: types.hpp:129
cv::videostab::IOutlierRejector::~IOutlierRejector
virtual ~IOutlierRejector()
Definition: outlier_rejection.hpp:61
cv::datasets::OR_pascal
Definition: or_pascal.hpp:89
cv::Mat::datalimit
const uchar * datalimit
Definition: mat.hpp:2093
cv::cudev::SobelYPtr
Definition: deriv.hpp:188
cvstd.hpp
cv::line_descriptor::BinaryDescriptor::Params
List of BinaryDescriptor parameters:
Definition: descriptor.hpp:186
cv::idft
void idft(InputArray src, OutputArray dst, int flags=0, int nonzeroRows=0)
Calculates the inverse Discrete Fourier Transform of a 1D or 2D array.
cv::face::FacemarkLBF::Params::bagging_overlap
double bagging_overlap
overlap ratio for training the LBF feature
Definition: facemarkLBF.hpp:76
cv::TermCriteria::TermCriteria
TermCriteria()
default constructor
util.hpp
cv::createCLAHE
Ptr< CLAHE > createCLAHE(double clipLimit=40.0, Size tileGridSize=Size(8, 8))
Creates a smart pointer to a cv::CLAHE class and initializes it.
cv::cuda::BufferPool
BufferPool for use with CUDA streams.
Definition: cuda.hpp:481
cv::Error::BadOrder
number of dimensions is out of range
Definition: base.hpp:88
cv::CAP_PVAPI_PIXELFORMAT_BGR24
Bgr24.
Definition: videoio.hpp:322
cv::CirclesGridFinderParameters::minDistanceToAddKeypoint
int minDistanceToAddKeypoint
Definition: calib3d.hpp:1306
CV_CPU_POPCNT
#define CV_CPU_POPCNT
Definition: cvdef.h:228
cv::detail::GCompoundKernelImpl::backend
static cv::gapi::GBackend backend()
Definition: gcompoundkernel.hpp:99
cv::detail::CameraParams::aspect
double aspect
Definition: camera.hpp:66
cv::cudacodec::FormatInfo::chromaFormat
ChromaFormat chromaFormat
Definition: cudacodec.hpp:283
cv::dnn::readNet
Net readNet(const String &model, const String &config="", const String &framework="")
Read deep learning network represented in one of the supported formats.
cv::sfm::triangulatePoints
void triangulatePoints(InputArrayOfArrays points2d, InputArrayOfArrays projection_matrices, OutputArray points3d)
Reconstructs bunch of points by triangulation.
cv::detail::RotationWarperBase::warp
Point warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst) CV_OVERRIDE
Projects the image.
warpers.hpp
cv::util::bad_variant_access
Definition: variant.hpp:52
cv::ppf_match_3d::Pose3D
Class, allowing the storage of a pose. The data structure stores both the quaternions and the matrix ...
Definition: pose_3d.hpp:70
scalar.hpp
cv::morphologyEx
void morphologyEx(InputArray src, OutputArray dst, int op, InputArray kernel, Point anchor=Point(-1,-1), int iterations=1, int borderType=BORDER_CONSTANT, const Scalar &borderValue=morphologyDefaultBorderValue())
Performs advanced morphological transformations.
cv::CAP_PROP_XI_AEAG_LEVEL
Average intensity of output signal AEAG should achieve(in %).
Definition: videoio.hpp:353
cv::CAP_PROP_MODE
Backend-specific value indicating the current capture mode.
Definition: videoio.hpp:142
cv::AVIReadContainer::m_is_indx_present
bool m_is_indx_present
Definition: container_avi.private.hpp:132
cv::cuda::compare
void compare(InputArray src1, InputArray src2, OutputArray dst, int cmpop, Stream &stream=Stream::Null())
Compares elements of two matrices (or of a matrix and scalar).
cv::gapi::plaidml::config::dev_id
std::string dev_id
Device ID. Refer to PlaidML documentation for details.
Definition: plaidml.hpp:30
cv::cudev::ZipPtr< tuple< Ptr0, Ptr1, Ptr2, Ptr3 > >::value_type
tuple< typename PtrTraits< Ptr0 >::value_type, typename PtrTraits< Ptr1 >::value_type, typename PtrTraits< Ptr2 >::value_type, typename PtrTraits< Ptr3 >::value_type > value_type
Definition: zip.hpp:96
cv::ogl::Texture2D::size
Size size() const
cv::checkHardwareSupport
bool checkHardwareSupport(int feature)
Returns true if the specified feature is supported by the host hardware.
cv::SparseMat::Hdr::nodeSize
size_t nodeSize
Definition: mat.hpp:2681
cv::CAP_PROP_XI_AEAG_ROI_HEIGHT
Automatic exposure/gain ROI Height.
Definition: videoio.hpp:376
cv::MouseEventFlags
MouseEventFlags
Mouse Event Flags see cv::MouseCallback.
Definition: highgui.hpp:221
cv::detail::MultiBandBlender
Blender which uses multi-band blending algorithm (see ).
Definition: blenders.hpp:127
cv::util::get
const T & get(const util::variant< Types... > &v)
Definition: variant.hpp:338
nppStBorderClamp
Clamp out of range position to borders.
Definition: NPP_staging.hpp:91
cv::ogl::ocl::initializeContextFromGL
Context & initializeContextFromGL()
Creates OpenCL context from GL.
cv::viz::AMBIENT
Definition: widgets.hpp:70
cv::utils::logging::getLogTagLevel
cv::utils::logging::LogLevel getLogTagLevel(const char *tag)
cv::GFluidOutputRois
This structure allows to control the output image region which Fluid backend will produce in the grap...
Definition: gfluidkernel.hpp:110
cv::img_hash::BlockMeanHashMode
BlockMeanHashMode
Definition: block_mean_hash.hpp:16
cv::BackgroundSubtractorKNN
K-nearest neighbours - based Background/Foreground Segmentation Algorithm.
Definition: background_segm.hpp:229
cv::linemod::Match::class_id
String class_id
Definition: linemod.hpp:285
hierarchical_clustering_index.h
cv::directx::convertFromD3D11Texture2D
void convertFromD3D11Texture2D(ID3D11Texture2D *pD3D11Texture2D, OutputArray dst)
Converts ID3D11Texture2D to OutputArray. If input texture format is DXGI_FORMAT_NV12 then data will b...
cv::CAP_PROP_XI_GAIN_SELECTOR
Gain selector for parameter Gain allows to select different type of gains.
Definition: videoio.hpp:357
cv::CAP_PROP_XI_AG_MAX_LIMIT
Maximum limit of gain in AEAG procedure.
Definition: videoio.hpp:352
cv::dnn::Net::LayerId
DictValue LayerId
Container for strings and integers.
Definition: dnn.hpp:457
cv::CAP_PROP_XI_TARGET_TEMP
Set sensor target temperature for cooling.
Definition: videoio.hpp:393
cv::WARP_POLAR_LINEAR
Remaps an image to/from polar space.
Definition: imgproc.hpp:278
cv::utils::lock_guard::Mutex
_Mutex Mutex
Definition: lock.private.hpp:18
cv::cudev::SobelYPtr::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: deriv.hpp:190
cv::cudev::PtrTraits< Expr< Body > >::ptr_sz_type
Expr< Body > ptr_sz_type
Definition: expr.hpp:72
cv::cuda::warpPerspective
void warpPerspective(InputArray src, OutputArray dst, InputArray M, Size dsize, int flags=INTER_LINEAR, int borderMode=BORDER_CONSTANT, Scalar borderValue=Scalar(), Stream &stream=Stream::Null())
Applies a perspective transformation to an image.
cv::rgbd::RgbdICPOdometry::setMinDepth
void setMinDepth(double val)
Definition: depth.hpp:928
cv::detail::CylindricalPortraitWarper::detectResultRoi
void detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br) CV_OVERRIDE
Definition: warpers.hpp:619
cv::detail::has_custom_wrap::check
Definition: gtype_traits.hpp:81
cv::cudev::vec_math_detail::SatCastHelper< 3, VecD >::cast
__device__ static __forceinline__ VecD cast(const VecS &v)
Definition: vec_math.hpp:83
cv::VIDEOWRITER_PROP_FRAMEBYTES
(Read-only): Size of just encoded video frame. Note that the encoding order may be different from rep...
Definition: videoio.hpp:189
cv::HOGDescriptor::~HOGDescriptor
virtual ~HOGDescriptor()
Default destructor.
Definition: objdetect.hpp:434
cv::cuda::FEATURE_SET_COMPUTE_50
Definition: cuda.hpp:778
cv::depthToString
const char * depthToString(int depth)
cv::ppf_match_3d::Pose3D::q
Vec4d q
Definition: pose_3d.hpp:130
cv::cudev::LaplacianPtr< 3, SrcPtr >::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: deriv.hpp:351
cv::videostab::WobbleSuppressorBase::~WobbleSuppressorBase
virtual ~WobbleSuppressorBase()
Definition: wobble_suppression.hpp:65
cv::detail::BundleAdjusterBase::setConfThresh
void setConfThresh(double conf_thresh)
Definition: motion_estimators.hpp:144
cv::cudev::TypeTraits::is_reference
Definition: type_traits.hpp:139
hal_ni_sepFilter
int hal_ni_sepFilter(cvhalFilter2D *context, uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int full_width, int full_height, int offset_x, int offset_y)
hal_sepFilter
Definition: hal_replacement.hpp:168
cv::GCPUContext::m_args
std::vector< GArg > m_args
Definition: gcpukernel.hpp:101
cv::COLOR_RGB2RGBA
Definition: imgproc.hpp:525
cv::reg::MapProjec::getProjTr
const cv::Matx< double, 3, 3 > & getProjTr() const
Definition: mapprojec.hpp:84
cv::ft::FT12D_polynomial
void FT12D_polynomial(InputArray matrix, InputArray kernel, OutputArray c00, OutputArray c10, OutputArray c01, OutputArray components, InputArray mask=noArray())
Computes elements of -transform components.
cv::detail::PaniniPortraitProjector::mapBackward
void mapBackward(float u, float v, float &x, float &y)
cv::CommandLineParser::get
T get(const String &name, bool space_delete=true) const
Access arguments by name.
Definition: utility.hpp:863
tracker.hpp
cv::utils::dumpSizeT
static String dumpSizeT(size_t argument)
Definition: bindings_utils.hpp:36
cv::stereo::StereoBinarySGBM::getUniquenessRatio
virtual int getUniquenessRatio() const =0
HaarStage64::getStartClassifierRootNodeOffset
__host__ __device__ Ncv32u getStartClassifierRootNodeOffset(void)
Definition: NCVHaarObjectDetection.hpp:307
cv::cudev::WARP_SIZE
Definition: warp.hpp:59
cv::COLOR_BGR2HSV
convert RGB/BGR to HSV (hue saturation value), color conversions
Definition: imgproc.hpp:585
cv::videostab::StabilizerBase::trimRatio_
float trimRatio_
Definition: stabilizer.hpp:121
nppiStTranspose_64f_C1R
NCVStatus nppiStTranspose_64f_C1R(Ncv64f *d_src, Ncv32u srcStride, Ncv64f *d_dst, Ncv32u dstStride, NcvSize32u srcRoi)
cv::BORDER_REPLICATE
aaaaaa|abcdefgh|hhhhhhh
Definition: base.hpp:270
cv::MORPH_GRADIENT
Definition: imgproc.hpp:219
cv::cudev::bind2nd
__host__ __device__ Binder2nd< Op > bind2nd(const Op &op, const typename Op::second_argument_type &arg2)
Definition: functional.hpp:864
cv::GTransform::GTransform
GTransform(const std::string &d, const F &p, const F &s)
Definition: gtransform.hpp:34
cv::plot::Plot2d
Definition: plot.hpp:65
hal_ni_addWeighted32s
int hal_ni_addWeighted32s(const int *src1_data, size_t src1_step, const int *src2_data, size_t src2_step, int *dst_data, size_t dst_step, int width, int height, const double scalars[3])
Definition: hal_replacement.hpp:322
cv::SparseMat::Node::next
size_t next
index of the next node in the same hash table entry
Definition: mat.hpp:2695
cv::createTonemapMantiuk
Ptr< TonemapMantiuk > createTonemapMantiuk(float gamma=1.0f, float scale=0.7f, float saturation=1.0f)
Creates TonemapMantiuk object.
cv::COLOR_GRAY2BGRA
Definition: imgproc.hpp:546
cv::ppf_match_3d::queryPCFlann
void queryPCFlann(void *flannIndex, Mat &pc, Mat &indices, Mat &distances)
cv::flann::GenericIndex::GenericIndex
GenericIndex(const Mat &features, const ::cvflann::IndexParams &params, Distance distance=Distance())
Constructs a nearest neighbor search index for a given dataset.
cv::detail::FluidCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... >, UseScratch >::reset_scratch
static void reset_scratch(gapi::fluid::Buffer &scratch_buf)
Definition: gfluidkernel.hpp:390
cv::omnidir::internal::encodeParametersStereo
void encodeParametersStereo(InputArray K1, InputArray K2, InputArray om, InputArray T, InputArrayOfArrays omL, InputArrayOfArrays tL, InputArray D1, InputArray D2, double xi1, double xi2, OutputArray parameters)
cv::gapi::use_only
cv::use_only() is a special combinator which hints G-API to use only kernels specified in cv::GComput...
Definition: gkernel.hpp:587
cv::linemod::QuantizedPyramid::~QuantizedPyramid
virtual ~QuantizedPyramid()
Definition: linemod.hpp:59
cv::DetectionBasedTracker::DETECTED_NOT_SHOWN_YET
Definition: detection_based_tracker.hpp:140
CvVideoCamera::videoDataOutput
AVCaptureVideoDataOutput * videoDataOutput
Definition: cap_ios.h:102
cv::cudev::PerspectiveMapPtr
Definition: warping.hpp:107
Ncv32u_a
Ncv32u Ncv32u_a
Definition: NCVHaarObjectDetection.hpp:215
cv::ximgproc::SLICO
Definition: slic.hpp:129
cv::optflow::GPCForest::read
void read(const FileNode &fn) CV_OVERRIDE
Reads algorithm parameters from a file storage.
Definition: sparse_matching_gpc.hpp:281
cv::detail::ChannelsCompensator::setNrFeeds
void setNrFeeds(int nr_feeds)
Definition: exposure_compensate.hpp:147
cv::quality::QualityBRISQUE::_range
cv::Mat _range
Definition: qualitybrisque.hpp:68
tuple.hpp
cv::samples::findFile
cv::String findFile(const cv::String &relative_path, bool required=true, bool silentMode=false)
Try to find requested data file.
cv::flann::GenericIndex::getIndexParameters
const ::cvflann::IndexParams * getIndexParameters()
Definition: flann.hpp:296
cv::cuda::NvidiaHWOpticalFlow
Base Interface for optical flow algorithms using NVIDIA Optical Flow SDK.
Definition: cudaoptflow.hpp:107
cv::hal::div64f
void div64f(const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *scale)
cv::ppf_match_3d::PPF3DDetector
Class, allowing the load and matching 3D models. Typical Use:
Definition: ppf_match_3d.hpp:97
cv::structured_light::GrayCodePattern::Params::height
int height
Definition: graycodepattern.hpp:80
cv::rgbd::ICPOdometry::setMinDepth
void setMinDepth(double val)
Definition: depth.hpp:794
qualitybrisque.hpp
gtransform.hpp
cv::utils::fs::remove_all
void remove_all(const cv::String &path)
cv::superres::DualTVL1OpticalFlow
Definition: optical_flow.hpp:103
cv::tbm::TrackerParams::predict
int predict
Definition: tracking_by_matching.hpp:287
cv::tbm::Track::lost
size_t lost
How many frames ago track has been lost.
Definition: tracking_by_matching.hpp:386
cv::tbm::Track::empty
bool empty() const
empty returns if track does not contain objects.
Definition: tracking_by_matching.hpp:338
INCVMemAllocator::alignment
virtual Ncv32u alignment(void) const =0
cv::Point3_::dot
_Tp dot(const Point3_ &pt) const
dot product
cv::SparseMat::const_iterator
SparseMatConstIterator const_iterator
Definition: mat.hpp:2669
tldDataset.hpp
cv::dnn::imagesFromBlob
void imagesFromBlob(const cv::Mat &blob_, OutputArrayOfArrays images_)
Parse a 4D blob and output the images it contains as 2D arrays through a simpler data structure (std:...
cv::cuda::merge
void merge(const GpuMat *src, size_t n, OutputArray dst, Stream &stream=Stream::Null())
Makes a multi-channel matrix out of several single-channel matrices.
VADisplay
void * VADisplay
Definition: va_intel.hpp:22
cv::MatExpr::max
static MatExpr max(const Matx< _Tp, m, n > &a, const Mat &b)
Definition: mat.hpp:3700
cv::HOGDescriptor::signedGradient
bool signedGradient
Indicates signed gradient will be used or not.
Definition: objdetect.hpp:629
cv::COLORMAP_PARULA
Definition: imgproc.hpp:4231
cv::NORM_RELATIVE
flag
Definition: base.hpp:206
cv::linemod::DepthNormal::distance_threshold
int distance_threshold
Definition: linemod.hpp:232
cv::GFluidKernelImpl::kernel
static GFluidKernel kernel()
Definition: gfluidkernel.hpp:423
NCVMatrix::_height
Ncv32u _height
Definition: NCV.hpp:834
cv::getDefaultNewCameraMatrix
Mat getDefaultNewCameraMatrix(InputArray cameraMatrix, Size imgsize=Size(), bool centerPrincipalPoint=false)
Returns the default new camera matrix.
cv::BaseClassifier::BaseClassifier
BaseClassifier(int numWeakClassifier, int iterationInit)
cv::BOWKMeansTrainer::clusterCount
int clusterCount
Definition: features2d.hpp:1366
cv::Accumulator< short >::Type
float Type
Definition: features2d.hpp:798
cv::CAP_PROP_INTELPERC_DEPTH_LOW_CONFIDENCE_VALUE
Definition: videoio.hpp:522
cv::dnn::PoolingLayer::ceilMode
bool ceilMode
Definition: all_layers.hpp:256
cv::detail::Graph::numVertices
int numVertices() const
Definition: util.hpp:90
cv::utils::shared_lock_guard::~shared_lock_guard
~shared_lock_guard()
Definition: lock.private.hpp:51
cv::V_TypeTraits< float >::reinterpret_from_int
static float reinterpret_from_int(int_type x)
Definition: intrin.hpp:139
cv::initCameraMatrix2D
Mat initCameraMatrix2D(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, Size imageSize, double aspectRatio=1.0)
Finds an initial camera matrix from 3D-2D point correspondences.
cv::cuda::ALPHA_PLUS
Definition: cudaimgproc.hpp:159
logger.h
cv::videostab::InpainterBase::stabilizedFrames
virtual const std::vector< Mat > & stabilizedFrames() const
Definition: inpainting.hpp:88
cv::ovis::MATERIAL_POINT_SIZE
Definition: ovis.hpp:35
cv::GCall::yieldP
GMatP yieldP(int output=0)
cv::ocl::finish
void finish()
cv::FastFeatureDetector::DetectorType
DetectorType
Definition: features2d.hpp:452
cv::Matx31f
Matx< float, 3, 1 > Matx31f
Definition: matx.hpp:223
radial_variance_hash.hpp
cv::gapi::ie::detail::ParamDesc::output_names
std::vector< std::string > output_names
Definition: ie.hpp:52
cv::dnn::DNN_TARGET_CUDA
Definition: dnn.hpp:95
cv::gapi::core::G_TYPED_KERNEL_M
G_TYPED_KERNEL_M(GPolarToCart,< GMat2(GMat, GMat, bool)>, "org.opencv.core.math.polarToCart")
Definition: core.hpp:137
cv::getOptimalNewCameraMatrix
Mat getOptimalNewCameraMatrix(InputArray cameraMatrix, InputArray distCoeffs, Size imageSize, double alpha, Size newImgSize=Size(), Rect *validPixROI=0, bool centerPrincipalPoint=false)
Returns the new camera matrix based on the free scaling parameter.
cv::PyRotationWarper::setScale
void setScale(float)
Definition: warpers.hpp:114
cv::superres::PyrLKOpticalFlow::setIterations
virtual void setIterations(int val)=0
cv::cudev::GpuMat_::create
__host__ void create(int arows, int acols)
allocates new GpuMat data unless the GpuMat already has specified size and type
cv::COLORMAP_TWILIGHT
Definition: imgproc.hpp:4237
cv::ml::DTrees::Node::value
double value
Definition: ml.hpp:1161
cv::cuda::setDevice
void setDevice(int device)
Sets a device and initializes it for the current thread.
hashtable_int
Definition: t_hash_int.hpp:67
NcvPoint2D32u
Definition: NCV.hpp:200
cv::videostab::StabilizerBase::stabilizationMotions_
std::vector< Mat > stabilizationMotions_
Definition: stabilizer.hpp:139
cv::viz::KeyboardEvent::code
unsigned char code
Definition: types.hpp:299
cv::viz::Color::purple
static Color purple()
cv::cudev::multiplies::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:97
cv::setWindowTitle
void setWindowTitle(const String &winname, const String &title)
Updates window title.
cv::gapi::own::detail::MatHeader::operator=
MatHeader & operator=(MatHeader &&src)
Definition: mat.hpp:64
cv::TLSDataAccumulator::_cleanupDetachedData
void _cleanupDetachedData()
Definition: tls.hpp:189
cv::cudev::NormL1::value_type
int value_type
Definition: vec_distance.hpp:63
cv::quality::quality_utils::get_column_range
cv::Mat get_column_range(const cv::Mat &data)
Definition: quality_utils.hpp:62
cv::dnn::BNLLLayer
Definition: all_layers.hpp:483
cv::Mat::deallocate
void deallocate()
internal use function, consider to use 'release' method instead; deallocates the matrix data
cv::Stitcher::seamFinder
const Ptr< detail::SeamFinder > seamFinder() const
Definition: stitching.hpp:244
cv::rgbd::RgbdNormals::getCols
int getCols() const
Definition: depth.hpp:132
cv::detail::StereographicWarper
Definition: warpers.hpp:350
cv::MORPH_RECT
a rectangular structuring element:
Definition: imgproc.hpp:231
cv::SOLVEPNP_IPPE
Definition: calib3d.hpp:241
cv::aruco::DetectorParameters::aprilTagMinClusterPixels
int aprilTagMinClusterPixels
Definition: aruco.hpp:182
cv::scaleAdd
void scaleAdd(InputArray src1, double alpha, InputArray src2, OutputArray dst)
Calculates the sum of a scaled array and another array.
cv::Mat::zeros
static MatExpr zeros(int rows, int cols, int type)
Returns a zero array of the specified size and type.
cv::TrackerStateEstimatorAdaBoosting::TrackerAdaBoostingTargetState
Implementation of the target state for TrackerAdaBoostingTargetState.
Definition: tracker.hpp:651
cv::aruco::DetectorParameters::perspectiveRemoveIgnoredMarginPerCell
double perspectiveRemoveIgnoredMarginPerCell
Definition: aruco.hpp:172
cv::COLOR_YUV2RGBA_UYNV
Definition: imgproc.hpp:689
cv::createMergeRobertson
Ptr< MergeRobertson > createMergeRobertson()
Creates MergeRobertson object.
cv::cuda::mulAndScaleSpectrums
void mulAndScaleSpectrums(InputArray src1, InputArray src2, OutputArray dst, int flags, float scale, bool conjB=false, Stream &stream=Stream::Null())
Performs a per-element multiplication of two Fourier spectrums and scales the result.
cv::hal::warpAffine
void warpAffine(int src_type, const uchar *src_data, size_t src_step, int src_width, int src_height, uchar *dst_data, size_t dst_step, int dst_width, int dst_height, const double M[6], int interpolation, int borderType, const double borderValue[4])
nppsStCompact_32s
NCVStatus nppsStCompact_32s(Ncv32s *d_src, Ncv32u srcLen, Ncv32s *d_dst, Ncv32u *p_dstLen, Ncv32s elemRemove, Ncv8u *pBuffer, Ncv32u bufSize, cudaDeviceProp &devProp)
cv::GC_INIT_WITH_RECT
Definition: imgproc.hpp:352
cv::cudev::TexturePtr::texObj
cudaTextureObject_t texObj
Definition: texture.hpp:190
cv::DetectionBasedTracker::IDetector::setScaleFactor
void setScaleFactor(float value)
Definition: detection_based_tracker.hpp:100
cv::datasets::AR_sportsObj
Definition: ar_sports.hpp:60
cv::detail::VectorRefT::wref
std::vector< T > & wref()
Definition: garray.hpp:173
cv::cudev::SobelYPtrSz::rows
int rows
Definition: deriv.hpp:209
cv::detail::get_border_helper
Definition: gfluidkernel.hpp:262
hal_ni_gemm64fc
int hal_ni_gemm64fc(const double *src1, size_t src1_step, const double *src2, size_t src2_step, double alpha, const double *src3, size_t src3_step, double beta, double *dst, size_t dst_step, int m, int n, int k, int flags)
Definition: hal_replacement.hpp:703
cv::cuda::sqrSum
Scalar sqrSum(InputArray src, InputArray mask=noArray())
Returns the squared sum of matrix elements.
cv::ximgproc::WMF_IV2
Definition: weighted_median_filter.hpp:68
cv::dynafu::Params::voxelSize
float voxelSize
Size of voxel in meters.
Definition: dynafu.hpp:60
cv::TrackerKCF::Params
Definition: tracker.hpp:1227
cv::cudev::tanh
__device__ __forceinline__ double4 tanh(const double4 &a)
Definition: vec_math.hpp:364
cv::cudev::gridMinMaxLoc
__host__ void gridMinMaxLoc(const SrcPtr &src, GpuMat_< ResType > &valBuf, GpuMat_< int > &locBuf, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: reduce.hpp:353
cv::quality::QualityGMSD::_mat_data::empty
bool empty() const
Definition: qualitygmsd.hpp:74
cv::GFluidOutputRois::rois
std::vector< cv::gapi::own::Rect > rois
Definition: gfluidkernel.hpp:112
OpenCV_API_Header::opencv_version_minor
unsigned opencv_version_minor
compiled OpenCV version
Definition: llapi.h:45
NCVMemoryTypeDevice
Definition: NCV.hpp:432
graycodepattern.hpp
cv::DetectionBasedTracker::Parameters
Definition: detection_based_tracker.hpp:60
cv::detail::scalar_wrapper_ocl::writeBack
void writeBack() const
Definition: goclkernel.hpp:145
cv::CirclesGridFinderParameters::minDensity
float minDensity
Definition: calib3d.hpp:1304
cv::rgbd::DepthCleaner::depth_cleaner_impl_
void * depth_cleaner_impl_
Definition: depth.hpp:263
cv::optflow::GPCSamplesVector
std::vector< GPCPatchSample > GPCSamplesVector
Definition: sparse_matching_gpc.hpp:86
cv::Node::m_payload
OBJECT m_payload
Definition: utility.hpp:1122
schar
signed char schar
Definition: interface.h:48
cv::text::ERStat::min_probability_ancestor
ERStat * min_probability_ancestor
Definition: erfilter.hpp:111
cv::datasets::GR_chalearnObj
Definition: gr_chalearn.hpp:75
cv::SparseMatConstIterator::hashidx
size_t hashidx
Definition: mat.hpp:3221
cv::MatIterator_::iterator_category
std::random_access_iterator_tag iterator_category
Definition: mat.hpp:3138
dataset.hpp
cv::CAP_PROP_XI_MANUAL_WB
Calculates White Balance(must be called during acquisition).
Definition: videoio.hpp:347
cv::CvHOGEvaluator::Feature::fastRect
struct cv::CvHOGEvaluator::Feature::@266 fastRect[4]
cv::dnn::InterpLayer
Bilinear resize layer from https://github.com/cdmh/deeplab-public-ver2.
Definition: all_layers.hpp:632
cv::UMatData::MemoryFlag
MemoryFlag
Definition: mat.hpp:532
cv::GRunArgs
std::vector< GRunArg > GRunArgs
Definition: garg.hpp:101
cv::ximgproc::colorMatchTemplate
void colorMatchTemplate(InputArray img, InputArray templ, OutputArray result)
Compares a color template against overlapped color image regions.
cv::rgbd::Odometry::DEFAULT_MAX_DEPTH
static float DEFAULT_MAX_DEPTH()
Definition: depth.hpp:539
cv::CvHOGEvaluator::~CvHOGEvaluator
virtual ~CvHOGEvaluator()
Definition: feature.hpp:301
cv::FileNode::read
static void read(const FileNode &node, std::vector< KeyPoint > &vec, const std::vector< KeyPoint > &default_value)
Definition: persistence.hpp:1181
cv::cudev::ScharrXPtr
Definition: deriv.hpp:234
cv::detail::BundleAdjusterBase::BundleAdjusterBase
BundleAdjusterBase(int num_params_per_cam, int num_errs_per_measurement)
Construct a bundle adjuster base instance.
Definition: motion_estimators.hpp:155
cv::detail::VectorRefT::VectorRefT
VectorRefT()
Definition: garray.hpp:141
ncvDrawRects_32u_device
NCVStatus ncvDrawRects_32u_device(Ncv32u *d_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight, NcvRect32u *d_rects, Ncv32u numRects, Ncv32u color, cudaStream_t cuStream)
NCV_NOT_IMPLEMENTED
Definition: NCV.hpp:350
cv::cudev::IsUnaryFunction::No::a
Yes a[2]
Definition: functional.hpp:877
cv::GCall::m_priv
std::shared_ptr< Priv > m_priv
Definition: gcall.hpp:54
cv::ppf_match_3d::indexPCFlann
void * indexPCFlann(Mat pc)
cv::util::optional::value
T & value()
Definition: optional.hpp:139
cv::cudev::DefaultReduceToVecPolicy::block_size_x
Definition: reduce_to_vec.hpp:214
cv::dnn::ScaleLayer::axis
int axis
Definition: all_layers.hpp:547
cv::face::FacemarkAAM::Model::Texture::A0
Mat A0
average of gray values from all face region in the dataset
Definition: facemarkAAM.hpp:121
CPU_NEON
Definition: cvdef.h:303
cv::CAP_REALSENSE
Synonym for CAP_INTELPERC.
Definition: videoio.hpp:112
hal_ni_cvtBGRtoLab
int hal_ni_cvtBGRtoLab(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int scn, bool swapBlue, bool isLab, bool srgb)
hal_cvtBGRtoLab
Definition: hal_replacement.hpp:472
cv::KeyPoint::response
float response
the response by which the most strong keypoints have been selected. Can be used for the further sorti...
Definition: types.hpp:776
cv::v_rotate_left
v_reg< _Tp, n > v_rotate_left(const v_reg< _Tp, n > &a)
Definition: intrin_cpp.hpp:1130
cv::PaniniPortraitWarper
Definition: warpers.hpp:210
cv::gapi::wip::draw::Circle::thick
int thick
The thickness of the circle outline, if positive. Negative values, like FILLED, mean that a filled ci...
Definition: render.hpp:235
cv::ogl::Arrays::size
int size() const
Returns the vertex count.
cv::stereo::StereoMatcher::setSpeckleWindowSize
virtual void setSpeckleWindowSize(int speckleWindowSize)=0
cv::Mat_::channels
int channels() const
cv::cuda::ImagePyramid
Definition: cudalegacy.hpp:70
cv::CAP_PROP_XI_ACQ_BUFFER_SIZE_UNIT
Acquisition buffer size unit in bytes. Default 1. E.g. Value 1024 means that buffer_size is in KiByte...
Definition: videoio.hpp:458
cv::CAP_PROP_XI_BINNING_VERTICAL
Vertical Binning - number of vertical photo-sensitive cells to combine together.
Definition: videoio.hpp:361
mapper.hpp
cv::detail::ExposureCompensator::setMatGains
virtual void setMatGains(std::vector< Mat > &)
Definition: exposure_compensate.hpp:89
cv::AutoBuffer::data
const _Tp * data() const
returns read-only pointer to the real buffer, stack-allocated or heap-allocated
Definition: utility.hpp:130
cv::detail::TransverseMercatorWarper
Definition: warpers.hpp:463
cv::cudev::DefaultGlobReducePolicy::patch_size_y
Definition: reduce.hpp:300
cv::text::PSM_AUTO_OSD
Definition: ocr.hpp:70
cv::BackgroundSubtractorMOG2::apply
virtual void apply(InputArray image, OutputArray fgmask, double learningRate=-1) CV_OVERRIDE=0
Computes a foreground mask.
cv::text::OCRHMMDecoder::ClassifierCallback::~ClassifierCallback
virtual ~ClassifierCallback()
Definition: ocr.hpp:207
cv::tracking::createUnscentedKalmanFilter
Ptr< UnscentedKalmanFilter > createUnscentedKalmanFilter(const UnscentedKalmanFilterParams &params)
Unscented Kalman Filter factory method.
NCVMatrix::~NCVMatrix
virtual ~NCVMatrix()
Definition: NCV.hpp:749
cv::detail::AffineBestOf2NearestMatcher::AffineBestOf2NearestMatcher
AffineBestOf2NearestMatcher(bool full_affine=false, bool try_use_gpu=false, float match_conf=0.3f, int num_matches_thresh1=6)
Constructs a "best of 2 nearest" matcher that expects affine trasformation between images.
Definition: matchers.hpp:237
cv::cuda::createGeneralizedHoughBallard
Ptr< GeneralizedHoughBallard > createGeneralizedHoughBallard()
Creates implementation for generalized hough transform from .
cv::detail::PlaneWarper
Warper that maps an image onto the z = 1 plane.
Definition: warpers.hpp:180
cv::rgbd::RgbdFrame::normals
Mat normals
Definition: depth.hpp:475
cv::Vec4i
Vec< int, 4 > Vec4i
Definition: matx.hpp:414
cv::motempl::calcMotionGradient
void calcMotionGradient(InputArray mhi, OutputArray mask, OutputArray orientation, double delta1, double delta2, int apertureSize=3)
Calculates a gradient orientation of a motion history image.
cv::CAP_PROP_XI_DEBUG_LEVEL
Set debug level.
Definition: videoio.hpp:475
cv::Mat_::cross
Mat_ cross(const Mat_ &m) const
cross-product
cv::rgbd::RgbdOdometry::getCameraMatrix
cv::Mat getCameraMatrix() const CV_OVERRIDE
Definition: depth.hpp:651
cv::detail::PlaneProjector
Definition: warpers.hpp:172
cv::rgbd::FastICPOdometry::getSigmaSpatial
float getSigmaSpatial() const
Definition: depth.hpp:1103
cv::cudev::smem_tuple
__device__ __forceinline__ tuple< volatile T0 * > smem_tuple(T0 *t0)
Definition: reduce.hpp:130
cv::cudev::NearestInterPtrSz::cols
int cols
Definition: interpolation.hpp:78
cv::graph_dump_path
Ask G-API to dump compiled graph in Graphviz format under the given file name.
Definition: gcommon.hpp:139
cv::datasets::AR_sports
Definition: ar_sports.hpp:66
cv::cudev::countNonZero_
__host__ Expr< CountNonZeroExprBody< SrcPtr > > countNonZero_(const SrcPtr &src)
Definition: reduction.hpp:165
cv::text::ERGROUPING_ORIENTATION_HORIZ
Definition: erfilter.hpp:279
cv::CAP_PROP_XI_USED_FFS_SIZE
Size of used camera FFS.
Definition: videoio.hpp:480
cv::ParamType< unsigned >::member_type
unsigned member_type
Definition: core.hpp:3249
cv::In_Tag
Definition: gproto.hpp:63
cv::datasets::light
Definition: gr_skig.hpp:83
cv::cudev::warpPerspectivePtr
__host__ RemapPtr1Sz< typename PtrTraits< SrcPtr >::ptr_type, PerspectiveMapPtr > warpPerspectivePtr(const SrcPtr &src, Size dstSize, const GpuMat_< float > &warpMat)
Definition: warping.hpp:148
cv::CAP_PROP_GIGA_FRAME_OFFSET_X
Definition: videoio.hpp:507
cv::warpAffine
void warpAffine(InputArray src, OutputArray dst, InputArray M, Size dsize, int flags=INTER_LINEAR, int borderMode=BORDER_CONSTANT, const Scalar &borderValue=Scalar())
Applies an affine transformation to an image.
cv::text::ocr_engine_mode
ocr_engine_mode
Tesseract.OcrEngineMode Enumeration.
Definition: ocr.hpp:83
cv::DetectionBasedTracker::DETECTED_TEMPORARY_LOST
Definition: detection_based_tracker.hpp:142
cv::CvHOGEvaluator
Definition: feature.hpp:298
cv::cudev::GpuMat_::assign
__host__ GpuMat_ & assign(const Expr< Body > &expr, Stream &stream)
NcvSize32s::NcvSize32s
__host__ __device__ NcvSize32s(Ncv32s width_, Ncv32s height_)
Definition: NCV.hpp:177
cv::writeOpticalFlow
bool writeOpticalFlow(const String &path, InputArray flow)
Write a .flo to disk.
cv::hal::sub8u
void sub8u(const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
cv::InterpolationFlags
InterpolationFlags
interpolation algorithm
Definition: imgproc.hpp:244
CV_AVX_512VBMI
#define CV_AVX_512VBMI
Definition: cv_cpu_dispatch.h:282
cv::EVENT_FLAG_LBUTTON
indicates that the left mouse button is down.
Definition: highgui.hpp:222
cv::Mat_::begin
iterator begin()
iterators; they are smart enough to skip gaps in the end of rows
cv::v_reduce_sum
V_TypeTraits< _Tp >::sum_type v_reduce_sum(const v_reg< _Tp, n > &a)
Sum packed values.
Definition: intrin_cpp.hpp:1140
cv::detail::plaidml_get_out< cv::GMat >::get
static plaidml::edsl::Tensor & get(GPlaidMLContext &ctx, int idx)
Definition: gplaidmlkernel.hpp:95
cv::dnn::PoolingLayer
Definition: all_layers.hpp:245
cv::CAP_PROP_OPENNI_MAX_TIME_DURATION
Definition: videoio.hpp:238
cv::hal::invSqrt64f
void invSqrt64f(const double *src, double *dst, int len)
cv::stereo::CensusKernel::imageStop
int imageStop
Definition: descriptor.hpp:174
cv::CAP_DC1394
Same value as CAP_FIREWIRE.
Definition: videoio.hpp:97
CvVideoCamera::customPreviewLayer
CALayer * customPreviewLayer
Definition: cap_ios.h:105
reduction.hpp
cv::ovis::createPlaneMesh
void createPlaneMesh(const String &name, const Size2f &size, InputArray image=noArray())
cv::detail::BasicVectorRef::m_elemSize
std::size_t m_elemSize
Definition: garray.hpp:114
cv::dnn::getInferenceEngineVPUType
cv::String getInferenceEngineVPUType()
Returns Inference Engine VPU type.
NcvSize32u::width
Ncv32u width
Rectangle width.
Definition: NCV.hpp:183
cv::DFT_COMPLEX_INPUT
Definition: base.hpp:256
cv::cuda::createDisparityBilateralFilter
Ptr< cuda::DisparityBilateralFilter > createDisparityBilateralFilter(int ndisp=64, int radius=3, int iters=1)
Creates DisparityBilateralFilter object.
cv::SimpleBlobDetector::Params::maxThreshold
float maxThreshold
Definition: features2d.hpp:630
cv::Affine3::rotate
Affine3 rotate(const Mat3 &R) const
a.rotate(R) is equivalent to Affine(R, 0) * a;
cv::tbm::Track::operator[]
TrackedObject & operator[](size_t i)
operator [] return non-const reference to detected object with specified index.
Definition: tracking_by_matching.hpp:360
cv::FileNode::read
static void read(const FileNode &node, short &value, short default_value)
Definition: persistence.hpp:1146
cv::gapi::integral
std::tuple< GMat, GMat > integral(const GMat &src, int sdepth=-1, int sqdepth=-1)
Calculates the integral of an image.
cv::COLOR_YUV2BGR_I420
Definition: imgproc.hpp:651
cv::ocl::vecopTypeToStr
const char * vecopTypeToStr(int t)
HaarFeature64
Definition: NCVHaarObjectDetection.hpp:78
cv::cuda::createColumnSumFilter
Ptr< Filter > createColumnSumFilter(int srcType, int dstType, int ksize, int anchor=-1, int borderMode=BORDER_DEFAULT, Scalar borderVal=Scalar::all(0))
Creates a vertical 1D box filter.
cv::CvHaarEvaluator::sum
Mat sum
Definition: feature.hpp:290
cv::ocl::Device::version
String version() const
cv::datasets::word::value
std::string value
Definition: tr_icdar.hpp:62
cv::viz::SHADING
Definition: widgets.hpp:69
cv::cudev::BrdBase
Definition: extrapolation.hpp:94
cv::TrackerKCF::Params::split_coeff
bool split_coeff
split the training coefficients into two matrices
Definition: tracker.hpp:1251
cv::GComputation::compileStreaming
auto compileStreaming(const Ts &... meta_and_compile_args) -> typename std::enable_if< detail::are_meta_descrs_but_last< Ts... >::value &&std::is_same< GCompileArgs, detail::last_type_t< Ts... > >::value, GStreamingCompiled >::type
Definition: gcomputation.hpp:483
nppiStTranspose_32u_C1R_host
NCVStatus nppiStTranspose_32u_C1R_host(Ncv32u *h_src, Ncv32u srcStride, Ncv32u *h_dst, Ncv32u dstStride, NcvSize32u srcRoi)
cv::ShapeMatchModes
ShapeMatchModes
Shape matching methods.
Definition: imgproc.hpp:449
cv::CAP_PROP_PVAPI_PIXELFORMAT
Pixel format.
Definition: videoio.hpp:298
cv::linemod::Match::similarity
float similarity
Definition: linemod.hpp:284
cv::EMD
float EMD(InputArray signature1, InputArray signature2, int distType, InputArray cost=noArray(), float *lowerBound=0, OutputArray flow=noArray())
Computes the "minimal work" distance between two weighted point configurations.
cv::COLOR_YUV2RGB
Definition: imgproc.hpp:629
cv::COLOR_GRAY2RGB
Definition: imgproc.hpp:545
cv::waitKeyEx
int waitKeyEx(int delay=0)
Similar to waitKey, but returns full key code.
cv::hal::recip16u
void recip16u(const ushort *, size_t, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *scale)
cv::datasets::TR_icdar
Definition: tr_icdar.hpp:74
NCVMatrix
Definition: NCV.hpp:738
sampling.h
cv::Matx::mul
Matx< _Tp, m, n > mul(const Matx< _Tp, m, n > &a) const
multiply two matrices element-wise
cv::datasets::SLAM_tumindoorObj::transformMat
Matx44d transformMat
Definition: slam_tumindoor.hpp:70
cv::viz::Camera::setFov
void setFov(const Vec2d &fov)
Definition: types.hpp:217
cv::ximgproc::rl::getStructuringElement
cv::Mat getStructuringElement(int shape, Size ksize)
Returns a run length encoded structuring element of the specified size and shape.
cv::videostab::GaussianMotionFilter::radius
int radius() const
Definition: motion_stabilizing.hpp:103
render.hpp
cv::CAP_PROP_EXPOSURE
Exposure (only for those cameras that support).
Definition: videoio.hpp:148
cv::CAP_PROP_GPHOTO2_PREVIEW
Capture only preview from liveview mode.
Definition: videoio.hpp:554
cv::gapi::own::Scalar::all
static Scalar all(double v0)
Definition: scalar.hpp:33
cv::datasets::cameraParam::mat4
double mat4[3]
Definition: msm_epfl.hpp:65
cv::datasets::AR_hmdb
Definition: ar_hmdb.hpp:67
cv::Size2i
Size_< int > Size2i
Definition: types.hpp:343
cv::cuda::polarToCart
void polarToCart(InputArray magnitude, InputArray angle, OutputArray x, OutputArray y, bool angleInDegrees=false, Stream &stream=Stream::Null())
Converts polar coordinates into Cartesian.
cv::GCPUKernel::m_f
F m_f
Definition: gcpukernel.hpp:124
hal_ni_gemm32fc
int hal_ni_gemm32fc(const float *src1, size_t src1_step, const float *src2, size_t src2_step, float alpha, const float *src3, size_t src3_step, float beta, float *dst, size_t dst_step, int m, int n, int k, int flags)
Definition: hal_replacement.hpp:700
cv::utils::AllocatorStatisticsInterface::~AllocatorStatisticsInterface
virtual ~AllocatorStatisticsInterface()
Definition: allocator_stats.hpp:16
cv::Error::StsDivByZero
division by zero
Definition: base.hpp:102
hal_ni_min16u
int hal_ni_min16u(const ushort *src1_data, size_t src1_step, const ushort *src2_data, size_t src2_step, ushort *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:113
cv::MatConstIterator_::iterator_category
std::random_access_iterator_tag iterator_category
Definition: mat.hpp:3087
cv::split
void split(const Mat &src, Mat *mvbegin)
Divides a multi-channel array into several single-channel arrays.
cv::cuda::createHarrisCorner
Ptr< CornernessCriteria > createHarrisCorner(int srcType, int blockSize, int ksize, double k, int borderType=BORDER_REFLECT101)
Creates implementation for Harris cornerness criteria.
cv::bioinspired::RetinaFastToneMapping
a wrapper class which allows the tone mapping algorithm of Meylan&al(2007) to be used with OpenCV.
Definition: retinafasttonemapping.hpp:99
cv::ocl::convertFromImage
void convertFromImage(void *cl_mem_image, UMat &dst)
Convert OpenCL image2d_t to UMat.
cv::Mat_::step1
size_t step1(int i=0) const
cv::datasets::word::y
int y
Definition: tr_icdar.hpp:63
_mm_deinterleave_epi8
void _mm_deinterleave_epi8(__m128i &v_r0, __m128i &v_r1, __m128i &v_g0, __m128i &v_g1)
Definition: sse_utils.hpp:56
cv::sfm::SFM_IO_THEIASFM
Definition: io.hpp:62
cv::imreadmulti
bool imreadmulti(const String &filename, std::vector< Mat > &mats, int flags=IMREAD_ANYCOLOR)
Loads a multi-page image from a file.
cv::QtFont::dx
float dx
horizontal interval between letters
Definition: highgui.hpp:699
cv::ogl::LINE_LOOP
Definition: opengl.hpp:481
NPPST_MEM_ALLOC_ERR
CUDA memory allocation error.
Definition: NCV.hpp:361
cv::gapi::merge3
GMat merge3(const GMat &src1, const GMat &src2, const GMat &src3)
cv::ogl::Arrays
Wrapper for OpenGL Client-Side Vertex arrays.
Definition: opengl.hpp:406
cv::KalmanFilter::measurementMatrix
Mat measurementMatrix
measurement matrix (H)
Definition: tracking.hpp:397
cv::text::OEM_TESSERACT_ONLY
Definition: ocr.hpp:85
cv::CAP_PROP_GIGA_FRAME_OFFSET_Y
Definition: videoio.hpp:508
cv::dynafu::Params::lightPose
Vec3f lightPose
light pose for rendering in meters
Definition: dynafu.hpp:94
cv::CAP_PROP_SAR_DEN
Sample aspect ratio: num/den (den)
Definition: videoio.hpp:173
cv::SimpleBlobDetector::Params::minDistBetweenBlobs
float minDistBetweenBlobs
Definition: features2d.hpp:632
cv::gapi::normalize
GMat normalize(const GMat &src, double alpha, double beta, int norm_type, int ddepth=-1)
Normalizes the norm or value range of an array.
cv::PCA::eigenvalues
Mat eigenvalues
eigenvalues of the covariation matrix
Definition: core.hpp:2532
cv::cudev::IntegerAreaInterPtrSz::cols
int cols
Definition: interpolation.hpp:273
cv::Formatter::FormatType
FormatType
Definition: core.hpp:3021
cv::InterpolationMasks
InterpolationMasks
Definition: imgproc.hpp:282
cv::PCA::Flags
Flags
Definition: core.hpp:2395
cv::LineIterator::ptr
uchar * ptr
Definition: imgproc.hpp:4734
cv::hal::DFT1D::~DFT1D
virtual ~DFT1D()
Definition: hal.hpp:208
cv::cudev::NearestInterPtr::operator()
__device__ __forceinline__ PtrTraits< SrcPtr >::value_type operator()(float y, float x) const
Definition: interpolation.hpp:70
cv::GCPUKernelImpl
Definition: gcpukernel.hpp:276
nppiStTranspose_32f_C1R_host
NCVStatus nppiStTranspose_32f_C1R_host(Ncv32f *h_src, Ncv32u srcStride, Ncv32f *h_dst, Ncv32u dstStride, NcvSize32u srcRoi)
cv::datasets::OR_pascalObj::filename
std::string filename
Definition: or_pascal.hpp:80
cv::detail::PlaneWarperGpu::warp
Point warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst) CV_OVERRIDE
Projects the image.
Definition: warpers.hpp:491
cv::VecCommaInitializer::VecCommaInitializer
VecCommaInitializer(Vec< _Tp, m > *_vec)
cv::datasets::FR_adienceObj::gender
genderType gender
Definition: fr_adience.hpp:73
cv::DrawMatchesFlags::DEFAULT
cv::face::FacemarkKazemi::Params::lambda
float lambda
lambda stores a value to calculate probability of closeness of two coordinates.
Definition: face_alignment.hpp:33
cv::softfloat::zero
static softfloat zero()
Zero constant.
Definition: softfloat.hpp:204
cv::softdouble::getExp
int getExp() const
Get 0-based exponent.
Definition: softfloat.hpp:316
cv::ppf_match_3d::hashtableRead
hashtable_int * hashtableRead(FILE *f)
NppStInterpolationState::pNewFrame
Ncv32f * pNewFrame
new frame
Definition: NPP_staging.hpp:125
cv::gapi::ie::Params::constInput
Params< Net > & constInput(const std::string &layer_name, const cv::Mat &data, TraitAs hint=TraitAs::TENSOR)
Definition: ie.hpp:102
cv::Subdiv2D::recentEdge
int recentEdge
Definition: imgproc.hpp:1241
cv::gapi::max
GMat max(const GMat &src1, const GMat &src2)
Calculates per-element maximum of two matrices.
cv::detail::DpSeamFinder::costFunction
CostFunction costFunction() const
Definition: seam_finders.hpp:128
cv::AsyncPromise::getArrayResult
AsyncArray getArrayResult()
cv::ximgproc::THINNING_GUOHALL
Definition: ximgproc.hpp:112
cv::sfm::importReconstruction
void importReconstruction(const cv::String &file, OutputArrayOfArrays Rs, OutputArrayOfArrays Ts, OutputArrayOfArrays Ks, OutputArrayOfArrays points3d, int file_format=SFM_IO_BUNDLER)
Import a reconstruction file.
cv::face::FacemarkAAM::Model::Texture::resolution
Rect resolution
resolution of the current scale
Definition: facemarkAAM.hpp:117
cv::gapi::wip::draw::Text::bottom_left_origin
bool bottom_left_origin
When true, the image data origin is at the bottom-left corner. Otherwise, it is at the top-left corne...
Definition: render.hpp:133
cv::gapi::own::detail::MatHeader::cols
int cols
Definition: mat.hpp:78
cv::datasets::join::Px
double Px
Definition: gr_chalearn.hpp:67
cv::ximgproc::Box::score
float score
Definition: edgeboxes.hpp:60
hal_ni_addWeighted16u
int hal_ni_addWeighted16u(const ushort *src1_data, size_t src1_step, const ushort *src2_data, size_t src2_step, ushort *dst_data, size_t dst_step, int width, int height, const double scalars[3])
Definition: hal_replacement.hpp:320
cv::optflow::GPCPatchSample
Definition: sparse_matching_gpc.hpp:77
cv::AutoBuffer::~AutoBuffer
~AutoBuffer()
destructor. calls deallocate()
cv::TrackerSamplerCSC::Params::initInRad
float initInRad
radius for gathering positive instances during init
Definition: tracker.hpp:786
cv::gapi::plaidml::config::trg_id
std::string trg_id
Target ID. Refer to PlaidML documentation for details.
Definition: plaidml.hpp:31
cv::detail::TransHelper< K, std::tuple< Ins... >, Out >::get_substitute
static GComputation get_substitute()
Definition: gtransform.hpp:60
cv::gapi::fluid::Buffer::Cache
Definition: gfluidbuffer.hpp:98
cv::cudev::SingleMaskChannels::index_type
PtrTraits< MaskPtr >::index_type index_type
Definition: mask.hpp:71
cv::AsyncPromise::_getImpl
void * _getImpl() const CV_NOEXCEPT
Definition: async_promise.hpp:63
cv::datasets::AR_sportsObj::labels
std::vector< int > labels
Definition: ar_sports.hpp:63
cv::CAP_PROP_XI_FFS_FILE_SIZE
Size of file.
Definition: videoio.hpp:478
cv::line_descriptor::DrawLinesMatchesFlags::DEFAULT
Definition: descriptor.hpp:1157
cv::ml::randMVNormal
void randMVNormal(InputArray mean, InputArray cov, int nsamples, OutputArray samples)
Generates sample from multivariate normal distribution.
cv::GCPUKernel
Definition: gcpukernel.hpp:112
cv::Stitcher::exposureCompensator
Ptr< detail::ExposureCompensator > exposureCompensator()
Definition: stitching.hpp:238
cv::detail::fluid_get_in< cv::GArray< U > >::get
static const std::vector< U > & get(const cv::GArgs &in_args, int idx)
Definition: gfluidkernel.hpp:197
cv::cudev::UnaryTransformPtr::src
SrcPtr src
Definition: transform.hpp:66
cv::tbm::createTrackerByMatching
cv::Ptr< ITrackerByMatching > createTrackerByMatching(const TrackerParams &params=TrackerParams())
The factory to create Tracker-by-Matching algorithm implementation.
cv::datasets::FR_adience
Definition: fr_adience.hpp:83
cv::cudev::CommonAreaInterPtr
Definition: interpolation.hpp:294
CPU_AVX_512VL
Definition: cvdef.h:295
cv::BaseClassifier
Definition: onlineBoosting.hpp:109
shape.hpp
cv::gapi::dilate
GMat dilate(const GMat &src, const Mat &kernel, const Point &anchor=Point(-1,-1), int iterations=1, int borderType=BORDER_CONSTANT, const Scalar &borderValue=morphologyDefaultBorderValue())
Dilates an image by using a specific structuring element.
cv::setTrackbarMin
void setTrackbarMin(const String &trackbarname, const String &winname, int minval)
Sets the trackbar minimum position.
cv::stereo::MVKernel::operator()
void operator()(int rrWidth, int w2, int rWidth, int jj, int j, int c[num_images]) const
Definition: descriptor.hpp:80
cv::hal::addWeighted16s
void addWeighted16s(const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *scalars)
cv::cudev::ZipPtrSz::ZipPtrSz
__host__ __device__ __forceinline__ ZipPtrSz(const PtrTuple &t)
Definition: zip.hpp:113
cv::ppf_match_3d::transformPCPose
Mat transformPCPose(Mat pc, const Matx44d &Pose)
cv::CAP_PVAPI_DECIMATION_2OUTOF4
2 out of 4 decimation
Definition: videoio.hpp:311
cv::FileNode::empty
bool empty() const
returns true if the node is empty
cv::gapi::resize
GMat resize(const GMat &src, const Size &dsize, double fx=0, double fy=0, int interpolation=INTER_LINEAR)
Resizes an image.
cv::v_float32x4
v_reg< float, 4 > v_float32x4
Four 32-bit floating point values (single precision)
Definition: intrin_cpp.hpp:397
cv::FileStorage::State
State
Definition: persistence.hpp:323
cv::detail::BundleAdjusterAffine
Bundle adjuster that expects affine transformation represented in homogeneous coordinates in R for ea...
Definition: motion_estimators.hpp:289
cv::CAP_OPENNI_DEPTH_GENERATOR_REGISTRATION_ON
Definition: videoio.hpp:251
cv::hal::merge16u
void merge16u(const ushort **src, ushort *dst, int len, int cn)
cv::aruco::Dictionary
Dictionary/Set of markers. It contains the inner codification.
Definition: dictionary.hpp:61
cv::cudev::VecTraits< char1 >::elem_type
schar elem_type
Definition: vec_traits.hpp:152
cv::rgbd::FastICPOdometry::getTransformType
int getTransformType() const CV_OVERRIDE
Definition: depth.hpp:1127
cv::COLOR_BayerRG2GRAY
Definition: imgproc.hpp:751
cv::float16_t
Definition: cvdef.h:784
cv::ColorConversionCodes
ColorConversionCodes
Definition: imgproc.hpp:523
hal_ni_max32s
int hal_ni_max32s(const int *src1_data, size_t src1_step, const int *src2_data, size_t src2_step, int *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:107
cv::cudev::CommonAreaInterPtr::src
SrcPtr src
Definition: interpolation.hpp:299
cv::SparseMat::Node::hashval
size_t hashval
hash value
Definition: mat.hpp:2693
cv::hal::max64f
void max64f(const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *)
cv::GRunArgsP
std::vector< GRunArgP > GRunArgsP
Definition: garg.hpp:133
cv::cudev::ResizePtrSz::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: resize.hpp:82
cv::cudev::GpuMat_::row
__host__ GpuMat_ row(int y) const
cv::SOLVEPNP_AP3P
An Efficient Algebraic Solution to the Perspective-Three-Point Problem .
Definition: calib3d.hpp:240
cv::createEMDHistogramCostExtractor
Ptr< HistogramCostExtractor > createEMDHistogramCostExtractor(int flag=DIST_L2, int nDummies=25, float defaultCost=0.2f)
cv::optflow::createOptFlow_PCAFlow
Ptr< DenseOpticalFlow > createOptFlow_PCAFlow()
Creates an instance of PCAFlow.
cv::cuda::projectPoints
void projectPoints(const GpuMat &src, const Mat &rvec, const Mat &tvec, const Mat &camera_mat, const Mat &dist_coef, GpuMat &dst, Stream &stream=Stream::Null())
cv::gapi::wip::draw::Mosaic::Mosaic
Mosaic(const cv::Rect &mos_, int cellSz_, int decim_)
Mosaic constructor.
Definition: render.hpp:292
cv::optflow::GPCDetails::getCoordinatesFromIndex
static void getCoordinatesFromIndex(size_t index, Size sz, int &x, int &y)
cv::CAP_PROP_WB_TEMPERATURE
white-balance color temperature
Definition: videoio.hpp:177
cv::ppf_match_3d::destroyFlann
void destroyFlann(void *flannIndex)
cv::DescriptorMatcher
Abstract base class for matching keypoint descriptors.
Definition: features2d.hpp:860
hal_ni_cmp16s
int hal_ni_cmp16s(const short *src1_data, size_t src1_step, const short *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, int operation)
Definition: hal_replacement.hpp:212
cv::ppf_match_3d::addNoisePC
Mat addNoisePC(Mat pc, double scale)
cv::cudacodec::EncoderParams::DIMode
int DIMode
NVVE_SET_DEINTERLACE,.
Definition: cudacodec.hpp:101
cv::cudev::ThreshBinaryInvFunc::thresh
T thresh
Definition: functional.hpp:716
cv::cudev::identity
Definition: functional.hpp:280
cv::tbm::IImageDescriptor
The IImageDescriptor class declares base class for image descriptor.
Definition: tracking_by_matching.hpp:70
cv::sfm::libmv_ReconstructionOptions::verbosity_level
int verbosity_level
Definition: simple_pipeline.hpp:155
cv::cudacodec::FormatInfo::height
int height
Definition: cudacodec.hpp:286
cv::Matx41f
Matx< float, 4, 1 > Matx41f
Definition: matx.hpp:225
cvRound64
int64_t cvRound64(const cv::softdouble &a)
Rounds a number to nearest even long long integer.
cv::util::bad_optional_access
Definition: optional.hpp:18
bufferpool.hpp
cv::cudev::NormL1::NormL1
__device__ __forceinline__ NormL1()
Definition: vec_distance.hpp:68
cv::videostab::StabilizerBase::doInpainting_
bool doInpainting_
Definition: stabilizer.hpp:131
cv::ximgproc::rl::dilate
void dilate(InputArray rlSrc, OutputArray rlDest, InputArray rlKernel, Point anchor=Point(0, 0))
Dilates an run-length encoded binary image by using a specific structuring element.
cv::text::loadClassifierNM2
Ptr< ERFilter::Callback > loadClassifierNM2(const String &filename)
Allow to implicitly load the default classifier when creating an ERFilter object.
cv::solvePoly
double solvePoly(InputArray coeffs, OutputArray roots, int maxIters=300)
Finds the real or complex roots of a polynomial equation.
cv::hal::absdiff64f
void absdiff64f(const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *)
cv::stereo::Matching::smallRegionRemoval
void smallRegionRemoval(const Mat &currentMap, int t, Mat &out)
remove small regions that have an area smaller than t, we fill the region with the average of the goo...
Definition: matching.hpp:477
cv::DIST_FAIR
distance = c^2(|x|/c-log(1+|x|/c)), c = 1.3998
Definition: imgproc.hpp:302
cv::xphoto::HAAR
Definition: bm3d_image_denoising.hpp:64
cv::detail::CompileArgTag< cv::gapi::GKernelPackage >::tag
static const char * tag()
Definition: gkernel.hpp:599
exports.hpp
cv::FLOODFILL_FIXED_RANGE
Definition: imgproc.hpp:376
cv::SOLVELP_SINGLE
there is only one maximum for target function
Definition: optim.hpp:261
traits.hpp
cv::cudev::DefaultCopyPolicy::block_size_y
Definition: copy.hpp:353
cv::gapi::fluid::View::meta
const GMatDesc & meta() const
Definition: gfluidbuffer.hpp:82
cv::face::FacemarkLBF
Definition: facemarkLBF.hpp:48
cv::COLOR_YUV2RGB_YUNV
Definition: imgproc.hpp:698
cv::hal::absdiff16s
void absdiff16s(const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *)
cv::MultiTracker::objects
std::vector< Rect2d > objects
Definition: tracker.hpp:1390
cv::gapi::ie::detail::ParamDesc::num_out
std::size_t num_out
Definition: ie.hpp:60
cv::viz::Color::mlab
static Color mlab()
cv::saturate_cast< uint64_t >
uint64_t saturate_cast< uint64_t >(softfloat a)
Definition: softfloat.hpp:433
cv::saliency::ObjectnessBING::getW
int getW() const
Definition: saliencySpecializedClasses.hpp:353
cv::CAP_ARAVIS
Aravis SDK.
Definition: videoio.hpp:119
cv::SphericalWarper::create
Ptr< detail::RotationWarper > create(float scale) const CV_OVERRIDE
Definition: warpers.hpp:162
cv::utils::getConfigurationParameterBool
bool getConfigurationParameterBool(const char *name, bool defaultValue)
cv::gapi::own::Mat::type
int type() const
Returns the type of a matrix element.
Definition: mat.hpp:194
cv::videostab::InpaintingPipeline::empty
bool empty() const
Definition: inpainting.hpp:112
cv::dnn::PowerLayer
Definition: all_layers.hpp:495
cv::videostab::IMotionStabilizer
Definition: motion_stabilizing.hpp:59
cv::cudev::RemapPtr2Sz::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: remap.hpp:108
cvhalKeyPoint::x
float x
Definition: interface.h:21
cv::viz::Mesh::colors
Mat colors
point color of type CV_8UC3 or CV_8UC4 with only 1 row
Definition: types.hpp:130
cv::datasets::triangle
Definition: gr_skig.hpp:63
cv::cuda::COLOR_BayerBG2BGR_MHT
Bayer Demosaicing (Malvar, He, and Cutler)
Definition: cudaimgproc.hpp:95
cv::aruco::drawCharucoDiamond
void drawCharucoDiamond(const Ptr< Dictionary > &dictionary, Vec4i ids, int squareLength, int markerLength, OutputArray img, int marginSize=0, int borderBits=1)
Draw a ChArUco Diamond marker.
cv::gapi::RGB2YUV
GMat RGB2YUV(const GMat &src)
Converts an image from RGB color space to YUV color space.
reduce.hpp
cv::TickMeter::getCounter
int64 getCounter() const
Definition: utility.hpp:375
cv::img_hash::ImgHashBase
The base class for image hash algorithms.
Definition: img_hash_base.hpp:18
cv::MARKER_DIAMOND
A diamond marker shape.
Definition: imgproc.hpp:833
cv::ximgproc::readGT
int readGT(String src_path, OutputArray dst)
Function for reading ground truth disparity maps. Supports basic Middlebury and MPI-Sintel formats....
cv::face::FacemarkKazemi::Params::cascade_depth
unsigned long cascade_depth
cascade_depth This stores the deapth of cascade used for training.
Definition: face_alignment.hpp:21
cv::xphoto::INPAINT_FSR_BEST
Definition: inpainting.hpp:94
cv::IMREAD_REDUCED_GRAYSCALE_8
If set, always convert image to the single channel grayscale image and the image size reduced 1/8.
Definition: imgcodecs.hpp:75
cv::linemod::colormap
void colormap(const Mat &quantized, Mat &dst)
Debug function to colormap a quantized image for viewing.
cv::softdouble::isNaN
bool isNaN() const
NaN state indicator.
Definition: softfloat.hpp:305
cv::hal::recip32s
void recip32s(const int *, size_t, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *scale)
cv::cuda::createGeneralizedHoughGuil
Ptr< GeneralizedHoughGuil > createGeneralizedHoughGuil()
Creates implementation for generalized hough transform from .
cv::detail::ChannelsCompensator
Exposure compensator which tries to remove exposure related artifacts by adjusting image intensities ...
Definition: exposure_compensate.hpp:138
cv::TrackerKCF
the KCF (Kernelized Correlation Filter) tracker
Definition: tracker.hpp:1212
cv::StrongClassifierDirectSelection::getPatchSize
Size getPatchSize() const
cv::DataDepth
A helper class for cv::DataType.
Definition: traits.hpp:284
cv::rgbd::RgbdICPOdometry::getMaxTranslation
double getMaxTranslation() const
Definition: depth.hpp:980
cv::rgbd::RgbdPlane::getSensorErrorA
double getSensorErrorA() const
Definition: depth.hpp:420
nppiStFilterRowBorder_32f_C1R
NCVStatus nppiStFilterRowBorder_32f_C1R(const Ncv32f *pSrc, NcvSize32u srcSize, Ncv32u nSrcStep, Ncv32f *pDst, NcvSize32u dstSize, Ncv32u nDstStep, NcvRect32u oROI, NppStBorderType borderType, const Ncv32f *pKernel, Ncv32s nKernelSize, Ncv32s nAnchor, Ncv32f multiplier)
cv::gapi::own::descr_of
GMatDesc descr_of(const Mat &mat)
cv::rgbd::ICPOdometry::getTransformType
int getTransformType() const CV_OVERRIDE
Definition: depth.hpp:830
cv::hdf::HDF5::H5_GETDIMS
Get the dimension information of a dataset.
Definition: hdf5.hpp:125
cv::aruco::DetectorParameters::aprilTagQuadSigma
float aprilTagQuadSigma
Definition: aruco.hpp:179
cv::tbm::TrackerParams::aff_thr_strong
float aff_thr_strong
Definition: tracking_by_matching.hpp:271
cv::DIST_LABEL_CCOMP
Definition: imgproc.hpp:367
cv::v_pack_b
v_uint8x16 v_pack_b(const v_uint16x8 &a, const v_uint16x8 &b)
! For 16-bit boolean values
Definition: intrin_cpp.hpp:2412
NPP_staging.hpp
cv::COLOR_YUV420sp2BGR
Definition: imgproc.hpp:637
cv::CAP_PROP_IMAGES_BASE
Definition: videoio.hpp:576
cv::cudev::thresh_trunc_func
__host__ __device__ ThreshTruncFunc< T > thresh_trunc_func(T thresh)
Definition: functional.hpp:746
cv::cuda::createLookUpTable
Ptr< LookUpTable > createLookUpTable(InputArray lut)
Creates implementation for cuda::LookUpTable .
cv::cudev::vseteq4
__device__ __forceinline__ uint vseteq4(uint a, uint b)
Definition: simd_functions.hpp:609
cv::videostab::WobbleSuppressorBase::motionEstimator
Ptr< ImageMotionEstimatorBase > motionEstimator() const
Definition: wobble_suppression.hpp:68
cv::quality::QualitySSIM::_mat_data::empty
bool empty() const
Definition: qualityssim.hpp:76
cv::detail::BasicVectorRef::mov
virtual void mov(BasicVectorRef &ref)=0
cv::cudev::blockFill
__device__ static __forceinline__ void blockFill(It beg, It end, const T &value)
Definition: block.hpp:75
cv::TonemapMantiuk
This algorithm transforms image to contrast using gradients on all levels of gaussian pyramid,...
Definition: photo.hpp:428
cv::hal::gemm32f
void gemm32f(const float *src1, size_t src1_step, const float *src2, size_t src2_step, float alpha, const float *src3, size_t src3_step, float beta, float *dst, size_t dst_step, int m_a, int n_a, int n_d, int flags)
cv::TrackerMIL::Params
Definition: tracker.hpp:1068
cv::cudev::NearestInterPtr::src
SrcPtr src
Definition: interpolation.hpp:68
cv::gapi::wip::draw::Text::org
cv::Point org
The bottom-left corner of the text string in the image.
Definition: render.hpp:127
cv::detail::BundleAdjusterBase
Base class for all camera parameters refinement methods.
Definition: motion_estimators.hpp:133
cv::NAryMatIterator::ptrs
uchar ** ptrs
data pointers
Definition: mat.hpp:3413
cv::tbm::TrackedObject
The TrackedObject struct defines properties of detected object.
Definition: tracking_by_matching.hpp:27
cv::saliency::ObjectnessBING::setNSS
void setNSS(int val)
Definition: saliencySpecializedClasses.hpp:349
cv::quality::QualitySSIM
Full reference structural similarity algorithm https://en.wikipedia.org/wiki/Structural_similarity.
Definition: qualityssim.hpp:18
cv::gapi::wip::make_src
IStreamSource::Ptr make_src(Args &&... args)
Definition: source.hpp:50
cv::ximgproc::AngleRangeOption
AngleRangeOption
Specifies the part of Hough space to calculate.
Definition: fast_hough_transform.hpp:64
cv::detail::GCompoundKernel::F
std::function< void(GCompoundContext &ctx)> F
Definition: gcompoundkernel.hpp:44
cv::dnn::ShuffleChannelLayer::group
int group
Definition: all_layers.hpp:394
cv::aruco::DICT_6X6_250
Definition: dictionary.hpp:152
cv::cudev::BrdConstant::index_type
int index_type
Definition: extrapolation.hpp:63
cv::cuda::createRowSumFilter
Ptr< Filter > createRowSumFilter(int srcType, int dstType, int ksize, int anchor=-1, int borderMode=BORDER_DEFAULT, Scalar borderVal=Scalar::all(0))
Creates a horizontal 1D box filter.
fast_hough_transform.hpp
cv::datasets::LEFT
Definition: slam_tumindoor.hpp:62
cv::ocl::isOpenCLActivated
static bool isOpenCLActivated()
Definition: ocl_defs.hpp:19
cv::cudacodec::EncoderParams::AvgBitrate
int AvgBitrate
NVVE_AVG_BITRATE,.
Definition: cudacodec.hpp:91
cv::Stitcher::setBundleAdjuster
void setBundleAdjuster(Ptr< detail::BundleAdjusterBase > bundle_adjuster)
Definition: stitching.hpp:226
cv::minEnclosingCircle
void minEnclosingCircle(InputArray points, Point2f &center, float &radius)
Finds a circle of the minimum area enclosing a 2D point set.
cv::videostab::OnePassStabilizer::motionFilter
Ptr< MotionFilterBase > motionFilter() const
Definition: stabilizer.hpp:149
cv::dynafu::Params::frameSize
Size frameSize
frame size in pixels
Definition: dynafu.hpp:30
cv::ximgproc::computeMSE
double computeMSE(InputArray GT, InputArray src, Rect ROI)
Function for computing mean square error for disparity maps.
cv::cudev::DerivYPtrSz::rows
int rows
Definition: deriv.hpp:116
NCVMatrix::stride
Ncv32u stride() const
Definition: NCV.hpp:760
cv::GKernelType< K, std::function< R(Args...)> >::on
static R on(Args... args)
Definition: gkernel.hpp:218
mat.hpp
cv::stereo::StereoBinaryBM::getBinaryKernelType
virtual int getBinaryKernelType() const =0
cv::cudev::atan2
__device__ __forceinline__ double4 atan2(double s, const double4 &b)
Definition: vec_math.hpp:933
cv::cudev::BrdBase::cols
int cols
Definition: extrapolation.hpp:100
cv::kinfu::Params::volumeDims
Vec3i volumeDims
Resolution of voxel space.
Definition: kinfu.hpp:60
cv::structured_light::PSP
Definition: sinusoidalpattern.hpp:59
cv::optflow::RLOFOpticalFlowParameter::normSigma0
float normSigma0
Definition: rlofflow.hpp:92
cv::cudev::Sum::result
__device__ static __forceinline__ T result(T r, int)
Definition: reduce_to_vec.hpp:79
nppStBorderWrap
Wrap out of range position. Image becomes periodic.
Definition: NPP_staging.hpp:92
cv::xphoto::createGrayworldWB
Ptr< GrayworldWB > createGrayworldWB()
Creates an instance of GrayworldWB.
cv::BaseClassifier::selectBestClassifier
int selectBestClassifier(std::vector< bool > &errorMask, float importance, std::vector< float > &errors)
cv::viz::Color::green
static Color green()
cv::TrackerCSRT
the CSRT tracker
Definition: tracker.hpp:1479
cv::rgbd::RgbdOdometry::setMinDepth
void setMinDepth(double val)
Definition: depth.hpp:663
cv::CAP_PROP_XI_CC_MATRIX_03
Color Correction Matrix element [0][3].
Definition: videoio.hpp:408
cv::distanceTransform
void distanceTransform(InputArray src, OutputArray dst, OutputArray labels, int distanceType, int maskSize, int labelType=DIST_LABEL_CCOMP)
Calculates the distance to the closest zero pixel for each pixel of the source image.
cv::cudev::equal_to::operator()
__device__ __forceinline__ MakeVec< uchar, VecTraits< T >::cn >::type operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:135
cv::ClfOnlineStump::_mu0
float _mu0
Definition: onlineMIL.hpp:93
cv::datasets::TRACK_alov
Definition: track_alov.hpp:73
cv::Subdiv2D::Vertex::pt
Point2f pt
Definition: imgproc.hpp:1220
nppiStDecimate_64s_C1R
NCVStatus nppiStDecimate_64s_C1R(Ncv64s *d_src, Ncv32u srcStep, Ncv64s *d_dst, Ncv32u dstStep, NcvSize32u srcRoi, Ncv32u scale, NcvBool readThruTexture)
cv::dnn::SegmentationModel
This class represents high-level API for segmentation models.
Definition: dnn.hpp:1219
cv::tbm::Track::Track
Track(const TrackedObjects &objs, const cv::Mat &last_image, const cv::Mat &descriptor_fast, const cv::Mat &descriptor_strong)
Track constructor.
Definition: tracking_by_matching.hpp:321
cv::linemod::Match::y
int y
Definition: linemod.hpp:283
cv::ocl::KernelArg::Local
static KernelArg Local(size_t localMemSize)
Definition: ocl.hpp:355
cv::cudev::warpCopy
__device__ __forceinline__ OutIt warpCopy(InIt beg, InIt end, OutIt out)
Definition: warp.hpp:86
cv::datasets::IS_weizmannObj::srcColor
std::string srcColor
Definition: is_weizmann.hpp:64
cv::Matx::randn
static Matx randn(_Tp a, _Tp b)
cv::getDerivKernels
void getDerivKernels(OutputArray kx, OutputArray ky, int dx, int dy, int ksize, bool normalize=false, int ktype=CV_32F)
Returns filter coefficients for computing spatial image derivatives.
nppStSetActiveCUDAstream
cudaStream_t nppStSetActiveCUDAstream(cudaStream_t cudaStream)
hal_ni_cvtMultipliedRGBAtoRGBA
int hal_ni_cvtMultipliedRGBAtoRGBA(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height)
hal_cvtMultipliedRGBAtoRGBA
Definition: hal_replacement.hpp:560
cv::viz::Color::gray
static Color gray()
cv::inRange
void inRange(InputArray src, InputArray lowerb, InputArray upperb, OutputArray dst)
Checks if array elements lie between the elements of two other arrays.
cv::CALIB_FIX_K6
Definition: calib3d.hpp:279
cv::MultiTracker_Alt::colors
std::vector< Scalar > colors
List of randomly generated colors for bounding boxes display.
Definition: tracker.hpp:1440
cv::COLOR_RGB2XYZ
Definition: imgproc.hpp:576
cv::CmpTypes
CmpTypes
comparison types
Definition: base.hpp:211
cv::face::FaceRecognizer::write
virtual void write(const String &filename) const
Saves a FaceRecognizer and its model state.
cv::goodFeaturesToTrack
void goodFeaturesToTrack(InputArray image, OutputArray corners, int maxCorners, double qualityLevel, double minDistance, InputArray mask=noArray(), int blockSize=3, bool useHarrisDetector=false, double k=0.04)
Determines strong corners on an image.
cv::Complexf
Complex< float > Complexf
Definition: types.hpp:90
cv::cudev::BinaryTransformPtr::op
Op op
Definition: transform.hpp:111
cv::dnn::BackendNode::backendId
int backendId
Backend identifier.
Definition: dnn.hpp:127
cv::datasets::TR_svtObj
Definition: tr_svt.hpp:66
cv::datasets::IR_affineObj
Definition: ir_affine.hpp:61
cv::saturate_cast< uchar >
uchar saturate_cast< uchar >(schar v)
Definition: saturate.hpp:100
cv::IMWRITE_JPEG2000_COMPRESSION_X1000
For JPEG2000, use to specify the target compression rate (multiplied by 1000). The value can be from ...
Definition: imgcodecs.hpp:99
cv::face::FacemarkAAM::Model::Texture::base_shape
std::vector< Point2f > base_shape
basic shape, normalized to be fit in an image with current detection resolution
Definition: facemarkAAM.hpp:130
cv::CALIB_HAND_EYE_HORAUD
Hand-eye Calibration .
Definition: calib3d.hpp:307
NCVVectorReuse
Definition: NCV.hpp:689
cv::detail::TransformTag
Definition: gcommon.hpp:32
cv::stereo::StereoBinaryBM::setPreFilterType
virtual void setPreFilterType(int preFilterType)=0
cv::GC_PR_BGD
a possible background pixel
Definition: imgproc.hpp:344
cv::ximgproc::HoughPoint2Line
Vec4i HoughPoint2Line(const Point &houghPoint, InputArray srcImgInfo, int angleRange=ARO_315_135, int makeSkew=HDO_DESKEW, int rules=RO_IGNORE_BORDERS)
Calculates coordinates of line segment corresponded by point in Hough space.
NCVVector::NCVVector
NCVVector()
Definition: NCV.hpp:572
cv::calibrateCamera
double calibrateCamera(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, Size imageSize, InputOutputArray cameraMatrix, InputOutputArray distCoeffs, OutputArrayOfArrays rvecs, OutputArrayOfArrays tvecs, OutputArray stdDeviationsIntrinsics, OutputArray stdDeviationsExtrinsics, OutputArray perViewErrors, int flags=0, TermCriteria criteria=TermCriteria(TermCriteria::COUNT+TermCriteria::EPS, 30, DBL_EPSILON))
Finds the camera intrinsic and extrinsic parameters from several views of a calibration pattern.
ncvDrawRects_8u_device
NCVStatus ncvDrawRects_8u_device(Ncv8u *d_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight, NcvRect32u *d_rects, Ncv32u numRects, Ncv8u color, cudaStream_t cuStream)
cv::IMWRITE_PAM_FORMAT_GRAYSCALE_ALPHA
Definition: imgcodecs.hpp:129
cv::DataDepth::value
Definition: traits.hpp:289
cv::USAGE_ALLOCATE_SHARED_MEMORY
Definition: mat.hpp:456
cv::ClfOnlineStump::_s
int _s
Definition: onlineMIL.hpp:95
cv::datasets::GR_skigObj::dep
std::string dep
Definition: gr_skig.hpp:97
cv::cudev::sobelX_
__host__ Expr< SobelXPtrSz< typename PtrTraits< SrcPtr >::ptr_type > > sobelX_(const SrcPtr &src)
Definition: deriv.hpp:81
cv::CAP_V4L2
Same as CAP_V4L.
Definition: videoio.hpp:93
intrin_msa.hpp
cv::Point3_::x
_Tp x
x coordinate of the 3D point
Definition: types.hpp:265
cv::Mat::at
_Tp & at(int i0=0)
Returns a reference to the specified array element.
cv::face::CParams
Definition: facemark_train.hpp:35
cv::COLOR_BGR2RGB
Definition: imgproc.hpp:536
cv::borderInterpolate
int borderInterpolate(int p, int len, int borderType)
Computes the source location of an extrapolated pixel.
cv::cudev::GlobPtrSz::rows
int rows
Definition: glob.hpp:87
cv::detail::PaniniPortraitProjector
Definition: warpers.hpp:420
cv::ximgproc::createEdgeAwareInterpolator
Ptr< EdgeAwareInterpolator > createEdgeAwareInterpolator()
Factory method that creates an instance of the EdgeAwareInterpolator.
cv::utils::getConfigurationParameterSizeT
size_t getConfigurationParameterSizeT(const char *name, size_t defaultValue)
cv::quality::QualityPSNR::create
static Ptr< QualityPSNR > create(InputArray ref, double maxPixelValue=QualityPSNR::MAX_PIXEL_VALUE_DEFAULT)
Create an object which calculates quality.
Definition: qualitypsnr.hpp:38
cv::hal::QR64f
int QR64f(double *A, size_t astep, int m, int n, int k, double *b, size_t bstep, double *hFactors)
cv::MatIterator_::reference
_Tp & reference
Definition: mat.hpp:3136
cv::rgbd::RgbdPlane::getThreshold
double getThreshold() const
Definition: depth.hpp:412
cv::stereo::CV_MODIFIED_CS_CENSUS
Definition: descriptor.hpp:59
cv::SparsePyrLKOpticalFlow
Class used for calculating a sparse optical flow.
Definition: tracking.hpp:682
_mm_deinterleave_epi16
void _mm_deinterleave_epi16(__m128i &v_r0, __m128i &v_r1, __m128i &v_g0, __m128i &v_g1)
Definition: sse_utils.hpp:294
cv::stereo::CV_SPARSE_CENSUS
Definition: descriptor.hpp:58
cv::v_reg::v_reg
v_reg(_Tp s0, _Tp s1)
Constructor.
Definition: intrin_cpp.hpp:281
cv::ximgproc::qunitary
void qunitary(InputArray qimg, OutputArray qnimg)
divides each element by its modulus.
cv::tbm::TrackerParams::reid_thr
float reid_thr
Affinity threshold for re-identification.
Definition: tracking_by_matching.hpp:294
cv::viz::KeyboardEvent::action
Action action
Definition: types.hpp:297
cv::ximgproc::Box::y
int y
Definition: edgeboxes.hpp:59
HaarClassifierCascadeDescriptor
Definition: NCVHaarObjectDetection.hpp:333
NCVVectorReuse::isMemReused
NcvBool isMemReused() const
Definition: NCV.hpp:723
cv::v_expand_high
v_reg< typename V_TypeTraits< _Tp >::w_type, n/2 > v_expand_high(const v_reg< _Tp, n > &a)
Expand higher values to the wider pack type.
Definition: intrin_cpp.hpp:1317
cv::TrackerStateEstimatorSVM
TrackerStateEstimator based on SVM.
Definition: tracker.hpp:756
cv::sfm::euclideanToHomogeneous
void euclideanToHomogeneous(InputArray src, OutputArray dst)
Converts points from Euclidean to homogeneous space. E.g., ((x,y)->(x,y,1))
cv::datasets::actionType
actionType
Definition: gr_skig.hpp:60
cv::COLOR_YUV2GRAY_UYNV
Definition: imgproc.hpp:714
cv::datasets::GR_skigObj::rgb
std::string rgb
Definition: gr_skig.hpp:96
cv::ocl::Program
Definition: ocl.hpp:464
cv::Point2f
Point_< float > Point2f
Definition: types.hpp:192
cv::TrackerMedianFlow::Params
Definition: tracker.hpp:1145
cv::cuda::ALPHA_PLUS_PREMUL
Definition: cudaimgproc.hpp:160
GAPI_EXPORTS
#define GAPI_EXPORTS
Definition: exports.hpp:15
cv::datasets::TRACK_vot::data
vector< vector< Ptr< TRACK_votObj > > > data
Definition: track_vot.hpp:86
cv::cudev::gridPyrUp
__host__ void gridPyrUp(const SrcPtr &src, GpuMat_< DstType > &dst, Stream &stream=Stream::Null())
Definition: pyramids.hpp:79
cv::COLOR_BGR5652GRAY
Definition: imgproc.hpp:561
cv::max
softdouble max(const softdouble &a, const softdouble &b)
Definition: softfloat.hpp:441
marr_hildreth_hash.hpp
cv::MJPEG
Definition: container_avi.private.hpp:73
cv::detail::last_type
Definition: gcomputation.hpp:27
extrapolation.hpp
cv::cuda::HoughSegmentDetector
Base class for line segments detector algorithm. :
Definition: cudaimgproc.hpp:399
cv::Error::StsFilterOffsetErr
incorrect filter offset value
Definition: base.hpp:100
cv::GInferBase
Definition: infer.hpp:83
cv::ximgproc::bilateralTextureFilter
void bilateralTextureFilter(InputArray src, OutputArray dst, int fr=3, int numIter=1, double sigmaAlpha=-1., double sigmaAvg=-1.)
Applies the bilateral texture filter to an image. It performs structure-preserving texture filter....
cv::cudev::PtrTraits< Expr< Body > >::getRows
static __host__ int getRows(const Expr< Body > &expr)
Definition: expr.hpp:82
hal_ni_invSqrt64f
int hal_ni_invSqrt64f(const double *src, double *dst, int len)
Definition: hal_replacement.hpp:423
cvv::impl::CallMetaData::CallMetaData
CallMetaData(const char *file, size_t line, const char *function)
Creates the provided location.
Definition: call_meta_data.hpp:36
cv::cudev::gridMerge
__host__ void gridMerge(const SrcPtrTuple &src, GpuMat_< DstType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: split_merge.hpp:502
cv::videostab::TranslationBasedLocalOutlierRejector
Definition: outlier_rejection.hpp:74
cv::cuda::HoughLinesDetector
Base class for lines detector algorithm. :
Definition: cudaimgproc.hpp:341
cv::rgbd::RgbdPlane::RGBD_PLANE_METHOD
RGBD_PLANE_METHOD
Definition: depth.hpp:331
cv::cuda::flip
void flip(InputArray src, OutputArray dst, int flipCode, Stream &stream=Stream::Null())
Flips a 2D matrix around vertical, horizontal, or both axes.
cv::CAP_PROP_XI_DEVICE_SN
Returns device serial number.
Definition: videoio.hpp:437
cv::MatConstIterator::ptr
const uchar * ptr
Definition: mat.hpp:3067
reconstruct.hpp
cv::dnn::DNN_BACKEND_CUDA
Definition: dnn.hpp:76
cv::detail::Blender::~Blender
virtual ~Blender()
Definition: blenders.hpp:66
cv::detail::ExposureCompensator::ExposureCompensator
ExposureCompensator()
Definition: exposure_compensate.hpp:63
cv::Affine3::translation
Vec3 translation() const
cv::cudev::PyrUpBody
Definition: warping.hpp:130
cv::REDUCE_MIN
the output is the minimum (column/row-wise) of all rows/columns of the matrix.
Definition: core.hpp:222
cv::cudev::ZipPtrSz::rows
int rows
Definition: zip.hpp:110
cv::SimilarRects::SimilarRects
SimilarRects(double _eps)
Definition: objdetect.hpp:124
cv::Matx::col
Matx< _Tp, m, 1 > col(int i) const
extract the matrix column
cv::datasets::female
Definition: fr_adience.hpp:63
reduce_key_val.hpp
cv::ml::Boost
Boosted tree classifier derived from DTrees.
Definition: ml.hpp:1323
cv::instr::FLAGS_MAPPING
Definition: instrumentation.hpp:111
cv::cudev::warpFill
__device__ __forceinline__ void warpFill(It beg, It end, const T &value)
Definition: warp.hpp:79
cv::float16_t::float16_t
float16_t(float x)
Definition: cvdef.h:817
cv::ocl::Device::TYPE_GPU
Definition: ocl.hpp:85
cv::hal::normL2Sqr_
float normL2Sqr_(const float *a, const float *b, int n)
cv::FeatureDetector
Feature2D FeatureDetector
Definition: features2d.hpp:235
cv::hal::div16u
void div16u(const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *scale)
cv::gapi::own::detail::MatHeader::flags
int flags
Definition: mat.hpp:75
ocr.hpp
cv::CAP_OPENNI_VGA_30HZ
Definition: videoio.hpp:269
cv::CAP_PROP_XI_DEBOUNCE_POL
Debounce polarity (pol = 1 t0 - falling edge, t1 - rising edge).
Definition: videoio.hpp:427
cv::stereo::Matching::puss
Mat_< int > puss
Definition: matching.hpp:371
cv::ppf_match_3d::PoseCluster3DPtr
Ptr< PoseCluster3D > PoseCluster3DPtr
Definition: pose_3d.hpp:61
cv::DetectionBasedTracker::InnerParameters::numLastPositionsToTrack
int numLastPositionsToTrack
Definition: detection_based_tracker.hpp:167
cv::Stitcher::blender
Ptr< detail::Blender > blender()
Definition: stitching.hpp:247
cv::viz::Color::magenta
static Color magenta()
cv::solveLP
int solveLP(InputArray Func, InputArray Constr, OutputArray z)
Solve given (non-integer) linear programming problem using the Simplex Algorithm (Simplex Method).
cv::xphoto::INPAINT_SHIFTMAP
Definition: inpainting.hpp:74
nppiStRectStdDev_32f_C1R_host
NCVStatus nppiStRectStdDev_32f_C1R_host(Ncv32u *h_sum, Ncv32u sumStep, Ncv64u *h_sqsum, Ncv32u sqsumStep, Ncv32f *h_norm, Ncv32u normStep, NcvSize32u roi, NcvRect32u rect, Ncv32f scaleArea)
NCVBroxOpticalFlowDescriptor::scale_factor
Ncv32f scale_factor
pyramid scale factor
Definition: NCVBroxOpticalFlow.hpp:76
cv::FONT_HERSHEY_SCRIPT_SIMPLEX
hand-writing style font
Definition: imgproc.hpp:820
cv::face::FacemarkAAM::Params::texture_max_m
int texture_max_m
Definition: facemarkAAM.hpp:73
cv::hal::cvtGraytoBGR
void cvtGraytoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int dcn)
facemark.hpp
cv::ocl::attachContext
void attachContext(const String &platformName, void *platformID, void *context, void *deviceID)
Attaches OpenCL context to OpenCV.
cv::convertPointsHomogeneous
void convertPointsHomogeneous(InputArray src, OutputArray dst)
Converts points to/from homogeneous coordinates.
cv::AsyncPromise::Impl
struct AsyncArray::Impl Impl
Definition: async_promise.hpp:62
cv::BaseClassifier::m_numWeakClassifier
int m_numWeakClassifier
Definition: onlineBoosting.hpp:142
cv::cudev::minus
Definition: functional.hpp:86
cv::HOGDescriptor::nbins
int nbins
Number of bins used in the calculation of histogram of gradients. Default value is 9.
Definition: objdetect.hpp:599
nppiStIntegral_32f32f_C1R
NCVStatus nppiStIntegral_32f32f_C1R(Ncv32f *d_src, Ncv32u srcStep, Ncv32f *d_dst, Ncv32u dstStep, NcvSize32u roiSize, Ncv8u *pBuffer, Ncv32u bufSize, cudaDeviceProp &devProp)
cv::softfloat::setExp
softfloat setExp(int e) const
Construct a copy with new 0-based exponent.
Definition: softfloat.hpp:181
cv::cudev::SobelXPtrSz::cols
int cols
Definition: deriv.hpp:163
cv::FileNode::begin
FileNodeIterator begin() const
returns iterator pointing to the first node element
cv::face::FacemarkAAM::Model::Texture::ind2
std::vector< int > ind2
index of pixels for mapping process to obtains the grays values of eroded face region
Definition: facemarkAAM.hpp:134
cv::detail::PlanePortraitProjector
Definition: warpers.hpp:625
cv::videostab::KeypointBasedMotionEstimator::setFrameMask
virtual void setFrameMask(InputArray mask) CV_OVERRIDE
Definition: global_motion.hpp:246
cv::COLOR_YUV2RGB_UYVY
YUV 4:2:2 family to RGB.
Definition: imgproc.hpp:674
cv::MORPH_ERODE
see erode
Definition: imgproc.hpp:213
cv::mixChannels
void mixChannels(const Mat *src, size_t nsrcs, Mat *dst, size_t ndsts, const int *fromTo, size_t npairs)
Copies specified channels from input arrays to the specified channels of output arrays.
cv::detail::AffineWarper::AffineWarper
AffineWarper(float scale=1.f)
Construct an instance of the affine warper class.
Definition: warpers.hpp:220
cv::SVD::solveZ
static void solveZ(InputArray src, OutputArray dst)
solves an under-determined singular linear system
hal_ni_FAST_NMS
int hal_ni_FAST_NMS(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height)
Non-maximum suppression for FAST_9_16.
Definition: hal_replacement.hpp:81
cv::ximgproc::rl::paint
void paint(InputOutputArray image, InputArray rlSrc, const cv::Scalar &value)
Paint run length encoded binary image into an image.
cv::BaseClassifier::generateRandomClassifier
void generateRandomClassifier()
cv::hal::split64s
void split64s(const int64 *src, int64 **dst, int len, int cn)
cv::detail::MatchesInfo::num_inliers
int num_inliers
Number of geometrically consistent matches.
Definition: matchers.hpp:109
cv::datasets::TR_icdarObj::lex100
std::vector< std::string > lex100
Definition: tr_icdar.hpp:69
cv::PCAProject
void PCAProject(InputArray data, InputArray mean, InputArray eigenvectors, OutputArray result)
cv::videostab::FastMarchingMethod::run
Inpaint run(const Mat &mask, Inpaint inpaint)
Template method that runs the Fast Marching Method.
Definition: fast_marching_inl.hpp:54
cv::cuda::HOG
The class implements Histogram of Oriented Gradients () object detector.
Definition: cudaobjdetect.hpp:79
cv::dnn::TanHLayer
Definition: all_layers.hpp:459
cv::StrongClassifierDirectSelection::update
bool update(const Mat &image, int target, float importance=1.0)
nppStSupersample
Supersampling. For downscaling only.
Definition: NPP_staging.hpp:102
cv::Accumulator< unsigned short >::Type
float Type
Definition: features2d.hpp:796
cv::aruco::drawDetectedCornersCharuco
void drawDetectedCornersCharuco(InputOutputArray image, InputArray charucoCorners, InputArray charucoIds=noArray(), Scalar cornerColor=Scalar(255, 0, 0))
Draws a set of Charuco corners.
cv::GShape::GMAT
cv::UndistortTypes
UndistortTypes
cv::undistort mode
Definition: calib3d.hpp:2838
cv::tbm::TrackerParams::bbox_heights_range
cv::Vec2f bbox_heights_range
Bounding box heights range.
Definition: tracking_by_matching.hpp:285
cv::Node::Node
Node()
Definition: utility.hpp:1054
cv::multicalib::MultiCameraCalibration
Class for multiple camera calibration that supports pinhole camera and omnidirection camera....
Definition: multicalib.hpp:72
cv::detail::ImageFeatures::getKeypoints
std::vector< KeyPoint > getKeypoints()
Definition: matchers.hpp:64
cv::detail::selectRandomSubset
void selectRandomSubset(int count, int size, std::vector< int > &subset)
cv::cudev::DefaultCopyPolicy
Definition: copy.hpp:349
cv::cudev::TypeTraits::is_volatile
Definition: type_traits.hpp:137
cv::Tracker
Base abstract class for the long-term tracker:
Definition: tracker.hpp:524
cv::ClfOnlineStump::ClfOnlineStump
ClfOnlineStump()
cv::cudev::NormHamming::reduceBlock
__device__ __forceinline__ void reduceBlock(result_type *smem, uint tid)
Definition: vec_distance.hpp:174
cv::gapi::copy
GMat copy(const GMat &src)
Copies a matrix.
cv::sfm::KRtFromProjection
void KRtFromProjection(InputArray P, OutputArray K, OutputArray R, OutputArray t)
Get K, R and t from projection matrix P, decompose using the RQ decomposition.
cv::CAP_PROP_XI_WB_KG
White balance green coefficient.
Definition: videoio.hpp:379
cv::quality::QualityPSNR::getMaxPixelValue
double getMaxPixelValue() const
return the maximum pixel value used for PSNR computation
Definition: qualitypsnr.hpp:81
cv::readOpticalFlow
Mat readOpticalFlow(const String &path)
Read a .flo file.
cv::Param::STRING
cv::detail::BasicVectorRef::m_desc
cv::GArrayDesc m_desc
Definition: garray.hpp:115
cv::EVENT_MBUTTONDBLCLK
indicates that middle mouse button is double clicked.
Definition: highgui.hpp:215
cv::xphoto::inpaint
void inpaint(const Mat &src, const Mat &mask, Mat &dst, const int algorithmType)
The function implements different single-image inpainting algorithms.
cv::cudev::VecTraits< schar >::make
__host__ __device__ static __forceinline__ schar make(schar x)
Definition: vec_traits.hpp:147
cv::datasets::FR_adienceObj::face_id
int face_id
Definition: fr_adience.hpp:71
cv::sfm::SFM_IO_OPENSFM
Definition: io.hpp:60
cv::Stitcher::setSeamEstimationResol
void setSeamEstimationResol(double resol_mpx)
Definition: stitching.hpp:190
CV_SUBMAT_FLAG
#define CV_SUBMAT_FLAG
Definition: cvdef.h:443
cv::face::CParams::scaleFactor
double scaleFactor
Parameter specifying how much the image size is reduced at each image scale.
Definition: facemark_train.hpp:37
cv::dnn::getPlane
static Mat getPlane(const Mat &m, int n, int cn)
Definition: shape_utils.hpp:108
cv::FileStorage::READ
value, open the file for reading
Definition: persistence.hpp:309
cv::cudev::CommonAreaInterPtr::area_width
float area_width
Definition: interpolation.hpp:300
CV_CUDEV_GRAY2RGB_INST
#define CV_CUDEV_GRAY2RGB_INST(name, dcn)
Definition: color_cvt.hpp:89
cv::COLOR_YUV2BGRA_I420
Definition: imgproc.hpp:660
cv::detail::GTypeTraits< cv::GArray< T > >::wrap_in
static cv::detail::VectorRef wrap_in(const std::vector< T > &t)
Definition: gtype_traits.hpp:73
intrin_neon.hpp
cv::CALIB_HAND_EYE_TSAI
A New Technique for Fully Autonomous and Efficient 3D Robotics Hand/Eye Calibration .
Definition: calib3d.hpp:305
cv::DrawMatchesFlags::DRAW_RICH_KEYPOINTS
cv::ocl::Device::localMemSize
size_t localMemSize() const
cv::cudev::numeric_limits< ushort >::max
__device__ static __forceinline__ ushort max()
Definition: limits.hpp:91
cv::videostab::PyrLkOptFlowEstimatorBase::winSize
virtual Size winSize() const
Definition: optical_flow.hpp:85
cv::Mat_::adjustROI
Mat_ & adjustROI(int dtop, int dbottom, int dleft, int dright)
some more overridden methods
cv::stereo::StereoMatcher::getMinDisparity
virtual int getMinDisparity() const =0
cv::VideoCapture::cap
Ptr< CvCapture > cap
Definition: videoio.hpp:821
cv::ml::ParamGrid::maxVal
double maxVal
Maximum value of the statmodel parameter. Default value is 0.
Definition: ml.hpp:116
cv::COLOR_BGR5552RGB
Definition: imgproc.hpp:566
CPU_AVX_512IFMA512
Definition: cvdef.h:291
cv::cudev::brdReflect101
__host__ BrdBase< BrdReflect101, typename PtrTraits< SrcPtr >::ptr_type > brdReflect101(const SrcPtr &src)
Definition: extrapolation.hpp:160
cv::Subdiv2D::Vertex
Definition: imgproc.hpp:1211
cv::detail::TransHelper
Definition: gtransform.hpp:41
cv::cudacodec::JPEG
Definition: cudacodec.hpp:252
cv::ClassifierThreshold::~ClassifierThreshold
virtual ~ClassifierThreshold()
cv::bioinspired::RetinaParameters::IplMagnoParameters::parasolCells_beta
float parasolCells_beta
Definition: retina.hpp:176
cv::saliency::StaticSaliencySpectralResidual::create
static Ptr< StaticSaliencySpectralResidual > create()
Definition: saliencySpecializedClasses.hpp:76
garg.hpp
cv::SOLVELP_UNFEASIBLE
problem is unfeasible (there are no points that satisfy all the constraints imposed)
Definition: optim.hpp:260
cv::KeyPoint::class_id
int class_id
object class (if the keypoints need to be clustered by an object they belong to)
Definition: types.hpp:778
cv::ClfOnlineStump::classifySetF
std::vector< float > classifySetF(const Mat &x)
cv::rgbd::RgbdOdometry::getMaxDepth
double getMaxDepth() const
Definition: depth.hpp:667
hal_ni_recip64f
int hal_ni_recip64f(const double *src_data, size_t src_step, double *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:281
cv::GrabCutModes
GrabCutModes
GrabCut algorithm flags.
Definition: imgproc.hpp:349
cv::Error::StsUnsupportedFormat
the data format/type is not supported by the function
Definition: base.hpp:110
cv::face::StandardCollector
Default predict collector.
Definition: predict_collector.hpp:82
cv::gapi::fluid::Buffer::OutLineB
uint8_t * OutLineB(int index=0)
Definition: gfluidbuffer.hpp:119
cv::v_cleanup
void v_cleanup()
Definition: intrin_cpp.hpp:2548
cv::text::ERGROUPING_ORIENTATION_ANY
Definition: erfilter.hpp:290
NcvRect32s::x
Ncv32s x
x-coordinate of upper left corner.
Definition: NCV.hpp:150
cv::ClfOnlineStump::_log_n1
float _log_n1
Definition: onlineMIL.hpp:96
cv::tracking::UnscentedKalmanFilterParams::measurementNoiseCov
Mat measurementNoiseCov
Measurement noise cross-covariance matrix, MP x MP.
Definition: kalman_filters.hpp:136
cv::rgbd::RgbdICPOdometry::getMaxRotation
double getMaxRotation() const
Definition: depth.hpp:988
cv::util::optional::reset
void reset() noexcept
Definition: optional.hpp:164
cv::cudev::IsBinaryFunction::check
static Yes check(binary_function< T1, T2, D >)
cv::SimpleBlobDetector::Params::minInertiaRatio
float minInertiaRatio
Definition: features2d.hpp:644
cv::NORM_L1
Definition: base.hpp:176
cv::CAP_INTELPERC_IMAGE_GENERATOR
Definition: videoio.hpp:531
cv::COLOR_BGR5552RGBA
Definition: imgproc.hpp:570
cv::Error::BadDepth
input image depth is not supported by the function
Definition: base.hpp:86
cv::detail::CompressedRectilinearPortraitProjector::a
float a
Definition: warpers.hpp:380
cv::Mat::ptr
uchar * ptr(int i0=0)
Returns a pointer to the specified matrix row.
ncvDebugOutput
void ncvDebugOutput(const cv::String &msg)
hal_ni_Cholesky32f
int hal_ni_Cholesky32f(float *src1, size_t src1_step, int m, float *src2, size_t src2_step, int n, bool *info)
Definition: hal_replacement.hpp:613
cv::LineIterator::plusStep
int plusStep
Definition: imgproc.hpp:4739
cv::gapi::bitwise_xor
GMat bitwise_xor(const GMat &src1, const GMat &src2)
computes bitwise logical "exclusive or" of the two matrixes (src1 ^ src2) Calculates the per-element ...
cv::ft::FT12D_createPolynomMatrixVertical
void FT12D_createPolynomMatrixVertical(int radius, OutputArray matrix, const int chn)
Creates vertical matrix for -transform computation.
cv::face::CParams::minSize
Size minSize
Minimum possible object size.
Definition: facemark_train.hpp:39
cv::cuda::meanStdDev
void meanStdDev(InputArray mtx, Scalar &mean, Scalar &stddev)
Computes a mean value and a standard deviation of matrix elements.
cv::TrackerKCF::Params::detect_thresh
float detect_thresh
detection confidence threshold
Definition: tracker.hpp:1244
cv::correctMatches
void correctMatches(InputArray F, InputArray points1, InputArray points2, OutputArray newPoints1, OutputArray newPoints2)
Refines coordinates of corresponding points.
cv::viz::Color::red
static Color red()
cv::COLOR_YUV2GRAY_I420
Definition: imgproc.hpp:669
cv::stereo::StereoMatcher::getBlockSize
virtual int getBlockSize() const =0
cv::flann::CvType< float >::type
static int type()
Definition: flann.hpp:81
cv::KmeansFlags
KmeansFlags
k-Means flags
Definition: core.hpp:207
NCVVector::_memtype
NCVMemoryType _memtype
Definition: NCV.hpp:621
cv::cudacodec::RawVideoSource::~RawVideoSource
virtual ~RawVideoSource()
Definition: cudacodec.hpp:319
cv::optflow::GPCTrainingParams::GPCTrainingParams
GPCTrainingParams(unsigned _maxTreeDepth=20, int _minNumberOfSamples=3, GPCDescType _descriptorType=GPC_DESCRIPTOR_DCT, bool _printProgress=true)
Definition: sparse_matching_gpc.hpp:130
cv::CvFeatureParams::FeatureType
FeatureType
Definition: feature.hpp:140
cv::cudev::numeric_limits< double >::min
__device__ static __forceinline__ double min()
Definition: limits.hpp:119
cv::ximgproc::WMFWeightType
WMFWeightType
Specifies weight types of weighted median filter.
Definition: weighted_median_filter.hpp:64
cv::line_descriptor::LSDParam::log_eps
double log_eps
Definition: descriptor.hpp:705
cv::reg::MapTypeCaster
Definition: mapperpyramid.hpp:79
debug_mode.hpp
cv::ximgproc::RICInterpolator
Sparse match interpolation algorithm based on modified piecewise locally-weighted affine estimator ca...
Definition: sparse_match_interpolator.hpp:146
cv::cudev::abs
__device__ __forceinline__ uchar1 abs(const uchar1 &a)
Definition: vec_math.hpp:213
cv::GFluidKernel::m_gw
const GW m_gw
Definition: gfluidkernel.hpp:94
cv::gapi::fluid::Border::type
int type
Definition: gfluidbuffer.hpp:34
nppiStTranspose_64u_C1R_host
NCVStatus nppiStTranspose_64u_C1R_host(Ncv64u *h_src, Ncv32u srcStride, Ncv64u *h_dst, Ncv32u dstStride, NcvSize32u srcRoi)
cv::cudev::project1st::operator()
__device__ __forceinline__ T1 operator()(typename TypeTraits< T1 >::parameter_type lhs, typename TypeTraits< T2 >::parameter_type) const
Definition: functional.hpp:291
gcall.hpp
hal_ni_mul16s
int hal_ni_mul16s(const short *src1_data, size_t src1_step, const short *src2_data, size_t src2_step, short *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:241
cv::cudev::Binder2nd::arg2
Op::second_argument_type arg2
Definition: functional.hpp:854
cv::gapi::ie::Params::params
cv::util::any params() const
Definition: ie.hpp:112
cv::gapi::GNetParam::backend
GBackend backend
Definition: infer.hpp:191
cv::detail::CompileArgTag
Definition: gcommon.hpp:27
CV_MAT_CN
#define CV_MAT_CN(flags)
Definition: cvdef.h:435
nppiStSqrIntegralGetSize_8u64u
NCVStatus nppiStSqrIntegralGetSize_8u64u(NcvSize32u roiSize, Ncv32u *pBufsize, cudaDeviceProp &devProp)
cv::bioinspired::SegmentationParameters::SegmentationParameters
SegmentationParameters()
Definition: transientareassegmentationmodule.hpp:84
cv::softdouble::zero
static softdouble zero()
Zero constant.
Definition: softfloat.hpp:346
mapaffine.hpp
cv::uint16_t
::uint16_t uint16_t
Definition: cvdef.h:769
cv::cudev::atomicMin
__device__ __forceinline__ int atomicMin(int *address, int val)
Definition: atomic.hpp:104
cv::ParamType< uint64 >::const_param_type
uint64 const_param_type
Definition: core.hpp:3256
cv::UMat::flags
int flags
Definition: mat.hpp:2556
transpose.hpp
cv::dnn_objdetect::InferBbox::comparator
static bool comparator(std::pair< double, size_t > l1, std::pair< double, size_t > l2)
Definition: core_detect.hpp:116
cv::utils::shared_lock_guard::release
void release()
Definition: lock.private.hpp:53
cv::StrongClassifierDirectSelection::getSwappedClassifier
int getSwappedClassifier() const
cv::datasets::PD_inriaObj::sType
sampleType sType
Definition: pd_inria.hpp:72
cv::ImwriteEXRTypeFlags
ImwriteEXRTypeFlags
Definition: imgcodecs.hpp:102
cv::videostab::MotionInpainter::optFlowEstimator
Ptr< IDenseOptFlowEstimator > optFlowEstimator() const
Definition: inpainting.hpp:147
cv::viz::Camera::getPrincipalPoint
const Vec2d & getPrincipalPoint() const
Definition: types.hpp:219
cv::FileStorage::write
static void write(FileStorage &fs, const std::vector< _Tp > &vec)
Definition: persistence.hpp:975
cv::dnn::shape
static MatShape shape(const int *dims, const int n)
Definition: shape_utils.hpp:119
cv::cuda::createBackgroundSubtractorGMG
Ptr< cuda::BackgroundSubtractorGMG > createBackgroundSubtractorGMG(int initializationFrames=120, double decisionThreshold=0.8)
Creates GMG Background Subtractor.
cv::detail::restoreImageFromLaplacePyrGpu
void restoreImageFromLaplacePyrGpu(std::vector< UMat > &pyr)
cv::BaseCascadeClassifier::MaskGenerator::initializeMask
virtual void initializeMask(const Mat &)
Definition: objdetect.hpp:212
cv::FileNode::read
static void read(FileNodeIterator &it, std::vector< _Tp > &vec, size_t maxCount=(size_t) INT_MAX)
Definition: persistence.hpp:1154
cv::cudev::Binder2nd
Definition: functional.hpp:851
cv::TermCriteria::type
int type
the type of termination criteria: COUNT, EPS or COUNT + EPS
Definition: types.hpp:881
cv::typeToString
const String typeToString(int type)
cv::pc
Definition: container_avi.private.hpp:136
NCVVector::clear
void clear()
Definition: NCV.hpp:579
cv::TrackerBoosting::Params::samplerSearchFactor
float samplerSearchFactor
search region parameters to use in a OnlineBoosting algorithm
Definition: tracker.hpp:1108
garray.hpp
hal_ni_cvtBGRtoBGR
int hal_ni_cvtBGRtoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int scn, int dcn, bool swapBlue)
hal_cvtBGRtoBGR
Definition: hal_replacement.hpp:309
cv::gapi::own::operator<<
std::ostream & operator<<(std::ostream &o, const Rect &rect)
Definition: types.hpp:83
color.hpp
cv::detail::BundleAdjusterBase::conf_thresh_
double conf_thresh_
Definition: motion_estimators.hpp:206
cv::CAP_PROP_BRIGHTNESS
Brightness of the image (only for those cameras that support).
Definition: videoio.hpp:143
cv::CAP_OPENNI2
OpenNI2 (for Kinect)
Definition: videoio.hpp:113
cv::detail::tracked_cv_mat::r
cv::Mat r
Definition: gcpukernel.hpp:161
cv::Matx13f
Matx< float, 1, 3 > Matx13f
Definition: matx.hpp:214
cv::AVIWriteContainer::isEmptyFrameOffset
bool isEmptyFrameOffset() const
Definition: container_avi.private.hpp:164
cv::ocl::ProgramSource::hash_t
uint64 hash_t
Definition: ocl.hpp:510
cv::videostab::OnePassStabilizer::setMotionFilter
void setMotionFilter(Ptr< MotionFilterBase > val)
Definition: stabilizer.hpp:148
cv::util::variant::index_of
static constexpr std::size_t index_of()
Definition: variant.hpp:319
cv::text::ERStat::probability
double probability
probability that the ER belongs to the class we are looking for
Definition: erfilter.hpp:100
cv::GOCLKernelImpl::backend
static cv::gapi::GBackend backend()
Definition: goclkernel.hpp:238
cv::instr::NodeData::m_tls
TLSDataAccumulator< NodeDataTls > m_tls
Definition: instrumentation.hpp:88
cv::quality::QualityBase::_qualityMap
_mat_type _qualityMap
Output quality maps if generated by algorithm.
Definition: qualitybase.hpp:57
cv::WARP_INVERSE_MAP
Definition: imgproc.hpp:270
cv::BaseClassifier::m_idxOfNewWeakClassifier
int m_idxOfNewWeakClassifier
Definition: onlineBoosting.hpp:144
cv::ppf_match_3d::computeNormalsPC3d
int computeNormalsPC3d(const Mat &PC, Mat &PCNormals, const int NumNeighbors, const bool FlipViewpoint, const Vec3f &viewpoint)
Compute the normals of an arbitrary point cloud computeNormalsPC3d uses a plane fitting approach to s...
cv::softdouble::min
static softdouble min()
Smallest normalized value.
Definition: softfloat.hpp:354
cv::ocl::PlatformInfo::p
Impl * p
Definition: ocl.hpp:595
cv::superres::createOptFlow_DualTVL1_CUDA
Ptr< DualTVL1OpticalFlow > createOptFlow_DualTVL1_CUDA()
cv::Size_::empty
bool empty() const
true if empty
cv::videostab::InpainterBase::stabilizedFrames_
const std::vector< Mat > * stabilizedFrames_
Definition: inpainting.hpp:98
NcvRect32u::NcvRect32u
__host__ __device__ NcvRect32u(Ncv32u x_, Ncv32u y_, Ncv32u width_, Ncv32u height_)
Definition: NCV.hpp:167
hal_ni_resize
int hal_ni_resize(int src_type, const uchar *src_data, size_t src_step, int src_width, int src_height, uchar *dst_data, size_t dst_step, int dst_width, int dst_height, double inv_scale_x, double inv_scale_y, int interpolation)
hal_resize
Definition: hal_replacement.hpp:254
cv::cuda::GpuMat::data
uchar * data
pointer to the data
Definition: cuda.hpp:326
cv::cudev::TypeTraits::non_const_type
type_traits_detail::UnConst< T >::type non_const_type
Definition: type_traits.hpp:130
call_meta_data.hpp
cv::AVIReadContainer::parseMovi
bool parseMovi(frame_list &in_frame_list)
Definition: container_avi.private.hpp:106
cv::detail::BundleAdjusterBase::num_images_
int num_images_
Definition: motion_estimators.hpp:196
cv::face::FacemarkAAM::Params::m
int m
Definition: facemarkAAM.hpp:68
cv::DISOpticalFlow::PRESET_FAST
Definition: tracking.hpp:590
cv::detail::tracked_cv_umat::tracked_cv_umat
tracked_cv_umat(cv::UMat &m)
Definition: goclkernel.hpp:122
cv::Point3_::ddot
double ddot(const Point3_ &pt) const
dot product computed in double-precision arithmetics
cv::dnn_objdetect::InferBbox::detections
std::vector< object > detections
Vector which holds the final detections of the model.
Definition: core_detect.hpp:54
CV_ERROR_FAIL
Some error occurred (TODO Require to fill exception information)
Definition: llapi.h:32
cv::softfloat::isNaN
bool isNaN() const
NaN state indicator.
Definition: softfloat.hpp:168
hal_ni_cvtBGRtoXYZ
int hal_ni_cvtBGRtoXYZ(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int scn, bool swapBlue)
hal_cvtBGRtoXYZ
Definition: hal_replacement.hpp:418
cv::aruco::DetectorParameters::adaptiveThreshWinSizeStep
int adaptiveThreshWinSizeStep
Definition: aruco.hpp:158
cv::Tracker::featureSet
Ptr< TrackerFeatureSet > featureSet
Definition: tracker.hpp:559
cv::cudev::project2nd
Definition: functional.hpp:298
cv::DIST_MASK_3
mask=3
Definition: imgproc.hpp:309
cv::videostab::IMotionStabilizer::~IMotionStabilizer
virtual ~IMotionStabilizer()
Definition: motion_stabilizing.hpp:62
cv::TrackerGOTURN::~TrackerGOTURN
virtual ~TrackerGOTURN() CV_OVERRIDE
Definition: tracker.hpp:1304
cv::GMatDesc::GMatDesc
GMatDesc(int d, std::vector< int > &&dd)
Definition: gmat.hpp:94
cv::viz::Color::black
static Color black()
cv::cudev::scharrYPtr
__host__ ScharrYPtrSz< typename PtrTraits< SrcPtr >::ptr_type > scharrYPtr(const SrcPtr &src)
Definition: deriv.hpp:312
cv::cudev::ScharrYPtr
Definition: deriv.hpp:281
cv::TrackerGOTURN
the GOTURN (Generic Object Tracking Using Regression Networks) tracker
Definition: tracker.hpp:1287
cv::detail::MercatorProjector
Definition: warpers.hpp:442
cv::datasets::AR_sportsObj::videoUrl
std::string videoUrl
Definition: ar_sports.hpp:62
cv::PyRotationWarper::PyRotationWarper
PyRotationWarper()
Definition: warpers.hpp:56
cv::loadWindowParameters
void loadWindowParameters(const String &windowName)
Loads parameters of the specified window.
cv::datasets::AR_hmdbObj::name
std::string name
Definition: ar_hmdb.hpp:63
cv::stereo::MVKernel::integralImage
int * integralImage[num_images]
Definition: descriptor.hpp:68
cv::TrackerMedianFlow
the Median Flow tracker
Definition: tracker.hpp:1142
cv::CAP_PROP_GPHOTO2_RELOAD_CONFIG
Trigger, only by set. Reload camera settings.
Definition: videoio.hpp:556
cv::CAP_PROP_XI_FRAMERATE
Define framerate in Hz.
Definition: videoio.hpp:444
cv::AVIReadContainer::m_frame_list
frame_list m_frame_list
Definition: container_avi.private.hpp:128
NPPST_MEMFREE_ERR
CUDA memory deallocation error.
Definition: NCV.hpp:362
cv::cuda::add
void add(InputArray src1, InputArray src2, OutputArray dst, InputArray mask=noArray(), int dtype=-1, Stream &stream=Stream::Null())
Computes a matrix-matrix or matrix-scalar sum.
cv::dnn::DictValue::pd
AutoBuffer< double, 1 > * pd
Definition: dict.hpp:104
cv::v_absdiffs
v_reg< _Tp, n > v_absdiffs(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Saturating absolute difference.
Definition: intrin_cpp.hpp:805
cv::FileStorage::write
static void write(FileStorage &fs, const String &name, const Scalar_< _Tp > &s)
Definition: persistence.hpp:1030
cv::gapi::GNetPackage
A container class for network configurations. Similar to GKernelPackage.Use cv::gapi::networks() to c...
Definition: infer.hpp:204
cv::FileNode::read
static void read(const FileNode &node, ushort &value, ushort default_value)
Definition: persistence.hpp:1138
cv::videostab::MM_UNKNOWN
Definition: motion_core.hpp:68
cv::AVIReadContainer::getFramesCount
size_t getFramesCount()
Definition: container_avi.private.hpp:91
cv::AKAZE
Class implementing the AKAZE keypoint detector and descriptor extractor, described in .
Definition: features2d.hpp:731
cv::cudev::BrdReplicate
Definition: extrapolation.hpp:120
cv::CirclesGridFinderParameters::keypointScale
int keypointScale
Definition: calib3d.hpp:1307
cv::THRESH_BINARY_INV
Definition: imgproc.hpp:318
cv::detail::get_window_helper< true, Impl, Ins... >::get_window_impl
static int get_window_impl(const GMetaArgs &metas, const cv::GArgs &in_args, cv::detail::Seq< IIs... >)
Definition: gfluidkernel.hpp:299
cv::Matx12f
Matx< float, 1, 2 > Matx12f
Definition: matx.hpp:212
cv::CAP_GPHOTO2
gPhoto2 connection
Definition: videoio.hpp:115
cv::CALIB_CB_NORMALIZE_IMAGE
Definition: calib3d.hpp:256
CPU_AVX_512PF
Definition: cvdef.h:293
ground_truth.h
cv::KeyPointsFilter::KeyPointsFilter
KeyPointsFilter()
Definition: features2d.hpp:109
cv::cuda::absdiff
void absdiff(InputArray src1, InputArray src2, OutputArray dst, Stream &stream=Stream::Null())
Computes per-element absolute difference of two matrices (or of a matrix and scalar).
cv::findCirclesGrid
bool findCirclesGrid(InputArray image, Size patternSize, OutputArray centers, int flags, const Ptr< FeatureDetector > &blobDetector, const CirclesGridFinderParameters &parameters)
Finds centers in the grid of circles.
cv::detail::MercatorProjector::mapForward
void mapForward(float x, float y, float &u, float &v)
hashtable_int::nodes
struct hashnode_i ** nodes
Definition: t_hash_int.hpp:70
cv::cuda::getCudaEnabledDeviceCount
int getCudaEnabledDeviceCount()
Returns the number of installed CUDA-enabled devices.
cv::invert
double invert(InputArray src, OutputArray dst, int flags=DECOMP_LU)
Finds the inverse or pseudo-inverse of a matrix.
cv::line_descriptor::KeyLine
A class to represent a line.
Definition: descriptor.hpp:102
cv::WINDOW_NORMAL
the user can resize the window (no constraint) / also use to switch a fullscreen window to a normal s...
Definition: highgui.hpp:183
cv::cudev::MakeVec< schar, 3 >::type
char3 type
Definition: vec_traits.hpp:78
cv::ppf_match_3d::samplePCUniformInd
Mat samplePCUniformInd(Mat PC, int sampleStep, std::vector< int > &indices)
HaarStage64::setNumClassifierRootNodes
__host__ NCVStatus setNumClassifierRootNodes(Ncv32u val)
Definition: NCVHaarObjectDetection.hpp:292
cv::detail::GCompoundKernelImpl
Definition: gcompoundkernel.hpp:91
hal_ni_div64f
int hal_ni_div64f(const double *src1_data, size_t src1_step, const double *src2_data, size_t src2_step, double *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:263
descriptor.hpp
cv::QtButtonTypes
QtButtonTypes
Qt "button" type.
Definition: highgui.hpp:247
cv::cudev::Sum::rebind
Definition: reduce_to_vec.hpp:69
HaarStage64::_ui2
uint2 _ui2
Definition: NCVHaarObjectDetection.hpp:274
cv::cudev::thresh_binary_func
__host__ __device__ ThreshBinaryFunc< T > thresh_binary_func(T thresh, T maxVal)
Definition: functional.hpp:706
cv::CALIB_FIX_K5
Definition: calib3d.hpp:278
cv::CvFeatureEvaluator::~CvFeatureEvaluator
virtual ~CvFeatureEvaluator()
Definition: feature.hpp:160
cv::ximgproc::StructuredEdgeDetection
Class implementing edge detection algorithm from :
Definition: structured_edge_detection.hpp:97
cv::DMatch::queryIdx
int queryIdx
query descriptor index
Definition: types.hpp:815
cv::sfm::homogeneousToEuclidean
void homogeneousToEuclidean(InputArray src, OutputArray dst)
Converts point coordinates from homogeneous to euclidean pixel coordinates. E.g., ((x,...
cv::optflow::SolverType
SolverType
Definition: rlofflow.hpp:23
cv::dnn::BackendNode::~BackendNode
virtual ~BackendNode()
Virtual destructor to make polymorphism.
cv::hal::cmp64f
void cmp64f(const double *src1, size_t step1, const double *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *_cmpop)
cv::CommandLineParser::get
T get(int index, bool space_delete=true) const
Access positional arguments by index.
Definition: utility.hpp:895
cv::gapi::BGR2YUV
GMat BGR2YUV(const GMat &src)
Converts an image from BGR color space to YUV color space.
cv::Allocator::const_pointer
const typedef value_type * const_pointer
Definition: cvstd.hpp:115
cv::bioinspired::RetinaParameters::OPLandIplParvoParameters::colorMode
bool colorMode
Definition: retina.hpp:161
cv::DetectionBasedTracker::TrackedObject::TrackedObject
TrackedObject(const cv::Rect &rect)
Definition: detection_based_tracker.hpp:191
cv::CAP_OPENNI
OpenNI (for Kinect)
Definition: videoio.hpp:103
cv::dnn::ConstLayer
Definition: all_layers.hpp:83
cv::line_descriptor::BinaryDescriptor::Params::widthOfBand_
int widthOfBand_
Definition: descriptor.hpp:197
cv::useOpenVX
bool useOpenVX()
Check if use of OpenVX is enabled.
cv::text::PSM_SINGLE_WORD
Definition: ocr.hpp:77
cv::RETR_EXTERNAL
Definition: imgproc.hpp:413
cv::optflow::GPCForest::create
static Ptr< GPCForest > create()
Definition: sparse_matching_gpc.hpp:298
cv::cudev::IsBinaryFunction::value
Definition: functional.hpp:897
cv::text::PSM_CIRCLE_WORD
Definition: ocr.hpp:78
cv::rgbd::RgbdNormals::method_
int method_
Definition: depth.hpp:180
cv::cuda::magnitudeSqr
void magnitudeSqr(InputArray xy, OutputArray magnitude, Stream &stream=Stream::Null())
Computes squared magnitudes of complex matrix elements.
cv::ximgproc::l0Smooth
void l0Smooth(InputArray src, OutputArray dst, double lambda=0.02, double kappa=2.0)
Global image smoothing via L0 gradient minimization.
cv::DetectionBasedTracker::ExtObject
Definition: detection_based_tracker.hpp:145
cv::cornerSubPix
void cornerSubPix(InputArray image, InputOutputArray corners, Size winSize, Size zeroZone, TermCriteria criteria)
Refines the corner locations.
cv::cudev::LargerType::type
SelectIf< unsigned(VecTraits< A >::cn) !=unsigned(VecTraits< B >::cn), void, typename MakeVec< typename type_traits_detail::LargerDepth< typename VecTraits< A >::elem_type, typename VecTraits< B >::elem_type >::type, VecTraits< A >::cn >::type >::type type
Definition: type_traits.hpp:167
INCVMemAllocator::maxSize
virtual size_t maxSize(void) const =0
hal_ni_cvtThreePlaneYUVtoBGR
int hal_ni_cvtThreePlaneYUVtoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int dst_width, int dst_height, int dcn, bool swapBlue, int uIdx)
hal_cvtThreePlaneYUVtoBGR
Definition: hal_replacement.hpp:512
cv::stereo::StereoBinaryBM::getPreFilterType
virtual int getPreFilterType() const =0
cv::detail::ImageFeatures::img_size
Size img_size
Definition: matchers.hpp:61
cv::LineIterator::ptr0
const uchar * ptr0
Definition: imgproc.hpp:4735
cv::cudev::NormL1::mySum
result_type mySum
Definition: vec_distance.hpp:66
cv::kinfu::Params::truncateThreshold
float truncateThreshold
Threshold for depth truncation in meters.
Definition: kinfu.hpp:109
cv::cudev::ZipPtr< tuple< Ptr0, Ptr1, Ptr2 > >::ZipPtr
__host__ __device__ __forceinline__ ZipPtr()
Definition: zip.hpp:82
cv::DMatch::trainIdx
int trainIdx
train descriptor index
Definition: types.hpp:816
cv::cuda::DeviceInfo::ComputeModeProhibited
Definition: cuda.hpp:903
cv::tld::tld_InitDataset
cv::Rect2d tld_InitDataset(int videoInd, const char *rootPath="TLD_dataset", int datasetInd=0)
cv::img_hash::ColorMomentHash::ColorMomentHash
ColorMomentHash()
Definition: color_moment_hash.hpp:25
cv::omnidir::internal::findMedian
double findMedian(const Mat &row)
cv::Matx33f
Matx< float, 3, 3 > Matx33f
Definition: matx.hpp:237
cv::CvHOGEvaluator::features
std::vector< Feature > features
Definition: feature.hpp:327
cv::BOWImgDescriptorExtractor
Class to compute an image descriptor using the bag of visual words.
Definition: features2d.hpp:1382
cv::instr::getTrace
InstrNode * getTrace()
cv::linemod::Match::operator==
bool operator==(const Match &rhs) const
Definition: linemod.hpp:277
cv::CAP_PROP_XI_EXP_PRIORITY
Exposure priority (0.5 - exposure 50%, gain 50%).
Definition: videoio.hpp:350
cv::cudev::thresh_to_zero_func
__host__ __device__ ThreshToZeroFunc< T > thresh_to_zero_func(T thresh)
Definition: functional.hpp:764
cv::detail::RotationWarperBase::warpPoint
Point2f warpPoint(const Point2f &pt, InputArray K, InputArray R) CV_OVERRIDE
Projects the image point.
cv::v_sqr_magnitude
v_reg< _Tp, n > v_sqr_magnitude(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Square of the magnitude.
Definition: intrin_cpp.hpp:844
cv::cudev::BinaryTransformPtr::src1
Src1Ptr src1
Definition: transform.hpp:109
cv::CAP_PROP_CHANNEL
Video input or Channel Number (only for those cameras that support)
Definition: videoio.hpp:175
cv::detail::is_gmat_type::value
static const constexpr bool value
Definition: gfluidkernel.hpp:258
cv::instr::NodeData::m_counter
volatile int m_counter
Definition: instrumentation.hpp:86
cv::Rect_::value_type
_Tp value_type
Definition: types.hpp:423
cv::superres::PyrLKOpticalFlow::setMaxLevel
virtual void setMaxLevel(int val)=0
cv::ml::ANN_MLP::TrainingMethods
TrainingMethods
Definition: ml.hpp:1426
cv::v_reinterpret_as_u8
v_uint8x16 v_reinterpret_as_u8(const v_reg< _Tp0, n0 > &a)
Definition: intrin_cpp.hpp:2182
cv::cudev::min_
__host__ Expr< BinaryTransformPtrSz< typename PtrTraits< SrcPtr1 >::ptr_type, typename PtrTraits< SrcPtr2 >::ptr_type, minimum< typename LargerType< typename PtrTraits< SrcPtr1 >::value_type, typename PtrTraits< SrcPtr2 >::value_type >::type > > > min_(const SrcPtr1 &src1, const SrcPtr2 &src2)
Definition: per_element_func.hpp:66
cv::dnn::DNN_TARGET_CPU
Definition: dnn.hpp:89
cv::hal::cvtBGRtoYUV
void cvtBGRtoYUV(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int scn, bool swapBlue, bool isCbCr)
map.hpp
gcompiled.hpp
cv::Rect_::contains
bool contains(const Point_< _Tp > &pt) const
checks whether the rectangle contains the point
cv::CirclesGridFinderParameters
Definition: calib3d.hpp:1300
NCV_CUDA_ERROR
Definition: NCV.hpp:319
cv::SparseMatIterator
Read-write Sparse Matrix Iterator.
Definition: mat.hpp:3234
cv::videostab::MotionInpainter::borderMode
int borderMode() const
Definition: inpainting.hpp:156
cv::bgsegm::BackgroundSubtractorGMG
Background Subtractor module based on the algorithm given in .
Definition: bgsegm.hpp:99
cv::cudacodec::SF_IYUV
Definition: cudacodec.hpp:78
cv::videostab::StabilizerBase::frameSource
Ptr< IFrameSource > frameSource() const
Definition: stabilizer.hpp:78
cv::cudev::vcmpgt2
__device__ __forceinline__ uint vcmpgt2(uint a, uint b)
Definition: simd_functions.hpp:339
cv::cudev::globPtr
__host__ __device__ GlobPtr< T > globPtr(T *data, size_t step)
Definition: glob.hpp:91
cv::utils::lock_guard
A simple scoped lock (RAII-style locking for exclusive/write access).
Definition: lock.private.hpp:16
cv::GComputationT< std::tuple< R... >(Args...)>::apply
void apply(detail::ProtoToParamT< Args >... inArgs, detail::ProtoToParamT< R > &... outArgs)
Definition: gtyped.hpp:206
cv::viz::WTrajectory
Trajectories.
Definition: widgets.hpp:604
cv::datasets::PascalPart
Definition: or_pascal.hpp:59
cv::CONTOURS_MATCH_I1
Definition: imgproc.hpp:450
cv::ButtonCallback
void(* ButtonCallback)(int state, void *userdata)
Callback function for a button created by cv::createButton.
Definition: highgui.hpp:278
nn_index.h
cv::dnn::PoolingLayer::type
int type
Definition: all_layers.hpp:248
cv::CvLBPEvaluator::features
std::vector< Feature > features
Definition: feature.hpp:392
cv::cornerEigenValsAndVecs
void cornerEigenValsAndVecs(InputArray src, OutputArray dst, int blockSize, int ksize, int borderType=BORDER_DEFAULT)
Calculates eigenvalues and eigenvectors of image blocks for corner detection.
cv::ximgproc::qdft
void qdft(InputArray img, OutputArray qimg, int flags, bool sideLeft)
Performs a forward or inverse Discrete quaternion Fourier transform of a 2D quaternion array.
cv::detail::FeaturesMatcher::FeaturesMatcher
FeaturesMatcher(bool is_thread_safe=false)
Definition: matchers.hpp:152
cv::fisheye::CALIB_FIX_K1
Definition: calib3d.hpp:3054
cv::bioinspired::RetinaParameters::IplMagnoParameters::normaliseOutput
bool normaliseOutput
Definition: retina.hpp:175
CvAbstractCamera
Definition: cap_ios.h:42
cv::videostab::WobbleSuppressorBase::setMotionEstimator
void setMotionEstimator(Ptr< ImageMotionEstimatorBase > val)
Definition: wobble_suppression.hpp:67
cv::ximgproc::thinning
void thinning(InputArray src, OutputArray dst, int thinningType=THINNING_ZHANGSUEN)
Applies a binary blob thinning operation, to achieve a skeletization of the input image.
cv::TrackerCSRT::Params::use_gray
bool use_gray
Definition: tracker.hpp:1501
cv::videostab::ColorAverageInpainter
Definition: inpainting.hpp:174
cv::CAP_PROP_POS_MSEC
Current position of the video file in milliseconds.
Definition: videoio.hpp:132
CPU_SSE3
Definition: cvdef.h:276
cv::softfloat::operator=
softfloat & operator=(const softfloat &c)
Assign constructor.
Definition: softfloat.hpp:97
cv::gapi::own::Mat::ptr
const uchar * ptr(int row, int col=0) const
Definition: mat.hpp:326
cv::detail::stitchingLogLevel
int & stitchingLogLevel()
cv::CvLBPEvaluator::operator()
virtual float operator()(int featureIdx, int sampleIdx) CV_OVERRIDE
Definition: feature.hpp:373
cv::text::ERStat::pixels
std::vector< int > * pixels
Definition: erfilter.hpp:97
facerec.hpp
cv::datasets::dark
Definition: gr_skig.hpp:84
OPENCV_HAL_NOP
#define OPENCV_HAL_NOP(a)
Definition: intrin.hpp:55
cv::gapi::absDiff
GMat absDiff(const GMat &src1, const GMat &src2)
Calculates the per-element absolute difference between two matrices.
cv::IMREAD_REDUCED_GRAYSCALE_2
If set, always convert image to the single channel grayscale image and the image size reduced 1/2.
Definition: imgcodecs.hpp:71
cv::operator/=
v_reg< _Tp, n > & operator/=(v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Definition: intrin_cpp.hpp:442
cv::aruco::DetectorParameters::aprilTagMaxNmaxima
int aprilTagMaxNmaxima
Definition: aruco.hpp:183
OPENCV_HAL_IMPL_MINMAX_FUNC
#define OPENCV_HAL_IMPL_MINMAX_FUNC(func, cfunc)
Helper macro.
Definition: intrin_cpp.hpp:546
cv::CAP_PROP_AUTO_EXPOSURE
DC1394: exposure control done by camera, user can adjust reference level using this feature.
Definition: videoio.hpp:154
cv::ximgproc::THINNING_ZHANGSUEN
Definition: ximgproc.hpp:111
cv::videostab::ColorInpainter
Definition: inpainting.hpp:183
cv::bgsegm::BackgroundSubtractorMOG
Gaussian Mixture-based Background/Foreground Segmentation Algorithm.
Definition: bgsegm.hpp:62
cv::projectPoints
void projectPoints(InputArray objectPoints, InputArray rvec, InputArray tvec, InputArray cameraMatrix, InputArray distCoeffs, OutputArray imagePoints, OutputArray jacobian=noArray(), double aspectRatio=0)
Projects 3D points to an image plane.
cv::stereo::CensusKernel::CensusKernel
CensusKernel(uint8_t **images)
Definition: descriptor.hpp:176
cv::Range::Range
Range()
cv::ppf_match_3d::PoseCluster3D::PoseCluster3D
PoseCluster3D(Pose3DPtr newPose)
Definition: pose_3d.hpp:147
cv::CvHaarEvaluator::writeFeatures
virtual void writeFeatures(FileStorage &fs, const Mat &featureMap) const CV_OVERRIDE
cv::aruco::DetectorParameters::minOtsuStdDev
double minOtsuStdDev
Definition: aruco.hpp:174
cv::rgbd::DepthCleaner::DEPTH_CLEANER_NIL
Definition: depth.hpp:195
cv::utils::fs::exists
bool exists(const cv::String &path)
cv::ReduceTypes
ReduceTypes
Definition: core.hpp:219
cv::ximgproc::dtFilter
void dtFilter(InputArray guide, InputArray src, OutputArray dst, double sigmaSpatial, double sigmaColor, int mode=DTF_NC, int numIters=3)
Simple one-line Domain Transform filter call. If you have multiple images to filter with the same gui...
cv::cudev::GpuMat_::operator=
__host__ GpuMat_ & operator=(const GpuMat_ &m)
assignment operators
cv::COLOR_BGR2YUV
convert between RGB/BGR and YUV
Definition: imgproc.hpp:626
cv::datasets::Dataset::test
std::vector< std::vector< Ptr< Object > > > test
Definition: dataset.hpp:580
cv::cudev::interCubic
__host__ CubicInterPtrSz< typename PtrTraits< SrcPtr >::ptr_type > interCubic(const SrcPtr &src)
Definition: interpolation.hpp:219
CV_IN_OUT
#define CV_IN_OUT
Definition: cvdef.h:420
cv::Error::StsKernelStructContentErr
incorrect transform kernel content
Definition: base.hpp:99
cv::rgbd::isValidDepth
bool isValidDepth(const float &depth)
Definition: depth.hpp:27
cv::cudev::VecTraits< char1 >::all
__host__ __device__ static __forceinline__ char1 all(schar v)
Definition: vec_traits.hpp:154
cv::stereo::StereoMatcher::setNumDisparities
virtual void setNumDisparities(int numDisparities)=0
cv::detail::GraphEdge
Definition: util.hpp:72
cv::TrackerGOTURN::Params
Definition: tracker.hpp:1290
cv::detail::GCompoundCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::expand_impl
static void expand_impl(GCompoundContext &ctx, detail::Seq< IIs... >, detail::Seq< OIs... >)
Definition: gcompoundkernel.hpp:75
cv::softfloat::max
static softfloat max()
Biggest finite value.
Definition: softfloat.hpp:216
cv::CAP_PROP_XI_KNEEPOINT2
Value of second kneepoint (% of sensor saturation).
Definition: videoio.hpp:472
cv::VideoCapture
Class for video capturing from video files, image sequences or cameras.
Definition: videoio.hpp:608
cv::cudev::ConstantPtrSz::rows
int rows
Definition: constant.hpp:69
cv::cudev::remap_
__host__ Expr< RemapPtr1Sz< typename PtrTraits< SrcPtr >::ptr_type, typename PtrTraits< MapPtr >::ptr_type > > remap_(const SrcPtr &src, const MapPtr &map)
Definition: warping.hpp:76
cv::ogl::Texture2D::cols
int cols() const
cv::SparseMat_
Template sparse n-dimensional array class derived from SparseMat.
Definition: mat.hpp:2943
cv::cudev::threshToZero_
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< SrcPtr >::ptr_type, ThreshToZeroFunc< typename PtrTraits< SrcPtr >::value_type > > > threshToZero_(const SrcPtr &src, typename PtrTraits< SrcPtr >::value_type thresh)
Definition: per_element_func.hpp:103
cv::text::OCRHMMDecoder::ClassifierCallback
Callback with the character classifier is made a class.
Definition: ocr.hpp:204
cv::softdouble::getFrac
softdouble getFrac() const
Get a fraction part.
Definition: softfloat.hpp:329
cv::sfm::libmv_CameraIntrinsicsOptions::focal_length_y
double focal_length_y
Definition: simple_pipeline.hpp:110
cv::TrackerCSRT::Params::window_function
std::string window_function
Window function: "hann", "cheb", "kaiser".
Definition: tracker.hpp:1506
cv::cudev::ThreshTruncFunc
Definition: functional.hpp:734
cv::ovis::updateTexture
void updateTexture(const String &name, InputArray image)
CPU_MSA
Definition: cvdef.h:305
cv::fisheye::CALIB_FIX_K4
Definition: calib3d.hpp:3057
cv::_writeFeatures
void _writeFeatures(const std::vector< Feature > features, FileStorage &fs, const Mat &featureMap)
Definition: feature.hpp:106
cv::TM_CCOEFF_NORMED
Definition: imgproc.hpp:3657
cv::HOGDescriptor::HOGDescriptor
HOGDescriptor()
Creates the HOG descriptor and detector with default params.
Definition: objdetect.hpp:385
cv::videostab::WobbleSuppressorBase::setStabilizationMotions
virtual void setStabilizationMotions(const std::vector< Mat > &val)
Definition: wobble_suppression.hpp:84
cv::cudev::TypeTraits::is_integral
Definition: type_traits.hpp:144
cv::tracking::UnscentedKalmanFilterParams::beta
double beta
Default is 2.0.
Definition: kalman_filters.hpp:141
cv::datasets::TRACK_votObj::imagePath
std::string imagePath
Definition: track_vot.hpp:64
cv::cudev::LaplacianPtr< 3, SrcPtr >::index_type
int index_type
Definition: deriv.hpp:352
nppsStCompact_32f_host
NCVStatus nppsStCompact_32f_host(Ncv32f *h_src, Ncv32u srcLen, Ncv32f *h_dst, Ncv32u *dstLen, Ncv32f elemRemove)
cv::GProtoInputArgs
GIOProtoArgs< In_Tag > GProtoInputArgs
Definition: gproto.hpp:66
cv::Accumulator< unsigned char >::Type
float Type
Definition: features2d.hpp:795
cv::saliency::StaticSaliencySpectralResidual::setImageWidth
void setImageWidth(int val)
Definition: saliencySpecializedClasses.hpp:96
cv::gapi::own::Point
Definition: types.hpp:21
cv::threshold
double threshold(InputArray src, OutputArray dst, double thresh, double maxval, int type)
Applies a fixed-level threshold to each array element.
cv::BaseClassifier::getErrors
void getErrors(float *errors)
cv::MatSize
Definition: mat.hpp:572
cv::MORPH_HITMISS
Definition: imgproc.hpp:225
cv::cudev::ResizePtr::fx
float fx
Definition: resize.hpp:66
CV_CUDEV_RGB2HSV_INST
#define CV_CUDEV_RGB2HSV_INST(name, scn, dcn, bidx)
Definition: color_cvt.hpp:209
cv::min
softdouble min(const softdouble &a, const softdouble &b)
Definition: softfloat.hpp:438
cv::ocl::Device::preferredVectorWidthShort
int preferredVectorWidthShort() const
cv::DetectionBasedTracker::TrackedObject::numFramesNotDetected
int numFramesNotDetected
Definition: detection_based_tracker.hpp:188
cv::detail::BestOf2NearestMatcher::num_matches_thresh2_
int num_matches_thresh2_
Definition: matchers.hpp:195
cv::accumulateSquare
void accumulateSquare(InputArray src, InputOutputArray dst, InputArray mask=noArray())
Adds the square of a source image to the accumulator image.
cv::hfs::HfsSegment
Definition: hfs.hpp:45
CV_CUDEV_Luv2RGB_INST
#define CV_CUDEV_Luv2RGB_INST(name, scn, dcn, sRGB, blueIdx)
Definition: color_cvt.hpp:398
hal_ni_morphFree
int hal_ni_morphFree(cvhalFilter2D *context)
hal_morphFree
Definition: hal_replacement.hpp:230
cv::cudev::saturate_cast< schar >
__device__ __forceinline__ schar saturate_cast< schar >(uchar v)
Definition: saturate_cast.hpp:112
cv::gapi::own::Mat::create
void create(int _rows, int _cols, int _type)
Definition: mat.hpp:223
cv::CovarFlags
CovarFlags
Covariation flags.
Definition: core.hpp:171
cv::TrackerStateEstimatorMILBoosting
TrackerStateEstimator based on Boosting.
Definition: tracker.hpp:569
cv::invertAffineTransform
void invertAffineTransform(InputArray M, OutputArray iM)
Inverts an affine transformation.
cv::datasets::HPE_humanevaObj::type2
std::string type2
Definition: hpe_humaneva.hpp:65
cv::CAP_PROP_PAN
Definition: videoio.hpp:165
cv::KalmanFilter::errorCovPost
Mat errorCovPost
posteriori error estimate covariance matrix (P(k)): P(k)=(I-K(k)*H)*P'(k)
Definition: tracking.hpp:402
hal_ni_cvtTwoPlaneYUVtoBGR
int hal_ni_cvtTwoPlaneYUVtoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int dst_width, int dst_height, int dcn, bool swapBlue, int uIdx)
hal_cvtTwoPlaneYUVtoBGR
Definition: hal_replacement.hpp:499
hal_ni_dft2D
int hal_ni_dft2D(cvhalDFT *context, const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step)
Definition: hal_replacement.hpp:543
cv::directx::convertToD3D11Texture2D
void convertToD3D11Texture2D(InputArray src, ID3D11Texture2D *pD3D11Texture2D)
Converts InputArray to ID3D11Texture2D. If destination texture format is DXGI_FORMAT_NV12 then input ...
cv::cuda::NATIVE_DOUBLE
Definition: cuda.hpp:782
cv::detail::StereographicWarper::StereographicWarper
StereographicWarper(float scale)
Definition: warpers.hpp:353
cv::Mat::dims
int dims
the matrix dimensionality, >= 2
Definition: mat.hpp:2084
cv::dnn::PoolingLayer::strides
std::vector< size_t > strides
Definition: all_layers.hpp:249
cv::v_reg::v_reg
v_reg()
Default constructor.
Definition: intrin_cpp.hpp:315
cv::ximgproc::getDisparityVis
void getDisparityVis(InputArray src, OutputArray dst, double scale=1.0)
Function for creating a disparity map visualization (clamped CV_8U image)
cv::cudev::gridFindMaxVal
__host__ void gridFindMaxVal(const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: reduce.hpp:329
cv::StereoSGBM::MODE_SGBM
Definition: calib3d.hpp:2771
cv::ximgproc::AdaptiveManifoldFilter
Interface for Adaptive Manifold Filter realizations.
Definition: edge_filter.hpp:203
cv::MultiTracker_Alt::boundingBoxes
std::vector< Rect2d > boundingBoxes
Bounding Boxes list for Multi-Object-Tracker.
Definition: tracker.hpp:1437
cv::COLOR_BayerGB2RGB
Definition: imgproc.hpp:745
cv::detail::ocl_get_out
Definition: goclkernel.hpp:166
cv::Allocator::pointer
value_type * pointer
Definition: cvstd.hpp:114
cv::cudev::gridFindMinVal
__host__ void gridFindMinVal(const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: reduce.hpp:317
cv::Mat::isContinuous
bool isContinuous() const
Reports whether the matrix is continuous or not.
cv::img_hash::RadialVarianceHash::RadialVarianceHash
RadialVarianceHash()
Definition: radial_variance_hash.hpp:38
cv::Subdiv2D
Definition: imgproc.hpp:989
cv::SimpleBlobDetector::Params
Definition: features2d.hpp:625
cv::COLOR_GRAY2BGR555
convert between grayscale and BGR555 (16-bit images)
Definition: imgproc.hpp:572
cv::viz::MouseEvent::type
Type type
Definition: types.hpp:322
cv::videostab::TwoPassStabilizer::setWobbleSuppressor
void setWobbleSuppressor(Ptr< WobbleSuppressorBase > val)
Definition: stabilizer.hpp:171
cv::MergeRobertson
The resulting HDR image is calculated as weighted average of the exposures considering exposure value...
Definition: photo.hpp:677
hal_ni_adaptiveThreshold
int hal_ni_adaptiveThreshold(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, double maxValue, int adaptiveMethod, int thresholdType, int blockSize, double C)
Calculates adaptive threshold.
Definition: hal_replacement.hpp:644
gfluidbuffer.hpp
cv::TLSDataAccumulator::release
void release()
Release associated thread data and free TLS key.
Definition: tls.hpp:176
cv::cuda::fastNlMeansDenoisingColored
void fastNlMeansDenoisingColored(InputArray src, OutputArray dst, float h_luminance, float photo_render, int search_window=21, int block_size=7, Stream &stream=Stream::Null())
Modification of fastNlMeansDenoising function for colored images.
cv::BufferPoolController::freeAllReservedBuffers
virtual void freeAllReservedBuffers()=0
cv::videostab::TwoPassStabilizer
Definition: stabilizer.hpp:163
NCV_INVALID_STEP
Definition: NCV.hpp:329
cv::stereo::StereoMatcher::setBlockSize
virtual void setBlockSize(int blockSize)=0
histogram.hpp
cv::Param::MAT_VECTOR
cv::detail::flatten_g< cv::GMat >::type
cv ::Mat type
Definition: garray.hpp:277
cv::waitKey
int waitKey(int delay=0)
Waits for a pressed key.
cv::saturate_cast< short >
short saturate_cast< short >(ushort v)
Definition: saturate.hpp:129
cv::detail::ExposureCompensator
Base class for all exposure compensators.
Definition: exposure_compensate.hpp:60
cv::Error::BadOffset
offset is invalid
Definition: base.hpp:80
cv::linemod::QuantizedPyramid
Represents a modality operating over an image pyramid.
Definition: linemod.hpp:55
cv::CAP_OPENNI_SXGA_15HZ
Definition: videoio.hpp:270
cv::tbm::TrackerParams::strong_affinity_thr
float strong_affinity_thr
of lost track.
Definition: tracking_by_matching.hpp:290
cv::videostab::InpainterBase::frames_
const std::vector< Mat > * frames_
Definition: inpainting.hpp:96
cv::CvHaarEvaluator::writeFeature
void writeFeature(FileStorage &fs) const
cv::COLORMAP_HOT
Definition: imgproc.hpp:4230
NppStInterpolationState::pFV
Ncv32f * pFV
forward vertical displacement
Definition: NPP_staging.hpp:122
cv::CAP_PROP_XI_IMAGE_DATA_BIT_DEPTH
bitdepth of data returned by function xiGetImage.
Definition: videoio.hpp:388
cv::detail::CylindricalPortraitWarper::CylindricalPortraitWarper
CylindricalPortraitWarper(float scale)
Definition: warpers.hpp:616
cv::detail::ProjectorBase
Base class for warping logic implementation.
Definition: warpers.hpp:124
cv::SparseMat::Node
sparse matrix node - element of a hash table
Definition: mat.hpp:2690
CV_ENUM_FLAGS
#define CV_ENUM_FLAGS(EnumType)
Definition: cvdef.h:582
cv::FileStorage::isOpened
virtual bool isOpened() const
Checks whether the file is opened.
cv::datasets::RIGHT
Definition: slam_tumindoor.hpp:63
cv::normL1
static _AccTp normL1(const _Tp *a, int n)
Definition: base.hpp:424
cv::linemod::QuantizedPyramid::Candidate::score
float score
Definition: linemod.hpp:96
cv::stereo::MVKernel::image
uint8_t * image[num_images]
Definition: descriptor.hpp:67
cv::TermCriteria::COUNT
the maximum number of iterations or elements to compute
Definition: types.hpp:860
cv::ocl::KernelArg::WriteOnlyNoSize
static KernelArg WriteOnlyNoSize(const UMat &m, int wscale=1, int iwscale=1)
Definition: ocl.hpp:373
cv::COLOR_YUV420p2RGBA
Definition: imgproc.hpp:661
cv::cuda::COLOR_BayerBG2GRAY_MHT
Definition: cudaimgproc.hpp:105
cv::QT_NEW_BUTTONBAR
Button should create a new buttonbar.
Definition: highgui.hpp:251
cv::CAP_PROP_XI_BINNING_PATTERN
Binning pattern type.
Definition: videoio.hpp:363
cv::BOWTrainer::descriptors
std::vector< Mat > descriptors
Definition: features2d.hpp:1343
cv::aruco::DetectorParameters::aprilTagQuadDecimate
float aprilTagQuadDecimate
Definition: aruco.hpp:178
cv::IMWRITE_JPEG_CHROMA_QUALITY
Separate chroma quality level, 0 - 100, default is 0 - don't use.
Definition: imgcodecs.hpp:87
cv::GMat::GMat
GMat()
cv::cuda::reduce
void reduce(InputArray mtx, OutputArray vec, int dim, int reduceOp, int dtype=-1, Stream &stream=Stream::Null())
Reduces a matrix to a vector.
cv::detail::computeImageFeatures
void computeImageFeatures(const Ptr< Feature2D > &featuresFinder, InputArrayOfArrays images, std::vector< ImageFeatures > &features, InputArrayOfArrays masks=noArray())
cv::ParamType< double >::const_param_type
double const_param_type
Definition: core.hpp:3200
cv::saliency::ObjectnessBING::create
static Ptr< ObjectnessBING > create()
Definition: saliencySpecializedClasses.hpp:298
cv::tbm::ITrackerByMatching::~ITrackerByMatching
virtual ~ITrackerByMatching()
Destructor for the tracker.
Definition: tracking_by_matching.hpp:418
cv::rgbd::RgbdICPOdometry::getMinGradientMagnitudes
cv::Mat getMinGradientMagnitudes() const
Definition: depth.hpp:964
partition
int partition(const std::vector< _Tp > &_vec, std::vector< int > &labels, _EqPredicate predicate=_EqPredicate())
Splits an element set into equivalency classes.
Definition: operations.hpp:503
cv::CAP_PROP_ROLL
Definition: videoio.hpp:167
cv::cuda::cvtColor
void cvtColor(InputArray src, OutputArray dst, int code, int dcn=0, Stream &stream=Stream::Null())
Converts an image from one color space to another.
cv::HOGDescriptor::histogramNormType
HOGDescriptor::HistogramNormType histogramNormType
histogramNormType
Definition: objdetect.hpp:608
cv::GInferList::tag
static constexpr const char * tag()
Definition: infer.hpp:126
hal_ni_addWeighted8s
int hal_ni_addWeighted8s(const schar *src1_data, size_t src1_step, const schar *src2_data, size_t src2_step, schar *dst_data, size_t dst_step, int width, int height, const double scalars[3])
Definition: hal_replacement.hpp:319
cv::USAGE_ALLOCATE_DEVICE_MEMORY
Definition: mat.hpp:455
cv::Matx::eye
static Matx eye()
cv::DetectionBasedTracker::InnerParameters::numStepsToShowWithoutDetecting
int numStepsToShowWithoutDetecting
Definition: detection_based_tracker.hpp:170
cv::dnn::ShiftLayer
Definition: all_layers.hpp:552
cv::dnn::Layer::name
String name
Name of the layer instance, can be used for logging or other internal purposes.
Definition: dnn.hpp:370
cv::cudev::threshToZeroInv_
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< SrcPtr >::ptr_type, ThreshToZeroInvFunc< typename PtrTraits< SrcPtr >::value_type > > > threshToZeroInv_(const SrcPtr &src, typename PtrTraits< SrcPtr >::value_type thresh)
Definition: per_element_func.hpp:110
cv::dynafu::Params
Definition: dynafu.hpp:16
cv::INPAINT_TELEA
Use the algorithm proposed by Alexandru Telea .
Definition: photo.hpp:97
cv::NAryMatIterator::idx
size_t idx
Definition: mat.hpp:3422
cv::ocl::Kernel
Definition: ocl.hpp:387
cv::cudev::UnaryTransformPtrSz::rows
int rows
Definition: transform.hpp:77
cv::getWindowImageRect
Rect getWindowImageRect(const String &winname)
Provides rectangle of image in the window.
cv::flann::GenericIndex::knnSearch
void knnSearch(const std::vector< ElementType > &query, std::vector< int > &indices, std::vector< DistanceType > &dists, int knn, const ::cvflann::SearchParams &params)
Performs a K-nearest neighbor search for a given query point using the index.
cv::gapi::own::Mat::depth
int depth() const
Returns the depth of a matrix element.
Definition: mat.hpp:209
cv::datasets::join::Rx
double Rx
Definition: gr_chalearn.hpp:67
cv::cudev::numeric_limits< uint >::max
__device__ static __forceinline__ uint max()
Definition: limits.hpp:105
cv::viz::KeyboardEvent
This class represents a keyboard event.
Definition: types.hpp:282
cv::ShapeTransformer
Abstract base class for shape transformation algorithms.
Definition: shape_transformer.hpp:58
cv::GFluidKernel::GFluidKernel
GFluidKernel()
Definition: gfluidkernel.hpp:75
cv::rgbd::RgbdPlane::getMinSize
int getMinSize() const
Definition: depth.hpp:396
cv::videostab::WobbleSuppressorBase::stabilizationMotions_
const std::vector< Mat > * stabilizationMotions_
Definition: wobble_suppression.hpp:92
cv::CvFeatureEvaluator
Definition: feature.hpp:157
cv::instr::NodeData::m_funError
bool m_funError
Definition: instrumentation.hpp:84
cv::cudev::BinaryTupleAdapter
Definition: tuple_adapter.hpp:78
cv::rgbd::RgbdICPOdometry::getIterationCounts
cv::Mat getIterationCounts() const
Definition: depth.hpp:956
cv::COLOR_YUV420sp2GRAY
Definition: imgproc.hpp:670
cv::util::optional::operator=
optional & operator=(const optional &rhs)=default
cv::ximgproc::niBlackThreshold
void niBlackThreshold(InputArray _src, OutputArray _dst, double maxValue, int type, int blockSize, double k, int binarizationMethod=BINARIZATION_NIBLACK)
Performs thresholding on input images using Niblack's technique or some of the popular variations it ...
cv::detail::NoSeamFinder
Stub seam estimator which does nothing.
Definition: seam_finders.hpp:76
cv::FileStorage::write
void write(FileStorage &fs, const double &value)
Definition: persistence.hpp:896
cv::cudev::SingleMaskChannels::value_type
PtrTraits< MaskPtr >::value_type value_type
Definition: mask.hpp:70
cv::COLOR_Luv2LRGB
Definition: imgproc.hpp:624
cv::ximgproc::FastLineDetector::~FastLineDetector
virtual ~FastLineDetector()
Definition: fast_line_detector.hpp:55
cv::SimpleBlobDetector::Params::blobColor
uchar blobColor
Definition: features2d.hpp:635
cv::QT_STYLE_NORMAL
Normal font.
Definition: highgui.hpp:241
cv::dnn::ChannelsPReLULayer
Definition: all_layers.hpp:447
cv::PCA::eigenvectors
Mat eigenvectors
eigenvectors of the covariation matrix
Definition: core.hpp:2531
cv::quality::QualityPSNR::setMaxPixelValue
void setMaxPixelValue(double val)
sets the maximum pixel value used for PSNR computation
Definition: qualitypsnr.hpp:87
cv::GMatDesc::GMatDesc
GMatDesc(int d, int c, cv::gapi::own::Size s, bool p=false)
Definition: gmat.hpp:88
OpenCV_API_Header::api_description
const char * api_description
API description (debug purposes only)
Definition: llapi.h:48
cv::detail::MercatorProjector::mapBackward
void mapBackward(float u, float v, float &x, float &y)
cv::viz::WPlane
This 3D Widget defines a finite plane.
Definition: widgets.hpp:249
cv::StrongClassifierDirectSelection::initBaseClassifier
void initBaseClassifier()
seeds.hpp
cv::v_matmul
v_float32x4 v_matmul(const v_float32x4 &v, const v_float32x4 &m0, const v_float32x4 &m1, const v_float32x4 &m2, const v_float32x4 &m3)
Matrix multiplication.
Definition: intrin_cpp.hpp:2492
cv::cudev::NormL2::result_type
float result_type
Definition: vec_distance.hpp:125
cv::detail::GCompoundKernel
Definition: gcompoundkernel.hpp:40
cv::v_dotprod_fast
v_reg< typename V_TypeTraits< _Tp >::w_type, n/2 > v_dotprod_fast(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Fast Dot product of elements.
Definition: intrin_cpp.hpp:927
cv::GTransform::F
std::function< GComputation()> F
Definition: gtransform.hpp:28
cv::ppf_match_3d::writePLYVisibleNormals
void writePLYVisibleNormals(Mat PC, const char *fileName)
Used for debbuging pruposes, writes a point cloud to a PLY file with the tip of the normal vectors as...
cv::cudev::CountNonZeroExprBody::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: reduction.hpp:157
cv::cudev::PtrTraitsBase< Ptr2DSz, Ptr2DSz >::value_type
Ptr2DSz ::value_type value_type
Definition: traits.hpp:61
cv::gapi::NV12toBGRp
GMatP NV12toBGRp(const GMat &src_y, const GMat &src_uv)
Converts an image from NV12 (YUV420p) color space to BGR. The function converts an input image from N...
cv::detail::SphericalPortraitProjector::mapBackward
void mapBackward(float u, float v, float &x, float &y)
cv::stereo::Matching::getMaxDisparity
int getMaxDisparity()
method for getting the disparity
Definition: matching.hpp:382
cv::gapi::GNetParam
Definition: infer.hpp:189
cv::CAP_PROP_GPHOTO2_FLUSH_MSGS
Readonly, returns (const char *).
Definition: videoio.hpp:559
cv::Detector::getConfidences
const std::vector< float > & getConfidences() const
Definition: onlineBoosting.hpp:231
cv::gapi::subC
GMat subC(const GMat &src, const GScalar &c, int ddepth=-1)
Calculates the per-element difference between matrix and given scalar.
cv::face::FacemarkAAM::Model::Texture::max_m
int max_m
unused delete
Definition: facemarkAAM.hpp:116
cv::frame_list
std::deque< std::pair< uint64_t, uint32_t > > frame_list
Definition: container_avi.private.hpp:68
cv::face::FacemarkAAM::Model::scales
std::vector< float > scales
defines the scales considered to build the model
Definition: facemarkAAM.hpp:108
cv::videostab::LpMotionStabilizer
Definition: motion_stabilizing.hpp:117
cv::optflow::GPCTree::operator==
bool operator==(const GPCTree &t) const
Definition: sparse_matching_gpc.hpp:186
cv::cudev::BrdReflect
Definition: extrapolation.hpp:171
HaarFeature64_CreateCheck_MaxRectField
#define HaarFeature64_CreateCheck_MaxRectField
Definition: NCVHaarObjectDetection.hpp:82
cv::startLoop
int startLoop(int(*pt2Func)(int argc, char *argv[]), int argc, char *argv[])
cv::CAP_PROP_TILT
Definition: videoio.hpp:166
CvCapture
struct CvCapture CvCapture
Definition: videoio.hpp:68
cv::quality::QualityPSNR::compute
static cv::Scalar compute(InputArray ref, InputArray cmp, OutputArray qualityMap, double maxPixelValue=QualityPSNR::MAX_PIXEL_VALUE_DEFAULT)
static method for computing quality
Definition: qualitypsnr.hpp:72
cv::cuda::BackgroundSubtractorMOG2
Gaussian Mixture-based Background/Foreground Segmentation Algorithm.
Definition: cudabgsegm.hpp:126
cv::tbm::TrackedObject::rect
cv::Rect rect
Detected object ROI (zero area if N/A).
Definition: tracking_by_matching.hpp:28
cv::Affine3d
Affine3< double > Affine3d
Definition: affine.hpp:291
cv::EVENT_RBUTTONUP
indicates that right mouse button is released.
Definition: highgui.hpp:211
dist.h
cv::cudacodec::EncoderParams::PeakBitrate
int PeakBitrate
NVVE_PEAK_BITRATE,.
Definition: cudacodec.hpp:92
cv::CAP_OPENNI2_ASUS
OpenNI2 (for Asus Xtion and Occipital Structure sensors)
Definition: videoio.hpp:114
cv::detail::Graph::create
void create(int num_vertices)
Definition: util.hpp:89
cv::Rect_::operator=
Rect_ & operator=(const Rect_ &r)
cv::DECOMP_NORMAL
Definition: base.hpp:151
cv::cudev::DefaultGlobReducePolicy
Definition: reduce.hpp:293
cv::EVENT_RBUTTONDBLCLK
indicates that right mouse button is double clicked.
Definition: highgui.hpp:214
CPU_AVX_512F
Definition: cvdef.h:286
cv::cudev::max
__device__ __forceinline__ uchar1 max(const uchar1 &a, const uchar1 &b)
Definition: vec_math.hpp:785
cv::float16_t::fromBits
static float16_t fromBits(ushort b)
Definition: cvdef.h:868
cv::TermCriteria::EPS
the desired accuracy or change in parameters at which the iterative algorithm stops
Definition: types.hpp:862
cv::cudev::DerivXPtrSz::cols
int cols
Definition: deriv.hpp:76
hal_ni_cvtGraytoBGR5x5
int hal_ni_cvtGraytoBGR5x5(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int greenBits)
hal_cvtGraytoBGR5x5
Definition: hal_replacement.hpp:380
cv::Detector::getPatchIdxOfDetection
int getPatchIdxOfDetection(int detectionIdx)
cv::Affine3::Affine3
Affine3()
Default constructor. It represents a 4x4 identity matrix.
cv::LineSegmentDetectorModes
LineSegmentDetectorModes
Variants of Line Segment Detector.
Definition: imgproc.hpp:480
cv::gapi::fluid::operator==
bool operator==(const Border &b1, const Border &b2)
cv::viz::SHADING_GOURAUD
Definition: widgets.hpp:84
cv::CvFeatureEvaluator::writeFeatures
virtual void writeFeatures(FileStorage &fs, const Mat &featureMap) const =0
cv::cudev::DefaultHistogramPolicy
Definition: histogram.hpp:100
cv::cudev::vsetlt4
__device__ __forceinline__ uint vsetlt4(uint a, uint b)
Definition: simd_functions.hpp:691
cv::GemmFlags
GemmFlags
generalized matrix multiplication flags
Definition: base.hpp:220
cv::ppf_match_3d::hashtableResize
int hashtableResize(hashtable_int *hashtbl, size_t size)
cv::DescriptorMatcher::trainDescCollection
std::vector< Mat > trainDescCollection
Collection of descriptors from train images.
Definition: features2d.hpp:1099
cv::face::FacemarkKazemi::Params::learning_rate
float learning_rate
learning_rate stores the learning rate in gradient boosting, also referred as shrinkage.
Definition: face_alignment.hpp:27
cv::cudev::LaplacianPtr< 1, SrcPtr >::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: deriv.hpp:331
cv::aruco::DICT_4X4_1000
Definition: dictionary.hpp:145
cv::GOCLContext::inArg
const T & inArg(int input)
Definition: goclkernel.hpp:59
cv::Error::StsBadFlag
flag is wrong or not supported
Definition: base.hpp:106
cv::rgbd::RgbdPlane::setSensorErrorA
void setSensorErrorA(double val)
Definition: depth.hpp:424
cv::UMatData::flags
UMatData::MemoryFlag flags
Definition: mat.hpp:562
cv::hal::magnitude64f
void magnitude64f(const double *x, const double *y, double *dst, int n)
cv::linemod::ColorGradient::strong_threshold
float strong_threshold
Definition: linemod.hpp:193
cv::cudev::PerspectiveMapPtr::warpMat
const float * warpMat
Definition: warping.hpp:112
cv::Stitcher::waveCorrection
bool waveCorrection() const
Definition: stitching.hpp:198
cv::dnn::PoolingLayer::pad_t
int pad_t
Definition: all_layers.hpp:252
qualitymse.hpp
cv::stereo::Matching::blockAgregation
void blockAgregation(const Mat &partialSums, int windowSize, Mat &cost)
The aggregation on the cost volume.
Definition: matching.hpp:462
cv::detail::Graph
Definition: util.hpp:85
CPU_AVX_512VNNI
Definition: cvdef.h:297
cv::ocl::Device::isIntel
bool isIntel() const
Definition: ocl.hpp:190
cv::RNG_MT19937
Mersenne Twister random number generator.
Definition: core.hpp:2925
cv::CvParams::CvParams
CvParams()
cv::CAP_PROP_OPENNI_CIRCLE_BUFFER
Definition: videoio.hpp:237
cv::datasets::AR_hmdbObj::id
int id
Definition: ar_hmdb.hpp:62
cv::detail::AffineBasedEstimator::AffineBasedEstimator
AffineBasedEstimator()
Definition: motion_estimators.hpp:124
cv::FileStorage
XML/YAML/JSON file storage class that encapsulates all the information necessary for writing or readi...
Definition: persistence.hpp:303
hal_ni_sub16s
int hal_ni_sub16s(const short *src1_data, size_t src1_step, const short *src2_data, size_t src2_step, short *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:87
cv::Stitcher::setFeaturesMatcher
void setFeaturesMatcher(Ptr< detail::FeaturesMatcher > features_matcher)
Definition: stitching.hpp:214
cv::CAP_PROP_XI_BINNING_HORIZONTAL
Horizontal Binning - number of horizontal photo-sensitive cells to combine together.
Definition: videoio.hpp:362
CPU_SSE
Definition: cvdef.h:274
cv::CALIB_USE_LU
use LU instead of SVD decomposition for solving. much faster but potentially less precise
Definition: calib3d.hpp:292
cv::CAP_PROP_AUTO_WB
enable/ disable auto white-balance
Definition: videoio.hpp:176
cv::dnn::BaseConvolutionLayer::pads_end
std::vector< size_t > pads_end
Definition: all_layers.hpp:216
cv::ocl::KernelArg::ReadWrite
static KernelArg ReadWrite(const UMat &m, int wscale=1, int iwscale=1)
Definition: ocl.hpp:363
cv::sfm::SFM_IO_OPENMVG
Definition: io.hpp:61
cv::compile_args
GCompileArgs compile_args(Ts &&... args)
Definition: gcommon.hpp:126
cv::sfm::fundamentalFromCorrespondences8PointRobust
double fundamentalFromCorrespondences8PointRobust(InputArray x1, InputArray x2, double max_error, OutputArray F, OutputArray inliers, double outliers_probability=1e-2)
Estimate robustly the fundamental matrix between two dataset of 2D point (image coords space).
cv::dynafu::Params::truncateThreshold
float truncateThreshold
Threshold for depth truncation in meters.
Definition: dynafu.hpp:107
cv::detail::ProjectorBase::t
float t[3]
Definition: warpers.hpp:135
cv::v_floor
v_reg< int, n > v_floor(const v_reg< _Tp, n > &a)
Floor elements.
Definition: intrin_cpp.hpp:532
cv::hal::add8u
void add8u(const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
CV_8U
#define CV_8U
Definition: interface.h:73
cv::Vec::operator[]
const _Tp & operator[](int i) const
cv::CvHOGEvaluator::writeFeatures
virtual void writeFeatures(FileStorage &fs, const Mat &featureMap) const CV_OVERRIDE
cv::videostab::MotionEstimatorL1
Describes a global 2D motion estimation method which minimizes L1 error.
Definition: global_motion.hpp:153
cv::gapi::own::Mat::channels
int channels() const
Returns the number of matrix channels.
Definition: mat.hpp:216
cv::cuda::EventAccessor::getEvent
static cudaEvent_t getEvent(const Event &event)
cv::cudev::IntegerAreaInterPtr::src
SrcPtr src
Definition: interpolation.hpp:239
cv::aruco::DetectorParameters::minDistanceToBorder
int minDistanceToBorder
Definition: aruco.hpp:164
cv::stereo::StereoBinaryBM::setSmallerBlockSize
virtual void setSmallerBlockSize(int blockSize)=0
cv::ml::NormalBayesClassifier
Bayes classifier for normally distributed data.
Definition: ml.hpp:398
cv::GRunArgP
util::variant< cv::Mat *, cv::Scalar *, cv::UMat *, cv::gapi::own::Mat *, cv::gapi::own::Scalar *, cv::detail::VectorRef > GRunArgP
Definition: garg.hpp:132
cv::text::ERStat::child
ERStat * child
Definition: erfilter.hpp:104
cv::cudev::BinaryTransformPtr::operator()
__device__ __forceinline__ Op::result_type operator()(typename PtrTraits< Src1Ptr >::index_type y, typename PtrTraits< Src1Ptr >::index_type x) const
Definition: transform.hpp:113
CPU_AVX512_CLX
Cascade Lake with AVX-512F/CD/BW/DQ/VL/VNNI.
Definition: cvdef.h:315
cv::optflow::RLOFOpticalFlowParameter::maxIteration
int maxIteration
Definition: rlofflow.hpp:139
cv::xphoto::BM3D_STEP2
Definition: bm3d_image_denoising.hpp:75
cv::cudev::LaplacianPtr< 1, SrcPtr >::index_type
int index_type
Definition: deriv.hpp:332
CV_8S
#define CV_8S
Definition: interface.h:74
CV_OVERRIDE
#define CV_OVERRIDE
Definition: cvdef.h:712
cv::aruco::detectCharucoDiamond
void detectCharucoDiamond(InputArray image, InputArrayOfArrays markerCorners, InputArray markerIds, float squareMarkerLengthRate, OutputArrayOfArrays diamondCorners, OutputArray diamondIds, InputArray cameraMatrix=noArray(), InputArray distCoeffs=noArray())
Detect ChArUco Diamond markers.
cv::BFMatcher::~BFMatcher
virtual ~BFMatcher()
Definition: features2d.hpp:1118
type_traits.hpp
cv::COLOR_BGRA2YUV_YV12
Definition: imgproc.hpp:736
cv::cudev::PerspectiveMapPtrSz::rows
int rows
Definition: warping.hpp:127
cv::utils::testAsyncException
static AsyncArray testAsyncException()
Definition: bindings_utils.hpp:70
cv::ppf_match_3d::Pose3D::~Pose3D
virtual ~Pose3D()
Definition: pose_3d.hpp:123
cv::Error::GpuApiCallError
GPU API call error.
Definition: base.hpp:117
HaarFeatureDescriptor32::isTilted
__device__ __host__ NcvBool isTilted(void)
Definition: NCVHaarObjectDetection.hpp:152
cv::cudev::CommonAreaInterPtrSz
Definition: interpolation.hpp:365
cv::ocl::Context::p
Impl * p
Definition: ocl.hpp:266
cv::cudev::blockCopy
__device__ static __forceinline__ void blockCopy(InIt beg, InIt end, OutIt out)
Definition: block.hpp:96
cv::img_hash::ColorMomentHash
Image hash based on color moments.
Definition: color_moment_hash.hpp:20
cv::_InputOutputArray
Definition: mat.hpp:381
cv::ml::DTrees::Split::subsetOfs
int subsetOfs
Definition: ml.hpp:1191
cv::dnn::ConvolutionLayer
Definition: all_layers.hpp:221
cv::gapi::wip::draw::Rect::Rect
Rect(const cv::Rect &rect_, const cv::Scalar &color_, int thick_=1, int lt_=cv::LINE_8, int shift_=0)
Rect constructor.
Definition: render.hpp:186
cv::hal::cvtGraytoBGR5x5
void cvtGraytoBGR5x5(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int greenBits)
cv::structured_light::GrayCodePattern::Params
Parameters of StructuredLightPattern constructor.
Definition: graycodepattern.hpp:76
cv::datasets::MSM_epflObj::p
Matx34d p
Definition: msm_epfl.hpp:73
cv::tracking::createAugmentedUnscentedKalmanFilter
Ptr< UnscentedKalmanFilter > createAugmentedUnscentedKalmanFilter(const AugmentedUnscentedKalmanFilterParams &params)
Augmented Unscented Kalman Filter factory method.
cv::CAP_PROP_XI_OUTPUT_DATA_PACKING
Device output data packing (or grouping) enabled. Packing could be enabled if output_data_bit_depth >...
Definition: videoio.hpp:389
cv::sfm::fundamentalFromCorrespondences7PointRobust
double fundamentalFromCorrespondences7PointRobust(InputArray x1, InputArray x2, double max_error, OutputArray F, OutputArray inliers, double outliers_probability=1e-2)
Estimate robustly the fundamental matrix between two dataset of 2D point (image coords space).
cv::COLOR_BayerRG2RGB_EA
Definition: imgproc.hpp:773
cv::cudev::sqr_func::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type x) const
Definition: functional.hpp:439
NppStInterpolationState::size
NcvSize32u size
frame size
Definition: NPP_staging.hpp:116
cv::sqrt
softfloat sqrt(const softfloat &a)
Square root.
cv::cuda::CannyEdgeDetector
Base class for Canny Edge Detector. :
Definition: cudaimgproc.hpp:288
cv::hal::max32s
void max32s(const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *)
cv::isAligned
static bool isAligned(const T &data)
Alignment check of passed values.
Definition: utility.hpp:526
NCVMatrixAlloc::isMemAllocated
NcvBool isMemAllocated() const
Definition: NCV.hpp:893
cv::COLORSPACE_BGR
Definition: container_avi.private.hpp:135
cv::DetectionBasedTracker::trackedObjects
std::vector< TrackedObject > trackedObjects
Definition: detection_based_tracker.hpp:205
nppiStIntegral_32f32f_C1R_host
NCVStatus nppiStIntegral_32f32f_C1R_host(Ncv32f *h_src, Ncv32u srcStep, Ncv32f *h_dst, Ncv32u dstStep, NcvSize32u roiSize)
cv::sfm::depth
double depth(InputArray R, InputArray t, InputArray X)
Returns the depth of a point transformed by a rigid transform.
cv::CAP_ANDROID
Android - not used.
Definition: videoio.hpp:105
cv::Error::StsObjectNotFound
request can't be completed
Definition: base.hpp:104
cv::datasets::turnaround
Definition: gr_skig.hpp:70
cv::ovis::ENTITY_MATERIAL
Definition: ovis.hpp:49
cv::Allocator::destroy
void destroy(pointer p)
Definition: cvstd.hpp:136
CV_ERROR_OK
No error.
Definition: llapi.h:33
cv::Allocator::address
const_pointer address(const_reference r)
Definition: cvstd.hpp:130
cv::util::holds_alternative
bool holds_alternative(const util::variant< Types... > &v) noexcept
Definition: variant.hpp:351
cv::rgbd::RgbdPlane::setBlockSize
void setBlockSize(int val)
Definition: depth.hpp:392
cv::cudev::ScharrXPtrSz::rows
int rows
Definition: deriv.hpp:256
cv::stereo::CV_CS_CENSUS
Definition: descriptor.hpp:59
cv::sum
Scalar sum(InputArray src)
Calculates the sum of array elements.
cv::ml::LogisticRegression::RegKinds
RegKinds
Regularization kinds.
Definition: ml.hpp:1663
cv::detail::createWeightMap
void createWeightMap(InputArray mask, float sharpness, InputOutputArray weight)
cv::cudev::ScharrYPtr::operator()
__device__ PtrTraits< SrcPtr >::value_type operator()(int y, int x) const
Definition: deriv.hpp:288
cv::BORDER_DEFAULT
same as BORDER_REFLECT_101
Definition: base.hpp:277
cv::DetectionBasedTracker::IDetector::IDetector
IDetector()
Definition: detection_based_tracker.hpp:71
cv::ml::EM
The class implements the Expectation Maximization algorithm.
Definition: ml.hpp:836
cv::GArray::GArray
GArray(detail::GArrayU &&ref)
Definition: garray.hpp:294
cv::detail::PlaneWarperGpu::buildMaps
Rect buildMaps(Size src_size, InputArray K, InputArray R, InputArray T, OutputArray xmap, OutputArray ymap) CV_OVERRIDE
Definition: warpers.hpp:483
cv::ocl::Queue::p
Impl * p
Definition: ocl.hpp:344
cv::copyMakeBorder
void copyMakeBorder(InputArray src, OutputArray dst, int top, int bottom, int left, int right, int borderType, const Scalar &value=Scalar())
Forms a border around an image.
cv::viz::WCloudNormals
This 3D Widget represents normals of a point cloud. :
Definition: widgets.hpp:764
CV_CUDEV_RGB2Luv_INST
#define CV_CUDEV_RGB2Luv_INST(name, scn, dcn, sRGB, blueIdx)
Definition: color_cvt.hpp:371
nppsStCompact_32u_host
NCVStatus nppsStCompact_32u_host(Ncv32u *h_src, Ncv32u srcLen, Ncv32u *h_dst, Ncv32u *dstLen, Ncv32u elemRemove)
hal_ni_max8u
int hal_ni_max8u(const uchar *src1_data, size_t src1_step, const uchar *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:103
hal_ni_addWeighted16s
int hal_ni_addWeighted16s(const short *src1_data, size_t src1_step, const short *src2_data, size_t src2_step, short *dst_data, size_t dst_step, int width, int height, const double scalars[3])
Definition: hal_replacement.hpp:321
cv::Vec3i
Vec< int, 3 > Vec3i
Definition: matx.hpp:413
cv::HOGDescriptor
Implementation of HOG (Histogram of Oriented Gradients) descriptor and object detector.
Definition: objdetect.hpp:372
cv::optflow::OpticalFlowPCAFlow::dampingFactor
const float dampingFactor
Definition: pcaflow.hpp:102
cv::COLOR_BGR2XYZ
convert RGB/BGR to CIE XYZ, color conversions
Definition: imgproc.hpp:575
cv::COLOR_BayerBG2RGB
Definition: imgproc.hpp:744
cv::CompressedRectilinearWarper
Definition: warpers.hpp:177
cv::detail::TypeHintBase
Definition: garray.hpp:62
cv::createEMDL1HistogramCostExtractor
Ptr< HistogramCostExtractor > createEMDL1HistogramCostExtractor(int nDummies=25, float defaultCost=0.2f)
cv::CAP_PROP_GSTREAMER_QUEUE_LENGTH
Default is 1.
Definition: videoio.hpp:282
cv::CAP_GSTREAMER
GStreamer.
Definition: videoio.hpp:116
cv::COLOR_BGR2YCrCb
convert RGB/BGR to luma-chroma (aka YCC), color conversions
Definition: imgproc.hpp:580
cv::AVIReadContainer::m_width
unsigned int m_width
Definition: container_avi.private.hpp:129
cv::ocl::Kernel::set
int set(int i, const _Tp &value)
Definition: ocl.hpp:407
cv::GArg::unsafe_get
const T & unsafe_get() const
Definition: garg.hpp:75
cv::datasets::cameraParam
Definition: msm_epfl.hpp:60
cv::BFMatcher::isMaskSupported
virtual bool isMaskSupported() const CV_OVERRIDE
Returns true if the descriptor matcher supports masking permissible matches.
Definition: features2d.hpp:1120
cv::v_lut_pairs
v_reg< _Tp, V_TypeTraits< _Tp >::nlanes128 > v_lut_pairs(const _Tp *tab, const int *idx)
Definition: intrin_cpp.hpp:1994
cv::cudev::RemapPtr2
Definition: remap.hpp:75
cv::detail::RotationWarper::~RotationWarper
virtual ~RotationWarper()
Definition: warpers.hpp:62
hal_ni_split32s
int hal_ni_split32s(const int *src_data, int **dst_data, int len, int cn)
Definition: hal_replacement.hpp:347
CV_PI_F
#define CV_PI_F
Definition: common.hpp:87
cv::COLOR_BGRA2BGR555
Definition: imgproc.hpp:567
cv::toUpperCase
static std::string toUpperCase(const std::string &str)
Definition: cvstd.hpp:178
cvdefs.hpp
deriv.hpp
cv::TrackerModel::stateEstimator
Ptr< TrackerStateEstimator > stateEstimator
Definition: tracker.hpp:510
cv::operator*=
v_reg< _Tp, n > & operator*=(v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Definition: intrin_cpp.hpp:437
cv::TM_CCORR
Definition: imgproc.hpp:3652
cv::ocl::PlatformInfo
Definition: ocl.hpp:578
cv::cudev::DefaultTransposePolicy::tile_dim
Definition: transpose.hpp:87
cv::CAP_PROP_DC1394_MODE_MANUAL
set automatically when a value of the feature is set by the user.
Definition: videoio.hpp:207
cudafilters.hpp
cv::cudev::DerivYPtr::src
SrcPtr src
Definition: deriv.hpp:106
cv::softdouble::v
uint64_t v
Definition: softfloat.hpp:362
cv::Mat::allocator
MatAllocator * allocator
custom allocator
Definition: mat.hpp:2096
cv::stereo::StereoBinarySGBM::getP1
virtual int getP1() const =0
cv::CAP_FIREWARE
Same value as CAP_FIREWIRE.
Definition: videoio.hpp:95
cv::v_extract_n
_Tp v_extract_n(const v_reg< _Tp, n > &v)
Vector extract.
Definition: intrin_cpp.hpp:1806
cv::TrackerStateEstimatorAdaBoosting::TrackerAdaBoostingTargetState::~TrackerAdaBoostingTargetState
~TrackerAdaBoostingTargetState()
Destructor.
Definition: tracker.hpp:668
cvv::FinalShowCaller::~FinalShowCaller
~FinalShowCaller()
Calls finalShow().
Definition: final_show.hpp:42
cv::MOTION_TRANSLATION
Definition: tracking.hpp:262
NcvPoint2D32u::y
Ncv32u y
Point Y.
Definition: NCV.hpp:203
cv::dnn::ActivationLayer
Definition: all_layers.hpp:424
cv::SparseMat::Hdr::pool
std::vector< uchar > pool
Definition: mat.hpp:2684
cv::EstimatedGaussDistribution::getMean
float getMean()
cv::ft::LINEAR
linear (triangular) shape
Definition: types.hpp:55
cv::videostab::DeblurerBase::blurrinessRates
virtual const std::vector< float > & blurrinessRates() const
Definition: deblurring.hpp:81
cv::aruco::DetectorParameters::cornerRefinementMinAccuracy
double cornerRefinementMinAccuracy
Definition: aruco.hpp:169
cv::TrackerCSRT::Params::scale_lr
float scale_lr
Definition: tracker.hpp:1525
cv::viz::Color::pink
static Color pink()
cv::videostab::MoreAccurateMotionWobbleSuppressor
Definition: wobble_suppression.hpp:113
cv::line_descriptor::KeyLine::endPointX
float endPointX
Definition: descriptor.hpp:128
cv::ParamType< bool >::member_type
bool member_type
Definition: core.hpp:3185
cv::hal::sub64f
void sub64f(const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *)
cv::viz::Color::apricot
static Color apricot()
cv::Algorithm::write
virtual void write(FileStorage &fs) const
Stores algorithm parameters in a file storage.
Definition: core.hpp:3088
cv::util::bad_any_cast
Definition: any.hpp:42
cv::cudev::LaplacianPtr< 3, SrcPtr >::src
SrcPtr src
Definition: deriv.hpp:354
stereo.hpp
cv::dnn::LSTMLayer
LSTM recurrent layer.
Definition: all_layers.hpp:90
hal_ni_gaussianBlur
int hal_ni_gaussianBlur(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int cn, size_t margin_left, size_t margin_top, size_t margin_right, size_t margin_bottom, size_t ksize_width, size_t ksize_height, double sigmaX, double sigmaY, int border_type)
Blurs an image using a Gaussian filter.
Definition: hal_replacement.hpp:698
cv::boxPoints
void boxPoints(RotatedRect box, OutputArray points)
Finds the four vertices of a rotated rect. Useful to draw the rotated rectangle.
cv::datasets::MSM_middleburyObj::k
Matx33d k
Definition: msm_middlebury.hpp:63
cv::gapi::wip::draw::renderNV12
GMat2 renderNV12(const GMat &y, const GMat &uv, const GArray< Prim > &prims)
Renders on two planes.
cv::cudev::NormL1< float >::result_type
float result_type
Definition: vec_distance.hpp:93
cv::GPlaidMLKernel::GPlaidMLKernel
GPlaidMLKernel(const F &f)
Definition: gplaidmlkernel.hpp:62
cv::hal::cvtBGRtoGray
void cvtBGRtoGray(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int scn, bool swapBlue)
cv::BaseClassifier::weakClassifier
WeakClassifierHaarFeature ** weakClassifier
Definition: onlineBoosting.hpp:140
cv::COLOR_BGR2BGR565
convert between RGB/BGR and BGR565 (16-bit images)
Definition: imgproc.hpp:551
CV_MAKETYPE
#define CV_MAKETYPE(depth, cn)
Definition: interface.h:85
cv::to_own
std::vector< T > to_own(const cv::MatSize &sz)
Definition: convert.hpp:21
cv::CAP_PROP_XI_GAIN
Gain in dB.
Definition: videoio.hpp:358
cv::face::FacemarkLBF::BBox::y
double y
Definition: facemarkLBF.hpp:105
cv::Allocator::address
pointer address(reference r)
Definition: cvstd.hpp:129
cv::TrackerCSRT::Params::template_size
float template_size
Definition: tracker.hpp:1510
cv::haveOpenVX
bool haveOpenVX()
Check if use of OpenVX is possible.
cv::cudev::NormHamming::reduceWarp
__device__ __forceinline__ void reduceWarp(result_type *smem, uint tid)
Definition: vec_distance.hpp:169
cv::optflow::GPCForest::train
void train(InputArrayOfArrays imagesFrom, InputArrayOfArrays imagesTo, InputArrayOfArrays gt, const GPCTrainingParams params=GPCTrainingParams())
Definition: sparse_matching_gpc.hpp:257
cv::detail::WaveCorrectKind
WaveCorrectKind
Definition: motion_estimators.hpp:328
cv::CHAIN_APPROX_TC89_KCOS
Definition: imgproc.hpp:438
cv::KAZE::DiffusivityType
DiffusivityType
Definition: features2d.hpp:672
cv::detail::CylindricalWarperGpu::CylindricalWarperGpu
CylindricalWarperGpu(float scale)
Definition: warpers.hpp:559
cv::detail::get_out< cv::GArray< U > >::get
static std::vector< U > & get(GCPUContext &ctx, int idx)
Definition: gcpukernel.hpp:227
cv::directx::getTypeFromDXGI_FORMAT
int getTypeFromDXGI_FORMAT(const int iDXGI_FORMAT)
Get OpenCV type from DirectX type.
cv::cudev::BrdConstant::rows
int rows
Definition: extrapolation.hpp:66
cv::GKernel::M
std::function< GMetaArgs(const GMetaArgs &, const GArgs &)> M
Definition: gkernel.hpp:36
hal_ni_QR64f
int hal_ni_QR64f(double *src1, size_t src1_step, int m, int n, int k, double *src2, size_t src2_step, double *dst, int *info)
Definition: hal_replacement.hpp:655
NCV_HAAR_TOO_MANY_FEATURES_IN_CLASSIFIER
Definition: NCV.hpp:344
cv::detail::ImageFeatures::descriptors
UMat descriptors
Definition: matchers.hpp:63
cv::datasets::OR_sunObj::label
int label
Definition: or_sun.hpp:62
cv::TrackerStateEstimatorMILBoosting::TrackerMILTargetState::~TrackerMILTargetState
~TrackerMILTargetState()
Destructor.
Definition: tracker.hpp:593
cv::KalmanFilter::processNoiseCov
Mat processNoiseCov
process noise covariance matrix (Q)
Definition: tracking.hpp:398
cv::cudev::greater_equal
Definition: functional.hpp:172
cv::COLOR_RGB2GRAY
Definition: imgproc.hpp:543
OPENCV_HAL_IMPL_C_RSHR_PACK
#define OPENCV_HAL_IMPL_C_RSHR_PACK(_Tpvec, _Tp, _Tpnvec, _Tpn, pack_suffix, cast)
Helper macro.
Definition: intrin_cpp.hpp:2287
cv::cudev::IsBinaryFunction::No::a
Yes a[2]
Definition: functional.hpp:890
camera.hpp
cv::randu
void randu(InputOutputArray dst, InputArray low, InputArray high)
Generates a single uniformly-distributed random number or an array of random numbers.
cv::cuda::pow
void pow(InputArray src, double power, OutputArray dst, Stream &stream=Stream::Null())
Raises every matrix element to a power.
cv::Point_::y
_Tp y
y coordinate of the point
Definition: types.hpp:187
cv::SOLVEPNP_ITERATIVE
Definition: calib3d.hpp:235
cv::cudev::Avg::initialValue
__device__ static __forceinline__ T initialValue()
Definition: reduce_to_vec.hpp:94
cv::AVIReadContainer::m_movi_start
unsigned long long int m_movi_start
Definition: container_avi.private.hpp:126
cv::gapi::wip::draw::Circle::Circle
Circle(const cv::Point &center_, int radius_, const cv::Scalar &color_, int thick_=1, int lt_=cv::LINE_8, int shift_=0)
Circle constructor.
Definition: render.hpp:221
cv::instr::NodeData::m_retAddress
void * m_retAddress
Definition: instrumentation.hpp:82
cv::gapi::BayerGR2RGB
GMat BayerGR2RGB(const GMat &src_gr)
Converts an image from BayerGR color space to RGB. The function converts an input image from BayerGR ...
cv::ppf_match_3d::hashtableInsert
int hashtableInsert(hashtable_int *hashtbl, KeyType key, void *data)
cv::Matx< double, 4, 4 >::all
static Matx all(double alpha)
cv::videostab::StabilizerBase::doCorrectionForInclusion
bool doCorrectionForInclusion() const
Definition: stabilizer.hpp:93
cv::uint8_t
::uint8_t uint8_t
Definition: cvdef.h:767
cv::CAP_PROP_XI_TRG_DELAY
Specifies the delay in microseconds (us) to apply after the trigger reception before activating it.
Definition: videoio.hpp:453
cv::CASCADE_DO_CANNY_PRUNING
Definition: objdetect.hpp:168
cv::cudev::hypot
__device__ __forceinline__ float1 hypot(const uchar1 &a, const uchar1 &b)
Definition: vec_math.hpp:803
cv::hal::LU64f
int LU64f(double *A, size_t astep, int m, double *b, size_t bstep, int n)
cv::superres::createFrameSource_Video
Ptr< FrameSource > createFrameSource_Video(const String &fileName)
cv::AutoBuffer
Automatically Allocated Buffer Class.
Definition: utility.hpp:100
cv::cudev::TransposeBody::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: warping.hpp:157
cv::getPerspectiveTransform
Mat getPerspectiveTransform(InputArray src, InputArray dst, int solveMethod=DECOMP_LU)
Calculates a perspective transform from four pairs of the corresponding points.
cv::TLSData::deleteDataInstance
virtual void deleteDataInstance(void *pData) const CV_OVERRIDE
Wrapper to release data by template.
Definition: tls.hpp:80
cv::ocl::predictOptimalVectorWidth
int predictOptimalVectorWidth(InputArray src1, InputArray src2=noArray(), InputArray src3=noArray(), InputArray src4=noArray(), InputArray src5=noArray(), InputArray src6=noArray(), InputArray src7=noArray(), InputArray src8=noArray(), InputArray src9=noArray(), OclVectorStrategy strat=OCL_VECTOR_DEFAULT)
cv::bioinspired::RetinaParameters::IplMagnoParameters::localAdaptintegration_tau
float localAdaptintegration_tau
Definition: retina.hpp:176
cv::COLOR_YUV2RGBA_YUYV
Definition: imgproc.hpp:705
cv::WarperCreator::~WarperCreator
virtual ~WarperCreator()
Definition: warpers.hpp:126
cv::viz::Color::gold
static Color gold()
cv::cnn_3dobj::icoSphere::CameraPos
std::vector< cv::Point3d > CameraPos
Camera position on the sphere after duplicated points elimination.
Definition: cnn_3dobj.hpp:159
cv::gapi::GNetPackage::GNetPackage
GNetPackage()
Definition: infer.hpp:205
cv::detail::PlanePortraitWarper
Definition: warpers.hpp:632
cv::Error::StsBackTrace
pseudo error for back trace
Definition: base.hpp:70
cv::cudev::vec_math_detail::SatCastHelper
Definition: vec_math.hpp:61
nppiStSqrIntegral_8u64u_C1R_host
NCVStatus nppiStSqrIntegral_8u64u_C1R_host(Ncv8u *h_src, Ncv32u srcStep, Ncv64u *h_dst, Ncv32u dstStep, NcvSize32u roiSize)
cv::hal::cvtBGRtoHSV
void cvtBGRtoHSV(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int scn, bool swapBlue, bool isFullRange, bool isHSV)
cv::CAP_PROP_XI_DEBOUNCE_T0
Debounce time (x * 10us).
Definition: videoio.hpp:425
cv::softdouble::isSubnormal
bool isSubnormal() const
Subnormal number indicator.
Definition: softfloat.hpp:309
cv::v_uint16x8
v_reg< ushort, 8 > v_uint16x8
Eight 16-bit unsigned integer values.
Definition: intrin_cpp.hpp:389
cv::getNumberOfCPUs
int getNumberOfCPUs()
Returns the number of logical CPUs available for the process.
cv::utils::logging::LogTagAuto::LogTagAuto
LogTagAuto(const char *_name, LogLevel _level)
Definition: logger.hpp:51
cv::optflow::INTERP_EPIC
Definition: rlofflow.hpp:33
cv::GMetaArgs
std::vector< GMetaArg > GMetaArgs
Definition: gmetaarg.hpp:42
nppiStDecimate_64s_C1R_host
NCVStatus nppiStDecimate_64s_C1R_host(Ncv64s *h_src, Ncv32u srcStep, Ncv64s *h_dst, Ncv32u dstStep, NcvSize32u srcRoi, Ncv32u scale)
cv::gapi::wip::draw::FText::text
std::wstring text
The text string to be drawn.
Definition: render.hpp:163
cv::THRESH_TOZERO
Definition: imgproc.hpp:320
cv::WarpPolarMode
WarpPolarMode
Specify the polar mapping mode.
Definition: imgproc.hpp:276
cv::GFluidKernel::m_b
const B m_b
Definition: gfluidkernel.hpp:93
cv::utils::optional_shared_lock_guard
An optional shared scoped lock (RAII-style locking for shared/reader access).
Definition: lock.private.hpp:100
cv::minAreaRect
RotatedRect minAreaRect(InputArray points)
Finds a rotated rectangle of the minimum area enclosing the input 2D point set.
cv::Mat::elemSize
size_t elemSize() const
Returns the matrix element size in bytes.
cv::detail::GraphCutSeamFinderBase
Base class for all minimum graph-cut-based seam estimators.
Definition: seam_finders.hpp:232
cv::stereo::Match::p0
cv::Point2i p0
Definition: quasi_dense_stereo.hpp:29
cv::linemod::getDefaultLINEMOD
Ptr< linemod::Detector > getDefaultLINEMOD()
Factory function for detector using LINE-MOD algorithm with color gradients and depth normals.
HaarStage64::setStageThreshold
__host__ NCVStatus setStageThreshold(Ncv32f t)
Definition: NCVHaarObjectDetection.hpp:276
cv::gapi::GNetPackage::networks
std::vector< GNetParam > networks
Definition: infer.hpp:208
cv::util::monostate
Definition: variant.hpp:62
cv::stereo::SymetricCensus::operator()
void operator()(const cv::Range &r) const CV_OVERRIDE
Definition: descriptor.hpp:385
cv::LDA::_eigenvectors
Mat _eigenvectors
Definition: core.hpp:2610
cv::Stitcher::PANORAMA
Definition: stitching.hpp:167
cv::FileStorage::write
static void write(FileStorage &fs, const String &name, const Matx< _Tp, m, n > &x)
Definition: persistence.hpp:1024
cv::cudacodec::EncoderParams::ForceIntra
int ForceIntra
NVVE_FORCE_INTRA,.
Definition: cudacodec.hpp:98
cv::ml::SVM::Types
Types
SVM type
Definition: ml.hpp:618
cv::dnn::SliceLayer::sliceRanges
std::vector< std::vector< Range > > sliceRanges
Vector of slice ranges.
Definition: all_layers.hpp:367
cv::hal::cvtYUVtoBGR
void cvtYUVtoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int dcn, bool swapBlue, bool isCbCr)
cv::FM_LMEDS
least-median algorithm. 7-point algorithm is used.
Definition: calib3d.hpp:299
cv::WeakClassifierHaarFeature::~WeakClassifierHaarFeature
virtual ~WeakClassifierHaarFeature()
cv::CAP_PROP_OPENNI_REGISTRATION
Definition: videoio.hpp:231
cv::dnn::MishLayer
Definition: all_layers.hpp:471
CvVideoCamera
Definition: cap_ios.h:99
cv::face::StandardCollector::PredictResult::label
int label
Definition: predict_collector.hpp:87
nppiStTranspose_32s_C1R_host
NCVStatus nppiStTranspose_32s_C1R_host(Ncv32s *h_src, Ncv32u srcStride, Ncv32s *h_dst, Ncv32u dstStride, NcvSize32u srcRoi)
cv::ovis::setMaterialProperty
void setMaterialProperty(const String &name, int prop, const Scalar &value)
cv::cuda::dft
void dft(InputArray src, OutputArray dst, Size dft_size, int flags=0, Stream &stream=Stream::Null())
Performs a forward or inverse discrete Fourier transform (1D or 2D) of the floating point matrix.
cv::COLOR_RGB2HSV_FULL
Definition: imgproc.hpp:607
cv::detail::DisjointSets::parent
std::vector< int > parent
Definition: util.hpp:64
cv::gapi::own::Mat::create
void create(const std::vector< int > &_dims, int _type)
Definition: mat.hpp:243
NcvRect32s
Definition: NCV.hpp:148
cv::detail::PlaneWarperGpu::PlaneWarperGpu
PlaneWarperGpu(float scale=1.f)
Definition: warpers.hpp:473
cv::ml::createConcentricSpheresTestSet
void createConcentricSpheresTestSet(int nsamples, int nfeatures, int nclasses, OutputArray samples, OutputArray responses)
Creates test set.
cv::KMEANS_PP_CENTERS
Definition: core.hpp:211
cv::COLOR_YUV2BGR_Y422
Definition: imgproc.hpp:679
cv::DIST_LABEL_PIXEL
Definition: imgproc.hpp:369
cv::cuda::HostMem::data
uchar * data
Definition: cuda.hpp:590
cv::xphoto::LearningBasedWB
More sophisticated learning-based automatic white balance algorithm.
Definition: white_balance.hpp:168
cv::UMat::dims
int dims
the matrix dimensionality, >= 2
Definition: mat.hpp:2558
cv::SparseMat::Hdr::freeList
size_t freeList
Definition: mat.hpp:2683
cv::cudev::SobelXPtrSz::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: deriv.hpp:166
hal_ni_mul8s
int hal_ni_mul8s(const schar *src1_data, size_t src1_step, const schar *src2_data, size_t src2_step, schar *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:239
cv::toLowerCase
static std::string toLowerCase(const std::string &str)
Definition: cvstd.hpp:171
cv::StrongClassifierDirectSelection::~StrongClassifierDirectSelection
virtual ~StrongClassifierDirectSelection()
cv::face::FacemarkAAM::Config::R
Mat R
Definition: facemarkAAM.hpp:88
cv::WINDOW_KEEPRATIO
the ratio of the image is respected.
Definition: highgui.hpp:189
cv::Param::ALGORITHM
cv::ppf_match_3d::hashtableGet
void * hashtableGet(hashtable_int *hashtbl, KeyType key)
cv::cudev::gridMerge_
__host__ void gridMerge_(const SrcPtrTuple &src, GpuMat_< DstType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: split_merge.hpp:64
cv::cuda::calcNorm
void calcNorm(InputArray src, OutputArray dst, int normType, InputArray mask=noArray(), Stream &stream=Stream::Null())
NPPST_NULL_POINTER_ERROR
NULL pointer argument error.
Definition: NCV.hpp:358
cv::cuda::swapChannels
void swapChannels(InputOutputArray image, const int dstOrder[4], Stream &stream=Stream::Null())
Exchanges the color channels of an image in-place.
HaarFeatureDescriptor32_NumFeatures_Shift
#define HaarFeatureDescriptor32_NumFeatures_Shift
Definition: NCVHaarObjectDetection.hpp:125
cv::CAP_PROP_XI_CC_MATRIX_32
Color Correction Matrix element [3][2].
Definition: videoio.hpp:419
cv::LineIterator::minusDelta
int minusDelta
Definition: imgproc.hpp:4738
cv::text::PSM_SINGLE_CHAR
Definition: ocr.hpp:79
cv::aruco::CORNER_REFINE_SUBPIX
ArUco approach and refine the corners locations using corner subpixel accuracy.
Definition: aruco.hpp:83
cv::line_descriptor::KeyLine::startPointX
float startPointX
Definition: descriptor.hpp:126
cv::fisheye::estimateNewCameraMatrixForUndistortRectify
void estimateNewCameraMatrixForUndistortRectify(InputArray K, InputArray D, const Size &image_size, InputArray R, OutputArray P, double balance=0.0, const Size &new_size=Size(), double fov_scale=1.0)
Estimates new camera matrix for undistortion or rectification.
cv::TrackerMedianFlow::Params::maxMedianLengthOfDisplacementDifference
double maxMedianLengthOfDisplacementDifference
criterion for loosing the tracked object
Definition: tracker.hpp:1155
cv::DMatch
Class for matching keypoint descriptors.
Definition: types.hpp:808
cv::gapi::own::Scalar::Scalar
Scalar(double v0)
Definition: scalar.hpp:24
cv::gapi::wip::GAsyncCanceled
Definition: gasync_context.hpp:48
cv::KeyPoint::angle
float angle
Definition: types.hpp:773
cvFloor
int cvFloor(double value)
Rounds floating-point number to the nearest integer not larger than the original.
Definition: fast_math.hpp:231
cv::videostab::StabilizerBase::setFrameSource
void setFrameSource(Ptr< IFrameSource > val)
Definition: stabilizer.hpp:77
cv::GComputation::compile
auto compile(const Ts &... meta_and_compile_args) -> typename std::enable_if< detail::are_meta_descrs_but_last< Ts... >::value &&std::is_same< GCompileArgs, detail::last_type_t< Ts... > >::value, GCompiled >::type
Definition: gcomputation.hpp:390
cv::Subdiv2D::Vertex::firstEdge
int firstEdge
Definition: imgproc.hpp:1218
cv::hal::min32s
void min32s(const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *)
cv::face::BasicFaceRecognizer::_threshold
double _threshold
Definition: facerec.hpp:46
NppStInterpolationState::pFU
Ncv32f * pFU
forward horizontal displacement
Definition: NPP_staging.hpp:121
cv::videostab::WobbleSuppressorBase::setMotions
virtual void setMotions(const std::vector< Mat > &val)
Definition: wobble_suppression.hpp:78
cv::stereo::MCTKernel::image
uint8_t * image[num_images]
Definition: descriptor.hpp:103
cv::EVENT_MBUTTONDOWN
indicates that the middle mouse button is pressed.
Definition: highgui.hpp:209
cv::cudev::Block::blockId
__device__ static __forceinline__ uint blockId()
Definition: block.hpp:58
cv::rgbd::FastICPOdometry::setMaxDistDiff
void setMaxDistDiff(float val)
Definition: depth.hpp:1083
cv::CALIB_RATIONAL_MODEL
Definition: calib3d.hpp:280
cv::CAP_PROP_XI_CC_MATRIX_12
Color Correction Matrix element [1][2].
Definition: videoio.hpp:411
cv::CAP_PROP_ZOOM
Definition: videoio.hpp:160
cv::instr::operator==
bool operator==(const NodeData &lhs, const NodeData &rhs)
nppiStTranspose_32f_C1R
NCVStatus nppiStTranspose_32f_C1R(Ncv32f *d_src, Ncv32u srcStride, Ncv32f *d_dst, Ncv32u dstStride, NcvSize32u srcRoi)
cv::COLOR_YUV420p2BGR
Definition: imgproc.hpp:653
descriptor.hpp
cv::cuda::StereoBM
Class computing stereo correspondence (disparity map) using the block matching algorithm....
Definition: cudastereo.hpp:72
cv::cudev::RemapPtr2::src
SrcPtr src
Definition: remap.hpp:80
cv::_InputArray::KindFlag
KindFlag
Definition: mat.hpp:161
cv::cudev::Log2
Definition: type_traits.hpp:78
cv::Algorithm::read
virtual void read(const FileNode &fn)
Reads algorithm parameters from a file storage.
Definition: core.hpp:3097
cv::cudev::DefaultGlobReducePolicy::patch_size_x
Definition: reduce.hpp:299
erfilter.hpp
cv::cuda::integral
void integral(InputArray src, OutputArray sum, Stream &stream=Stream::Null())
Computes an integral image.
cv::ppf_match_3d::Pose3D::residual
double residual
Definition: pose_3d.hpp:125
interface.h
cv::MultiTracker_Alt::targetNum
int targetNum
Current number of targets in tracking-list.
Definition: tracker.hpp:1429
NCV_ALLOCATOR_BAD_ALLOC
Definition: NCV.hpp:333
cv::Matx12d
Matx< double, 1, 2 > Matx12d
Definition: matx.hpp:213
cv::optflow::GPCForest::write
void write(FileStorage &fs) const CV_OVERRIDE
Stores algorithm parameters in a file storage.
Definition: sparse_matching_gpc.hpp:268
cv::detail::PaniniPortraitWarper::PaniniPortraitWarper
PaniniPortraitWarper(float scale, float A=1, float B=1)
Definition: warpers.hpp:432
cv::cv2eigen
static void cv2eigen(const Mat &src, Eigen::Matrix< _Tp, _rows, _cols, _options, _maxRows, _maxCols > &dst)
Definition: eigen.hpp:95
cv::Point3d
Point3_< double > Point3d
Definition: types.hpp:272
cv::gapi::own::detail::MatHeader::MatHeader
MatHeader(const std::vector< int > &_dims, int type, void *_data)
Definition: mat.hpp:53
cv::logPolar
void logPolar(InputArray src, OutputArray dst, Point2f center, double M, int flags)
Remaps an image to semilog-polar coordinates space.
cv::hal::cmp32s
void cmp32s(const int *src1, size_t step1, const int *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *_cmpop)
cv::exp
softfloat exp(const softfloat &a)
Exponent.
cv::FileNode
File Storage Node class.
Definition: persistence.hpp:472
cv::datasets::HPE_humanevaObj::imageNames
std::vector< std::string > imageNames
Definition: hpe_humaneva.hpp:68
cv::CAP_PROP_FRAME_HEIGHT
Height of the frames in the video stream.
Definition: videoio.hpp:136
cv::v_sub_wrap
v_reg< _Tp, n > v_sub_wrap(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Subtract values without saturation.
Definition: intrin_cpp.hpp:740
cv::optflow::GPCTree::create
static Ptr< GPCTree > create()
Definition: sparse_matching_gpc.hpp:184
dynamic_bitset.h
cv::TrackerModel::currentConfidenceMap
ConfidenceMap currentConfidenceMap
Definition: tracker.hpp:511
OPENCV_HAL_IMPL_C_INIT_ZERO
#define OPENCV_HAL_IMPL_C_INIT_ZERO(_Tpvec, _Tp, suffix)
Helper macro.
Definition: intrin_cpp.hpp:2134
cv::cudev::reduceToRow_
__host__ Expr< ReduceToRowBody< Reductor, SrcPtr > > reduceToRow_(const SrcPtr &src)
Definition: reduction.hpp:187
cv::detail::BundleAdjusterBase::refinementMask
const Mat refinementMask() const
Definition: motion_estimators.hpp:136
core.hpp
cv::CMP_NE
src1 is unequal to src2.
Definition: base.hpp:216
cv::EstimatedGaussDistribution::setValues
void setValues(float mean, float sigma)
cv::GOCLContext::outValR
cv::gapi::own::Scalar & outValR(int output)
cv::Point_::x
_Tp x
x coordinate of the point
Definition: types.hpp:186
CV_CUDEV_EXPR_CVTCOLOR_INST
#define CV_CUDEV_EXPR_CVTCOLOR_INST(name)
Definition: color.hpp:60
cv::Mat::setTo
Mat & setTo(InputArray value, InputArray mask=noArray())
Sets all or some of the array elements to the specified value.
cv::detail::SphericalWarperGpu
Definition: warpers.hpp:524
cv::rgbd::Odometry
Definition: depth.hpp:523
cv::QtFontStyles
QtFontStyles
Qt font style.
Definition: highgui.hpp:240
hal_ni_cvtBGR5x5toGray
int hal_ni_cvtBGR5x5toGray(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int greenBits)
hal_cvtBGR5x5toGray
Definition: hal_replacement.hpp:369
cv::cudacodec::VideoReader
Video reader interface.
Definition: cudacodec.hpp:295
cv::cudacodec::FormatInfo
Struct providing information about video file format. :
Definition: cudacodec.hpp:280
cv::CvHOGEvaluator::Feature::calc
float calc(const std::vector< Mat > &_hists, const Mat &_normSum, size_t y, int featComponent) const
Definition: feature.hpp:341
cv::GComputation::compileStreaming
GStreamingCompiled compileStreaming(const std::tuple< Ts... > &meta_and_compile_args, detail::Seq< IIs... >)
Definition: gcomputation.hpp:511
cv::TickMeter::reset
void reset()
Definition: utility.hpp:383
cv::cudev::vsetle4
__device__ __forceinline__ uint vsetle4(uint a, uint b)
Definition: simd_functions.hpp:654
cv::ximgproc::WMF_JAC
Definition: weighted_median_filter.hpp:70
NCVVector::~NCVVector
virtual ~NCVVector()
Definition: NCV.hpp:577
cv::setTrackbarPos
void setTrackbarPos(const String &trackbarname, const String &winname, int pos)
Sets the trackbar position.
cv::videostab::MotionEstimatorBase::MotionEstimatorBase
MotionEstimatorBase(MotionModel model)
Definition: global_motion.hpp:123
cv::datasets::IS_weizmannObj::imageName
std::string imageName
Definition: is_weizmann.hpp:62
cv::DetectionBasedTracker::InnerParameters::coeffObjectSpeedUsingInPrediction
float coeffObjectSpeedUsingInPrediction
Definition: detection_based_tracker.hpp:174
cv::hconcat
void hconcat(const Mat *src, size_t nsrc, OutputArray dst)
Applies horizontal concatenation to given matrices.
cv::kinfu::Params::lightPose
Vec3f lightPose
light pose for rendering in meters
Definition: kinfu.hpp:96
cv::dnn::BaseConvolutionLayer::padMode
String padMode
Definition: all_layers.hpp:217
cv::linemod::Detector::pyramid_levels
int pyramid_levels
Definition: linemod.hpp:397
cv::util::unsafe_any_cast
value_t & unsafe_any_cast(any &operand)
Definition: any.hpp:159
cv::face::StandardCollector::PredictResult::PredictResult
PredictResult(int label_=-1, double distance_=DBL_MAX)
Definition: predict_collector.hpp:89
cv::cudev::MakeVec< schar, 4 >::type
char4 type
Definition: vec_traits.hpp:79
cv::datasets::FR_adienceObj::tilt_ang
int tilt_ang
Definition: fr_adience.hpp:78
cv::datasets::rightleft
Definition: gr_skig.hpp:65
cv::AutoBuffer::size
size_t size() const
returns the current buffer size
cv::viz::Color::silver
static Color silver()
cv::ppf_match_3d::ICP::~ICP
virtual ~ICP()
Definition: icp.hpp:100
cv::Point_::dot
_Tp dot(const Point_ &pt) const
dot product
cv::CirclesGridFinderParameters::existingVertexGain
float existingVertexGain
Definition: calib3d.hpp:1311
run_length_morphology.hpp
cv::CvHOGEvaluator::generateFeatures
virtual void generateFeatures() CV_OVERRIDE
cv::gapi::LUV2BGR
GMat LUV2BGR(const GMat &src)
Converts an image from LUV color space to BGR color space.
cv::dnn_objdetect::object::label_name
std::string label_name
Definition: core_detect.hpp:31
cv::detail::ImageFeatures::img_idx
int img_idx
Definition: matchers.hpp:60
cv::rgbd::RgbdOdometry::setMaxDepthDiff
void setMaxDepthDiff(double val)
Definition: depth.hpp:679
cv::cuda::ALPHA_PREMUL
Definition: cudaimgproc.hpp:160
hal_ni_dftInit2D
int hal_ni_dftInit2D(cvhalDFT **context, int width, int height, int depth, int src_channels, int dst_channels, int flags, int nonzero_rows)
Definition: hal_replacement.hpp:537
cv::cudev::VecTraits< char2 >::make
__host__ __device__ static __forceinline__ char2 make(schar x, schar y)
Definition: vec_traits.hpp:163
cv::cuda::GpuMat::cols
int cols
Definition: cuda.hpp:320
cv::SparseMatConstIterator_::iterator_category
std::forward_iterator_tag iterator_category
Definition: mat.hpp:3272
cv::fontQt
QtFont fontQt(const String &nameFont, int pointSize=-1, Scalar color=Scalar::all(0), int weight=QT_FONT_NORMAL, int style=QT_STYLE_NORMAL, int spacing=0)
Creates the font to draw a text on an image.
gmetaarg.hpp
cv::cudev::GpuMat_
Definition: gpumat.hpp:60
cv::cudev::project1st
Definition: functional.hpp:288
cv::GArray::strip
detail::GArrayU strip() const
Definition: garray.hpp:297
cv::datasets::TRACK_votObj::gtbb
vector< Point2d > gtbb
Definition: track_vot.hpp:65
cv::DECOMP_CHOLESKY
Definition: base.hpp:143
cv::calcOpticalFlowFarneback
void calcOpticalFlowFarneback(InputArray prev, InputArray next, InputOutputArray flow, double pyr_scale, int levels, int winsize, int iterations, int poly_n, double poly_sigma, int flags)
Computes a dense optical flow using the Gunnar Farneback's algorithm.
inference_engine.hpp
CvPhotoCameraDelegate-p
Definition: cap_ios.h:133
cv::FileStorage::write
static void write(FileStorage &fs, const String &name, const Rect_< _Tp > &r)
Definition: persistence.hpp:1010
CPU_SSE2
Definition: cvdef.h:275
cv::v_reinterpret_as_s32
v_int32x4 v_reinterpret_as_s32(const v_reg< _Tp0, n0 > &a)
Definition: intrin_cpp.hpp:2187
cv::rgbd::RgbdICPOdometry::setIterationCounts
void setIterationCounts(const cv::Mat &val)
Definition: depth.hpp:960
cv::ppf_match_3d::hashtableDestroy
void hashtableDestroy(hashtable_int *hashtbl)
cv::datasets::sectionSizes
const int sectionSizes[]
Definition: track_alov.hpp:71
cv::utils::AllocatorStatisticsInterface
Definition: allocator_stats.hpp:12
cv::Matx< double, 1, 3 >
cv::IMWRITE_JPEG_RST_INTERVAL
JPEG restart interval, 0 - 65535, default is 0 - no restart.
Definition: imgcodecs.hpp:85
cv::cudev::operator!
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< GpuMat_< T > >::ptr_type, logical_not< T > > > operator!(const GpuMat_< T > &src)
Definition: unary_op.hpp:90
cv::DetectionBasedTracker::IDetector::minNeighbours
int minNeighbours
Definition: detection_based_tracker.hpp:117
cv::detail::OCLCallHelper
Definition: goclkernel.hpp:189
cv::cudev::IntegerAreaInterPtrSz
Definition: interpolation.hpp:271
cv::cudev::gridFindMinMaxVal
__host__ void gridFindMinMaxVal(const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: reduce.hpp:341
cv::face::FacemarkLBF::Params::tree_depth
int tree_depth
the depth of decision tree, defines the size of feature
Definition: facemarkLBF.hpp:74
cv::CAP_PROP_IOS_DEVICE_TORCH
Definition: videoio.hpp:498
cv::AVIReadContainer::parseAvi
bool parseAvi(frame_list &in_frame_list, Codecs codec_)
Definition: container_avi.private.hpp:90
cv::DFT_COMPLEX_OUTPUT
Definition: base.hpp:243
cv::datasets::GR_chalearnObj::depth
int depth
Definition: gr_chalearn.hpp:78
cv::cudev::sobelXPtr
__host__ SobelXPtrSz< typename PtrTraits< SrcPtr >::ptr_type > sobelXPtr(const SrcPtr &src)
Definition: deriv.hpp:173
projection.hpp
cv::FileStorage::write
static void write(FileStorage &fs, const Matx< _Tp, m, n > &x)
Definition: persistence.hpp:953
cv::ParamType< float >::const_param_type
float const_param_type
Definition: core.hpp:3240
cv::cudacodec::SF_BGR
Definition: cudacodec.hpp:79
cv::bioinspired::RetinaParameters::OPLandIplParvoParameters::normaliseOutput
bool normaliseOutput
Definition: retina.hpp:161
cv::polarToCart
void polarToCart(InputArray magnitude, InputArray angle, OutputArray x, OutputArray y, bool angleInDegrees=false)
Calculates x and y coordinates of 2D vectors from their magnitude and angle.
cv::datasets::word::width
int width
Definition: tr_icdar.hpp:63
NcvPoint2D32u::x
Ncv32u x
Point X.
Definition: NCV.hpp:202
cv::ocl::Device::hostUnifiedMemory
bool hostUnifiedMemory() const
cv::dynafu::Params::bilateral_sigma_depth
float bilateral_sigma_depth
Depth sigma in meters for bilateral smooth.
Definition: dynafu.hpp:45
cv::face::FacemarkAAM::Model::triangles
std::vector< Vec3i > triangles
each element contains 3 values, represent index of facemarks that construct one triangle (obtained us...
Definition: facemarkAAM.hpp:112
cv::cudev::scharrY_
__host__ Expr< ScharrYPtrSz< typename PtrTraits< SrcPtr >::ptr_type > > scharrY_(const SrcPtr &src)
Definition: deriv.hpp:108
cv::GMatDesc::dims
std::vector< int > dims
Definition: gmat.hpp:86
cv::dpm::DPMDetector::~DPMDetector
virtual ~DPMDetector()
Definition: dpm.hpp:145
cv::gapi::wip::draw::Line::pt1
cv::Point pt1
The first point of the line segment.
Definition: render.hpp:269
cv::util::optional::value_or
T value_or(U &&default_value) const
Definition: optional.hpp:154
cv::SL2::operator()
ResultType operator()(const T *a, const T *b, int size) const
Definition: features2d.hpp:810
cv::ogl::POINTS
Definition: opengl.hpp:479
cv::face::BIF
Definition: bif.hpp:57
cv::ACCESS_RW
Definition: mat.hpp:65
cv::cudev::BrdConstant::cols
int cols
Definition: extrapolation.hpp:66
cv::GFTTDetector
Wrapping class for feature detection using the goodFeaturesToTrack function. :
Definition: features2d.hpp:564
cv::cuda::HostMem::refcount
int * refcount
Definition: cuda.hpp:591
cv::SOLVEPNP_UPNP
Exhaustive Linearization for Robust Camera Pose and Focal Length Estimation .
Definition: calib3d.hpp:239
cv::getNumThreads
int getNumThreads()
Returns the number of threads used by OpenCV for parallel regions.
cv::LineSegmentDetector::~LineSegmentDetector
virtual ~LineSegmentDetector()
Definition: imgproc.hpp:1305
cv::LMSolver
Definition: calib3d.hpp:349
cv::detail::CompressedRectilinearWarper::CompressedRectilinearWarper
CompressedRectilinearWarper(float scale, float A=1, float B=1)
Definition: warpers.hpp:369
cv::videostab::LpMotionStabilizer::weight2
float weight2() const
Definition: motion_stabilizing.hpp:135
cv::detail::DpSeamFinder
Definition: seam_finders.hpp:120
cv::gapi::gaussianBlur
GMat gaussianBlur(const GMat &src, const Size &ksize, double sigmaX, double sigmaY=0, int borderType=BORDER_DEFAULT, const Scalar &borderValue=Scalar(0))
Blurs an image using a Gaussian filter.
cv::buildPyramid
void buildPyramid(InputArray src, OutputArrayOfArrays dst, int maxlevel, int borderType=BORDER_DEFAULT)
Constructs the Gaussian pyramid for an image.
cv::dnn::LRNLayer::normBySize
bool normBySize
Definition: all_layers.hpp:240
DUMP_MESSAGE_STDOUT
#define DUMP_MESSAGE_STDOUT(...)
Definition: opencl_info.hpp:15
cv::dnn::ProposalLayer
Definition: all_layers.hpp:638
hal_ni_merge32s
int hal_ni_merge32s(const int **src_data, int *dst_data, int len, int cn)
Definition: hal_replacement.hpp:368
cv::util::any
Definition: any.hpp:53
layer.hpp
cv::line_descriptor::LSDParam::ang_th
double ang_th
Definition: descriptor.hpp:704
cv::dnn::PoolingLayer::padMode
String padMode
Definition: all_layers.hpp:255
cv::CvFeatureEvaluator::nneg
int nneg
Definition: feature.hpp:192
shape_transformer.hpp
cv::detail::PaniniProjector
Definition: warpers.hpp:399
cv::bgsegm::LSBPCameraMotionCompensation
LSBPCameraMotionCompensation
Definition: bgsegm.hpp:245
cv::detail::MultiBandBlender::setNumBands
void setNumBands(int val)
Definition: blenders.hpp:133
hal_ni_morphInit
int hal_ni_morphInit(cvhalFilter2D **context, int operation, int src_type, int dst_type, int max_width, int max_height, int kernel_type, uchar *kernel_data, size_t kernel_step, int kernel_width, int kernel_height, int anchor_x, int anchor_y, int borderType, const double borderValue[4], int iterations, bool allowSubmatrix, bool allowInplace)
hal_morphInit
Definition: hal_replacement.hpp:204
cv::TrackerSamplerCS::Params
Definition: tracker.hpp:839
cv::stereo::StereoBinaryBM::setUsePrefilter
virtual void setUsePrefilter(bool factor)=0
cv::GInfer::tag
static constexpr const char * tag()
Definition: infer.hpp:114
cv::dnn::ReshapeLayer::newShapeDesc
MatShape newShapeDesc
Definition: all_layers.hpp:299
cv::cudev::interLinear
__host__ LinearInterPtrSz< typename PtrTraits< SrcPtr >::ptr_type > interLinear(const SrcPtr &src)
Definition: interpolation.hpp:140
cv::IMWRITE_TIFF_XDPI
For TIFF, use to specify the X direction DPI.
Definition: imgcodecs.hpp:96
cv::Error::StsInternal
internal error (bad state)
Definition: base.hpp:72
ncvApplyHaarClassifierCascade_host
NCVStatus ncvApplyHaarClassifierCascade_host(NCVMatrix< Ncv32u > &h_integralImage, NCVMatrix< Ncv32f > &h_weights, NCVMatrixAlloc< Ncv32u > &h_pixelMask, Ncv32u &numDetections, HaarClassifierCascadeDescriptor &haar, NCVVector< HaarStage64 > &h_HaarStages, NCVVector< HaarClassifierNode128 > &h_HaarNodes, NCVVector< HaarFeature64 > &h_HaarFeatures, NcvBool bMaskElements, NcvSize32u anchorsRoi, Ncv32u pixelStep, Ncv32f scaleArea)
cv::CAP_PROP_XI_GPI_SELECTOR
Selects general purpose input.
Definition: videoio.hpp:340
cv::LMSolver::Callback
Definition: calib3d.hpp:352
cv::utils::optional_shared_lock_guard::mutex_
Mutex * mutex_
Definition: lock.private.hpp:109
NPPST_CUDA_KERNEL_EXECUTION_ERROR
CUDA kernel execution error.
Definition: NCV.hpp:357
cv::detail::SeamFinder
Base class for a seam estimator.
Definition: seam_finders.hpp:58
cv::aruco::DICT_5X5_50
Definition: dictionary.hpp:146
cv::calibrateHandEye
void calibrateHandEye(InputArrayOfArrays R_gripper2base, InputArrayOfArrays t_gripper2base, InputArrayOfArrays R_target2cam, InputArrayOfArrays t_target2cam, OutputArray R_cam2gripper, OutputArray t_cam2gripper, HandEyeCalibrationMethod method=CALIB_HAND_EYE_TSAI)
Computes Hand-Eye calibration: .
cv::ximgproc::EdgeBoxes
Class implementing EdgeBoxes algorithm from :
Definition: edgeboxes.hpp:67
cv::cudacodec::EncoderParams::QP_Level_Intra
int QP_Level_Intra
NVVE_QP_LEVEL_INTRA,.
Definition: cudacodec.hpp:93
cv::detail::ImageFeatures
Structure containing image keypoints and descriptors.
Definition: matchers.hpp:58
cv::SVD::backSubst
static void backSubst(InputArray w, InputArray u, InputArray vt, InputArray rhs, OutputArray dst)
performs back substitution
cv::ClfOnlineStump::_sig0
float _sig0
Definition: onlineMIL.hpp:93
cv::detail::ProjectorBase::k_rinv
float k_rinv[9]
Definition: warpers.hpp:134
cv::divUp
static int divUp(int a, unsigned int b)
Integer division with result round up.
Definition: utility.hpp:491
cv::cudev::Min::work_type
T work_type
Definition: reduce_to_vec.hpp:107
cv::Size_
Template class for specifying the size of an image or rectangle.
Definition: types.hpp:315
cv::detail::CameraParams::focal
double focal
Definition: camera.hpp:65
cv::LineIterator::step
int step
Definition: imgproc.hpp:4736
cv::detail::AffineBasedEstimator
Affine transformation based estimator.
Definition: motion_estimators.hpp:121
cv::EMDHistogramCostExtractor
An EMD based cost extraction. :
Definition: hist_cost.hpp:83
cv::TrackerCSRT::Params
Definition: tracker.hpp:1482
cv::CAP_PROP_CODEC_PIXEL_FORMAT
(read-only) codec's pixel format. 4-character code - see VideoWriter::fourcc . Subset of AV_PIX_FMT_*...
Definition: videoio.hpp:178
cv::omnidir::XYZRGB
Definition: omnidir.hpp:75
cv::COLOR_BGRA2BGR565
Definition: imgproc.hpp:555
cv::cudev::CommonAreaInterPtrSz::cols
int cols
Definition: interpolation.hpp:367
cv::QT_FONT_DEMIBOLD
Weight of 63.
Definition: highgui.hpp:234
cv::detail::tracked_cv_mat::validate
void validate() const
Definition: gcpukernel.hpp:165
cv::getCPUTickCount
int64 getCPUTickCount()
Returns the number of CPU ticks.
cv::linemod::Match::Match
Match()
Definition: linemod.hpp:261
cv::sfm::isotropicPreconditionerFromPoints
void isotropicPreconditionerFromPoints(InputArray points, OutputArray T)
Point conditioning (isotropic).
cv::hal::cmp16s
void cmp16s(const short *src1, size_t step1, const short *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *_cmpop)
cv::Error::BadAlphaChannel
Definition: base.hpp:87
cv::rgbd::RgbdICPOdometry::getNormalsComputer
Ptr< RgbdNormals > getNormalsComputer() const
Definition: depth.hpp:996
cv::rgbd::RgbdICPOdometry::setMaxDepthDiff
void setMaxDepthDiff(double val)
Definition: depth.hpp:944
cv::datasets::tag::width
int width
Definition: tr_svt.hpp:63
cv::datasets::SR_general100
Definition: sr_general100.hpp:28
ncvGroupRectangles_host
NCVStatus ncvGroupRectangles_host(NCVVector< NcvRect32u > &hypotheses, Ncv32u &numHypotheses, Ncv32u minNeighbors, Ncv32f intersectEps, NCVVector< Ncv32u > *hypothesesWeights)
cv::UMatData
Definition: mat.hpp:530
cv::videostab::InpainterBase
Definition: inpainting.hpp:61
cv::rgbd::RgbdICPOdometry::getTransformType
int getTransformType() const CV_OVERRIDE
Definition: depth.hpp:972
OPENCV_HAL_IMPL_C_INIT_VAL
#define OPENCV_HAL_IMPL_C_INIT_VAL(_Tpvec, _Tp, suffix)
Helper macro.
Definition: intrin_cpp.hpp:2154
cv::ImreadModes
ImreadModes
Imread flags.
Definition: imgcodecs.hpp:64
cv::ParamType< String >::const_param_type
const typedef String & const_param_type
Definition: core.hpp:3208
cv::cudacodec::VideoWriter
Video writer interface.
Definition: cudacodec.hpp:177
cv::optflow::GPCPatchDescriptor::markAsSeparated
void markAsSeparated()
Definition: sparse_matching_gpc.hpp:72
cv::videostab::WobbleSuppressorBase::motions2
virtual const std::vector< Mat > & motions2() const
Definition: wobble_suppression.hpp:82
cv::omnidir::stereoCalibrate
double stereoCalibrate(InputOutputArrayOfArrays objectPoints, InputOutputArrayOfArrays imagePoints1, InputOutputArrayOfArrays imagePoints2, const Size &imageSize1, const Size &imageSize2, InputOutputArray K1, InputOutputArray xi1, InputOutputArray D1, InputOutputArray K2, InputOutputArray xi2, InputOutputArray D2, OutputArray rvec, OutputArray tvec, OutputArrayOfArrays rvecsL, OutputArrayOfArrays tvecsL, int flags, TermCriteria criteria, OutputArray idx=noArray())
Stereo calibration for omnidirectional camera model. It computes the intrinsic parameters for two cam...
cv::datasets::word::height
int height
Definition: tr_icdar.hpp:63
cv::CvHOGFeatureParams::CvHOGFeatureParams
CvHOGFeatureParams()
cv::hal::min16u
void min16u(const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *)
cv::dnn_superres::DnnSuperResImpl
A class to upscale images via convolutional neural networks. The following four models are implemente...
Definition: dnn_superres.hpp:40
cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategyTexture
Texture-based strategy for the selective search segmentation algorithm The class is implemented from ...
Definition: segmentation.hpp:118
cv::rgbd::Odometry::RIGID_BODY_MOTION
Definition: depth.hpp:530
cv::linemod::Modality
Interface for modalities that plug into the LINE template matching representation.
Definition: linemod.hpp:119
cv::cudev::hypot
__device__ __forceinline__ double4 hypot(double s, const double4 &b)
Definition: vec_math.hpp:917
cv::DIST_L1
distance = |x1-x2| + |y1-y2|
Definition: imgproc.hpp:298
cv::cuda::createHoughSegmentDetector
Ptr< HoughSegmentDetector > createHoughSegmentDetector(float rho, float theta, int minLineLength, int maxLineGap, int maxLines=4096)
Creates implementation for cuda::HoughSegmentDetector .
cv::cudev::TexturePtr::index_type
float index_type
Definition: texture.hpp:188
cv::CAP_PROP_EXPOSUREPROGRAM
Camera exposure program.
Definition: videoio.hpp:562
cv::COLOR_YUV2BGR_UYNV
Definition: imgproc.hpp:681
cv::COLOR_YUV2RGBA_YVYU
Definition: imgproc.hpp:703
cv::gapi::wip::draw::Mosaic::decim
int decim
Decimation (0 stands for no decimation)
Definition: render.hpp:302
cv::dnn::DNN_TARGET_OPENCL_FP16
Definition: dnn.hpp:91
cv::line_descriptor::KeyLine::size
float size
Definition: descriptor.hpp:123
cv::linemod::getDefaultLINE
Ptr< linemod::Detector > getDefaultLINE()
Factory function for detector using LINE algorithm with color gradients.
cv::cudev::maximum::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:312
cv::tbm::TrackedObject::object_id
int object_id
Unique object identifier (-1 if N/A).
Definition: tracking_by_matching.hpp:31
cv::viz::Widget
Base class of all widgets. Widget is implicitly shared.
Definition: widgets.hpp:92
cv::stereo::MeanKernelIntegralImage::operator()
void operator()(const cv::Range &r) const CV_OVERRIDE
Definition: descriptor.hpp:259
cv::detail::get_in
Definition: gcpukernel.hpp:131
cv::Matx14f
Matx< float, 1, 4 > Matx14f
Definition: matx.hpp:216
cv::cuda::createBackgroundSubtractorMOG
Ptr< cuda::BackgroundSubtractorMOG > createBackgroundSubtractorMOG(int history=200, int nmixtures=5, double backgroundRatio=0.7, double noiseSigma=0)
Creates mixture-of-gaussian background subtractor.
cv::COLORMAP_BONE
Definition: imgproc.hpp:4220
cv::util::optional::operator->
T * operator->()
Definition: optional.hpp:109
cv::GTransformImpl< K, std::function< R(Args...)> >::transformation
static GTransform transformation()
Definition: gtransform.hpp:80
cv::TickMeter::getTimeTicks
int64 getTimeTicks() const
Definition: utility.hpp:343
cv::line_descriptor::LSDParam::n_bins
int n_bins
Definition: descriptor.hpp:707
cv::CAP_PROP_XI_AUTO_BANDWIDTH_CALCULATION
Automatic bandwidth calculation.
Definition: videoio.hpp:476
cv::FileStorage::write
static void write(FileStorage &fs, const String &name, const Point_< _Tp > &pt)
Definition: persistence.hpp:982
cv::TrackerBoosting::Params
Definition: tracker.hpp:1103
CPU_AVX_512IFMA
Definition: cvdef.h:292
cv::videostab::InpainterBase::stabilizationMotions
virtual const std::vector< Mat > & stabilizationMotions() const
Definition: inpainting.hpp:91
NcvRect8u::x
Ncv8u x
Definition: NCV.hpp:139
cv::winrt_imshow
void winrt_imshow()
cv::BRISK::getThreshold
virtual int getThreshold() const
Definition: features2d.hpp:297
cv::detail::BlocksCompensator
Exposure compensator which tries to remove exposure related artifacts by adjusting image blocks.
Definition: exposure_compensate.hpp:158
cv::dpm::DPMDetector
This is a C++ abstract class, it provides external user API to work with DPM.
Definition: dpm.hpp:104
cv::hal::div8s
void div8s(const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *scale)
cv::cudev::GlobPtr
Structure similar to cv::cudev::GlobPtrSz but containing only a pointer and row step.
Definition: glob.hpp:62
cv::LINE_4
4-connected line
Definition: imgproc.hpp:805
NCVMemStackAllocator
Definition: NCV.hpp:483
cv::ocl::Device::p
Impl * p
Definition: ocl.hpp:233
cv::TrackerSamplerCSC::Params::searchWinSize
float searchWinSize
size of search window
Definition: tracker.hpp:788
cv::detail::PaniniProjector::mapBackward
void mapBackward(float u, float v, float &x, float &y)
cv::img_hash::ImgHashBase::pImpl
Ptr< ImgHashImpl > pImpl
Definition: img_hash_base.hpp:39
cv::detail::ExposureCompensator::setUpdateGain
void setUpdateGain(bool b)
Definition: exposure_compensate.hpp:90
cv::Affine3::inv
Affine3 inv(int method=cv::DECOMP_SVD) const
HaarClassifierCascadeDescriptor::bHasStumpsOnly
NcvBool bHasStumpsOnly
Definition: NCVHaarObjectDetection.hpp:341
phase_unwrapping.hpp
cv::cudev::WithOutMask::index_type
int index_type
Definition: mask.hpp:60
cv::COLOR_LRGB2Lab
Definition: imgproc.hpp:617
cv::gapi::GKernelPackage::lookup
GBackend lookup() const
Find a kernel (by its API)
Definition: gkernel.hpp:480
cv::stereo::CensusKernel::CensusKernel
CensusKernel()
Definition: descriptor.hpp:175
cv::util::get
T & get(util::variant< Types... > &v)
Definition: variant.hpp:325
cv::gapi::cmpLT
GMat cmpLT(const GMat &src1, const GMat &src2)
Performs the per-element comparison of two matrices checking if elements from first matrix are less t...
cv::text::OCRBeamSearchDecoder::ClassifierCallback
Callback with the character classifier is made a class.
Definition: ocr.hpp:406
cv::optflow::RLOFOpticalFlowParameter
This is used store and set up the parameters of the robust local optical flow (RLOF) algoritm.
Definition: rlofflow.hpp:64
cv::face::FacemarkAAM::Data
Data container for the facemark::getData function.
Definition: facemarkAAM.hpp:98
cv::GCPUContext::m_results
std::unordered_map< std::size_t, GRunArgP > m_results
Definition: gcpukernel.hpp:106
cv::KeyPoint::pt
Point2f pt
coordinates of the keypoints
Definition: types.hpp:771
cv::stereo::MVKernel
Definition: descriptor.hpp:65
cv::cudev::threshBinary_
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< SrcPtr >::ptr_type, ThreshBinaryFunc< typename PtrTraits< SrcPtr >::value_type > > > threshBinary_(const SrcPtr &src, typename PtrTraits< SrcPtr >::value_type thresh, typename PtrTraits< SrcPtr >::value_type maxVal)
Definition: per_element_func.hpp:82
cv::CAP_PROP_OPENNI_FOCAL_LENGTH
In pixels.
Definition: videoio.hpp:230
cv::gapi::boxFilter
GMat boxFilter(const GMat &src, int dtype, const Size &ksize, const Point &anchor=Point(-1,-1), bool normalize=true, int borderType=BORDER_DEFAULT, const Scalar &borderValue=Scalar(0))
Blurs an image using the box filter.
cv::bitwise_or
void bitwise_or(InputArray src1, InputArray src2, OutputArray dst, InputArray mask=noArray())
Calculates the per-element bit-wise disjunction of two arrays or an array and a scalar.
cv::detail::findMaxSpanningTree
void findMaxSpanningTree(int num_images, const std::vector< MatchesInfo > &pairwise_matches, Graph &span_tree, std::vector< int > &centers)
cv::gapi::wip::draw::Prims
std::vector< Prim > Prims
Definition: render.hpp:377
cv::CAP_PROP_XI_DEFAULT_CC_MATRIX
Set default Color Correction Matrix.
Definition: videoio.hpp:421
cv::BaseClassifier::replaceWeakClassifier
void replaceWeakClassifier(int index)
cv::CvFeatureEvaluator::init
virtual void init(const CvFeatureParams *_featureParams, int _maxSampleCount, Size _winSize)
cv::reg::MapAffine::getShift
void getShift(OutputArray shift) const
Definition: mapaffine.hpp:100
cv::aruco::CharucoBoard::getSquareLength
float getSquareLength() const
Definition: charuco.hpp:111
cv::util::detail::type_list_index_helper
Definition: variant.hpp:25
cv::omnidir::internal::compose_motion
void compose_motion(InputArray _om1, InputArray _T1, InputArray _om2, InputArray _T2, Mat &om3, Mat &T3, Mat &dom3dom1, Mat &dom3dT1, Mat &dom3dom2, Mat &dom3dT2, Mat &dT3dom1, Mat &dT3dT1, Mat &dT3dom2, Mat &dT3dT2)
NcvBool
bool NcvBool
Definition: NCV.hpp:118
cv::detail::make_default
auto make_default() -> decltype(T
Definition: gtyped.hpp:39
cv::ximgproc::EdgeAwareInterpolator
Sparse match interpolation algorithm based on modified locally-weighted affine estimator from and Fa...
Definition: sparse_match_interpolator.hpp:77
cv::Allocator::difference_type
ptrdiff_t difference_type
Definition: cvstd.hpp:119
cv::datasets::SLAM_tumindoorObj::type
imageType type
Definition: slam_tumindoor.hpp:71
cv::IMREAD_IGNORE_ORIENTATION
If set, do not rotate the image according to EXIF's orientation flag.
Definition: imgcodecs.hpp:77
cv::CvHaarEvaluator::setImage
virtual void setImage(const Mat &img, uchar clsLabel=0, int idx=1) CV_OVERRIDE
nppiStTranspose_64u_C1R
NCVStatus nppiStTranspose_64u_C1R(Ncv64u *d_src, Ncv32u srcStride, Ncv64u *d_dst, Ncv32u dstStride, NcvSize32u srcRoi)
cv::hal::cmp16u
void cmp16u(const ushort *src1, size_t step1, const ushort *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *_cmpop)
cv::ximgproc::BINARIZATION_WOLF
Wolf's technique. See .
Definition: ximgproc.hpp:121
cv::Canny
void Canny(InputArray image, OutputArray edges, double threshold1, double threshold2, int apertureSize=3, bool L2gradient=false)
Finds edges in an image using the Canny algorithm .
cv::cudev::Warp
Definition: warp.hpp:62
cv::videostab::DeblurerBase::motions
virtual const std::vector< Mat > & motions() const
Definition: deblurring.hpp:78
cv::stereo::modifiedCensusTransform
void modifiedCensusTransform(const cv::Mat &img1, const cv::Mat &img2, int kernelSize, cv::Mat &dist1, cv::Mat &dist2, const int type, int t=0, const cv::Mat &IntegralImage1=cv::Mat::zeros(100, 100, CV_8UC1), const cv::Mat &IntegralImage2=cv::Mat::zeros(100, 100, CV_8UC1))
cv::CAP_PVAPI_PIXELFORMAT_RGB24
Rgb24.
Definition: videoio.hpp:321
cv::BOWImgDescriptorExtractor::dextractor
Ptr< DescriptorExtractor > dextractor
Definition: features2d.hpp:1445
cv::cudev::PtrTraitsBase::ptr_sz_type
Ptr2DSz ptr_sz_type
Definition: traits.hpp:58
cv::datasets::IS_weizmannObj
Definition: is_weizmann.hpp:60
cv::cudev::GpuMat_::stepT
__host__ size_t stepT() const
returns step()/sizeof(T)
hal_ni_mul16u
int hal_ni_mul16u(const ushort *src1_data, size_t src1_step, const ushort *src2_data, size_t src2_step, ushort *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:240
cv::cuda::sqrt
void sqrt(InputArray src, OutputArray dst, Stream &stream=Stream::Null())
Computes a square root of each matrix element.
cv::detail::is_meta_descr
Definition: gmetaarg.hpp:51
cv::TrackerCSRT::Params::hog_orientations
float hog_orientations
Definition: tracker.hpp:1512
cv::COLOR_BayerRG2RGBA
Definition: imgproc.hpp:784
cv::AutoBuffer::ptr
_Tp * ptr
pointer to the real buffer, can point to buf if the buffer is small enough
Definition: utility.hpp:146
cv::ovis::SCENE_SHOW_CS_CROSS
draw coordinate system crosses for debugging
Definition: ovis.hpp:26
cv::MatConstIterator_
Matrix read-only iterator.
Definition: mat.hpp:3079
cv::quality::QualityGMSD
Full reference GMSD algorithm http://www4.comp.polyu.edu.hk/~cslzhang/IQA/GMSD/GMSD....
Definition: qualitygmsd.hpp:19
cv::DetectionROI
struct for detection region of interest (ROI)
Definition: objdetect.hpp:345
cv::datasets::male
Definition: fr_adience.hpp:62
cvv::impl::showImage
void showImage(cv::InputArray img, const CallMetaData &data, const char *description, const char *view)
cv::edgePreservingFilter
void edgePreservingFilter(InputArray src, OutputArray dst, int flags=1, float sigma_s=60, float sigma_r=0.4f)
Filtering is the fundamental operation in image and video processing. Edge-preserving smoothing filte...
cv::stereo::Matching::getConfidence
double getConfidence()
Definition: matching.hpp:404
cv::cudev::operator%
__host__ Expr< BinaryTransformPtrSz< typename PtrTraits< GpuMat_< T > >::ptr_type, typename PtrTraits< GpuMat_< T > >::ptr_type, modulus< T > > > operator%(const GpuMat_< T > &src1, const GpuMat_< T > &src2)
Definition: binary_op.hpp:216
cv::hal::cvtTwoPlaneYUVtoBGR
void cvtTwoPlaneYUVtoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int dst_width, int dst_height, int dcn, bool swapBlue, int uIdx)
cv::cuda::EventAccessor
Class that enables getting cudaEvent_t from cuda::Event.
Definition: cuda_stream_accessor.hpp:75
cv::xobjdetect::WBDetector::~WBDetector
virtual ~WBDetector()
Definition: xobjdetect.hpp:95
cv::detail::TransverseMercatorProjector::mapForward
void mapForward(float x, float y, float &u, float &v)
cv::utils::dumpInputArray
String dumpInputArray(InputArray argument)
cv::structured_light::SinusoidalPattern::Params::width
int width
Definition: sinusoidalpattern.hpp:85
Ncv32u
unsigned int Ncv32u
Definition: NCV.hpp:128
cv::CylindricalWarper::create
Ptr< detail::RotationWarper > create(float scale) const CV_OVERRIDE
Definition: warpers.hpp:155
cv::saliency::MotionSaliencyBinWangApr2014::getImageHeight
int getImageHeight() const
Definition: saliencySpecializedClasses.hpp:207
cv::detail::MatchesInfo::inliers_mask
std::vector< uchar > inliers_mask
Geometrically consistent matches mask.
Definition: matchers.hpp:108
cv::detail::getGOut_impl
static GProtoOutputArgs getGOut_impl(const std::tuple< Ts... > &ts, detail::Seq< Indexes... >)
Definition: gproto.hpp:85
cv::stereo::StereoMatcher::getSpeckleWindowSize
virtual int getSpeckleWindowSize() const =0
cv::GFluidKernel::m_f
const F m_f
Definition: gfluidkernel.hpp:90
OpenCV_API_Header::valid_size
size_t valid_size
valid size of this structure
Definition: llapi.h:41
nppiStIntegral_8u32u_C1R_host
NCVStatus nppiStIntegral_8u32u_C1R_host(Ncv8u *h_src, Ncv32u srcStep, Ncv32u *h_dst, Ncv32u dstStep, NcvSize32u roiSize)
cv::CMP_GT
src1 is greater than src2.
Definition: base.hpp:212
cv::datasets::OR_imagenet
Definition: or_imagenet.hpp:66
cv::cudev::GlobPtrSz::cols
int cols
Definition: glob.hpp:87
cv::ximgproc::MSLIC
Definition: slic.hpp:129
cv::UMat::rows
int rows
the number of rows and columns or (-1, -1) when the matrix has more than 2 dimensions
Definition: mat.hpp:2560
cv::UMatData::refcount
int refcount
Definition: mat.hpp:557
cv::cudev::ScharrXPtrSz
Definition: deriv.hpp:254
cv::COLOR_RGBA2BGRA
Definition: imgproc.hpp:540
cv::hal::DFT1D
Definition: hal.hpp:204
cv::randShuffle
void randShuffle(InputOutputArray dst, double iterFactor=1., RNG *rng=0)
Shuffles the array elements randomly.
cv::COLOR_BGR2RGBA
convert between RGB and BGR color spaces (with or without alpha channel)
Definition: imgproc.hpp:530
cv::_InputArray::flags
int flags
Definition: mat.hpp:255
cv::ximgproc::segmentation::GraphSegmentation
Graph Based Segmentation Algorithm. The class implements the algorithm described in .
Definition: segmentation.hpp:46
cv::detail::AffineWarper
Affine warper that uses rotations and translations.
Definition: warpers.hpp:213
cv::COLOR_BayerBG2BGR
Demosaicing.
Definition: imgproc.hpp:739
CV_BIG_INT
#define CV_BIG_INT(n)
Definition: interface.h:63
cv::rgbd::FastICPOdometry::setIterationCounts
void setIterationCounts(const cv::Mat &val)
Definition: depth.hpp:1123
cv::hal::recip8u
void recip8u(const uchar *, size_t, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *scale)
cv::getThreadNum
int getThreadNum()
Returns the index of the currently executed thread within the current parallel region....
cv::util::detail::type_list_index_helper::value
static const constexpr std::size_t value
Definition: variant.hpp:28
NppStInterpolationState::pSrcFrame1
Ncv32f * pSrcFrame1
frame 1
Definition: NPP_staging.hpp:120
cv::cudacodec::VideoWriter::~VideoWriter
virtual ~VideoWriter()
Definition: cudacodec.hpp:180
cv::CAP_PROP_TRIGGER
Definition: videoio.hpp:157
cv::optflow::RLOFOpticalFlowParameter::solverType
SolverType solverType
Definition: rlofflow.hpp:83
cv::cudev::NormL2
Definition: vec_distance.hpp:122
cv::ximgproc::FastLineDetector
Class implementing the FLD (Fast Line Detector) algorithm described in .
Definition: fast_line_detector.hpp:24
NcvRect32u::y
Ncv32u y
y-coordinate of upper left corner.
Definition: NCV.hpp:163
intrin.hpp
cv::IMWRITE_EXR_TYPE_HALF
store as HALF (FP16)
Definition: imgcodecs.hpp:104
fuzzy_F1_math.hpp
cv::optflow::RLOFOpticalFlowParameter::crossSegmentationThreshold
int crossSegmentationThreshold
Definition: rlofflow.hpp:112
cv::TrackerKCF::Params::max_patch_size
int max_patch_size
threshold for the ROI size
Definition: tracker.hpp:1254
cv::ovis::MATERIAL_TEXTURE
Definition: ovis.hpp:41
cv::RotateFlags
RotateFlags
Definition: core.hpp:1060
cv::CAP_INTELPERC_IR_MAP
Each pixel is a 16-bit integer. The value indicates the intensity of the reflected laser beam.
Definition: videoio.hpp:538
cv::detail::OCVCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call
static void call(GCPUContext &ctx)
Definition: gcpukernel.hpp:265
CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC
#define CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(func_name, func, input_type, output_type)
Definition: vec_math.hpp:182
cv::TrackerKCF::MODE
MODE
Feature type to be used in the tracking grayscale, colornames, compressed color-names The modes avail...
Definition: tracker.hpp:1221
CV_CONSTEXPR
#define CV_CONSTEXPR
Definition: cvdef.h:733
cv::optflow::GPCDetails
Definition: sparse_matching_gpc.hpp:301
cv::detail::VectorRef::descr_of
cv::GArrayDesc descr_of() const
Definition: garray.hpp:261
cv::line_descriptor::LSDParam::density_th
double density_th
Definition: descriptor.hpp:706
dnn.hpp
cv::cuda::ALPHA_ATOP_PREMUL
Definition: cudaimgproc.hpp:160
cv::COLOR_YUV2BGRA_NV12
Definition: imgproc.hpp:640
nppiStGetInterpolationBufferSize
NCVStatus nppiStGetInterpolationBufferSize(NcvSize32u srcSize, Ncv32u nStep, Ncv32u *hpSize)
cv::cudev::gridFindMinMaxVal_
__host__ void gridFindMinMaxVal_(const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: reduce.hpp:174
cv::detail::CylindricalWarperGpu::warp
Point warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst) CV_OVERRIDE
Projects the image.
Definition: warpers.hpp:569
motion_estimators.hpp
cv::ppf_match_3d::normalizePCCoeff
Mat normalizePCCoeff(Mat pc, float scale, float *Cx, float *Cy, float *Cz, float *MinVal, float *MaxVal)
cv::LineIterator::operator++
LineIterator & operator++()
prefix increment operator (++it). shifts iterator to the next pixel
cv::DIST_C
distance = max(|x1-x2|,|y1-y2|)
Definition: imgproc.hpp:300
cv::Point3i
Point3_< int > Point3i
Definition: types.hpp:270
cv::cudacodec::MPEG1
Definition: cudacodec.hpp:247
cv::FlannBasedMatcher::indexParams
Ptr< flann::IndexParams > indexParams
Definition: features2d.hpp:1186
cv::linearPolar
void linearPolar(InputArray src, OutputArray dst, Point2f center, double maxRadius, int flags)
Remaps an image to polar coordinates space.
cv::Tracker::model
Ptr< TrackerModel > model
Definition: tracker.hpp:561
cv::gapi::own::Rect
Definition: types.hpp:31
cv::videostab::MotionEstimatorBase::setMotionModel
virtual void setMotionModel(MotionModel val)
Sets motion model.
Definition: global_motion.hpp:106
cv::CvHaarFeatureParams
Definition: feature.hpp:199
cv::CAP_PVAPI_FSTRIGMODE_SOFTWARE
Software.
Definition: videoio.hpp:306
cv::face::FacemarkAAM::Model::S
Mat S
Definition: facemarkAAM.hpp:143
cv::CAP_PROP_FORMAT
Definition: videoio.hpp:140
cv::hal::mul16u
void mul16u(const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *scale)
cv::ppf_match_3d::ICP::ICP
ICP(const int iterations, const float tolerence=0.05f, const float rejectionScale=2.5f, const int numLevels=6, const int sampleType=ICP::ICP_SAMPLING_TYPE_UNIFORM, const int numMaxCorr=1)
ICP constructor with default arguments.
Definition: icp.hpp:117
cv::boundingRect
Rect boundingRect(InputArray array)
Calculates the up-right bounding rectangle of a point set or non-zero pixels of gray-scale image.
cv::detail::FluidCallHelper
Definition: gfluidkernel.hpp:354
cv::videostab::PyrLkOptFlowEstimatorBase::maxLevel_
int maxLevel_
Definition: optical_flow.hpp:93
cv::cudev::FindMaxValExprBody::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: reduction.hpp:113
cv::GScalarDesc::operator==
bool operator==(const GScalarDesc &) const
Definition: gscalar.hpp:59
cv::rotate
void rotate(InputArray src, OutputArray dst, int rotateCode)
Rotates a 2D array in multiples of 90 degrees. The function cv::rotate rotates the array in one of th...
cv::stereo::Matching::setMaxDisparity
void setMaxDisparity(int val)
method for setting the maximum disparity
Definition: matching.hpp:376
cv::OPEN_CAMERA
Definition: cap_winrt.hpp:40
cv::videostab::NullDeblurer
Definition: deblurring.hpp:90
CV_CUDEV_EXPR_UNOP_INST
#define CV_CUDEV_EXPR_UNOP_INST(op, functor)
Definition: unary_op.hpp:63
cv::detail::VectorRefT::mov
virtual void mov(BasicVectorRef &v) override
Definition: garray.hpp:206
cv::dynafu::Params::tsdf_min_camera_movement
float tsdf_min_camera_movement
Minimal camera movement in meters.
Definition: dynafu.hpp:66
cv::videostab::RansacParams::size
int size
subset size
Definition: motion_core.hpp:75
cv::cudev::IsPowerOf2::value
Definition: type_traits.hpp:91
cv::cuda::createMinEigenValCorner
Ptr< CornernessCriteria > createMinEigenValCorner(int srcType, int blockSize, int ksize, int borderType=BORDER_REFLECT101)
Creates implementation for the minimum eigen value of a 2x2 derivative covariation matrix (the corner...
cv::AlignExposures
The base class for algorithms that align images of the same scene with different exposures.
Definition: photo.hpp:450
cv::CvFeatureParams::maxCatCount
int maxCatCount
Definition: feature.hpp:152
cv::instr::setFlags
void setFlags(FLAGS modeFlags)
cv::COLOR_BayerRG2BGR_EA
Definition: imgproc.hpp:768
gstreaming.hpp
cv::datasets::SLAM_kitti
Definition: slam_kitti.hpp:74
cv::CAP_PROP_POS_FRAMES
0-based index of the frame to be decoded/captured next.
Definition: videoio.hpp:133
cv::detail::get_window_helper< false, Impl, Ins... >::help
static int help(const cv::GMetaArgs &, const cv::GArgs &)
Definition: gfluidkernel.hpp:315
cv::ovis::createWindow
Ptr< WindowScene > createWindow(const String &title, const Size &size, int flags=SCENE_INTERACTIVE|SCENE_AA)
cv::ovis::createTriangleMesh
void createTriangleMesh(const String &name, InputArray vertices, InputArray normals=noArray(), InputArray indices=noArray())
CV_EXPORTS_AS
#define CV_EXPORTS_AS(synonym)
Definition: cvdef.h:418
cv::getMouseWheelDelta
int getMouseWheelDelta(int flags)
Gets the mouse-wheel motion delta, when handling mouse-wheel events cv::EVENT_MOUSEWHEEL and cv::EVEN...
cv::cudev::UnaryTupleAdapter
Definition: tuple_adapter.hpp:57
cv::Trajectory
std::vector< Ptr< TrackerTargetState > > Trajectory
Represents the estimate states for all frames.
Definition: tracker.hpp:392
cv::datasets::OR_pascalObj::depth
int depth
Definition: or_pascal.hpp:84
cv::cuda::setGlDevice
void setGlDevice(int device=0)
Sets a CUDA device and initializes it for the current thread with OpenGL interoperability.
cv::quality::quality_utils::expand_mat
R expand_mat(InputArray src, int TYPE_DEFAULT=EXPANDED_MAT_DEFAULT_TYPE)
Definition: quality_utils.hpp:37
cv::cuda::ALPHA_OUT
Definition: cudaimgproc.hpp:159
hal_ni_add8s
int hal_ni_add8s(const schar *src1_data, size_t src1_step, const schar *src2_data, size_t src2_step, schar *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:77
cv::linemod::Detector::LinearMemories
std::vector< Mat > LinearMemories
Definition: linemod.hpp:404
show_image.hpp
cv::ocl::Device::isAMD
bool isAMD() const
Definition: ocl.hpp:189
cv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyMultiple
Ptr< SelectiveSearchSegmentationStrategyMultiple > createSelectiveSearchSegmentationStrategyMultiple()
Create a new multiple strategy.
cv::CAP_PROP_GPHOTO2_WIDGET_ENUMERATE
Readonly, returns (const char *).
Definition: videoio.hpp:555
cv::aruco::DICT_7X7_100
Definition: dictionary.hpp:155
async.hpp
cv::gapi::wip::draw::Line::lt
int lt
The Type of the line. See LineTypes.
Definition: render.hpp:273
cv::ACCESS_FAST
Definition: mat.hpp:65
cv::detail::PaniniWarper
Definition: warpers.hpp:408
cv::samples::addSamplesDataSearchPath
void addSamplesDataSearchPath(const cv::String &path)
Override search data path by adding new search location.
cv::detail::ConstructVec
std::function< void(VectorRef &)> ConstructVec
Definition: garray.hpp:59
cv::rgbd::RgbdOdometry::setIterationCounts
void setIterationCounts(const cv::Mat &val)
Definition: depth.hpp:687
cv::cudev::NearestInterPtr::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: interpolation.hpp:65
NcvSize32u
Definition: NCV.hpp:181
cv::cudev::AffineMapPtrSz::cols
int cols
Definition: warping.hpp:79
cv::line_descriptor::KeyLine::endPointY
float endPointY
Definition: descriptor.hpp:129
cv::SimilarRects::eps
double eps
Definition: objdetect.hpp:133
cv::createHanningWindow
void createHanningWindow(OutputArray dst, Size winSize, int type)
This function computes a Hanning window coefficients in two dimensions.
cv::detail::FluidCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... >, UseScratch >::getWindow
static int getWindow(const GMetaArgs &metas, const cv::GArgs &in_args)
Definition: gfluidkernel.hpp:404
cv::stereo::Matching::setConfidence
void setConfidence(double val)
setter for the confidence check
Definition: matching.hpp:398
Cv16suf::i
short i
Definition: cvdef.h:339
cv::ml::SVM::getDefaultGridPtr
static Ptr< ParamGrid > getDefaultGridPtr(int param_id)
Generates a grid for SVM parameters.
cv::gapi::own::detail::MatHeader::dims
std::vector< int > dims
dimensions (ND-case)
Definition: mat.hpp:83
cv::cuda::solvePnPRansac
void solvePnPRansac(const Mat &object, const Mat &image, const Mat &camera_mat, const Mat &dist_coef, Mat &rvec, Mat &tvec, bool use_extrinsic_guess=false, int num_iters=100, float max_dist=8.0, int min_inlier_count=100, std::vector< int > *inliers=NULL)
Finds the object pose from 3D-2D point correspondences.
face_alignment.hpp
HaarClassifierCascadeDescriptor::bNeedsTiltedII
NcvBool bNeedsTiltedII
Definition: NCVHaarObjectDetection.hpp:340
cv::cudev::max_
__host__ Expr< BinaryTransformPtrSz< typename PtrTraits< SrcPtr1 >::ptr_type, typename PtrTraits< SrcPtr2 >::ptr_type, maximum< typename LargerType< typename PtrTraits< SrcPtr1 >::value_type, typename PtrTraits< SrcPtr2 >::value_type >::type > > > max_(const SrcPtr1 &src1, const SrcPtr2 &src2)
Definition: per_element_func.hpp:73
cv::softfloat::setFrac
softfloat setFrac(const softfloat &s) const
Construct a copy with provided significand.
Definition: softfloat.hpp:196
cv::viz::getWindowByName
Viz3d getWindowByName(const String &window_name)
Retrieves a window by its name.
cv::GOCLKernel::m_f
F m_f
Definition: goclkernel.hpp:94
cv::hal::add32s
void add32s(const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *)
cv::stereo::Matching::Median9x1Filter
void Median9x1Filter(const Mat &originalImage, Mat &filteredImage)
9x1 median filter
Definition: matching.hpp:588
cv::img_hash::MarrHildrethHash::MarrHildrethHash
MarrHildrethHash()
Definition: marr_hildreth_hash.hpp:45
cv::CvHaarEvaluator::FeatureHaar::getWeights
const std::vector< float > & getWeights() const
cv::connectedComponents
int connectedComponents(InputArray image, OutputArray labels, int connectivity, int ltype, int ccltype)
computes the connected components labeled image of boolean image
hal_ni_warpAffine
int hal_ni_warpAffine(int src_type, const uchar *src_data, size_t src_step, int src_width, int src_height, uchar *dst_data, size_t dst_step, int dst_width, int dst_height, const double M[6], int interpolation, int borderType, const double borderValue[4])
hal_warpAffine
Definition: hal_replacement.hpp:272
cv::gapi::own::roundd
double roundd(double x)
Definition: saturate.hpp:84
cv::omnidir::CALIB_FIX_K1
Definition: omnidir.hpp:58
cv::ppf_match_3d::getRandomPose
void getRandomPose(Matx44d &Pose)
cv::ml::ErrorTypes
ErrorTypes
Error types
Definition: ml.hpp:89
cv::cudev::binaryTupleAdapter
__host__ __device__ BinaryTupleAdapter< Op, n0, n1 > binaryTupleAdapter(const Op &op)
Definition: tuple_adapter.hpp:92
cv::cuda::GpuMat::allocator
Allocator * allocator
allocator
Definition: cuda.hpp:337
cv::LineIterator::elemSize
int elemSize
Definition: imgproc.hpp:4736
hal_ni_FAST
int hal_ni_FAST(const uchar *src_data, size_t src_step, int width, int height, uchar *keypoints_data, size_t *keypoints_count, int threshold, bool nonmax_suppression, int type)
Detects corners using the FAST algorithm.
Definition: hal_replacement.hpp:97
cv::gapi::own::Size::operator=
Size & operator=(const cv::Size &rhs)
Definition: types.hpp:95
cv::linemod::Match::x
int x
Definition: linemod.hpp:282
cv::ximgproc::GradientDericheX
void GradientDericheX(InputArray op, OutputArray dst, double alpha, double omega)
Applies X Deriche filter to an image.
cv::videostab::NullFrameSource::reset
virtual void reset() CV_OVERRIDE
Definition: frame_source.hpp:68
predict_collector.hpp
NCV_CT_ASSERT
#define NCV_CT_ASSERT(X)
Definition: NCV.hpp:89
cv::face::loadTrainingData
bool loadTrainingData(String filename, std::vector< String > &images, OutputArray facePoints, char delim=' ', float offset=0.0f)
A utility to load facial landmark dataset from a single file.
NCVVectorAlloc
Definition: NCV.hpp:629
cv_cpu_helper.h
cv::EstimatedGaussDistribution
Definition: onlineBoosting.hpp:151
cv::cuda::FGDParams::perform_morphing
int perform_morphing
These erase one-pixel junk blobs and merge almost-touching blobs. Default value is 1.
Definition: cudalegacy.hpp:167
cv::Vec::conj
Vec conj() const
conjugation (makes sense for complex numbers and quaternions)
highgui.hpp
cv::cudev::bit_xor::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:245
cv::StereoBM
Class for computing stereo correspondence using the block matching algorithm, introduced and contribu...
Definition: calib3d.hpp:2701
cv::Matx23d
Matx< double, 2, 3 > Matx23d
Definition: matx.hpp:233
cv::TrackerStateEstimator::className
String className
Definition: tracker.hpp:436
cv::cudacodec::createVideoReader
Ptr< VideoReader > createVideoReader(const String &filename)
Creates video reader.
t_hash_int.hpp
cv::cudev::bit_not
Definition: functional.hpp:252
cv::viz::readPose
bool readPose(const String &file, Affine3d &pose, const String &tag="pose")
Read/write poses and trajectories.
ring_buffer.hpp
cvv::impl::debugFilter
void debugFilter(cv::InputArray original, cv::InputArray result, const CallMetaData &data, const char *description, const char *view)
cv::datasets::IS_weizmann
Definition: is_weizmann.hpp:68
hal_ni_sub8s
int hal_ni_sub8s(const schar *src1_data, size_t src1_step, const schar *src2_data, size_t src2_step, schar *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:85
cv::cudev::TypeTraits::is_pointer
Definition: type_traits.hpp:140
cv::cudev::CommonAreaInterPtr::index_type
float index_type
Definition: interpolation.hpp:297
cv::datasets::Dataset::train
std::vector< std::vector< Ptr< Object > > > train
Definition: dataset.hpp:579
cv::ximgproc::EdgeAwareFiltersList
EdgeAwareFiltersList
Definition: edge_filter.hpp:51
cv::MatExpr::operator/
MatExpr operator/(const Mat &a, const Mat &b)
cv::tbm::IImageDescriptor::~IImageDescriptor
virtual ~IImageDescriptor()
Definition: tracking_by_matching.hpp:93
cv::gapi::ie::Params::tag
std::string tag() const
Definition: ie.hpp:111
cv::KMEANS_RANDOM_CENTERS
Definition: core.hpp:209
cv::Error::StsBadArg
function arg/param is bad
Definition: base.hpp:74
kinfu.hpp
cv::IMWRITE_PNG_STRATEGY
One of cv::ImwritePNGFlags, default is IMWRITE_PNG_STRATEGY_RLE.
Definition: imgcodecs.hpp:89
cv::CAP_PROP_XI_IMAGE_BLACK_LEVEL
Last image black level counts. Can be used for Offline processing to recall it.
Definition: videoio.hpp:473
cv::IMREAD_REDUCED_COLOR_8
If set, always convert image to the 3 channel BGR color image and the image size reduced 1/8.
Definition: imgcodecs.hpp:76
cv::detail::g_type_of_t
typename GTypeOf< T >::type g_type_of_t
Definition: gtype_traits.hpp:106
cv::softfloat::v
uint32_t v
Definition: softfloat.hpp:220
cv::hal::div32s
void div32s(const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *scale)
cv::LineIterator
Line iterator.
Definition: imgproc.hpp:4707
cv::detail::tracked_cv_umat
Definition: goclkernel.hpp:119
cv::fisheye::CALIB_CHECK_COND
Definition: calib3d.hpp:3052
cv::rgbd::FastICPOdometry
Definition: depth.hpp:1038
cv::CAP_PROP_XI_TRANSPORT_PIXEL_FORMAT
Current format of pixels on transport layer.
Definition: videoio.hpp:440
cv::datasets::createDirectory
void createDirectory(const std::string &path)
cv::rgbd::RgbdOdometry::setMaxPointsPart
void setMaxPointsPart(double val)
Definition: depth.hpp:703
cv::cuda::Stream
This class encapsulates a queue of asynchronous calls.
Definition: cuda.hpp:642
cv::accumulate
void accumulate(InputArray src, InputOutputArray dst, InputArray mask=noArray())
Adds an image to the accumulator image.
cv::hal::cvt32f16f
void cvt32f16f(const float *src, float16_t *dst, int len)
cv::COLOR_BayerRG2RGB
Definition: imgproc.hpp:746
cv::dnn::operator<<
static std::ostream & operator<<(std::ostream &out, const MatShape &shape)
Definition: shape_utils.hpp:192
cv::optflow::createOptFlow_DualTVL1
Ptr< DualTVL1OpticalFlow > createOptFlow_DualTVL1()
Creates instance of cv::DenseOpticalFlow.
cv::cudev::DerivYPtr::operator()
__device__ __forceinline__ PtrTraits< SrcPtr >::value_type operator()(int y, int x) const
Definition: deriv.hpp:108
cv::ml::VAR_ORDERED
ordered variables
Definition: ml.hpp:84
NPPST_MEM_RESIDENCE_ERROR
Memory residence error detected (check if pointers should be device or pinned)
Definition: NCV.hpp:369
cv::fisheye::undistortImage
void undistortImage(InputArray distorted, OutputArray undistorted, InputArray K, InputArray D, InputArray Knew=cv::noArray(), const Size &new_size=Size())
Transforms an image to compensate for fisheye lens distortion.
cv::datasets::HPE_humanevaObj
Definition: hpe_humaneva.hpp:60
cv::COLOR_BayerGR2RGB_EA
Definition: imgproc.hpp:774
cv::CvHaarEvaluator::FeatureHaar::getAreas
const std::vector< Rect > & getAreas() const
cv::cudev::RemapPtr1::map
MapPtr map
Definition: remap.hpp:66
cv::GCall::yieldScalar
GScalar yieldScalar(int output=0)
cv::dnn::BackendWrapper::setHostDirty
virtual void setHostDirty()=0
Indicate that an actual data is on CPU.
cv::ximgproc::FastHoughTransform
void FastHoughTransform(InputArray src, OutputArray dst, int dstMatDepth, int angleRange=ARO_315_135, int op=FHT_ADD, int makeSkew=HDO_DESKEW)
Calculates 2D Fast Hough transform of an image.
cv::linemod::Detector::getT
int getT(int pyramid_level) const
Get sampling step T at pyramid_level.
Definition: linemod.hpp:364
cv::Point3_::cross
Point3_ cross(const Point3_ &pt) const
cross product of the 2 3D points
NCVVector
Definition: NCV.hpp:566
cv::InputOutputArrayOfArrays
InputOutputArray InputOutputArrayOfArrays
Definition: mat.hpp:442
cv::phase_unwrapping::HistogramPhaseUnwrapping
Class implementing two-dimensional phase unwrapping based on This algorithm belongs to the quality-g...
Definition: histogramphaseunwrapping.hpp:65
cv::Stitcher::seamEstimationResol
double seamEstimationResol() const
Definition: stitching.hpp:189
cv::detail::GTypeTraits< cv::GArray< T > >::wrap_value
static cv::detail::GArrayU wrap_value(const cv::GArray< T > &t)
Definition: gtype_traits.hpp:72
cv::utils::dumpInt
static String dumpInt(int argument)
Definition: bindings_utils.hpp:30
cv::CAP_PROP_XI_REGION_SELECTOR
Selects Region in Multiple ROI which parameters are set by width, height, ... ,region mode.
Definition: videoio.hpp:383
cv::CAP_PROP_XI_COUNTER_VALUE
Counter status.
Definition: videoio.hpp:446
cv::DescriptorMatcher::write
void write(const Ptr< FileStorage > &fs, const String &name=String()) const
Definition: features2d.hpp:1054
cv::bioinspired::RetinaParameters::IplMagnoParameters::localAdaptintegration_k
float localAdaptintegration_k
Definition: retina.hpp:176
cv::__UMAT_USAGE_FLAGS_32BIT
Definition: mat.hpp:458
cv::softdouble::softdouble
softdouble()
Default constructor.
Definition: softfloat.hpp:230
cv::min
softfloat min(const softfloat &a, const softfloat &b)
Min and Max functions.
Definition: softfloat.hpp:437
cv::cudev::DerivXPtrSz::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: deriv.hpp:79
cv::gapi::select
GMat select(const GMat &src1, const GMat &src2, const GMat &mask)
Select values from either first or second of input matrices by given mask. The function set to the ou...
cv::text::OCR_DECODER_VITERBI
Definition: ocr.hpp:174
cv::Matx::row
Matx< _Tp, 1, n > row(int i) const
extract the matrix row
cv::videostab::MotionInpainter::setFlowErrorThreshold
void setFlowErrorThreshold(float val)
Definition: inpainting.hpp:149
hal_ni_absdiff64f
int hal_ni_absdiff64f(const double *src1_data, size_t src1_step, const double *src2_data, size_t src2_step, double *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:136
cv::CvLBPEvaluator::Feature::calc
uchar calc(const Mat &_sum, size_t y) const
Definition: feature.hpp:397
cv::datasets::PascalObj::parts
std::vector< PascalPart > parts
Definition: or_pascal.hpp:75
cv::ppf_match_3d::ICP::ICP_SAMPLING_TYPE_UNIFORM
Definition: icp.hpp:86
cv::softfloat::isSubnormal
bool isSubnormal() const
Subnormal number indicator.
Definition: softfloat.hpp:172
cv::MatExpr::max
static MatExpr max(const Mat &a, const Matx< _Tp, m, n > &b)
Definition: mat.hpp:3698
cv::ml::DTrees::Split::inversed
bool inversed
Definition: ml.hpp:1180
cv::DecompTypes
DecompTypes
matrix decomposition types
Definition: base.hpp:133
cv::CAP_PVAPI_PIXELFORMAT_MONO16
Mono16.
Definition: videoio.hpp:318
cv::dnn::MVNLayer::normVariance
bool normVariance
Definition: all_layers.hpp:289
cv::v_cvt_f32
v_reg< float, n > v_cvt_f32(const v_reg< int, n > &a)
Convert to float.
Definition: intrin_cpp.hpp:1935
cv::GRunArg
util::variant< cv::Mat, cv::Scalar, cv::UMat, cv::gapi::wip::IStreamSource::Ptr, cv::gapi::own::Mat, cv::gapi::own::Scalar, cv::detail::VectorRef > GRunArg
Definition: garg.hpp:100
cv::cudev::Warp::laneId
__device__ static __forceinline__ uint laneId()
Definition: warp.hpp:64
cv::datasets::FR_adienceObj::y
int y
Definition: fr_adience.hpp:75
NCV_FILE_ERROR
Definition: NCV.hpp:321
cv::v_reinterpret_as_u16
v_uint16x8 v_reinterpret_as_u16(const v_reg< _Tp0, n0 > &a)
Definition: intrin_cpp.hpp:2184
cv::datasets::join::Wx
double Wx
Definition: gr_chalearn.hpp:67
cv::GrabCutClasses
GrabCutClasses
class of the pixel in GrabCut algorithm
Definition: imgproc.hpp:341
cv::cudev::vavrg4
__device__ __forceinline__ uint vavrg4(uint a, uint b)
Definition: simd_functions.hpp:589
cv::Matx32f
Matx< float, 3, 2 > Matx32f
Definition: matx.hpp:234
cv::IMREAD_GRAYSCALE
If set, always convert image to the single channel grayscale image (codec internal conversion).
Definition: imgcodecs.hpp:66
cv::Complex::Complex
Complex()
default constructor
cv::img_hash::RadialVarianceHash
Image hash based on Radon transform.
Definition: radial_variance_hash.hpp:21
cv::CAP_PROP_XI_LUT_INDEX
Control the index (offset) of the coefficient to access in the LUT.
Definition: videoio.hpp:451
cv::CAP_PROP_HUE
Hue of the image (only for cameras).
Definition: videoio.hpp:146
cv::BFMatcher
Brute-force descriptor matcher.
Definition: features2d.hpp:1109
cv::ppf_match_3d::PoseCluster3D::numVotes
size_t numVotes
Definition: pose_3d.hpp:178
cv::KalmanFilter::errorCovPre
Mat errorCovPre
priori error estimate covariance matrix (P'(k)): P'(k)=A*P(k-1)*At + Q)*‍/
Definition: tracking.hpp:400
cv::detail::FeatherBlender::FeatherBlender
FeatherBlender(float sharpness=0.02f)
Definition: blenders.hpp:123
cv::cudev::vcmpne2
__device__ __forceinline__ uint vcmpne2(uint a, uint b)
Definition: simd_functions.hpp:454
cv::cudev::LinearInterPtrSz::cols
int cols
Definition: interpolation.hpp:136
cv::detail::VectorRefT::VectorRefT
VectorRefT(const std::vector< T > &vec)
Definition: garray.hpp:144
cv::instr::NodeData::m_funName
cv::String m_funName
Definition: instrumentation.hpp:77
cv::SparseMatConstIterator_
Template Read-Only Sparse Matrix Iterator Class.
Definition: mat.hpp:3268
cv::subtract
void subtract(InputArray src1, InputArray src2, OutputArray dst, InputArray mask=noArray(), int dtype=-1)
Calculates the per-element difference between two arrays or array and a scalar.
int64
int64_t int64
Definition: interface.h:61
cv::quality::QualityPSNR::_qualityMSE
Ptr< QualityMSE > _qualityMSE
Definition: qualitypsnr.hpp:91
cv::stereo::PropagationParameters::lkTermParam1
int lkTermParam1
Definition: quasi_dense_stereo.hpp:56
cv::COLOR_YUV2BGR_NV21
Definition: imgproc.hpp:635
cv::detail::BundleAdjusterBase::features_
const ImageFeatures * features_
Definition: motion_estimators.hpp:202
cv::datasets::TR_icdarObj
Definition: tr_icdar.hpp:66
cv::max
softfloat max(const softfloat &a, const softfloat &b)
Definition: softfloat.hpp:440
cv::cuda::FGDParams::N1cc
int N1cc
Number of color co-occurrence vectors used to model normal background color variation at a given pixe...
Definition: cudalegacy.hpp:162
cv::Allocator::max_size
size_type max_size() const
Definition: cvstd.hpp:138
cv::FileNodeIterator::idx
size_t idx
Definition: persistence.hpp:679
cv::rgbd::RgbdOdometry::setMaxRotation
void setMaxRotation(double val)
Definition: depth.hpp:727
cv::gapi::wip::draw::Rect::lt
int lt
The type of the line. See LineTypes.
Definition: render.hpp:199
cv::face::FisherFaceRecognizer
Definition: facerec.hpp:89
HaarFeatureDescriptor32::isRightNodeLeaf
__device__ __host__ NcvBool isRightNodeLeaf(void)
Definition: NCVHaarObjectDetection.hpp:162
cv::cuda::FGDParams::alpha1
float alpha1
How quickly we forget old background pixel values seen. Typically set to 0.1.
Definition: cudalegacy.hpp:170
cv::CAP_PROP_XI_TEST_PATTERN
Selects which test pattern type is generated by the selected generator.
Definition: videoio.hpp:369
cv::Matx::ddot
double ddot(const Matx< _Tp, m, n > &v) const
dot product computed in double-precision arithmetics
cv::videostab::InpaintingPipeline::pushBack
void pushBack(Ptr< InpainterBase > inpainter)
Definition: inpainting.hpp:111
cv::gapi::wip::draw::Line
This structure represents a line to draw.
Definition: render.hpp:246
cv::stereo::ModifiedCsCensus::ModifiedCsCensus
ModifiedCsCensus(uint8_t **images, int ker)
Definition: descriptor.hpp:148
cv::videostab::FastMarchingMethod::FastMarchingMethod
FastMarchingMethod()
Definition: fast_marching.hpp:66
cv::viz::Camera::setClip
void setClip(const Vec2d &clip)
Definition: types.hpp:211
cv::namedWindow
void namedWindow(const String &winname, int flags=WINDOW_AUTOSIZE)
Creates a window.
cv::tbm::TrackedObject::confidence
double confidence
Detection confidence level (-1 if N/A).
Definition: tracking_by_matching.hpp:29
cv::AVIReadContainer::getFrames
frame_list & getFrames()
Definition: container_avi.private.hpp:92
cv::GCompileArg
Represents an arbitrary compilation argument.
Definition: gcommon.hpp:93
cv::cudev::Texture::cols
int cols
Definition: texture.hpp:207
cv::COLOR_BayerGR2GRAY
Definition: imgproc.hpp:752
cv::Subdiv2D::freeQEdge
int freeQEdge
Definition: imgproc.hpp:1237
cv::videostab::IFrameSource
Definition: frame_source.hpp:57
cv::Stitcher::setMatchingMask
void setMatchingMask(const cv::UMat &mask)
Definition: stitching.hpp:218
cv::ParamType< uchar >::const_param_type
uchar const_param_type
Definition: core.hpp:3264
cv::HISTCMP_KL_DIV
Definition: imgproc.hpp:516
cv::cuda::DenseOpticalFlow
Base interface for dense optical flow algorithms.
Definition: cudaoptflow.hpp:70
cv::CAP_PROP_XI_SENSOR_BOARD_TEMP
Camera sensor board temperature.
Definition: videoio.hpp:397
cv::detail::TransverseMercatorProjector
Definition: warpers.hpp:456
cv::addWeighted
void addWeighted(InputArray src1, double alpha, InputArray src2, double beta, double gamma, OutputArray dst, int dtype=-1)
Calculates the weighted sum of two arrays.
cv::COVAR_NORMAL
Definition: core.hpp:184
cv::VecCommaInitializer
Comma-separated Vec Initializer.
Definition: matx.hpp:461
cv::fisheye::projectPoints
void projectPoints(InputArray objectPoints, OutputArray imagePoints, const Affine3d &affine, InputArray K, InputArray D, double alpha=0, OutputArray jacobian=noArray())
Projects points using fisheye model.
cv::FileStorage::write
void write(FileStorage &fs, const float &value)
Definition: persistence.hpp:890
cv::dnn::DeconvolutionLayer
Definition: all_layers.hpp:227
cv::GMatDesc::asInterleaved
GMatDesc asInterleaved() const
Definition: gmat.hpp:209
cv::v_reinterpret_as_f64
v_float64x2 v_reinterpret_as_f64(const v_reg< _Tp0, n0 > &a)
Definition: intrin_cpp.hpp:2189
cv::gapi::own::Scalar::operator[]
double & operator[](int i)
Definition: scalar.hpp:31
cv::RNG::operator==
bool operator==(const RNG &other) const
cv::img_hash::averageHash
void averageHash(cv::InputArray inputArr, cv::OutputArray outputArr)
Calculates img_hash::AverageHash in one call.
cv::cudev::BinaryTransformPtr::value_type
Op::result_type value_type
Definition: transform.hpp:106
cv::dpm::DPMDetector::ObjectDetection::classID
int classID
Definition: dpm.hpp:114
cv::cudacodec::EncoderParams::Presets
int Presets
NVVE_PRESETS,.
Definition: cudacodec.hpp:102
core.hpp
cv::rgbd::ICPOdometry::getMaxRotation
double getMaxRotation() const
Definition: depth.hpp:846
cv::datasets::AR_hmdbObj
Definition: ar_hmdb.hpp:60
cv::cudev::DerivYPtr::index_type
int index_type
Definition: deriv.hpp:104
hal_ni_sepFilterInit
int hal_ni_sepFilterInit(cvhalFilter2D **context, int src_type, int dst_type, int kernel_type, uchar *kernelx_data, int kernelx_length, uchar *kernely_data, int kernely_length, int anchor_x, int anchor_y, double delta, int borderType)
hal_sepFilterInit
Definition: hal_replacement.hpp:152
cv::CONTOURS_MATCH_I3
Definition: imgproc.hpp:452
cv::bioinspired::RetinaParameters::OPLandIplParvo
OPLandIplParvoParameters OPLandIplParvo
Definition: retina.hpp:178
cv::detail::RotationWarper
Rotation-only model image warper interface.
Definition: warpers.hpp:59
cv::CC_STAT_HEIGHT
The vertical size of the bounding box.
Definition: imgproc.hpp:395
NcvSize32s::NcvSize32s
__host__ __device__ NcvSize32s()
Definition: NCV.hpp:176
cv::Stitcher::resultMask
UMat resultMask() const
Definition: stitching.hpp:291
cv::detail::MetaHelper
Definition: gkernel.hpp:116
NCV_WARNING_HAAR_DETECTIONS_VECTOR_OVERFLOW
Definition: NCV.hpp:352
cv::Scalar_
Template class for a 4-element vector derived from Vec.
Definition: types.hpp:636
cv::Stitcher::setExposureCompensator
void setExposureCompensator(Ptr< detail::ExposureCompensator > exposure_comp)
Definition: stitching.hpp:240
cv::CAP_PROP_XI_IMAGE_PAYLOAD_SIZE
Buffer size in bytes sufficient for output image returned by xiGetImage.
Definition: videoio.hpp:439
cv::util::type_list_index
Definition: variant.hpp:47
cv::v_dotprod_expand
v_reg< typename V_TypeTraits< _Tp >::q_type, n/4 > v_dotprod_expand(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Dot product of elements and expand.
Definition: intrin_cpp.hpp:953
cv::hal::addWeighted8u
void addWeighted8u(const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *_scalars)
dynafu.hpp
cv::GScalarDesc
Definition: gscalar.hpp:55
cv::directx::convertToDirect3DSurface9
void convertToDirect3DSurface9(InputArray src, IDirect3DSurface9 *pDirect3DSurface9, void *surfaceSharedHandle=NULL)
Converts InputArray to IDirect3DSurface9.
cv::stereo::Matching::Median1x9Filter
void Median1x9Filter(const Mat &originalImage, Mat &filteredImage)
Definition: matching.hpp:580
cv::viz::Color::azure
static Color azure()
cv::cudev::abs_func::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type x) const
Definition: functional.hpp:354
cv::Node::~Node
~Node()
Definition: utility.hpp:1062
cv::CALIB_ZERO_DISPARITY
Definition: calib3d.hpp:291
cv::dnn::PoolingLayer::pads_end
std::vector< size_t > pads_end
Definition: all_layers.hpp:250
cv::ft::FT12D_createPolynomMatrixHorizontal
void FT12D_createPolynomMatrixHorizontal(int radius, OutputArray matrix, const int chn)
Creates horizontal matrix for -transform computation.
cv::detail::are_meta_descrs
all_satisfy< is_meta_descr, Ts... > are_meta_descrs
Definition: gmetaarg.hpp:57
cv::hal::mul8s
void mul8s(const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *scale)
cv::cudev::project2nd::operator()
__device__ __forceinline__ T2 operator()(typename TypeTraits< T1 >::parameter_type, typename TypeTraits< T2 >::parameter_type rhs) const
Definition: functional.hpp:301
cv::quality::quality_utils::scale
void scale(cv::Mat &mat, const cv::Mat &range, const T min, const T max)
Definition: quality_utils.hpp:90
cv::v_reduce_sad
V_TypeTraits< typename V_TypeTraits< _Tp >::abs_type >::sum_type v_reduce_sad(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Sum absolute differences of values.
Definition: intrin_cpp.hpp:1176
cv::optflow::OpticalFlowPCAFlow::claheClip
const float claheClip
Definition: pcaflow.hpp:103
cv::cudev::NormL1< float >::NormL1
__device__ __forceinline__ NormL1()
Definition: vec_distance.hpp:97
cv::SimpleBlobDetector::Params::minConvexity
float minConvexity
Definition: features2d.hpp:647
cv::cudev::GlobPtr::step
size_t step
stride between two consecutive rows in bytes. Step is stored always and everywhere in bytes!...
Definition: glob.hpp:70
cv::cudev::HistogramBody
Definition: reduction.hpp:218
cv::dnn::DNN_TARGET_VULKAN
Definition: dnn.hpp:93
cv::VideoCapture::read
virtual bool read(OutputArray image)
Grabs, decodes and returns the next video frame.
cv::xphoto::SimpleWB
A simple white balance algorithm that works by independently stretching each of the input image chann...
Definition: white_balance.hpp:79
cv::optflow::GPCTrainingSamples::type
int type() const
Definition: sparse_matching_gpc.hpp:116
cv::cuda::createContinuous
void createContinuous(int rows, int cols, int type, OutputArray arr)
Creates a continuous matrix.
cv::norm
static double norm(const Matx< _Tp, m, n > &M)
cv::rgbd::RgbdICPOdometry::setMaxPointsPart
void setMaxPointsPart(double val)
Definition: depth.hpp:952
cv::MatCommaInitializer_::it
MatIterator_< _Tp > it
Definition: mat.hpp:520
NCV_ALLOCATOR_DEALLOC_ORDER
Definition: NCV.hpp:336
cv::COLORSPACE_YUV444P
Definition: container_avi.private.hpp:135
cv::videostab::FromFileMotionReader
Definition: global_motion.hpp:198
cv::rgbd::RgbdNormals::setWindowSize
void setWindowSize(int val)
Definition: depth.hpp:144
cv::ocl::KernelArg::m
UMat * m
Definition: ocl.hpp:380
cv::cudev::divides::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:106
cv::cudev::numeric_limits< uchar >::max
__device__ static __forceinline__ uchar max()
Definition: limits.hpp:77
CvPhotoCamera::stillImageOutput
AVCaptureStillImageOutput * stillImageOutput
Definition: cap_ios.h:142
cv::videostab::completeFrameAccordingToFlow
void completeFrameAccordingToFlow(const Mat &flowMask, const Mat &flowX, const Mat &flowY, const Mat &frame1, const Mat &mask1, float distThresh, Mat &frame0, Mat &mask0)
cv::GShape::GSCALAR
cv::cuda::setBufferPoolConfig
void setBufferPoolConfig(int deviceId, size_t stackSize, int stackCount)
fourier_descriptors.hpp
NcvRect32s::height
Ncv32s height
Rectangle height.
Definition: NCV.hpp:153
cv::text::PSM_SINGLE_BLOCK_VERT_TEXT
Definition: ocr.hpp:74
memSegCopyHelper
NCVStatus memSegCopyHelper(void *dst, NCVMemoryType dstType, const void *src, NCVMemoryType srcType, size_t sz, cudaStream_t cuStream)
cv::LSD_REFINE_ADV
Definition: imgproc.hpp:483
cv::Mat_::clone
Mat_ clone() const CV_NODISCARD
cv::cudev::acos
__device__ __forceinline__ double4 acos(const double4 &a)
Definition: vec_math.hpp:328
cv::viz::LIGHTING
Definition: widgets.hpp:71
cv::datasets::TRACK_votObj::id
int id
Definition: track_vot.hpp:63
vec_traits.hpp
cv::COLOR_RGB2YUV_IYUV
Definition: imgproc.hpp:726
cv::text::BaseOCR::~BaseOCR
virtual ~BaseOCR()
Definition: ocr.hpp:95
cv::COLOR_YUV2RGB_YUYV
Definition: imgproc.hpp:696
ncvGrowDetectionsVector_host
NCVStatus ncvGrowDetectionsVector_host(NCVVector< Ncv32u > &pixelMask, Ncv32u numPixelMaskDetections, NCVVector< NcvRect32u > &hypotheses, Ncv32u &totalDetections, Ncv32u totalMaxDetections, Ncv32u rectWidth, Ncv32u rectHeight, Ncv32f curScale)
cv::getGaborKernel
Mat getGaborKernel(Size ksize, double sigma, double theta, double lambd, double gamma, double psi=CV_PI *0.5, int ktype=CV_64F)
Returns Gabor filter coefficients.
cv::cudev::TupleTraits::is_tuple
Definition: tuple.hpp:66
cv::datasets::OR_sunObj::name
std::string name
Definition: or_sun.hpp:63
cv::aruco::DetectorParameters::maxErroneousBitsInBorderRate
double maxErroneousBitsInBorderRate
Definition: aruco.hpp:173
cv::CAP_PROP_XI_HOUS_TEMP
Camera housing temperature.
Definition: videoio.hpp:395
NCVVector::length
size_t length() const
Definition: NCV.hpp:614
cv::videostab::ColorInpainter::ColorInpainter
ColorInpainter(int method=INPAINT_TELEA, double radius=2.)
Definition: inpainting.hpp:196
cv::cudev::divUp
__host__ __device__ __forceinline__ int divUp(int total, int grain)
Definition: common.hpp:80
cv::createStitcherScans
Ptr< Stitcher > createStitcherScans(bool try_use_gpu=false)
cv::DetectionBasedTracker::IDetector::getMinObjectSize
cv::Size getMinObjectSize() const
Definition: detection_based_tracker.hpp:88
cv::VideoCapture::setExceptionMode
void setExceptionMode(bool enable)
Definition: videoio.hpp:794
hal_ni_div32f
int hal_ni_div32f(const float *src1_data, size_t src1_step, const float *src2_data, size_t src2_step, float *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:262
cv::tbm::ResizedImageDescriptor::compute
void compute(const std::vector< cv::Mat > &mats, std::vector< cv::Mat > &descrs) override
Computes images descriptors.
Definition: tracking_by_matching.hpp:135
cv::dynafu::Params::volumeDims
Vec3i volumeDims
Resolution of voxel space.
Definition: dynafu.hpp:58
cv::saturate_cast< uint64 >
uint64 saturate_cast< uint64 >(schar v)
Definition: saturate.hpp:152
cv::face::FaceRecognizer::_labelsInfo
std::map< int, String > _labelsInfo
Definition: face.hpp:371
cv::gapi::imgproc::GMat2
std::tuple< GMat, GMat > GMat2
Definition: imgproc.hpp:30
cv::stereo::StereoBinaryBM::setSpekleRemovalTechnique
virtual void setSpekleRemovalTechnique(int factor)=0
cv::AsyncArray::p
Impl * p
Definition: async.hpp:99
cv::INPAINT_NS
Use Navier-Stokes based method.
Definition: photo.hpp:96
cv::util::detail::type_list_index_helper::is_same
static const constexpr bool is_same
Definition: variant.hpp:27
cv::GInferList
Definition: infer.hpp:120
cv::AutoBuffer::AutoBuffer
AutoBuffer()
the default constructor
cv::datasets::GR_skigObj::illumination
illuminationType illumination
Definition: gr_skig.hpp:100
cv::datasets::TRACK_votObj
Definition: track_vot.hpp:61
INCVMemAllocator::alloc
virtual NCVStatus alloc(NCVMemSegment &seg, size_t size)=0
cv::ml::SVM::GAMMA
Definition: ml.hpp:671
cv::gapi::ie::Params::cfgOutputLayers
Params< Net > & cfgOutputLayers(const typename PortCfg< Net >::Out &ll)
Definition: ie.hpp:94
cv::TrackerSamplerPF::Params::iterationNum
int iterationNum
number of selection rounds
Definition: tracker.hpp:906
cv::CAP_PROP_XI_GPO_SELECTOR
Selects general purpose output.
Definition: videoio.hpp:343
cv::v_select
v_reg< _Tp, n > v_select(const v_reg< _Tp, n > &mask, const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Per-element select (blend operation)
Definition: intrin_cpp.hpp:1253
cv::TrackerSamplerCS
TrackerSampler based on CS (current state), used by algorithm TrackerBoosting.
Definition: tracker.hpp:829
cv::Rodrigues
void Rodrigues(InputArray src, OutputArray dst, OutputArray jacobian=noArray())
Converts a rotation matrix to a rotation vector or vice versa.
cv::Error::StsUnmatchedFormats
formats of input/output arrays differ
Definition: base.hpp:105
cv::Detector
Definition: onlineBoosting.hpp:195
cv::CvHOGEvaluator::Feature::p3
int p3
Definition: feature.hpp:324
cv::stereo::StereoBinaryBM::getSpekleRemovalTechnique
virtual int getSpekleRemovalTechnique() const =0
cv::structured_light::SinusoidalPattern::Params::nbrOfPeriods
int nbrOfPeriods
Definition: sinusoidalpattern.hpp:87
cv::cudev::sqrt
__device__ __forceinline__ float1 sqrt(const uchar1 &a)
Definition: vec_math.hpp:222
cv::FileNode::read
static void read(const FileNode &node, Matx< _Tp, m, n > &value, const Matx< _Tp, m, n > &default_matx=Matx< _Tp, m, n >())
Definition: persistence.hpp:761
cv::cudacodec::EncoderParams::ForceIDR
int ForceIDR
NVVE_FORCE_IDR,.
Definition: cudacodec.hpp:99
CPU_AVX512_ICL
Ice Lake with AVX-512F/CD/BW/DQ/VL/IFMA/VBMI/VNNI/VBMI2/BITALG/VPOPCNTDQ.
Definition: cvdef.h:316
cv::ximgproc::ARO_45_135
Definition: fast_hough_transform.hpp:71
cv::idct
void idct(InputArray src, OutputArray dst, int flags=0)
Calculates the inverse Discrete Cosine Transform of a 1D or 2D array.
cv::ROTATE_180
Rotate 180 degrees clockwise.
Definition: core.hpp:1062
cv::omnidir::calibrate
double calibrate(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, Size size, InputOutputArray K, InputOutputArray xi, InputOutputArray D, OutputArrayOfArrays rvecs, OutputArrayOfArrays tvecs, int flags, TermCriteria criteria, OutputArray idx=noArray())
Perform omnidirectional camera calibration, the default depth of outputs is CV_64F.
cv::dft
void dft(InputArray src, OutputArray dst, int flags=0, int nonzeroRows=0)
Performs a forward or inverse Discrete Fourier transform of a 1D or 2D floating-point array.
cvv
Definition: call_meta_data.hpp:8
cv::GMatDesc::withSizeDelta
GMatDesc withSizeDelta(cv::Size delta) const
Definition: gmat.hpp:131
cv::TrackerKCF::Params::pca_learning_rate
float pca_learning_rate
compression learning rate
Definition: tracker.hpp:1249
cv::Error::StsError
unknown /unspecified error
Definition: base.hpp:71
cv::cudev::IntegerAreaInterPtr::operator()
__device__ PtrTraits< SrcPtr >::value_type operator()(float y, float x) const
Definition: interpolation.hpp:242
cv::face::getFacesHAAR
bool getFacesHAAR(InputArray image, OutputArray faces, const String &face_cascade_name)
cv::detail::BlocksCompensator::getMatGains
void getMatGains(std::vector< Mat > &umv) CV_OVERRIDE
cv::datasets::IR_robotObj
Definition: ir_robot.hpp:70
lsh_table.h
cv::AgastFeatureDetector::OAST_9_16
Definition: features2d.hpp:514
cv::cuda::GpuMat::setTo
GpuMat & setTo(Scalar s)
sets some of the GpuMat elements to s (Blocking call)
cv::SVD::MODIFY_A
Definition: core.hpp:2635
cv::FastFeatureDetector::TYPE_9_16
Definition: features2d.hpp:454
cv::dnn::PoolingLayer::globalPooling
bool globalPooling
Definition: all_layers.hpp:253
cv::stereo::ModifiedCsCensus::image
uint8_t * image[num_images]
Definition: descriptor.hpp:144
cv::bgsegm::createBackgroundSubtractorCNT
Ptr< BackgroundSubtractorCNT > createBackgroundSubtractorCNT(int minPixelStability=15, bool useHistory=true, int maxPixelStability=15 *60, bool isParallel=true)
Creates a CNT Background Subtractor.
cv::ParamType< Scalar >::const_param_type
const typedef Scalar & const_param_type
Definition: core.hpp:3272
cv::img_hash::PHash
pHash
Definition: phash.hpp:22
cv::xphoto::createLearningBasedWB
Ptr< LearningBasedWB > createLearningBasedWB(const String &path_to_model=String())
Creates an instance of LearningBasedWB.
cv::viz::REPRESENTATION_SURFACE
Definition: widgets.hpp:78
cv::datasets::join::Py
double Py
Definition: gr_chalearn.hpp:67
cv::cuda::ORB
Class implementing the ORB (oriented BRIEF) keypoint detector and descriptor extractor.
Definition: cudafeatures2d.hpp:452
CV_CUDEV_YUV2RGB_INST
#define CV_CUDEV_YUV2RGB_INST(name, scn, dcn, bidx)
Definition: color_cvt.hpp:119
cv::ximgproc::createEdgeBoxes
Ptr< EdgeBoxes > createEdgeBoxes(float alpha=0.65f, float beta=0.75f, float eta=1, float minScore=0.01f, int maxBoxes=10000, float edgeMinMag=0.1f, float edgeMergeThr=0.5f, float clusterMinMag=0.5f, float maxAspectRatio=3, float minBoxArea=1000, float gamma=2, float kappa=1.5f)
Creates a Edgeboxes.
cv::CAP_PROP_XI_SENSOR_CLOCK_FREQ_HZ
Sensor clock frequency in Hz.
Definition: videoio.hpp:441
cv::CAP_INTELPERC_DEPTH_MAP
Each pixel is a 16-bit integer. The value indicates the distance from an object to the camera's XY pl...
Definition: videoio.hpp:536
cv::datasets::cameraPos
Definition: ir_robot.hpp:65
cv::viz::Camera::getFocalLength
const Vec2d & getFocalLength() const
Definition: types.hpp:220
cv::viz::Color::teal
static Color teal()
cv::hal::absdiff32s
void absdiff32s(const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *)
cv::ParallelLoopBodyLambdaWrapper::ParallelLoopBodyLambdaWrapper
ParallelLoopBodyLambdaWrapper(std::function< void(const Range &)> functor)
Definition: utility.hpp:599
cv::optflow::GPCTree::Node::right
unsigned right
Definition: sparse_matching_gpc.hpp:162
cv::saturate_cast< schar >
schar saturate_cast< schar >(uchar v)
Definition: saturate.hpp:110
cv::datasets::GR_chalearnObj::nameUser
std::string nameUser
Definition: gr_chalearn.hpp:77
cv::IMWRITE_PAM_FORMAT_GRAYSCALE
Definition: imgcodecs.hpp:128
cv::cuda::FGDParams::Lc
int Lc
Quantized levels per 'color' component. Power of two, typically 32, 64 or 128.
Definition: cudalegacy.hpp:156
cv::omnidir::internal::subMatrix
void subMatrix(const Mat &src, Mat &dst, const std::vector< int > &cols, const std::vector< int > &rows)
cv::Mat::step
MatStep step
Definition: mat.hpp:2109
Cv64suf
Definition: cvdef.h:355
cv::GComputation
GComputation class represents a captured computation graph. GComputation objects form boundaries for ...
Definition: gcomputation.hpp:111
cv::ROTATE_90_CLOCKWISE
Rotate 90 degrees clockwise.
Definition: core.hpp:1061
cv::findContours
void findContours(InputArray image, OutputArrayOfArrays contours, OutputArray hierarchy, int mode, int method, Point offset=Point())
Finds contours in a binary image.
cv::COLOR_YUV2GRAY_YUY2
Definition: imgproc.hpp:711
cv::GOCLKernel
Definition: goclkernel.hpp:82
cv::rgbd::ICPOdometry::setTransformType
void setTransformType(int val) CV_OVERRIDE
Definition: depth.hpp:834
NcvRect8u
Definition: NCV.hpp:137
cv::line_descriptor::BinaryDescriptor::Params::numOfOctave_
int numOfOctave_
Definition: descriptor.hpp:193
cv::bgsegm::BackgroundSubtractorLSBPDesc
This is for calculation of the LSBP descriptors.
Definition: bgsegm.hpp:276
cv::detail::fluid_get_in
Definition: gfluidkernel.hpp:170
cv::dnn_objdetect::object::class_prob
double class_prob
Definition: core_detect.hpp:32
cv::ocl::Device::doubleFPConfig
int doubleFPConfig() const
cv::Error::OpenCLNoAMDBlasFft
Definition: base.hpp:123
cv::CALIB_ZERO_TANGENT_DIST
Definition: calib3d.hpp:272
cv::optflow::GPCTree::train
void train(GPCTrainingSamples &samples, const GPCTrainingParams params=GPCTrainingParams())
cv::TLSDataAccumulator::gather
void gather(std::vector< T * > &data) const
Get data from all threads.
Definition: tls.hpp:106
cv::detail::VectorRef::reset
void reset()
Definition: garray.hpp:236
cv::Range::empty
bool empty() const
cv::face::FacemarkKazemi::Params::num_trees_per_cascade_level
unsigned long num_trees_per_cascade_level
num_trees_per_cascade_level This stores number of trees fit per cascade level.
Definition: face_alignment.hpp:25
cv::text::computeNMChannels
void computeNMChannels(InputArray _src, OutputArrayOfArrays _channels, int _mode=ERFILTER_NM_RGBLGrad)
Compute the different channels to be processed independently in the N&M algorithm .
cv::bioinspired::RETINA_COLOR_RANDOM
each pixel position is either R, G or B in a random choice
Definition: retina.hpp:84
cv::COLOR_BayerGR2RGB_VNG
Definition: imgproc.hpp:763
cv::TrackerBoosting
the Boosting tracker
Definition: tracker.hpp:1100
cv::gapi::own::Rect::width
int width
width of the rectangle
Definition: types.hpp:50
cv::MinProblemSolver::Function::~Function
virtual ~Function()
Definition: optim.hpp:66
cv::CvHaarEvaluator::FeatureHaar::write
void write(FileStorage) const
Definition: feature.hpp:230
cv::CAP_PROP_FOCUS
Definition: videoio.hpp:161
cv::CASCADE_DO_ROUGH_SEARCH
Definition: objdetect.hpp:171
cv::LDA::_eigenvalues
Mat _eigenvalues
Definition: core.hpp:2611
cv::aruco::getBoardObjectAndImagePoints
void getBoardObjectAndImagePoints(const Ptr< Board > &board, InputArrayOfArrays detectedCorners, InputArray detectedIds, OutputArray objPoints, OutputArray imgPoints)
Given a board configuration and a set of detected markers, returns the corresponding image points and...
cv::ml::SVM::Kernel
Definition: ml.hpp:530
cv::COLOR_BGR2YUV_IYUV
Definition: imgproc.hpp:727
cv::v_reg::v_reg
v_reg(_Tp s0, _Tp s1, _Tp s2, _Tp s3, _Tp s4, _Tp s5, _Tp s6, _Tp s7, _Tp s8, _Tp s9, _Tp s10, _Tp s11, _Tp s12, _Tp s13, _Tp s14, _Tp s15)
Constructor.
Definition: intrin_cpp.hpp:301
cv::cudev::TypeTraits::parameter_type
SelectIf< type_traits_detail::IsSimpleParameter< unqualified_type >::value, T, typename type_traits_detail::AddParameterType< T >::type >::type parameter_type
Definition: type_traits.hpp:150
cv::COLOR_BGR5552GRAY
Definition: imgproc.hpp:573
cv::videostab::StabilizerBase::trimRatio
float trimRatio() const
Definition: stabilizer.hpp:90
cv::stereo::StereoBinarySGBM::getMode
virtual int getMode() const =0
cv::fisheye::distortPoints
void distortPoints(InputArray undistorted, OutputArray distorted, InputArray K, InputArray D, double alpha=0)
Distorts 2D points using fisheye model.
cv::cudev::CommonAreaInterPtrSz::rows
int rows
Definition: interpolation.hpp:367
cv::ml::TrainData
Class encapsulating training data.
Definition: ml.hpp:145
cv::ogl::Buffer::type
int type() const
cv::V_TypeTraits< float >::nlanes128
Definition: intrin.hpp:139
cv::Detector::~Detector
virtual ~Detector(void)
cv::ocl::KernelArg::WriteOnly
static KernelArg WriteOnly(const UMat &m, int wscale=1, int iwscale=1)
Definition: ocl.hpp:369
cv::text::OCRHolisticWordRecognizer
OCRHolisticWordRecognizer class provides the functionallity of segmented wordspotting....
Definition: ocr.hpp:542
cv::COLOR_YUV2RGB_NV21
Definition: imgproc.hpp:634
cv::v_setall_f32
v_float32x4 v_setall_f32(float val)
Definition: intrin_cpp.hpp:2166
cv::hal::sub16u
void sub16u(const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *)
OPENCV_HAL_IMPL_C_PACK_STORE
#define OPENCV_HAL_IMPL_C_PACK_STORE(_Tpvec, _Tp, _Tpnvec, _Tpn, pack_suffix, cast)
Helper macro.
Definition: intrin_cpp.hpp:2322
cv::cudev::numeric_limits
Definition: limits.hpp:58
cv::cuda::magnitude
void magnitude(InputArray xy, OutputArray magnitude, Stream &stream=Stream::Null())
Computes magnitudes of complex matrix elements.
cv::Tracker::isInit
bool isInit
Definition: tracker.hpp:557
cv::GNetworkType< K, std::function< R(Args...)> >::InArgs
std::tuple< Args... > InArgs
Definition: infer.hpp:66
cv::v_uint8x16
v_reg< uchar, 16 > v_uint8x16
Sixteen 8-bit unsigned integer values.
Definition: intrin_cpp.hpp:385
cv::stereo::CV_SPECKLE_REMOVAL_AVG_ALGORITHM
Definition: stereo.hpp:119
cv::EVENT_LBUTTONDOWN
indicates that the left mouse button is pressed.
Definition: highgui.hpp:207
cv::ml::Boost::Types
Types
Definition: ml.hpp:1350
cv::cudev::FindMaxValExprBody
Definition: reduction.hpp:108
cv::ImwritePNGFlags
ImwritePNGFlags
Imwrite PNG specific flags used to tune the compression algorithm.
Definition: imgcodecs.hpp:116
cv::EstimatedGaussDistribution::update
void update(float value)
cv::cuda::FGDParams::Lcc
int Lcc
Quantized levels per 'color co-occurrence' component. Power of two, typically 16, 32 or 64.
Definition: cudalegacy.hpp:161
cv::CAP_PROP_XI_AEAG
Automatic exposure/gain.
Definition: videoio.hpp:349
cv::cudev::bit_xor
Definition: functional.hpp:243
cv::ppf_match_3d::Pose3D::t
Vec3d t
Definition: pose_3d.hpp:129
hal_ni_sub32f
int hal_ni_sub32f(const float *src1_data, size_t src1_step, const float *src2_data, size_t src2_step, float *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:89
cv::CAP_PROP_XI_CC_MATRIX_13
Color Correction Matrix element [1][3].
Definition: videoio.hpp:412
cv::flann::GenericIndex
The FLANN nearest neighbor index class. This class is templated with the type of elements for which t...
Definition: flann.hpp:160
cv::matchTemplate
void matchTemplate(InputArray image, InputArray templ, OutputArray result, int method, InputArray mask=noArray())
Compares a template against overlapped image regions.
cv::FileStorage::write
void write(FileStorage &fs, const int &value)
Definition: persistence.hpp:884
cv::CAP_PVAPI_DECIMATION_2OUTOF16
2 out of 16 decimation
Definition: videoio.hpp:313
cv::cuda::calcNormDiff
void calcNormDiff(InputArray src1, InputArray src2, OutputArray dst, int normType=NORM_L2, Stream &stream=Stream::Null())
cv::hal::cvtBGRtoThreePlaneYUV
void cvtBGRtoThreePlaneYUV(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int scn, bool swapBlue, int uIdx)
cv::FlannBasedMatcher
Flann-based descriptor matcher.
Definition: features2d.hpp:1156
cv::MatConstIterator::value_type
uchar * value_type
Definition: mat.hpp:3017
cv::optflow::GPCTree::Node::rhs
double rhs
Bias term of the hyperplane.
Definition: sparse_matching_gpc.hpp:160
cv::datasets::GR_skigObj::pose
poseType pose
Definition: gr_skig.hpp:101
cv::cudev::Texture::Texture
__host__ Texture(const GlobPtrSz< T > &mat, bool normalizedCoords=false, cudaTextureFilterMode filterMode=cudaFilterModePoint, cudaTextureAddressMode addressMode=cudaAddressModeClamp)
Definition: texture.hpp:209
cv::cudacodec::MPEG4
Definition: cudacodec.hpp:249
cv::GKernelTypeM
Definition: gkernel.hpp:50
cv::cudev::ScharrYPtr::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: deriv.hpp:283
cv::cudev::saturate_cast< short >
__device__ __forceinline__ short saturate_cast< short >(ushort v)
Definition: saturate_cast.hpp:194
cv::videostab::StabilizerBase::preProcessedFrame_
Mat preProcessedFrame_
Definition: stabilizer.hpp:130
cv::utils::shared_lock_guard::Mutex
_Mutex Mutex
Definition: lock.private.hpp:47
cv::videostab::InpainterBase::motions_
const std::vector< Mat > * motions_
Definition: inpainting.hpp:97
cv::cudev::vec_math_detail::abs_
__device__ __forceinline__ schar abs_(schar val)
Definition: vec_math.hpp:202
cv::cudev::numeric_limits< double >::max
__device__ static __forceinline__ double max()
Definition: limits.hpp:120
cv::MatxCommaInitializer::idx
int idx
Definition: matx.hpp:289
limits.hpp
defines.h
cv::PaniniWarper::create
Ptr< detail::RotationWarper > create(float scale) const CV_OVERRIDE
Definition: warpers.hpp:207
interface.h
OPENCV_HAL_IMPL_ARITHM_OP
#define OPENCV_HAL_IMPL_ARITHM_OP(func, bin_op, cast_op, _Tp2)
Helper macro.
Definition: intrin_cpp.hpp:721
cv::cudev::abs_func
Definition: functional.hpp:352
goclkernel.hpp
cv::GFluidKernel::IS
std::function< void(const cv::GMetaArgs &, const cv::GArgs &, gapi::fluid::Buffer &)> IS
Definition: gfluidkernel.hpp:60
NppStInterpolationState::ppBuffers
Ncv32f * ppBuffers[6]
temporary buffers
Definition: NPP_staging.hpp:126
hal_ni_recip32s
int hal_ni_recip32s(const int *src_data, size_t src_step, int *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:279
cv::dnn::ShuffleChannelLayer
Definition: all_layers.hpp:389
cv::detail::GainCompensator::GainCompensator
GainCompensator()
Definition: exposure_compensate.hpp:115
cv::SOLVEPNP_P3P
Complete Solution Classification for the Perspective-Three-Point Problem .
Definition: calib3d.hpp:237
cv::CvHaarFeatureParams::isIntegral
bool isIntegral
Definition: feature.hpp:213
cv::optflow::OpticalFlowPCAFlow::retainedCornersFraction
const float retainedCornersFraction
Definition: pcaflow.hpp:100
cv::GKernelTypeM< K, std::function< std::tuple< R... >(Args...)> >::OutArgs
std::tuple< R... > OutArgs
Definition: gkernel.hpp:197
cv::cudev::gridTransformTuple_
__host__ void gridTransformTuple_(const SrcPtr &src, const tuple< GpuMat_< D0 > &, GpuMat_< D1 > & > &dst, const OpTuple &op, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: transform.hpp:163
cv::cudev::blockReduceKeyVal
__device__ __forceinline__ void blockReduceKeyVal(volatile K *skeys, K &key, volatile V *svals, V &val, uint tid, const Cmp &cmp)
Definition: reduce.hpp:86
cv::xphoto::Bm3dSteps
Bm3dSteps
BM3D algorithm steps.
Definition: bm3d_image_denoising.hpp:68
cv::dnn::ReorgLayer
Definition: all_layers.hpp:564
cv::ovis::addResourceLocation
void addResourceLocation(const String &path)
cv::dnn::PoolingLayer::avePoolPaddedArea
bool avePoolPaddedArea
Definition: all_layers.hpp:260
hal_ni_cvtLabtoBGR
int hal_ni_cvtLabtoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int dcn, bool swapBlue, bool isLab, bool srgb)
hal_cvtLabtoBGR
Definition: hal_replacement.hpp:486
cv::COLOR_BGR2HLS_FULL
Definition: imgproc.hpp:608
cv::NormTypes
NormTypes
Definition: base.hpp:159
cv::detail::CompressedRectilinearPortraitProjector::b
float b
Definition: warpers.hpp:380
CpuFeatures
CpuFeatures
Available CPU features.
Definition: cvdef.h:272
cv::quality::QualityMSE::clear
void clear() CV_OVERRIDE
Implements Algorithm::clear()
Definition: qualitymse.hpp:31
hal_ni_morph
int hal_ni_morph(cvhalFilter2D *context, uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int src_full_width, int src_full_height, int src_roi_x, int src_roi_y, int dst_full_width, int dst_full_height, int dst_roi_x, int dst_roi_y)
hal_morph
Definition: hal_replacement.hpp:224
cv::softfloat::getExp
int getExp() const
Get 0-based exponent.
Definition: softfloat.hpp:179
CvAbstractCamera::cameraAvailable
BOOL cameraAvailable
Definition: cap_ios.h:46
cv::Param::SCALAR
cv::colorChange
void colorChange(InputArray src, InputArray mask, OutputArray dst, float red_mul=1.0f, float green_mul=1.0f, float blue_mul=1.0f)
Given an original color image, two differently colored versions of this image can be mixed seamlessly...
cv::Rect_::size
Size_< _Tp > size() const
size (width, height) of the rectangle
cv::PCACompute
void PCACompute(InputArray data, InputOutputArray mean, OutputArray eigenvectors, int maxComponents=0)
cv::ml::ANN_MLP::TrainFlags
TrainFlags
Definition: ml.hpp:1572
cv::QtFont::shear
float shear
slope coefficient: 0 - normal, >0 - italic
Definition: highgui.hpp:697
lsc.hpp
cv::CAP_PROP_XI_SENSOR_DATA_BIT_DEPTH
Sensor output data bit depth.
Definition: videoio.hpp:386
cv::ogl::convertToGLTexture2D
void convertToGLTexture2D(InputArray src, Texture2D &texture)
Converts InputArray to Texture2D object.
background_segm.hpp
cv::hal::SVD32f
void SVD32f(float *At, size_t astep, float *W, float *U, size_t ustep, float *Vt, size_t vstep, int m, int n, int flags)
cv::convertScaleAbs
void convertScaleAbs(InputArray src, OutputArray dst, double alpha=1, double beta=0)
Scales, calculates absolute values, and converts the result to 8-bit.
cv::optflow::INTERP_RIC
Definition: rlofflow.hpp:34
cv::omnidir::internal::computeMeanReproErr
double computeMeanReproErr(InputArrayOfArrays imagePoints, InputArrayOfArrays proImagePoints)
cv::detail::flatten_g::type
T type
Definition: garray.hpp:279
cv::cudev::makeExpr
__host__ Expr< Body > makeExpr(const Body &body)
Definition: expr.hpp:63
cv::face::FacemarkKazemi::Params::oversampling_amount
unsigned long oversampling_amount
oversampling_amount stores number of initialisations used to create training samples.
Definition: face_alignment.hpp:29
cv::cuda::FGDParams::is_obj_without_holes
bool is_obj_without_holes
If TRUE we ignore holes within foreground blobs. Defaults to TRUE.
Definition: cudalegacy.hpp:166
cv::ml::SVM::DEGREE
Definition: ml.hpp:675
cv::UMatData::urefcount
int urefcount
Definition: mat.hpp:556
cv::detail::Blender
Base class for all blenders.
Definition: blenders.hpp:63
cv::detail::PlaneWarperGpu::warp
Point warp(InputArray src, InputArray K, InputArray R, InputArray T, int interp_mode, int border_mode, OutputArray dst) CV_OVERRIDE
Definition: warpers.hpp:500
cv::COLOR_RGB2HLS
Definition: imgproc.hpp:594
cv::EVENT_FLAG_ALTKEY
indicates that ALT Key is pressed.
Definition: highgui.hpp:227
cv::cudev::LutPtr
Definition: lut.hpp:60
hal_ni_filterInit
int hal_ni_filterInit(cvhalFilter2D **context, uchar *kernel_data, size_t kernel_step, int kernel_type, int kernel_width, int kernel_height, int max_width, int max_height, int src_type, int dst_type, int borderType, double delta, int anchor_x, int anchor_y, bool allowSubmatrix, bool allowInplace)
hal_filterInit
Definition: hal_replacement.hpp:106
cv::gapi::cmpLE
GMat cmpLE(const GMat &src1, const GMat &src2)
Performs the per-element comparison of two matrices checking if elements from first matrix are less o...
cv::cudev::BinaryTupleAdapter::result_type
Op::result_type result_type
Definition: tuple_adapter.hpp:80
fuzzy_F0_math.hpp
cv::MORPH_ELLIPSE
Definition: imgproc.hpp:234
cv::videostab::WobbleSuppressorBase::stabilizationMotions
virtual const std::vector< Mat > & stabilizationMotions() const
Definition: wobble_suppression.hpp:85
cv::line_descriptor::BinaryDescriptorMatcher
furnishes all functionalities for querying a dataset provided by user or internal to class (that user...
Definition: descriptor.hpp:815
cv::rgbd::RgbdICPOdometry::setMaxDepth
void setMaxDepth(double val)
Definition: depth.hpp:936
cv::face::FacemarkAAM::Params
Definition: facemarkAAM.hpp:50
cv::viz::WText3D
This 3D Widget represents 3D text. The text always faces the camera.
Definition: widgets.hpp:431
cv::TrackerTLD::Params
Definition: tracker.hpp:1187
cv::detail::focalsFromHomography
void focalsFromHomography(const Mat &H, double &f0, double &f1, bool &f0_ok, bool &f1_ok)
Tries to estimate focal lengths from the given homography under the assumption that the camera underg...
cv::operator+
v_reg< _Tp, n > operator+(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Add values.
Definition: intrin_cpp.hpp:427
cv::StereoSGBM
The class implements the modified H. Hirschmuller algorithm that differs from the original one as fo...
Definition: calib3d.hpp:2766
cv::utils::fs::join
cv::String join(const cv::String &base, const cv::String &path)
cv::CALIB_HAND_EYE_PARK
Robot Sensor Calibration: Solving AX = XB on the Euclidean Group .
Definition: calib3d.hpp:306
cv::dnn::BaseConvolutionLayer::strides
std::vector< size_t > strides
Definition: all_layers.hpp:215
cv::DetectionBasedTracker::TrackedObject::getNextId
static int getNextId()
Definition: detection_based_tracker.hpp:197
cv::viz::Color
This class represents color in BGR order.
Definition: types.hpp:63
cv::cuda::FGDParams::N2c
int N2c
Used to allow the first N1c vectors to adapt over time to changing background.
Definition: cudalegacy.hpp:158
nppsStCompact_32f
NCVStatus nppsStCompact_32f(Ncv32f *d_src, Ncv32u srcLen, Ncv32f *d_dst, Ncv32u *p_dstLen, Ncv32f elemRemove, Ncv8u *pBuffer, Ncv32u bufSize, cudaDeviceProp &devProp)
cv::detail::CylindricalWarperGpu
Definition: warpers.hpp:556
estimated_covariance.hpp
qualityssim.hpp
cv::cudev::asin
__device__ __forceinline__ double4 asin(const double4 &a)
Definition: vec_math.hpp:319
cv::ocl::Device::preferredVectorWidthDouble
int preferredVectorWidthDouble() const
cv::utils::logging::LogTag::level
LogLevel level
Definition: logtag.hpp:18
cv::PSNR
double PSNR(InputArray src1, InputArray src2, double R=255.)
Computes the Peak Signal-to-Noise Ratio (PSNR) image quality metric.
cv::CAP_PROP_XI_SHARPNESS
Sharpness Strength.
Definition: videoio.hpp:404
cv::rgbd::RgbdICPOdometry::getCameraMatrix
cv::Mat getCameraMatrix() const CV_OVERRIDE
Definition: depth.hpp:916
cv::ocl::ProgramSource::p
Impl * p
Definition: ocl.hpp:575
cv::MatConstIterator_::value_type
_Tp value_type
Definition: mat.hpp:3082
random.h
cv::datasets::OR_mnist
Definition: or_mnist.hpp:66
cv::superres::PyrLKOpticalFlow
Definition: optical_flow.hpp:180
Ncv64u
unsigned long long Ncv64u
Definition: NCV.hpp:124
cv::cudev::DerivXPtr::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: deriv.hpp:63
cv::stereo::StereoBinaryBM::getSmallerBlockSize
virtual int getSmallerBlockSize() const =0
cv::COLORMAP_WINTER
Definition: imgproc.hpp:4222
hal_ni_dft1D
int hal_ni_dft1D(cvhalDFT *context, const uchar *src, uchar *dst)
Definition: hal_replacement.hpp:516
cv::omnidir::stereoRectify
void stereoRectify(InputArray R, InputArray T, OutputArray R1, OutputArray R2)
Stereo rectification for omnidirectional camera model. It computes the rectification rotations for tw...
matrix.h
cv::CAP_PROP_SETTINGS
Pop up video/camera filter dialog (note: only supported by DSHOW backend currently....
Definition: videoio.hpp:169
cv::ogl::QUAD_STRIP
Definition: opengl.hpp:487
cv::v_store_aligned_nocache
void v_store_aligned_nocache(_Tp *ptr, const v_reg< _Tp, n > &a)
Definition: intrin_cpp.hpp:1667
cv::cudev::TypeTraits::pointee_type
type_traits_detail::PointerTraits< unqualified_type >::type pointee_type
Definition: type_traits.hpp:133
cv::ximgproc::fourierDescriptor
void fourierDescriptor(InputArray src, OutputArray dst, int nbElt=-1, int nbFD=-1)
Fourier descriptors for planed closed curves.
cv::gapi::wip::draw::Poly
This structure represents a polygon to draw.
Definition: render.hpp:337
cv::ocl::getOpenCLAllocator
MatAllocator * getOpenCLAllocator()
cv::cuda::abs
void abs(InputArray src, OutputArray dst, Stream &stream=Stream::Null())
Computes an absolute value of each matrix element.
cv::CAP_PROP_PVAPI_DECIMATIONVERTICAL
Vertical sub-sampling of the image.
Definition: videoio.hpp:295
cv::saliency::ObjectnessBING
Objectness algorithms based on [3] [3] Cheng, Ming-Ming, et al. "BING: Binarized normed gradients for...
Definition: saliencySpecializedClasses.hpp:291
cv::Moments::nu30
double nu30
Definition: types.hpp:951
cv::xphoto::applyChannelGains
void applyChannelGains(InputArray src, OutputArray dst, float gainB, float gainG, float gainR)
Implements an efficient fixed-point approximation for applying channel gains, which is the last step ...
cv::dnn::ClassificationModel
This class represents high-level API for classification models.
Definition: dnn.hpp:1155
cv::LineIterator::err
int err
Definition: imgproc.hpp:4737
cv::ft::ONE_STEP
processing in one step
Definition: types.hpp:61
cv::cudev::IsUnaryFunction::makeF
static F makeF()
cv::COLOR_BayerGB2BGR
Definition: imgproc.hpp:740
cv::CALIB_FIX_FOCAL_LENGTH
Definition: calib3d.hpp:273
cv::optflow::calcOpticalFlowSparseToDense
void calcOpticalFlowSparseToDense(InputArray from, InputArray to, OutputArray flow, int grid_step=8, int k=128, float sigma=0.05f, bool use_post_proc=true, float fgs_lambda=500.0f, float fgs_sigma=1.5f)
Fast dense optical flow based on PyrLK sparse matches interpolation.
datamov_utils.hpp
qualitygmsd.hpp
cv::gapi::core::G_TYPED_KERNEL
G_TYPED_KERNEL(GAdd,< GMat(GMat, GMat, int)>, "org.opencv.core.math.add")
Definition: core.hpp:36
cv::ximgproc::RFFeatureGetter
Definition: structured_edge_detection.hpp:65
cv::omnidir::internal::findMedian3
Vec3d findMedian3(InputArray mat)
CV_32FC3
#define CV_32FC3
Definition: interface.h:120
cv::stereo::MVKernel::MVKernel
MVKernel(uint8_t **images, int **integral)
Definition: descriptor.hpp:71
NCVMemoryTypeHostPageable
Definition: NCV.hpp:430
cv::ml::ANN_MLP::ActivationFunctions
ActivationFunctions
Definition: ml.hpp:1554
cv::detail::ocl_get_in< cv::GScalar >::get
static cv::Scalar get(GOCLContext &ctx, int idx)
Definition: goclkernel.hpp:108
cv::v_store_low
void v_store_low(_Tp *ptr, const v_reg< _Tp, n > &a)
Store data to memory (lower half)
Definition: intrin_cpp.hpp:1631
NCVMemoryTypeHostPinned
Definition: NCV.hpp:431
cv::GIOProtoArgs
Definition: gproto.hpp:54
cv::SOLVEPNP_EPNP
EPnP: Efficient Perspective-n-Point Camera Pose Estimation .
Definition: calib3d.hpp:236
cv::AlignMTB
This algorithm converts images to median threshold bitmaps (1 for pixels brighter than median luminan...
Definition: photo.hpp:474
cv::Node::getDepth
int getDepth()
Definition: utility.hpp:1113
cv::TemplateMatchModes
TemplateMatchModes
type of the template matching operation
Definition: imgproc.hpp:3649
cv::TrackerFeatureHAAR
TrackerFeature based on HAAR features, used by TrackerMIL and many others algorithms.
Definition: tracker.hpp:977
cv::line_descriptor::LSDDetector
Definition: descriptor.hpp:720
cv::stereo::StereoBinarySGBM::MODE_SGBM
Definition: stereo.hpp:206
cv::tbm::TrackedObject::timestamp
uint64_t timestamp
Timestamp in milliseconds.
Definition: tracking_by_matching.hpp:32
cv::COVAR_USE_AVG
Definition: core.hpp:190
cv::COLOR_HLS2BGR
Definition: imgproc.hpp:603
cv::Mat::convertTo
void convertTo(OutputArray m, int rtype, double alpha=1, double beta=0) const
Converts an array to another data type with optional scaling.
cv::cudacodec::EncoderParams::ClearStat
int ClearStat
NVVE_CLEAR_STAT,.
Definition: cudacodec.hpp:100
cv::VideoCapture::throwOnFail
bool throwOnFail
Definition: videoio.hpp:823
cv::Mat::AUTO_STEP
Definition: mat.hpp:2073
cv::RNG::next
unsigned next()
compiler_hints.hpp
autotuned_index.h
intrin_wasm.hpp
cv::cudev::GlobPtr::operator()
__device__ __forceinline__ T & operator()(int y, int x)
Definition: glob.hpp:75
cv::detail::ocl_get_in< cv::GArray< U > >::get
static const std::vector< U > & get(GOCLContext &ctx, int idx)
Definition: goclkernel.hpp:112
cv::BOWTrainer::size
int size
Definition: features2d.hpp:1344
cv::sfm::normalizeIsotropicPoints
void normalizeIsotropicPoints(InputArray points, OutputArray normalized_points, OutputArray T)
This function normalizes points. (isotropic).
cv::cudev::VecTraits< char3 >::make
__host__ __device__ static __forceinline__ char3 make(const schar *v)
Definition: vec_traits.hpp:172
emdL1.hpp
io.hpp
cv::bioinspired::RetinaParameters::OPLandIplParvoParameters::photoreceptorsTemporalConstant
float photoreceptorsTemporalConstant
Definition: retina.hpp:162
cv::float16_t::float16_t
float16_t()
Definition: cvdef.h:816
cv::cuda::FGDParams::minArea
float minArea
Discard foreground blobs whose bounding box is smaller than this threshold.
Definition: cudalegacy.hpp:176
cv::HOGDescriptor::winSigma
double winSigma
Gaussian smoothing window parameter.
Definition: objdetect.hpp:605
cv::dnn::LayerParams::name
String name
Name of the layer instance (optional, can be used internal purposes).
Definition: dnn.hpp:113
cv::dnn::PermuteLayer
Definition: all_layers.hpp:374
cv::FM_7POINT
7-point algorithm
Definition: calib3d.hpp:297
cv::detail::NoExposureCompensator::apply
void apply(int, Point, InputOutputArray, InputArray) CV_OVERRIDE
Compensate exposure in the specified image.
Definition: exposure_compensate.hpp:103
cv::Subdiv2D::validGeometry
bool validGeometry
Definition: imgproc.hpp:1239
cv::COLOR_BayerGB2BGR_VNG
Definition: imgproc.hpp:756
cv::IMWRITE_JPEG_OPTIMIZE
Enable JPEG features, 0 or 1, default is False.
Definition: imgcodecs.hpp:84
cv::gapi::split3
std::tuple< GMat, GMat, GMat > split3(const GMat &src)
cv::ocl::Kernel::p
Impl * p
Definition: ocl.hpp:458
cv::reg::Mapper::~Mapper
virtual ~Mapper(void)
Definition: mapper.hpp:57
cv::gapi::wip::draw::Circle::lt
int lt
The Type of the circle boundary. See LineTypes.
Definition: render.hpp:236
cv::dnn::SliceLayer
Definition: all_layers.hpp:358
cv::optflow::RLOFOpticalFlowParameter::RLOFOpticalFlowParameter
RLOFOpticalFlowParameter()
Definition: rlofflow.hpp:66
cv::rgbd::ICPOdometry::setMaxDepthDiff
void setMaxDepthDiff(double val)
Definition: depth.hpp:810
cv::cuda::createTemplateMatching
Ptr< TemplateMatching > createTemplateMatching(int srcType, int method, Size user_block_size=Size())
Creates implementation for cuda::TemplateMatching .
cv::wrapperEMD
float wrapperEMD(InputArray signature1, InputArray signature2, int distType, InputArray cost=noArray(), Ptr< float > lowerBound=Ptr< float >(), OutputArray flow=noArray())
cv::QT_RADIOBOX
Radiobox button.
Definition: highgui.hpp:250
cv::face::FacemarkAAM::Model
The model of AAM Algorithm.
Definition: facemarkAAM.hpp:106
cv::ximgproc::rl::threshold
void threshold(InputArray src, OutputArray rlDest, double thresh, int type)
Applies a fixed-level threshold to each array element.
cv::SVD::Flags
Flags
Definition: core.hpp:2632
cv::text::TextDetector::~TextDetector
virtual ~TextDetector()
Definition: textDetector.hpp:31
cv::Size
Size2i Size
Definition: types.hpp:347
cv::CALIB_TILTED_MODEL
Definition: calib3d.hpp:283
cv::cuda::createOpticalFlowNeedleMap
void createOpticalFlowNeedleMap(const GpuMat &u, const GpuMat &v, GpuMat &vertex, GpuMat &colors)
cv::CAP_PROP_XI_TIMEOUT
Image capture timeout in milliseconds.
Definition: videoio.hpp:354
fast_line_detector.hpp
hal_ni_and8u
int hal_ni_and8u(const uchar *src1_data, size_t src1_step, const uchar *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:151
cv::utils::optional_lock_guard
An optional simple scoped lock (RAII-style locking for exclusive/write access).
Definition: lock.private.hpp:76
cv::Node::findChild
int findChild(Node< OBJECT > *pNode) const
Definition: utility.hpp:1083
cv::CAP_PROP_SHARPNESS
Definition: videoio.hpp:153
cv::MouseEventTypes
MouseEventTypes
Mouse Events see cv::MouseCallback.
Definition: highgui.hpp:205
cv::hal::cvtMultipliedRGBAtoRGBA
void cvtMultipliedRGBAtoRGBA(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height)
cv::cudev::MakeVec< bool, 3 >::type
uchar3 type
Definition: vec_traits.hpp:83
cv::AVIWriteContainer::pushFrameSize
void pushFrameSize(size_t elem)
Definition: container_avi.private.hpp:172
cv::FileNodeIterator::remaining
size_t remaining() const
returns the number of remaining (not read yet) elements
cv::FileNodeIterator::blockSize
size_t blockSize
Definition: persistence.hpp:677
cv::Detector::Detector
Detector(StrongClassifierDirectSelection *classifier)
cv::text::OCRHMMDecoder
OCRHMMDecoder class provides an interface for OCR using Hidden Markov Models.
Definition: ocr.hpp:191
cv::gapi::wip::draw::Poly::thick
int thick
The thickness of line.
Definition: render.hpp:360
cv_vrsqrt_f32
float32x2_t cv_vrsqrt_f32(float32x2_t val)
Definition: neon_utils.hpp:106
cv::hal::addWeighted8s
void addWeighted8s(const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *scalars)
cv::videostab::FastMarchingMethod::distanceMap
Mat distanceMap() const
Definition: fast_marching.hpp:81
cv::AVIReadContainer::m_stream_id
unsigned int m_stream_id
Definition: container_avi.private.hpp:125
cv::videostab::ImageMotionEstimatorBase::setMotionModel
virtual void setMotionModel(MotionModel val)
Definition: global_motion.hpp:180
cv::detail::GCompoundKernelImpl::kernel
static GCompoundKernel kernel()
Definition: gcompoundkernel.hpp:100
cv::detail::VectorRef::VectorRef
VectorRef(const std::vector< T > &vec)
Definition: garray.hpp:232
cv::detail::ProtoToParamT
typename ProtoToParam< T >::type ProtoToParamT
Definition: gtyped.hpp:29
cv::hal::fastAtan32f
void fastAtan32f(const float *y, const float *x, float *dst, int n, bool angleInDegrees)
cvv::FinalShowCaller
RAII-class to call finalShow() in it's dtor.
Definition: final_show.hpp:36
cv::CvFeatureParams::create
static Ptr< CvFeatureParams > create(CvFeatureParams::FeatureType featureType)
cv::ocl::KernelArg::ReadOnlyNoSize
static KernelArg ReadOnlyNoSize(const UMat &m, int wscale=1, int iwscale=1)
Definition: ocl.hpp:371
cv::cudev::ZipPtr< tuple< Ptr0, Ptr1, Ptr2, Ptr3 > >::ZipPtr
__host__ __device__ __forceinline__ ZipPtr()
Definition: zip.hpp:99
cv::cudev::PerspectiveMapPtrSz::cols
int cols
Definition: warping.hpp:127
cv::viz::Widget2D
Base class of all 2D widgets.
Definition: widgets.hpp:218
cv::detail::BlocksCompensator::getNrFeeds
int getNrFeeds()
Definition: exposure_compensate.hpp:167
cv::GPlaidMLContext::outTensor
plaidml::edsl::Tensor & outTensor(int output)
Definition: gplaidmlkernel.hpp:47
cv::cudev::Block
Definition: block.hpp:56
cv::videostab::MM_TRANSLATION_AND_SCALE
Definition: motion_core.hpp:62
cv::detail::GCompoundContext::m_results
GArgs m_results
Definition: gcompoundkernel.hpp:37
cv::optflow::GPCTree::getDescriptorType
int getDescriptorType() const
Definition: sparse_matching_gpc.hpp:188
cv::cuda::createLinearFilter
Ptr< Filter > createLinearFilter(int srcType, int dstType, InputArray kernel, Point anchor=Point(-1, -1), int borderMode=BORDER_DEFAULT, Scalar borderVal=Scalar::all(0))
Creates a non-separable linear 2D filter.
cv::detail::get_border_helper< false, Impl, Ins... >::help
static gapi::fluid::BorderOpt help(const cv::GMetaArgs &, const cv::GArgs &)
Definition: gfluidkernel.hpp:285
cv::GShape::GARRAY
any.h
cv::GMatDesc::planar
bool planar
Definition: gmat.hpp:85
cv::sfm::libmv_CameraIntrinsicsOptions::distortion_model
int distortion_model
Definition: simple_pipeline.hpp:107
cv::cudev::BrdReplicate::idx_low
__device__ static __forceinline__ int idx_low(int i, int len)
Definition: extrapolation.hpp:122
cv::v_broadcast_element
v_reg< _Tp, n > v_broadcast_element(const v_reg< _Tp, n > &a)
Broadcast i-th element of vector.
Definition: intrin_cpp.hpp:1822
cv::videoio_registry::getWriterBackends
std::vector< VideoCaptureAPIs > getWriterBackends()
Returns list of available backends which works via cv::VideoWriter()
cv::COLOR_BayerRG2BGR
Definition: imgproc.hpp:741
cv::TrackerKCF::Params::interp_factor
float interp_factor
linear interpolation factor for adaptation
Definition: tracker.hpp:1247
cv::cuda::createBoxMaxFilter
Ptr< Filter > createBoxMaxFilter(int srcType, Size ksize, Point anchor=Point(-1, -1), int borderMode=BORDER_DEFAULT, Scalar borderVal=Scalar::all(0))
Creates the maximum filter.
nppiStVectorWarp_PSF2x2_32f_C1
NCVStatus nppiStVectorWarp_PSF2x2_32f_C1(const Ncv32f *pSrc, NcvSize32u srcSize, Ncv32u nSrcStep, const Ncv32f *pU, const Ncv32f *pV, Ncv32u nVFStep, Ncv32f *pBuffer, Ncv32f timeScale, Ncv32f *pDst)
cv::v_load_expand_q
v_reg< typename V_TypeTraits< _Tp >::q_type, V_TypeTraits< _Tp >::nlanes128/4 > v_load_expand_q(const _Tp *ptr)
Load register contents from memory with quad expand.
Definition: intrin_cpp.hpp:1469
cv::sfm::essentialFromRt
void essentialFromRt(InputArray R1, InputArray t1, InputArray R2, InputArray t2, OutputArray E)
Get Essential matrix from Motion (R's and t's ).
cv::linemod::DepthNormal::extract_threshold
int extract_threshold
Definition: linemod.hpp:235
cv::Mat::row
Mat row(int y) const
Creates a matrix header for the specified matrix row.
cv::Mat::dot
double dot(InputArray m) const
Computes a dot-product of two vectors.
cv::cudev::FindMinMaxValExprBody
Definition: reduction.hpp:130
cv::cudev::atan2
__device__ __forceinline__ float1 atan2(const uchar1 &a, const uchar1 &b)
Definition: vec_math.hpp:812
cv::WeakClassifierHaarFeature::WeakClassifierHaarFeature
WeakClassifierHaarFeature()
cv::ximgproc::createFastBilateralSolverFilter
Ptr< FastBilateralSolverFilter > createFastBilateralSolverFilter(InputArray guide, double sigma_spatial, double sigma_luma, double sigma_chroma, double lambda=128.0, int num_iter=25, double max_tol=1e-5)
Factory method, create instance of FastBilateralSolverFilter and execute the initialization routines.
cv::stereo::CensusKernel
A kernel in which a pixel is compared with the center of the window.
Definition: descriptor.hpp:171
cv::Mahalanobis
double Mahalanobis(InputArray v1, InputArray v2, InputArray icovar)
Calculates the Mahalanobis distance between two vectors.
cv::cuda::createImagePyramid
Ptr< ImagePyramid > createImagePyramid(InputArray img, int nLayers=-1, Stream &stream=Stream::Null())
cv::GComputationT< R(Args...)>::compile
GCompiledT compile(detail::ProtoToMetaT< Args >... inDescs, GCompileArgs &&args)
Definition: gtyped.hpp:145
cv::ocl::Device::isNVidia
bool isNVidia() const
Definition: ocl.hpp:191
cv::fisheye::CALIB_FIX_K2
Definition: calib3d.hpp:3055
cv::instr::setUseInstrumentation
void setUseInstrumentation(bool flag)
cv::ximgproc::createFastGlobalSmootherFilter
Ptr< FastGlobalSmootherFilter > createFastGlobalSmootherFilter(InputArray guide, double lambda, double sigma_color, double lambda_attenuation=0.25, int num_iter=3)
Factory method, create instance of FastGlobalSmootherFilter and execute the initialization routines.
cv::COLOR_RGBA2mRGBA
alpha premultiplication
Definition: imgproc.hpp:720
cv::cuda::FEATURE_SET_COMPUTE_32
Definition: cuda.hpp:776
cv::cuda::createGoodFeaturesToTrackDetector
Ptr< CornersDetector > createGoodFeaturesToTrackDetector(int srcType, int maxCorners=1000, double qualityLevel=0.01, double minDistance=0.0, int blockSize=3, bool useHarrisDetector=false, double harrisK=0.04)
Creates implementation for cuda::CornersDetector .
cv::hal::sqrt64f
void sqrt64f(const double *src, double *dst, int len)
CPU_AVX_512VBMI2
Definition: cvdef.h:296
cv::videostab::VideoFileSource
Definition: frame_source.hpp:72
cv::LDA
Linear Discriminant Analysis.
Definition: core.hpp:2548
cv::text::ERStat::~ERStat
~ERStat()
Destructor.
Definition: erfilter.hpp:72
cv::CAP_INTELPERC
RealSense (former Intel Perceptual Computing SDK)
Definition: videoio.hpp:111
cv::detail::scalar_wrapper
Definition: gcpukernel.hpp:176
cv::COLOR_BayerGR2BGR_EA
Definition: imgproc.hpp:769
cv::COLOR_YUV2BGRA_YUNV
Definition: imgproc.hpp:708
cv::PaniniWarper::PaniniWarper
PaniniWarper(float A=1, float B=1)
Definition: warpers.hpp:203
cv::cuda::COLOR_BayerGR2RGB_MHT
Definition: cudaimgproc.hpp:103
cv::hal::cvtBGRtoXYZ
void cvtBGRtoXYZ(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int scn, bool swapBlue)
cv::cudev::DefaultTransformPolicy
Definition: transform.hpp:413
cv::cuda::COLOR_BayerBG2RGB_MHT
Definition: cudaimgproc.hpp:100
cv::datasets::TRACK_alov::data
vector< vector< Ptr< TRACK_alovObj > > > data
Definition: track_alov.hpp:97
cv::tempfile
String tempfile(const char *suffix=0)
cv::solvePnPRefineLM
void solvePnPRefineLM(InputArray objectPoints, InputArray imagePoints, InputArray cameraMatrix, InputArray distCoeffs, InputOutputArray rvec, InputOutputArray tvec, TermCriteria criteria=TermCriteria(TermCriteria::EPS+TermCriteria::COUNT, 20, FLT_EPSILON))
Refine a pose (the translation and the rotation that transform a 3D point expressed in the object coo...
cv::datasets::groundTruth::initialFrame
int initialFrame
Definition: gr_chalearn.hpp:62
cv::dpm::DPMDetector::ObjectDetection
Definition: dpm.hpp:108
cv::Matx44d
Matx< double, 4, 4 > Matx44d
Definition: matx.hpp:246
cv::kinfu::Params::icpIterations
std::vector< int > icpIterations
Definition: kinfu.hpp:103
cv::detail::ExposureCompensator::~ExposureCompensator
virtual ~ExposureCompensator()
Definition: exposure_compensate.hpp:64
cv::ml::SVM::NU
Definition: ml.hpp:673
cv::face::FacemarkAAM::Model::s0
std::vector< Point2f > s0
the basic shape obtained from training dataset
Definition: facemarkAAM.hpp:141
cv_vsqrtq_f32
float32x4_t cv_vsqrtq_f32(float32x4_t val)
Definition: neon_utils.hpp:114
cv::DetectionBasedTracker::InnerParameters::coeffObjectSizeToTrack
float coeffObjectSizeToTrack
Definition: detection_based_tracker.hpp:173
cv::line_descriptor::LSDParam::LSDParam
LSDParam()
Definition: descriptor.hpp:710
cv::ximgproc::LocalBinarizationMethods
LocalBinarizationMethods
Specifies the binarization method to use in cv::ximgproc::niBlackThreshold.
Definition: ximgproc.hpp:118
cv::COLOR_HSV2RGB_FULL
Definition: imgproc.hpp:612
cv::optflow::SparseRLOFOpticalFlow
Class used for calculation sparse optical flow and feature tracking with robust local optical flow (R...
Definition: rlofflow.hpp:404
cv::utils::logging::LogTag::LogTag
LogTag(const char *_name, LogLevel _level)
Definition: logtag.hpp:20
cv::Rect_::tl
Point_< _Tp > tl() const
the top-left corner
cv::TrackerBoosting::Params::samplerOverlap
float samplerOverlap
search region parameters to use in a OnlineBoosting algorithm
Definition: tracker.hpp:1107
NCV_NOIMPL_HAAR_TILTED_FEATURES
Definition: NCV.hpp:349
cv::StereographicWarper::create
Ptr< detail::RotationWarper > create(float scale) const CV_OVERRIDE
Definition: warpers.hpp:174
cv::WarperCreator
Image warper factories base class.
Definition: warpers.hpp:123
cv::getTrackbarPos
int getTrackbarPos(const String &trackbarname, const String &winname)
Returns the trackbar position.
cv::fastFree
void fastFree(void *ptr)
Deallocates a memory buffer.
cv::cuda::createConvolution
Ptr< Convolution > createConvolution(Size user_block_size=Size())
Creates implementation for cuda::Convolution .
cv::GNetworkType< K, std::function< R(Args...)> >::Result
R Result
Definition: infer.hpp:69
hal_ni_magnitude32f
int hal_ni_magnitude32f(const float *x, const float *y, float *dst, int len)
Definition: hal_replacement.hpp:405
cv::videostab::TwoPassStabilizer::wobbleSuppressor
Ptr< WobbleSuppressorBase > wobbleSuppressor() const
Definition: stabilizer.hpp:172
nppsStCompactGetSize_32s
NCVStatus nppsStCompactGetSize_32s(Ncv32u srcLen, Ncv32u *pBufsize, cudaDeviceProp &devProp)
cv::detail::BlocksCompensator::setBlockSize
void setBlockSize(int width, int height)
Definition: exposure_compensate.hpp:168
cv::COLOR_BGR5652RGB
Definition: imgproc.hpp:554
cv::V_TypeTraits< double >::int_type
int64 int_type
Definition: intrin.hpp:142
blenders.hpp
cv::DetectionBasedTracker::ExtObject::status
ObjectStatus status
Definition: detection_based_tracker.hpp:149
cv::viz::WWidgetMerger
This class allows to merge several widgets to single one.
Definition: widgets.hpp:802
cv::hal::merge8u
void merge8u(const uchar **src, uchar *dst, int len, int cn)
cv::kinfu::Params::icpAngleThresh
float icpAngleThresh
Definition: kinfu.hpp:101
cv::CAP_PROP_GUID
Definition: videoio.hpp:162
cv::fitLine
void fitLine(InputArray points, OutputArray line, int distType, double param, double reps, double aeps)
Fits a line to a 2D or 3D point set.
cv::v_reduce_min
_Tp v_reduce_min(const v_reg< _Tp, n > &a)
Find one min value.
Definition: intrin_cpp.hpp:597
cv::hal::max16u
void max16u(const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *)
cv::COLOR_YUV420p2RGB
Definition: imgproc.hpp:652
cv::videostab::KeypointBasedMotionEstimator::setDetector
void setDetector(Ptr< FeatureDetector > val)
Definition: global_motion.hpp:237
cv::cudev::ResizePtr::index_type
PtrTraits< SrcPtr >::index_type index_type
Definition: resize.hpp:63
cv::cudev::Min::rebind::other
Min< U > other
Definition: reduce_to_vec.hpp:111
cv::viz::Mesh::polygons
Mat polygons
CV_32SC1 with only 1 row.
Definition: types.hpp:135
cv::SOLVEPNP_IPPE_SQUARE
Definition: calib3d.hpp:243
cv::videostab::ImageMotionEstimatorBase::ImageMotionEstimatorBase
ImageMotionEstimatorBase(MotionModel model)
Definition: global_motion.hpp:192
cv::IMWRITE_TIFF_RESUNIT
For TIFF, use to specify which DPI resolution unit to set; see libtiff documentation for valid values...
Definition: imgcodecs.hpp:95
cv::datasets::SR_div2kObj
Definition: sr_div2k.hpp:23
cv::cudev::PerspectiveMapPtr::value_type
float2 value_type
Definition: warping.hpp:109
cv::cudev::derivY_
__host__ Expr< DerivYPtrSz< typename PtrTraits< SrcPtr >::ptr_type > > derivY_(const SrcPtr &src)
Definition: deriv.hpp:72
NCVVector::_ptr
T * _ptr
Definition: NCV.hpp:619
cv::QtFont::line_type
int line_type
PointSize.
Definition: highgui.hpp:700
cv::datasets::MSM_middleburyObj
Definition: msm_middlebury.hpp:60
cv::HOGDescriptor::blockSize
Size blockSize
Block size in pixels. Align to cell size. Default value is Size(16,16).
Definition: objdetect.hpp:590
cv::utils::testAsyncArray
static AsyncArray testAsyncArray(InputArray argument)
Definition: bindings_utils.hpp:62
cv::videostab::StabilizerBase::setLog
void setLog(Ptr< ILog > ilog)
Definition: stabilizer.hpp:71
cv::datasets::FR_adienceObj::original_image
std::string original_image
Definition: fr_adience.hpp:70
cv::detail::BlocksChannelsCompensator
Exposure compensator which tries to remove exposure related artifacts by adjusting image block on eac...
Definition: exposure_compensate.hpp:216
cv::face::BasicFaceRecognizer::_eigenvalues
Mat _eigenvalues
Definition: facerec.hpp:50
cv::detail::VectorRef::VectorRef
VectorRef(std::vector< T > &vec)
Definition: garray.hpp:233
cv::Error::StsParseError
invalid syntax/structure of the parsed file
Definition: base.hpp:112
cv::gapi::normL1
GScalar normL1(const GMat &src)
Calculates the absolute L1 norm of a matrix.
cv::ParamType
Definition: core.hpp:3062
cv::findHomography
Mat findHomography(InputArray srcPoints, InputArray dstPoints, int method=0, double ransacReprojThreshold=3, OutputArray mask=noArray(), const int maxIters=2000, const double confidence=0.995)
Finds a perspective transformation between two planes.
cv::face::drawFacemarks
void drawFacemarks(InputOutputArray image, InputArray points, Scalar color=Scalar(255, 0, 0))
Utility to draw the detected facial landmark points.
cv::COLOR_YUV2BGR_YUY2
Definition: imgproc.hpp:693
cv::CAP_PROP_XI_DECIMATION_PATTERN
Decimation pattern type.
Definition: videoio.hpp:367
cv::DescriptorExtractor
Feature2D DescriptorExtractor
Definition: features2d.hpp:242
cv::Mat::MAGIC_MASK
Definition: mat.hpp:2074
cv::videostab::StabilizerBase
Definition: stabilizer.hpp:66
cv::line_descriptor::KeyLine::getStartPoint
Point2f getStartPoint() const
Definition: descriptor.hpp:144
cv::cudev::FindMinValExprBody::src
SrcPtr src
Definition: reduction.hpp:88
NCVMemSegment::begin
NCVMemPtr begin
Definition: NCV.hpp:452
cv::ml::VariableTypes
VariableTypes
Variable types.
Definition: ml.hpp:81
cv::detail::scalar_wrapper_ocl::m_s
cv::Scalar m_s
Definition: goclkernel.hpp:147
cv::graph_dump_path::m_dump_path
std::string m_dump_path
Definition: gcommon.hpp:141
hal_ni_cvtYUVtoBGR
int hal_ni_cvtYUVtoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int dcn, bool swapBlue, bool isCbCr)
hal_cvtYUVtoBGR
Definition: hal_replacement.hpp:406
cv::ximgproc::WMF_OFF
unweighted
Definition: weighted_median_filter.hpp:71
cv::optflow::RLOFOpticalFlowParameter::largeWinSize
int largeWinSize
Definition: rlofflow.hpp:107
cv::ocl::Queue
Definition: ocl.hpp:324
cv::cudev::ThreshToZeroInvFunc::thresh
T thresh
Definition: functional.hpp:773
cv::TrackerCSRT::Params::background_ratio
int background_ratio
Definition: tracker.hpp:1521
cv::aruco::DetectorParameters::aprilTagCriticalRad
float aprilTagCriticalRad
Definition: aruco.hpp:184
cv::va_intel::ocl::initializeContextFromVA
Context & initializeContextFromVA(VADisplay display, bool tryInterop=true)
Creates OpenCL context from VA.
cv::superres::createFrameSource_Empty
Ptr< FrameSource > createFrameSource_Empty()
cv::UMat::step
MatStep step
Definition: mat.hpp:2578
cv::cuda::BufferPool::getBuffer
GpuMat getBuffer(Size size, int type)
Allocates a new GpuMat of given size and type.
Definition: cuda.hpp:492
cv::Detector::getConfidenceOfDetection
float getConfidenceOfDetection(int detectionIdx)
cv::FastFeatureDetector
Wrapping class for feature detection using the FAST method. :
Definition: features2d.hpp:449
cv::TrackerTargetState
Abstract base class for TrackerTargetState that represents a possible state of the target.
Definition: tracker.hpp:331
cv::CAP_PROP_DC1394_MAX
Definition: videoio.hpp:210
cv::detail::scratch_helper< false, Impl, Ins... >::help_reset
static void help_reset(gapi::fluid::Buffer &)
Definition: gfluidkernel.hpp:250
cv::viz::MouseEvent
This class represents a mouse event.
Definition: types.hpp:305
cv::videostab::WobbleSuppressorBase
Definition: wobble_suppression.hpp:60
cv::cudev::CubicInterPtr::operator()
__device__ PtrTraits< SrcPtr >::value_type operator()(float y, float x) const
Definition: interpolation.hpp:179
cv::gapi::cmpEQ
GMat cmpEQ(const GMat &src1, const GMat &src2)
Performs the per-element comparison of two matrices checking if elements from first matrix are equal ...
cv::datasets::GR_skigObj::person
char person
Definition: gr_skig.hpp:98
cv::CAP_PROP_XI_KNEEPOINT1
Value of first kneepoint (% of sensor saturation).
Definition: videoio.hpp:471
cv::Error::BadModelOrChSeq
Definition: base.hpp:83
cv::TrackerStateEstimatorMILBoosting::TrackerMILTargetState
Definition: tracker.hpp:576
optical_flow.hpp
cv::tbm::Track::operator[]
const TrackedObject & operator[](size_t i) const
operator [] return const reference to detected object with specified index.
Definition: tracking_by_matching.hpp:352
cv::destroyWindow
void destroyWindow(const String &winname)
Destroys the specified window.
cv::MatCommaInitializer_::MatCommaInitializer_
MatCommaInitializer_(Mat_< _Tp > *_m)
the constructor, created by "matrix << firstValue" operator, where matrix is cv::Mat
cv::Formatted
Definition: core.hpp:3009
cv::detail::GCompoundCallHelper
Definition: gcompoundkernel.hpp:69
cv::ft::FT12D_inverseFT
void FT12D_inverseFT(InputArray components, InputArray kernel, OutputArray output, int width, int height)
Computes inverse -transfrom.
cv::cudev::Expr
Definition: expr.hpp:57
cvTrunc
int cvTrunc(const cv::softfloat &a)
Truncates number to integer with minimum magnitude.
cv::CAP_OPENNI_DEPTH_GENERATOR
Definition: videoio.hpp:220
cv::MultiTracker_Alt::MultiTracker_Alt
MultiTracker_Alt()
Constructor for Multitracker.
Definition: tracker.hpp:1404
cv::cudev::pyrUp_
__host__ Expr< PyrUpBody< SrcPtr > > pyrUp_(const SrcPtr &src)
Definition: warping.hpp:143
cv::COLOR_YUV2RGBA_UYVY
Definition: imgproc.hpp:683
HaarFeature64::getWeight
__device__ __host__ Ncv32f getWeight(void)
Definition: NCVHaarObjectDetection.hpp:110
cv::detail::get_compound_in
Definition: gcompoundkernel.hpp:53
cv::Detector::getConfidence
float getConfidence(int patchIdx)
cv::cudev::RemapPtr1Sz::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: remap.hpp:97
cv::MergeDebevec
The resulting HDR image is calculated as weighted average of the exposures considering exposure value...
Definition: photo.hpp:618
cv::TLSData
Simple TLS data class.
Definition: tls.hpp:61
cv::cudev::MakeVec
Definition: vec_traits.hpp:58
cv::CAP_PROP_XI_SENSOR_OUTPUT_CHANNEL_COUNT
Number of output channels from sensor used for data transfer.
Definition: videoio.hpp:443
cv::ChiHistogramCostExtractor
An Chi based cost extraction. :
Definition: hist_cost.hpp:95
cv::videostab::StabilizerBase::setMotionEstimator
void setMotionEstimator(Ptr< ImageMotionEstimatorBase > val)
Definition: stabilizer.hpp:83
cv::v_dotprod
v_reg< typename V_TypeTraits< _Tp >::w_type, n/2 > v_dotprod(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Dot product of elements.
Definition: intrin_cpp.hpp:888
HaarFeatureDescriptor32_CreateCheck_MaxNumFeatures
#define HaarFeatureDescriptor32_CreateCheck_MaxNumFeatures
Definition: NCVHaarObjectDetection.hpp:124
cv::detail::CylindricalProjector
Definition: warpers.hpp:301
cv::videostab::ISparseOptFlowEstimator
Definition: optical_flow.hpp:61
cv::quality::QualityPSNR::_mse_to_psnr
static double _mse_to_psnr(double mse, double max_pixel_value)
Definition: qualitypsnr.hpp:101
NCVMatrix::width
Ncv32u width() const
Definition: NCV.hpp:824
cv::HOGDescriptor::HistogramNormType
HistogramNormType
Definition: objdetect.hpp:375
cv::setNumThreads
void setNumThreads(int nthreads)
OpenCV will try to set the number of threads for the next parallel region.
cv::datasets::SLAM_kittiObj::name
std::string name
Definition: slam_kitti.hpp:67
cv::detail::normalizeUsingWeightMap
void normalizeUsingWeightMap(InputArray weight, InputOutputArray src)
cv::cudev::Int2Type
Definition: type_traits.hpp:64
cv::solvePnPRefineVVS
void solvePnPRefineVVS(InputArray objectPoints, InputArray imagePoints, InputArray cameraMatrix, InputArray distCoeffs, InputOutputArray rvec, InputOutputArray tvec, TermCriteria criteria=TermCriteria(TermCriteria::EPS+TermCriteria::COUNT, 20, FLT_EPSILON), double VVSlambda=1)
Refine a pose (the translation and the rotation that transform a 3D point expressed in the object coo...
cv::QtFont::ascii
const int * ascii
font data and metrics
Definition: highgui.hpp:693
cv::face::FacemarkLBF::Params::verbose
bool verbose
show the training print-out
Definition: facemarkLBF.hpp:62
cv::bioinspired::RetinaParameters
retina model parameters structure
Definition: retina.hpp:149
cv::dnn::LRNLayer
Definition: all_layers.hpp:233
cv::Vec4b
Vec< uchar, 4 > Vec4b
Definition: matx.hpp:402
OPENCV_HAL_IMPL_ROTATE_SHIFT_OP
#define OPENCV_HAL_IMPL_ROTATE_SHIFT_OP(suffix, opA, opB)
Element shift left among vector.
Definition: intrin_cpp.hpp:1089
cv::line
void line(InputOutputArray img, Point pt1, Point pt2, const Scalar &color, int thickness=1, int lineType=LINE_8, int shift=0)
Draws a line segment connecting two points.
cv::alignSize
static size_t alignSize(size_t sz, int n)
Aligns a buffer size to the specified number of bytes.
Definition: utility.hpp:479
cv::omnidir::CALIB_FIX_P1
Definition: omnidir.hpp:60
cv::stereo::PropagationParameters::borderX
int borderX
Definition: quasi_dense_stereo.hpp:43
cv::TermCriteria::MAX_ITER
ditto
Definition: types.hpp:861
cv::cudev::ZipPtr
Definition: zip.hpp:58
cv::instr::NodeDataTls
Definition: instrumentation.hpp:60
cv::face::FacemarkLBF::Params::stages_n
int stages_n
number of refinement stages
Definition: facemarkLBF.hpp:70
cv::instr::NodeData::getMeanMs
double getMeanMs() const
Definition: instrumentation.hpp:93
cv::cudev::magnitude_sqr_func
Definition: functional.hpp:622
cv::COLOR_BGRA2YUV_IYUV
Definition: imgproc.hpp:732
cv::cudev::UnaryTupleAdapter::operator()
__device__ __forceinline__ Op::result_type operator()(const Tuple &t) const
Definition: tuple_adapter.hpp:64
cv::ml::TRAIN_ERROR
Definition: ml.hpp:92
cv::LU
int LU(float *A, size_t astep, int m, float *b, size_t bstep, int n)
cv::COLOR_mRGBA2RGBA
Definition: imgproc.hpp:721
cv::CAP_PROP_XI_ACQ_TIMING_MODE
Type of sensor frames timing.
Definition: videoio.hpp:447
cv::detail::plaidml_get_in< cv::GMat >::get
static const plaidml::edsl::Tensor & get(GPlaidMLContext &ctx, int idx)
Definition: gplaidmlkernel.hpp:81
cv::AVIReadContainer::m_fps
double m_fps
Definition: container_avi.private.hpp:131
cv::Stitcher::matchingMask
const cv::UMat & matchingMask() const
Definition: stitching.hpp:217
cv::linemod::QuantizedPyramid::Candidate::f
Feature f
Definition: linemod.hpp:95
cv::reprojectImageTo3D
void reprojectImageTo3D(InputArray disparity, OutputArray _3dImage, InputArray Q, bool handleMissingValues=false, int ddepth=-1)
Reprojects a disparity image to 3D space.
cv::videostab::estimateGlobalMotionRansac
Mat estimateGlobalMotionRansac(InputArray points0, InputArray points1, int model=MM_AFFINE, const RansacParams &params=RansacParams::default2dMotion(MM_AFFINE), float *rmse=0, int *ninliers=0)
Estimates best global motion between two 2D point clouds robustly (using RANSAC method).
cv::cuda::HostMem::dataend
const uchar * dataend
Definition: cuda.hpp:594
cv::cuda::GpuMat::step
size_t step
a distance between successive rows in bytes; includes the gap if any
Definition: cuda.hpp:323
cv::dnn::PoolingLayer::psRoiOutChannels
int psRoiOutChannels
Definition: all_layers.hpp:265
cv::Size2l
Size_< int64 > Size2l
Definition: types.hpp:344
cv::cuda::GpuMat::flags
int flags
Definition: cuda.hpp:317
cv::CvHaarFeatureParams::CvHaarFeatureParams
CvHaarFeatureParams()
cv::rectangle
void rectangle(InputOutputArray img, Point pt1, Point pt2, const Scalar &color, int thickness=1, int lineType=LINE_8, int shift=0)
Draws a simple, thick, or filled up-right rectangle.
private.cuda.hpp
cv::MarkerTypes
MarkerTypes
Definition: imgproc.hpp:828
cv::utils::logging::setLogLevel
LogLevel setLogLevel(LogLevel logLevel)
cv::PyRotationWarper::getScale
float getScale() const
Definition: warpers.hpp:113
cv::DescriptorMatcher::DescriptorCollection::startIdxs
std::vector< int > startIdxs
Definition: features2d.hpp:1081
cv::popCountTable
static const unsigned char popCountTable[]
Definition: intrin_cpp.hpp:608
cv::text::ERFilter::Callback::~Callback
virtual ~Callback()
Definition: erfilter.hpp:130
cv::IMWRITE_PNG_STRATEGY_RLE
Use this value to limit match distances to one (run-length encoding).
Definition: imgcodecs.hpp:120
cv::Vec::Vec
Vec()
default constructor
cv::CvLBPEvaluator::Feature::rect
Rect rect
Definition: feature.hpp:389
cv::ximgproc::ARO_315_0
Definition: fast_hough_transform.hpp:69
cv::BOWKMeansTrainer::termcrit
TermCriteria termcrit
Definition: features2d.hpp:1367
cv::aruco::estimatePoseCharucoBoard
bool estimatePoseCharucoBoard(InputArray charucoCorners, InputArray charucoIds, const Ptr< CharucoBoard > &board, InputArray cameraMatrix, InputArray distCoeffs, InputOutputArray rvec, InputOutputArray tvec, bool useExtrinsicGuess=false)
Pose estimation for a ChArUco board given some of their corners.
cv::cudev::logical_or::operator()
__device__ __forceinline__ MakeVec< uchar, VecTraits< T >::cn >::type operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:207
cv::videostab::DeblurerBase::setMotions
virtual void setMotions(const std::vector< Mat > &val)
Definition: deblurring.hpp:77
cv::structured_light::FAPS
Definition: sinusoidalpattern.hpp:60
hal_ni_absdiff32s
int hal_ni_absdiff32s(const int *src1_data, size_t src1_step, const int *src2_data, size_t src2_step, int *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:134
cv::datasets::SLAM_kittiObj::posesArray
std::vector< pose > posesArray
Definition: slam_kitti.hpp:71
cv::cudev::GlobPtr::data
T * data
Definition: glob.hpp:67
cv::GMat
Definition: gmat.hpp:50
cv::viz::SHADING_PHONG
Definition: widgets.hpp:85
cv::KalmanFilter
Kalman filter class.
Definition: tracking.hpp:360
CV_32F
#define CV_32F
Definition: interface.h:78
cv::cudev::bind1st
__host__ __device__ Binder1st< Op > bind1st(const Op &op, const typename Op::first_argument_type &arg1)
Definition: functional.hpp:843
cv::viz::Camera::getFov
const Vec2d & getFov() const
Definition: types.hpp:216
cv::v_rshr_pack_store
void v_rshr_pack_store(uchar *ptr, const v_uint16x8 &a)
Definition: intrin_cpp.hpp:2370
cv::optflow::GPCDetails::dropOutliers
static void dropOutliers(std::vector< std::pair< Point2i, Point2i > > &corr)
cv::datasets::IR_affine
Definition: ir_affine.hpp:67
cv::ocl::Device::available
bool available() const
cv::detail::Blender::dst_roi_
Rect dst_roi_
Definition: blenders.hpp:95
cv::tbm::TrackedObject::frame_idx
int frame_idx
Frame index where object was detected (-1 if N/A).
Definition: tracking_by_matching.hpp:30
cv::cudev::vcmpne4
__device__ __forceinline__ uint vcmpne4(uint a, uint b)
Definition: simd_functions.hpp:823
cv::tbm::MatchTemplateDistance::MatchTemplateDistance
MatchTemplateDistance(int type=cv::TemplateMatchModes::TM_CCORR_NORMED, float scale=-1, float offset=1)
Constructs the distance object.
Definition: tracking_by_matching.hpp:229
deblurring.hpp
cv::line_descriptor::KeyLine::KeyLine
KeyLine()
Definition: descriptor.hpp:168
cv::hal::split16u
void split16u(const ushort *src, ushort **dst, int len, int cn)
types.hpp
cv::DataType
Template "trait" class for OpenCV primitive data types.
Definition: traits.hpp:112
cv::viz::writeCloud
void writeCloud(const String &file, InputArray cloud, InputArray colors=noArray(), InputArray normals=noArray(), bool binary=false)
Read/write clouds. Supported formats: ply, xyz, obj and stl (readonly)
cv::cuda::meanShiftSegmentation
void meanShiftSegmentation(InputArray src, OutputArray dst, int sp, int sr, int minsize, TermCriteria criteria=TermCriteria(TermCriteria::MAX_ITER+TermCriteria::EPS, 5, 1), Stream &stream=Stream::Null())
Performs a mean-shift segmentation of the source image and eliminates small segments.
cv::detail::HomographyBasedEstimator::HomographyBasedEstimator
HomographyBasedEstimator(bool is_focals_estimated=false)
Definition: motion_estimators.hpp:103
cv::cuda::createStereoBeliefPropagation
Ptr< cuda::StereoBeliefPropagation > createStereoBeliefPropagation(int ndisp=64, int iters=5, int levels=5, int msg_type=CV_32F)
Creates StereoBeliefPropagation object.
cv::aruco::DetectorParameters
Parameters for the detectMarker process:
Definition: aruco.hpp:150
cv::dilate
void dilate(InputArray src, OutputArray dst, InputArray kernel, Point anchor=Point(-1,-1), int iterations=1, int borderType=BORDER_CONSTANT, const Scalar &borderValue=morphologyDefaultBorderValue())
Dilates an image by using a specific structuring element.
cv::imread
Mat imread(const String &filename, int flags=IMREAD_COLOR)
Loads an image from a file.
cv::AsyncPromise::p
Impl * p
Definition: async_promise.hpp:65
cv::cudev::DefaultReduceToVecPolicy::block_size_y
Definition: reduce_to_vec.hpp:215
optim.hpp
cv::sfm::computeOrientation
void computeOrientation(InputArrayOfArrays x1, InputArrayOfArrays x2, OutputArray R, OutputArray t, double s)
Computes Absolute or Exterior Orientation (Pose Estimation) between 2 sets of 3D point.
cv::CALIB_FIX_TANGENT_DIST
Definition: calib3d.hpp:286
cv::tbm::ResizedImageDescriptor::compute
void compute(const cv::Mat &mat, cv::Mat &descr) override
Computes image descriptor.
Definition: tracking_by_matching.hpp:125
cv::Mat_::iterator
MatIterator_< _Tp > iterator
Definition: mat.hpp:2182
cv::THRESH_TRIANGLE
flag, use Triangle algorithm to choose the optimal threshold value
Definition: imgproc.hpp:324
cv::v_mul_wrap
v_reg< _Tp, n > v_mul_wrap(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Multiply values without saturation.
Definition: intrin_cpp.hpp:745
frame_source.hpp
cv::sfm::libmv_ReconstructionOptions::refine_intrinsics
int refine_intrinsics
Definition: simple_pipeline.hpp:153
cv::reg::MapTypeCaster::toShift
static Ptr< MapShift > toShift(Ptr< Map > sourceMap)
Definition: mapperpyramid.hpp:88
cv::datasets::sectionNames
const string sectionNames[]
Definition: track_alov.hpp:68
gpumat.hpp
cv::cuda::Convolution
Base class for convolution (or cross-correlation) operator. :
Definition: cudaarithm.hpp:848
cv::cudev::Binder1st::arg1
Op::first_argument_type arg1
Definition: functional.hpp:833
cv::descrs_of
cv::GMetaArgs descrs_of(const std::vector< cv::Mat > &vec)
cv::utils::fs::createDirectory
bool createDirectory(const cv::String &path)
cv::ogl::Texture2D::create
void create(int arows, int acols, Format aformat, bool autoRelease=false)
Allocates memory for ogl::Texture2D object.
cv::datasets::OR_mnistObj::label
char label
Definition: or_mnist.hpp:62
nppiStTranspose_64f_C1R_host
NCVStatus nppiStTranspose_64f_C1R_host(Ncv64f *h_src, Ncv32u srcStride, Ncv64f *h_dst, Ncv32u dstStride, NcvSize32u srcRoi)
cv::fisheye::calibrate
double calibrate(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, const Size &image_size, InputOutputArray K, InputOutputArray D, OutputArrayOfArrays rvecs, OutputArrayOfArrays tvecs, int flags=0, TermCriteria criteria=TermCriteria(TermCriteria::COUNT+TermCriteria::EPS, 100, DBL_EPSILON))
Performs camera calibaration.
cv::dnn::DetectionModel
This class represents high-level API for object detection networks.
Definition: dnn.hpp:1250
cv::utils::AllocatorStatisticsInterface::AllocatorStatisticsInterface
AllocatorStatisticsInterface()
Definition: allocator_stats.hpp:15
N_CELLS
#define N_CELLS
Definition: feature.hpp:80
cv::hal::log32f
void log32f(const float *src, float *dst, int n)
cv::TrackerTargetState::targetWidth
int targetWidth
Definition: tracker.hpp:374
cv::EMDL1
float EMDL1(InputArray signature1, InputArray signature2)
Computes the "minimal work" distance between two weighted point configurations base on the papers "EM...
cv::dnn::readNetFromModelOptimizer
Net readNetFromModelOptimizer(const String &xml, const String &bin)
Load a network from Intel's Model Optimizer intermediate representation.
cv::optflow::OpticalFlowPCAFlow::basisSize
const Size basisSize
Definition: pcaflow.hpp:98
cv::extractChannel
void extractChannel(InputArray src, OutputArray dst, int coi)
Extracts a single channel from src (coi is 0-based index)
cv::videostab::InpainterBase::motionModel
virtual MotionModel motionModel() const
Definition: inpainting.hpp:74
cv::aruco::DetectorParameters::aprilTagDeglitch
int aprilTagDeglitch
Definition: aruco.hpp:187
cv::cudev::less::operator()
__device__ __forceinline__ MakeVec< uchar, VecTraits< T >::cn >::type operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:165
cv::cudev::SelectIf< false, ThenType, ElseType >::type
ElseType type
Definition: type_traits.hpp:102
cv::COLOR_BayerBG2RGB_VNG
Definition: imgproc.hpp:760
cv::dnn::BackendWrapper::backendId
int backendId
Backend identifier.
Definition: dnn.hpp:171
cv::COLOR_YUV2BGR
Definition: imgproc.hpp:628
cv::FileNode::ofs
size_t ofs
Definition: persistence.hpp:611
cv::randpattern::RandomPatternGenerator
Definition: randpattern.hpp:160
cv::datasets::OR_pascalObj::width
int width
Definition: or_pascal.hpp:82
cv::TLSDataContainer::gatherData
void gatherData(std::vector< void * > &data) const
HaarClassifierNode128::getRightNodeDesc
__host__ __device__ HaarClassifierNodeDescriptor32 getRightNodeDesc(void)
Definition: NCVHaarObjectDetection.hpp:261
cv::FileStorage::write
static void write(FileStorage &fs, const String &name, const KeyPoint &kpt)
Definition: persistence.hpp:1044
cv::CvHOGEvaluator::normSum
Mat normSum
Definition: feature.hpp:329
cv::stereo::StereoMatcher::DISP_SCALE
Definition: stereo.hpp:84
cv::CAP_PROP_XI_EXPOSURE_BURST_COUNT
Sets the number of times of exposure in one frame.
Definition: videoio.hpp:356
cv::dnn::DictValue::DictValue
DictValue(const String &s)
Constructs string scalar.
Definition: dict.hpp:68
cv::saliency::MotionSaliencyBinWangApr2014::computeSaliency
bool computeSaliency(InputArray image, OutputArray saliencyMap)
Definition: saliencySpecializedClasses.hpp:180
cv::ml::SVM::ParamTypes
ParamTypes
SVM params type
Definition: ml.hpp:669
cv::Exception::msg
String msg
the formatted error message
Definition: core.hpp:135
cv::reg::MapProjec
Definition: mapprojec.hpp:53
ncvGrowDetectionsVector_device
NCVStatus ncvGrowDetectionsVector_device(NCVVector< Ncv32u > &pixelMask, Ncv32u numPixelMaskDetections, NCVVector< NcvRect32u > &hypotheses, Ncv32u &totalDetections, Ncv32u totalMaxDetections, Ncv32u rectWidth, Ncv32u rectHeight, Ncv32f curScale, cudaStream_t cuStream)
cv::VideoWriterProperties
VideoWriterProperties
VideoWriter generic properties identifier.
Definition: videoio.hpp:187
cv::PlaneWarper::create
Ptr< detail::RotationWarper > create(float scale) const CV_OVERRIDE
Definition: warpers.hpp:137
cv::saturate_cast< unsigned >
unsigned saturate_cast< unsigned >(schar v)
Definition: saturate.hpp:143
cv::cudev::bit_not::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type v) const
Definition: functional.hpp:254
cv::BackgroundSubtractorMOG2
Gaussian Mixture-based Background/Foreground Segmentation Algorithm.
Definition: background_segm.hpp:90
cv::dnn::MatShape
std::vector< int > MatShape
Definition: dnn.hpp:59
NCVMatrixAlloc::NCVMatrixAlloc
NCVMatrixAlloc(INCVMemAllocator &allocator_, Ncv32u width_, Ncv32u height_, Ncv32u pitch_=0)
Definition: NCV.hpp:851
cv::GTransform::substitute
F substitute
Definition: gtransform.hpp:32
cv::LineIterator::pos
Point pos() const
returns coordinates of the current pixel
hal_ni_sub64f
int hal_ni_sub64f(const double *src1_data, size_t src1_step, const double *src2_data, size_t src2_step, double *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:90
cv::detail::GraphEdge::GraphEdge
GraphEdge(int from, int to, float weight)
Definition: util.hpp:82
cv::quality::QualityPSNR::MAX_PIXEL_VALUE_DEFAULT
static const int MAX_PIXEL_VALUE_DEFAULT
Default maximum pixel value.
Definition: qualitypsnr.hpp:30
cv::detail::GainCompensator::getNrFeeds
int getNrFeeds()
Definition: exposure_compensate.hpp:127
cv::CAP_PROP_XI_SENSOR_TAPS
Number of taps.
Definition: videoio.hpp:372
cv::cudev::LinearInterPtrSz
Definition: interpolation.hpp:134
cv::detail::CompressedRectilinearProjector
Definition: warpers.hpp:357
cv::CAP_PROP_XI_APPLY_CMS
Enable applying of CMS profiles to xiGetImage (see XI_PRM_INPUT_CMS_PROFILE, XI_PRM_OUTPUT_CMS_PROFIL...
Definition: videoio.hpp:399
cv::CAP_OPENNI_IMAGE_GENERATOR_PRESENT
Definition: videoio.hpp:245
cv::QT_FONT_LIGHT
Weight of 25.
Definition: highgui.hpp:232
cv::datasets::FR_lfwObj::same
bool same
Definition: fr_lfw.hpp:63
cv::cudev::VecTraits< char4 >::elem_type
schar elem_type
Definition: vec_traits.hpp:176
cv::xphoto::createTonemapDurand
Ptr< TonemapDurand > createTonemapDurand(float gamma=1.0f, float contrast=4.0f, float saturation=1.0f, float sigma_space=2.0f, float sigma_color=2.0f)
Creates TonemapDurand object.
CV_CUDEV_RGB2RGB_INST
#define CV_CUDEV_RGB2RGB_INST(name, scn, dcn, bidx)
Definition: color_cvt.hpp:59
cv::videostab::MaskFrameSource
Definition: frame_source.hpp:89
cv::detail::GTypeTraits< cv::GArray< T > >::host_type
std::vector< T > host_type
Definition: gtype_traits.hpp:70
cv::gapi::wip::IStreamSource::descr_of
virtual GMetaArg descr_of() const =0
nppiStTranspose_32s_C1R
NCVStatus nppiStTranspose_32s_C1R(Ncv32s *d_src, Ncv32u srcStride, Ncv32s *d_dst, Ncv32u dstStride, NcvSize32u srcRoi)
cv::CAP_PROP_VIEWFINDER
Enter liveview mode.
Definition: videoio.hpp:563
cv::detail::overlapRoi
bool overlapRoi(Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi)
cv::viz::Color::cherry
static Color cherry()
cv::MatConstIterator::sliceStart
const uchar * sliceStart
Definition: mat.hpp:3068
cv::COLOR_COLORCVT_MAX
Definition: imgproc.hpp:787
cv::stereo::QuasiDenseStereo::Param
PropagationParameters Param
Definition: quasi_dense_stereo.hpp:189
cv::cudacodec::SF_GRAY
Definition: cudacodec.hpp:80
cv::Stitcher::setSeamFinder
void setSeamFinder(Ptr< detail::SeamFinder > seam_finder)
Definition: stitching.hpp:245
cv::datasets::PascalPart::name
std::string name
Definition: or_pascal.hpp:61
hal_ni_Cholesky64f
int hal_ni_Cholesky64f(double *src1, size_t src1_step, int m, double *src2, size_t src2_step, int n, bool *info)
Definition: hal_replacement.hpp:614
cv::gapi::ie::TraitAs::IMAGE
G-API traits an associated cv::Mat as an image so creates an "image" blob (NCHW/NHWC,...
cv::cudev::LutPtr::operator()
__device__ __forceinline__ PtrTraits< TablePtr >::value_type operator()(typename PtrTraits< SrcPtr >::index_type y, typename PtrTraits< SrcPtr >::index_type x) const
Definition: lut.hpp:68
cv::resizeWindow
void resizeWindow(const String &winname, int width, int height)
Resizes window to the specified size.
cv::Error::BadCallBack
Definition: base.hpp:91
cv::StereographicWarper
Definition: warpers.hpp:171
cv::cudev::ScharrYPtrSz::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: deriv.hpp:305
cv::CvFeatureEvaluator::operator()
virtual float operator()(int featureIdx, int sampleIdx)=0
cv::Vec6d
Vec< double, 6 > Vec6d
Definition: matx.hpp:426
cv::ximgproc::ARO_0_45
Definition: fast_hough_transform.hpp:66
cv::Error::BadDataPtr
Definition: base.hpp:81
cv::cudev::Binder2nd::op
Op op
Definition: functional.hpp:853
cv::cudev::ThreshBinaryInvFunc::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type src) const
Definition: functional.hpp:719
cv::HOGDescriptor::gammaCorrection
bool gammaCorrection
Flag to specify whether the gamma correction preprocessing is required or not.
Definition: objdetect.hpp:614
cv::optflow::GPCTrainingSamples::create
static Ptr< GPCTrainingSamples > create(const std::vector< String > &imagesFrom, const std::vector< String > &imagesTo, const std::vector< String > &gt, int descriptorType)
This function can be used to extract samples from a pair of images and a ground truth flow....
cv::ximgproc::FastBilateralSolverFilter
Interface for implementations of Fast Bilateral Solver.
Definition: edge_filter.hpp:382
cv::cudev::getRows
__host__ int getRows(const Ptr2DSz &ptr)
Definition: traits.hpp:91
cv::MOTION_AFFINE
Definition: tracking.hpp:264
cv::gapi::equalizeHist
GMat equalizeHist(const GMat &src)
Equalizes the histogram of a grayscale image.
cv::detail::ArgKind::GMAT
cv::QT_STYLE_OBLIQUE
Oblique font.
Definition: highgui.hpp:243
HaarClassifierCascadeDescriptor::ClassifierSize
NcvSize32u ClassifierSize
Definition: NCVHaarObjectDetection.hpp:339
cv::detail::PairwiseSeamFinder::images_
std::vector< UMat > images_
Definition: seam_finders.hpp:100
cv::Mat_::diag
Mat_ diag(int d=0) const
cv::optflow::ST_STANDART
Definition: rlofflow.hpp:24
cv::QtFont::hscale
float hscale
Definition: highgui.hpp:696
cv::text::ERStat::convex_hull_ratio
float convex_hull_ratio
Definition: erfilter.hpp:90
hal_ni_absdiff8u
int hal_ni_absdiff8u(const uchar *src1_data, size_t src1_step, const uchar *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:130
cv::dnn::ConcatLayer::padding
bool padding
Add zero padding in case of concatenation of blobs with different spatial sizes.
Definition: all_layers.hpp:321
unary_op.hpp
cv::TrackerFeatureFeature2d
TrackerFeature based on Feature2D.
Definition: tracker.hpp:931
cv::cudev::BinaryTupleAdapter::operator()
__device__ __forceinline__ Op::result_type operator()(const Tuple &t) const
Definition: tuple_adapter.hpp:85
hashnode_i::key
KeyType key
Definition: t_hash_int.hpp:62
cv::rgbd::RgbdOdometry::getIterationCounts
cv::Mat getIterationCounts() const
Definition: depth.hpp:683
cv::gapi::wip::draw::freetype_font::path
std::string path
The path to the font file (.ttf)
Definition: render.hpp:87
cv::face::FacemarkAAM::Model::Texture::AA0
Mat AA0
average of gray values from all erorded face region in the dataset
Definition: facemarkAAM.hpp:125
cv::Stitcher::Mode
Mode
Definition: stitching.hpp:160
cv::saturate_cast
static _Tp saturate_cast(uchar v)
Template function for accurate conversion from one primitive type to another.
Definition: saturate.hpp:80
cv::ocl::OCL_VECTOR_OWN
Definition: ocl.hpp:611
cv::CAP_PROP_GAIN
Gain of the image (only for those cameras that support).
Definition: videoio.hpp:147
cv::COLOR_XYZ2RGB
Definition: imgproc.hpp:578
cv::getTextSize
Size getTextSize(const String &text, int fontFace, double fontScale, int thickness, int *baseLine)
Calculates the width and height of a text string.
cv::gapi::own::Rect::Rect
Rect(const cv::Rect &other)
Definition: types.hpp:37
cv::detail::ProtoToMetaT
typename ProtoToMeta< T >::type ProtoToMetaT
Definition: gtyped.hpp:35
cv::softdouble::fromRaw
static softdouble fromRaw(const uint64_t a)
Construct from raw.
Definition: softfloat.hpp:243
cv::cudev::acosh
__device__ __forceinline__ double4 acosh(const double4 &a)
Definition: vec_math.hpp:382
cv::AKAZE::create
static Ptr< AKAZE > create(AKAZE::DescriptorType descriptor_type=AKAZE::DESCRIPTOR_MLDB, int descriptor_size=0, int descriptor_channels=3, float threshold=0.001f, int nOctaves=4, int nOctaveLayers=4, KAZE::DiffusivityType diffusivity=KAZE::DIFF_PM_G2)
The AKAZE constructor.
cv::COLOR_BayerBG2RGBA
Definition: imgproc.hpp:782
cv::GInferListBase
Definition: infer.hpp:95
cv::CvParams
Definition: feature.hpp:120
CV_CUDEV_EXPR_BINOP_INST
#define CV_CUDEV_EXPR_BINOP_INST(op, functor)
Definition: binary_op.hpp:66
cv::datasets::GR_skigObj
Definition: gr_skig.hpp:94
cv::decomposeHomographyMat
int decomposeHomographyMat(InputArray H, InputArray K, OutputArrayOfArrays rotations, OutputArrayOfArrays translations, OutputArrayOfArrays normals)
Decompose a homography matrix to rotation(s), translation(s) and plane normal(s).
cv::BorderTypes
BorderTypes
Definition: base.hpp:268
cv::detail::FeatherBlender::setSharpness
void setSharpness(float val)
Definition: blenders.hpp:106
cv::DetectionBasedTracker::parameters
Parameters parameters
Definition: detection_based_tracker.hpp:178
cv::hal::max16s
void max16s(const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *)
cv::datasets::FR_lfwObj::image2
std::string image2
Definition: fr_lfw.hpp:62
cv::dynafu::Params::bilateral_kernel_size
int bilateral_kernel_size
Kernel size in pixels for bilateral smooth.
Definition: dynafu.hpp:49
cv::Size_::operator=
Size_ & operator=(const Size_ &sz)
cv::reg::MapTypeCaster::toAffine
static Ptr< MapAffine > toAffine(Ptr< Map > sourceMap)
Definition: mapperpyramid.hpp:82
cv::createBackgroundSubtractorKNN
Ptr< BackgroundSubtractorKNN > createBackgroundSubtractorKNN(int history=500, double dist2Threshold=400.0, bool detectShadows=true)
Creates KNN Background Subtractor.
cv::COLOR_YUV2RGB_Y422
Definition: imgproc.hpp:678
cv::videoio_registry::getStreamBackends
std::vector< VideoCaptureAPIs > getStreamBackends()
Returns list of available backends which works via cv::VideoCapture(filename)
cv::TrackerSamplerAlgorithm
Abstract base class for TrackerSamplerAlgorithm that represents the algorithm for the specific sample...
Definition: tracker.hpp:206
CV_CUDEV_Lab2RGB_INST
#define CV_CUDEV_Lab2RGB_INST(name, scn, dcn, sRGB, blueIdx)
Definition: color_cvt.hpp:344
cv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyTexture
Ptr< SelectiveSearchSegmentationStrategyTexture > createSelectiveSearchSegmentationStrategyTexture()
Create a new size-based strategy.
cv::datasets::OR_imagenetObj
Definition: or_imagenet.hpp:60
cv::DetectionBasedTracker::InnerParameters::coeffTrackingWindowSize
float coeffTrackingWindowSize
Definition: detection_based_tracker.hpp:172
cv::bgsegm::createBackgroundSubtractorGSOC
Ptr< BackgroundSubtractorGSOC > createBackgroundSubtractorGSOC(int mc=LSBP_CAMERA_MOTION_COMPENSATION_NONE, int nSamples=20, float replaceRate=0.003f, float propagationRate=0.01f, int hitsThreshold=32, float alpha=0.01f, float beta=0.0022f, float blinkingSupressionDecay=0.1f, float blinkingSupressionMultiplier=0.1f, float noiseRemovalThresholdFacBG=0.0004f, float noiseRemovalThresholdFacFG=0.0008f)
Creates an instance of BackgroundSubtractorGSOC algorithm.
cv::fastNlMeansDenoisingMulti
void fastNlMeansDenoisingMulti(InputArrayOfArrays srcImgs, OutputArray dst, int imgToDenoiseIndex, int temporalWindowSize, float h=3, int templateWindowSize=7, int searchWindowSize=21)
Modification of fastNlMeansDenoising function for images sequence where consecutive images have been ...
cv::MatExpr::operator~
MatExpr operator~(const Mat &m)
cv::ml::SVMSGD
Stochastic Gradient Descent SVM classifier.
Definition: ml.hpp:1787
CvAbstractCamera::currentDeviceOrientation
UIDeviceOrientation currentDeviceOrientation
Definition: cap_ios.h:44
cv::detail::KernelTag
Definition: gcommon.hpp:30
cv::detail::CylindricalWarperGpu::buildMaps
Rect buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) CV_OVERRIDE
Builds the projection maps according to the given camera data.
Definition: warpers.hpp:561
cv::calibrateCameraRO
double calibrateCameraRO(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, Size imageSize, int iFixedPoint, InputOutputArray cameraMatrix, InputOutputArray distCoeffs, OutputArrayOfArrays rvecs, OutputArrayOfArrays tvecs, OutputArray newObjPoints, OutputArray stdDeviationsIntrinsics, OutputArray stdDeviationsExtrinsics, OutputArray stdDeviationsObjPoints, OutputArray perViewErrors, int flags=0, TermCriteria criteria=TermCriteria(TermCriteria::COUNT+TermCriteria::EPS, 30, DBL_EPSILON))
Finds the camera intrinsic and extrinsic parameters from several views of a calibration pattern.
cv::CAP_WINRT
Microsoft Windows Runtime using Media Foundation.
Definition: videoio.hpp:110
cv::viz::WImageOverlay
This 2D Widget represents an image overlay. :
Definition: widgets.hpp:457
cv::CvFeatureParams::featSize
int featSize
Definition: feature.hpp:153
hal_ni_gemm64f
int hal_ni_gemm64f(const double *src1, size_t src1_step, const double *src2, size_t src2_step, double alpha, const double *src3, size_t src3_step, double beta, double *dst, size_t dst_step, int m, int n, int k, int flags)
Definition: hal_replacement.hpp:697
cv::ocl::Program::getImpl
Impl * getImpl() const
Definition: ocl.hpp:492
cv::cuda::EventAccessor::wrapEvent
static Event wrapEvent(cudaEvent_t event)
cv::REDUCE_AVG
the output is the mean vector of all rows/columns of the matrix.
Definition: core.hpp:220
cv::AVIWriteContainer::pushFrameOffset
void pushFrameOffset(size_t elem)
Definition: container_avi.private.hpp:171
cv::cudev::GlobPtr::value_type
T value_type
Definition: glob.hpp:64
NCV_ALLOCATOR_INSUFFICIENT_CAPACITY
Definition: NCV.hpp:335
cv::ximgproc::createStructuredEdgeDetection
Ptr< StructuredEdgeDetection > createStructuredEdgeDetection(const String &model, Ptr< const RFFeatureGetter > howToGetFeatures=Ptr< RFFeatureGetter >())
cv::hal::fastAtan64f
void fastAtan64f(const double *y, const double *x, double *dst, int n, bool angleInDegrees)
cv::detail::BlocksCompensator::setNrFeeds
void setNrFeeds(int nr_feeds)
Definition: exposure_compensate.hpp:166
cv::CAP_PROP_IMAGES_LAST
Definition: videoio.hpp:577
cv::videostab::MotionEstimatorBase
Base class for all global motion estimation methods.
Definition: global_motion.hpp:97
cv::cuda::ALPHA_OVER_PREMUL
Definition: cudaimgproc.hpp:159
cv::COLORMAP_COOL
Definition: imgproc.hpp:4227
cv::MORPH_CLOSE
Definition: imgproc.hpp:217
cv::util::variant::variant
variant() noexcept
Definition: variant.hpp:206
CPU_FMA3
Definition: cvdef.h:284
cv::cudev::MakeVec< bool, 1 >::type
uchar type
Definition: vec_traits.hpp:81
cv::cudev::LinearInterPtr::index_type
float index_type
Definition: interpolation.hpp:100
cv::ocl::KernelArg::obj
const void * obj
Definition: ocl.hpp:381
cv::text::ERStat::num_inflexion_points
float num_inflexion_points
Definition: erfilter.hpp:91
imgproc.hpp
cv::COLOR_YUV2RGBA_IYUV
Definition: imgproc.hpp:657
cv::aruco::DICT_5X5_100
Definition: dictionary.hpp:147
cv::gapi::imgproc::GMat3
std::tuple< GMat, GMat, GMat > GMat3
Definition: imgproc.hpp:31
cv::detail::GraphEdge::to
int to
Definition: util.hpp:78
cv::gapi::Canny
GMat Canny(const GMat &image, double threshold1, double threshold2, int apertureSize=3, bool L2gradient=false)
Finds edges in an image using the Canny algorithm.
cv::stereo::CensusKernel::operator()
void operator()(int rrWidth, int w2, int rWidth, int jj, int j, int c[num_images]) const
Definition: descriptor.hpp:182
cv::GArg::unsafe_get
T & unsafe_get()
Definition: garg.hpp:70
cv::datasets::IS_bsdsObj
Definition: is_bsds.hpp:60
cv::FONT_ITALIC
flag for italic font
Definition: imgproc.hpp:822
cv::viz::makeCameraPose
Affine3d makeCameraPose(const Vec3d &position, const Vec3d &focal_point, const Vec3d &y_dir)
Constructs camera pose from position, focal_point and up_vector (see gluLookAt() for more information...
cv::dynafu::Params::raycast_step_factor
float raycast_step_factor
A length of one raycast step.
Definition: dynafu.hpp:87
cv::datasets::SLAM_kittiObj
Definition: slam_kitti.hpp:65
cv::sfm::libmv_CameraIntrinsicsOptions::polynomial_k3
double polynomial_k3
Definition: simple_pipeline.hpp:114
cv::videostab::MotionInpainter::flowErrorThreshold
float flowErrorThreshold() const
Definition: inpainting.hpp:150
OPENCV_HAL_IMPL_MATH_FUNC
#define OPENCV_HAL_IMPL_MATH_FUNC(func, cfunc, _Tp2)
Helper macro.
Definition: intrin_cpp.hpp:497
cv::cuda::GpuMat::datastart
uchar * datastart
helper fields used in locateROI and adjustROI
Definition: cuda.hpp:333
cv::ocl::Device::preferredVectorWidthLong
int preferredVectorWidthLong() const
intrin_vsx.hpp
cv::videostab::LpMotionStabilizer::setWeight4
void setWeight4(float val)
Definition: motion_stabilizing.hpp:140
cv::cudev::scharrXPtr
__host__ ScharrXPtrSz< typename PtrTraits< SrcPtr >::ptr_type > scharrXPtr(const SrcPtr &src)
Definition: deriv.hpp:266
cv::TrackerCSRT::Params::use_segmentation
bool use_segmentation
Definition: tracker.hpp:1504
cv::COLOR_YUV420sp2RGB
Definition: imgproc.hpp:636
cv::gapi::GNetParam::params
util::any params
Definition: infer.hpp:192
cv::stereo::StereoBinarySGBM::setSubPixelInterpolationMethod
virtual void setSubPixelInterpolationMethod(int value)=0
cv::utils::logging::LOG_LEVEL_INFO
Info message.
Definition: logger.defines.hpp:30
cv::cudev::ThreshBinaryInvFunc::maxVal
T maxVal
Definition: functional.hpp:717
cv::PyRotationWarper::~PyRotationWarper
~PyRotationWarper()
Definition: warpers.hpp:57
cv::Mat::SUBMATRIX_FLAG
Definition: mat.hpp:2073
cv::int32_t
::int32_t int32_t
Definition: cvdef.h:770
cv::cudev::Binder1st::operator()
__device__ __forceinline__ Op::result_type operator()(typename TypeTraits< typename Op::second_argument_type >::parameter_type a) const
Definition: functional.hpp:835
cv::CvParams::~CvParams
virtual ~CvParams()
Definition: feature.hpp:124
cv::COLOR_HSV2BGR
backward conversions to RGB/BGR
Definition: imgproc.hpp:596
cv::text::loadOCRHMMClassifierCNN
Ptr< OCRHMMDecoder::ClassifierCallback > loadOCRHMMClassifierCNN(const String &filename)
Allow to implicitly load the default character classifier when creating an OCRHMMDecoder object.
cv::datasets::humaneva_2
Definition: hpe_humaneva.hpp:74
paillou_filter.hpp
cv::MultiTrackerTLD
Multi Object Tracker for TLD.
Definition: tracker.hpp:1458
cv::gapi::RGB2HSV
GMat RGB2HSV(const GMat &src)
Converts an image from RGB color space to HSV. The function converts an input image from RGB color sp...
cv::xphoto::TransformTypes
TransformTypes
BM3D transform types.
Definition: bm3d_image_denoising.hpp:61
cv::Size_::width
_Tp width
the width
Definition: types.hpp:339
cv::convexHull
void convexHull(InputArray points, OutputArray hull, bool clockwise=false, bool returnPoints=true)
Finds the convex hull of a point set.
cv::gapi::convertTo
GMat convertTo(const GMat &src, int rdepth, double alpha=1, double beta=0)
Converts a matrix to another data depth with optional scaling.
cv::TrackerTargetState::~TrackerTargetState
virtual ~TrackerTargetState()
Definition: tracker.hpp:334
cv::COLOR_HLS2RGB_FULL
Definition: imgproc.hpp:614
hal_ni_sqrt32f
int hal_ni_sqrt32f(const float *src, float *dst, int len)
Definition: hal_replacement.hpp:439
cv::CascadeClassifier
Cascade classifier class for object detection.
Definition: objdetect.hpp:224
cv::cudev::CubicInterPtr::index_type
float index_type
Definition: interpolation.hpp:158
cv::CAP_PROP_XI_ACQ_TRANSPORT_BUFFER_COMMIT
Number of buffers to commit to low level.
Definition: videoio.hpp:461
cv::ml::SVM
Support Vector Machines.
Definition: ml.hpp:526
cv::Mat::empty
bool empty() const
Returns true if the array has no elements.
cv::videostab::LpMotionStabilizer::setWeight3
void setWeight3(float val)
Definition: motion_stabilizing.hpp:137
cv::CvParams::read
virtual bool read(const FileNode &node)=0
cv::datasets::OR_pascalObj
Definition: or_pascal.hpp:78
FEATURES
#define FEATURES
Definition: feature.hpp:62
cv::videostab::InpainterBase::motions
virtual const std::vector< Mat > & motions() const
Definition: inpainting.hpp:85
cv::VIDEOWRITER_PROP_NSTRIPES
Number of stripes for parallel encoding. -1 for auto detection.
Definition: videoio.hpp:190
cv::HuMoments
void HuMoments(const Moments &moments, double hu[7])
Calculates seven Hu invariants.
cv::HoughCircles
void HoughCircles(InputArray image, OutputArray circles, int method, double dp, double minDist, double param1=100, double param2=100, int minRadius=0, int maxRadius=0)
Finds circles in a grayscale image using the Hough transform.
cv::cudev::DerivXPtr::operator()
__device__ __forceinline__ PtrTraits< SrcPtr >::value_type operator()(int y, int x) const
Definition: deriv.hpp:68
cv::hal::cmp32f
void cmp32f(const float *src1, size_t step1, const float *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *_cmpop)
cv::GFluidParallelFor
This structure allows to customize the way how Fluid executes parallel regions.
Definition: gfluidkernel.hpp:140
cv::CAP_PROP_XI_CC_MATRIX_11
Color Correction Matrix element [1][1].
Definition: videoio.hpp:410
cv::meanStdDev
void meanStdDev(InputArray src, OutputArray mean, OutputArray stddev, InputArray mask=noArray())
cv::detail::plaidml_get_in::get
static T get(GPlaidMLContext &ctx, int idx)
Definition: gplaidmlkernel.hpp:89
cv::SVDecomp
void SVDecomp(InputArray src, OutputArray w, OutputArray u, OutputArray vt, int flags=0)
cv::cuda::connectivityMask
void connectivityMask(const GpuMat &image, GpuMat &mask, const cv::Scalar &lo, const cv::Scalar &hi, Stream &stream=Stream::Null())
compute mask for Generalized Flood fill componetns labeling.
cv::solvePnP
bool solvePnP(InputArray objectPoints, InputArray imagePoints, InputArray cameraMatrix, InputArray distCoeffs, OutputArray rvec, OutputArray tvec, bool useExtrinsicGuess=false, int flags=SOLVEPNP_ITERATIVE)
Finds an object pose from 3D-2D point correspondences. This function returns the rotation and the tra...
cv::superres::createSuperResolution_BTVL1_CUDA
Ptr< SuperResolution > createSuperResolution_BTVL1_CUDA()
NCVMemSegment::size
size_t size
Definition: NCV.hpp:453
cv::RotatedRect::center
Point2f center
returns the rectangle mass center
Definition: types.hpp:530
cv::CAP_ANY
Auto detect == 0.
Definition: videoio.hpp:90
cv::datasets::IR_robotObj::name
std::string name
Definition: ir_robot.hpp:72
cv::CALIB_SAME_FOCAL_LENGTH
Definition: calib3d.hpp:289
cv::v_int8x16
v_reg< schar, 16 > v_int8x16
Sixteen 8-bit signed integer values.
Definition: intrin_cpp.hpp:387
cv::ogl::Buffer::cols
int cols() const
cv::cuda::DFT
Base class for DFT operator as a cv::Algorithm. :
Definition: cudaarithm.hpp:819
plaidml
Definition: gplaidmlkernel.hpp:15
cv::reg::MapShift::getShift
void getShift(OutputArray shift) const
Definition: mapshift.hpp:89
cv::rgbd::OdometryFrame
Definition: depth.hpp:482
cv::GFluidKernel::B
std::function< gapi::fluid::BorderOpt(const GMetaArgs &, const GArgs &)> B
Definition: gfluidkernel.hpp:69
cv::softfloat::isInf
bool isInf() const
Inf state indicator.
Definition: softfloat.hpp:170
cv::DIST_L12
L1-L2 metric: distance = 2(sqrt(1+x*x/2) - 1))
Definition: imgproc.hpp:301
cv::cudev::PtrTraits
Definition: traits.hpp:80
cv::COLOR_LBGR2Luv
Definition: imgproc.hpp:618
cv::videostab::DeblurerBase::DeblurerBase
DeblurerBase()
Definition: deblurring.hpp:62
cv::StrongClassifierDirectSelection::StrongClassifierDirectSelection
StrongClassifierDirectSelection(int numBaseClf, int numWeakClf, Size patchSz, const Rect &sampleROI, bool useFeatureEx=false, int iterationInit=0)
cv::ClfOnlineStump::classify
bool classify(const Mat &x, int i)
cv::DetectionBasedTracker::TrackedObject
Definition: detection_based_tracker.hpp:181
cv::cuda::ensureSizeIsEnough
void ensureSizeIsEnough(int rows, int cols, int type, OutputArray arr)
Ensures that the size of a matrix is big enough and the matrix has a proper type.
cv::COLORMAP_CIVIDIS
Definition: imgproc.hpp:4236
cv::ogl::mapGLBuffer
UMat mapGLBuffer(const Buffer &buffer, AccessFlag accessFlags=ACCESS_READ|ACCESS_WRITE)
Maps Buffer object to process on CL side (convert to UMat).
cv::phase_unwrapping::HistogramPhaseUnwrapping::Params::nbrOfLargeBins
int nbrOfLargeBins
Definition: histogramphaseunwrapping.hpp:85
ushort
unsigned short ushort
Definition: interface.h:52
cv::detail::scalar_wrapper::writeBack
void writeBack() const
Definition: gcpukernel.hpp:180
cv::utils::dumpCString
static String dumpCString(const char *argument)
Definition: bindings_utils.hpp:56
cv::Vec
Template class for short numerical vectors, a partial case of Matx.
Definition: matx.hpp:332
cv::gapi::wip::draw::Circle::center
cv::Point center
The center of the circle.
Definition: render.hpp:232
cv::cuda::calcSum
void calcSum(InputArray src, OutputArray dst, InputArray mask=noArray(), Stream &stream=Stream::Null())
cv::detail::SphericalProjector::mapForward
void mapForward(float x, float y, float &u, float &v)
operations.hpp
cv::detail::TypeHintBase::~TypeHintBase
virtual ~TypeHintBase()=default
warp_shuffle.hpp
CV_CUDEV_VEC_TRAITS_INST
#define CV_CUDEV_VEC_TRAITS_INST(type)
Definition: vec_traits.hpp:90
cv::face::PredictCollector::~PredictCollector
virtual ~PredictCollector()
Definition: predict_collector.hpp:64
cv::gapi::own::to_ocv
cv::Mat to_ocv(Mat const &m)
Definition: convert.hpp:50
cv::linemod::Detector::class_templates
TemplatesMap class_templates
Definition: linemod.hpp:402
cv::optflow::DualTVL1OpticalFlow
"Dual TV L1" Optical Flow Algorithm.
Definition: optflow.hpp:218
NcvPoint2D32u::NcvPoint2D32u
__host__ __device__ NcvPoint2D32u()
Definition: NCV.hpp:204
cv::stereo::PropagationParameters::textrureThreshold
float textrureThreshold
Definition: quasi_dense_stereo.hpp:48
cv::structured_light::GrayCodePattern
Class implementing the Gray-code pattern, based on .
Definition: graycodepattern.hpp:68
cv::cudev::histogram_
__host__ Expr< HistogramBody< BIN_COUNT, SrcPtr > > histogram_(const SrcPtr &src)
Definition: reduction.hpp:231
cv::cudev::ReduceToColumnBody
Definition: reduction.hpp:196
NPPST_INVALID_SCALE
Invalid scale parameter passed.
Definition: NCV.hpp:367
cv::GNetworkType< K, std::function< std::tuple< R... >(Args...)> >::OutArgs
std::tuple< R... > OutArgs
Definition: infer.hpp:52
cv::L1::ValueType
T ValueType
Definition: features2d.hpp:839
cv::quality::QualityBRISQUE::QualityBRISQUE
QualityBRISQUE(const cv::Ptr< cv::ml::SVM > &model, const cv::Mat &range)
Internal constructor.
Definition: qualitybrisque.hpp:74
gapi.hpp
cv::ogl::Buffer::Target
Target
The target defines how you intend to use the buffer object.
Definition: opengl.hpp:84
cv::copyTo
void copyTo(InputArray src, OutputArray dst, InputArray mask)
This is an overloaded member function, provided for convenience (python) Copies the matrix to another...
cv::videostab::ILog::~ILog
virtual ~ILog()
Definition: log.hpp:59
cv::ovis::SCENE_SEPARATE
the window will use a separate scene. The scene will be shared otherwise.
Definition: ovis.hpp:22
cv::createStitcher
Ptr< Stitcher > createStitcher(bool try_use_gpu=false)
cv::va_intel::convertFromVASurface
void convertFromVASurface(VADisplay display, VASurfaceID surface, Size size, OutputArray dst)
Converts VASurfaceID object to OutputArray.
cv::cudev::getCols
__host__ int getCols(const Ptr2DSz &ptr)
Definition: traits.hpp:97
cv::MatCommaInitializer_::operator,
MatCommaInitializer_< _Tp > & operator,(T2 v)
the operator that takes the next value and put it to the matrix
cv::gapi::wip::draw::Text::color
cv::Scalar color
The text color.
Definition: render.hpp:130
cv::cudev::DefaultReduceToVecPolicy
Definition: reduce_to_vec.hpp:211
cv::detail::CameraParams::t
Mat t
Definition: camera.hpp:70
cv::CAP_OPENNI_IR_GENERATOR_PRESENT
Definition: videoio.hpp:252
cv::TLSDataContainer
Definition: tls.hpp:23
cv::ovis::ENTITY_AABB_WORLD
Definition: ovis.hpp:51
cv::ocl::Kernel::set_args_
int set_args_(int i, const _Tp0 &a0, const _Tps &... rest_args)
Definition: ocl.hpp:415
cv::rgbd::RgbdICPOdometry::getMaxDepth
double getMaxDepth() const
Definition: depth.hpp:932
cv::bgsegm::LSBP_CAMERA_MOTION_COMPENSATION_NONE
Definition: bgsegm.hpp:246
cv::videostab::ImageMotionEstimatorBase
Base class for global 2D motion estimation methods which take frames as input.
Definition: global_motion.hpp:175
cv::Stitcher::setBlender
void setBlender(Ptr< detail::Blender > b)
Definition: stitching.hpp:249
retinafasttonemapping.hpp
cv::MatExpr::operator==
MatExpr operator==(const Mat &a, const Mat &b)
cv::Size_::Size_
Size_()
default constructor
cv::CvHaarEvaluator::FeatureHaar::eval
bool eval(const Mat &image, Rect ROI, float *result) const
INCVMemAllocator
Definition: NCV.hpp:461
cv::util::any::operator=
any & operator=(any const &src)
Definition: any.hpp:87
cv::line_descriptor::DrawLinesMatchesFlags
Definition: descriptor.hpp:1153
cv::linemod::Match::operator<
bool operator<(const Match &rhs) const
Sort matches with high similarity to the front.
Definition: linemod.hpp:268
cv::convertPointsFromHomogeneous
void convertPointsFromHomogeneous(InputArray src, OutputArray dst)
Converts points from homogeneous to Euclidean space.
nppiStVectorWarp_PSF1x1_32f_C1
NCVStatus nppiStVectorWarp_PSF1x1_32f_C1(const Ncv32f *pSrc, NcvSize32u srcSize, Ncv32u nSrcStep, const Ncv32f *pU, const Ncv32f *pV, Ncv32u nVFStep, Ncv32f timeScale, Ncv32f *pDst)
HaarClassifierCascadeDescriptor::NumClassifierRootNodes
Ncv32u NumClassifierRootNodes
Definition: NCVHaarObjectDetection.hpp:336
cv::Error::BadNumChannel1U
Definition: base.hpp:85
cv::COLORMAP_INFERNO
Definition: imgproc.hpp:4233
cv::tracking::UnscentedKalmanFilterParams::MP
int MP
Dimensionality of the measurement vector.
Definition: kalman_filters.hpp:128
cv::SimilarRects
Definition: objdetect.hpp:121
cv::GTransformImpl< K, std::function< R(Args...)> >::API
K API
Definition: gtransform.hpp:78
cv::Mat_::zeros
static MatExpr zeros(int rows, int cols)
overridden forms of Mat::zeros() etc. Data type is omitted, of course
cv::bioinspired::SegmentationParameters
parameter structure that stores the transient events detector setup parameters
Definition: transientareassegmentationmodule.hpp:82
cv::cudev::TypeTraits
Definition: type_traits.hpp:128
cv::hal::DCT2D::~DCT2D
virtual ~DCT2D()
Definition: hal.hpp:224
cv::videostab::WobbleSuppressorBase::frameCount_
int frameCount_
Definition: wobble_suppression.hpp:89
cv::TrackerKCF::Params::output_sigma_factor
float output_sigma_factor
spatial bandwidth (proportional to target)
Definition: tracker.hpp:1248
cv::aruco::CharucoBoard::getChessboardSize
Size getChessboardSize() const
Definition: charuco.hpp:106
cv::SORT_EVERY_ROW
each matrix row is sorted independently
Definition: core.hpp:154
cv::gapi::own::Rect::Rect
Rect()=default
cv::line_descriptor::KeyLine::class_id
int class_id
Definition: descriptor.hpp:109
cv::gapi::fluid::Border::Border
Border(int _type, cv::Scalar _val)
Definition: gfluidbuffer.hpp:32
cv::cudev::gridTransformTuple
__host__ void gridTransformTuple(const SrcPtr &src, const tuple< GpuMat_< D0 > &, GpuMat_< D1 > & > &dst, const OpTuple &op, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: transform.hpp:471
cv::viz::Widget3D::Widget3D
Widget3D()
Definition: widgets.hpp:184
NCV_MEM_COPY_ERROR
Definition: NCV.hpp:339
cv::cudev::sobelY_
__host__ Expr< SobelYPtrSz< typename PtrTraits< SrcPtr >::ptr_type > > sobelY_(const SrcPtr &src)
Definition: deriv.hpp:90
cv::COLOR_YUV2RGBA_YV12
Definition: imgproc.hpp:655
cv::SolvePnPMethod
SolvePnPMethod
Definition: calib3d.hpp:234
ridgefilter.hpp
cv::instr::TYPE_MARKER
Definition: instrumentation.hpp:48
cv::convexityDefects
void convexityDefects(InputArray contour, InputArray convexhull, OutputArray convexityDefects)
Finds the convexity defects of a contour.
cv::v_reverse
v_reg< _Tp, n > v_reverse(const v_reg< _Tp, n > &a)
Vector reverse order.
Definition: intrin_cpp.hpp:1752
cv::kinfu::Params::tsdf_max_weight
int tsdf_max_weight
max number of frames per voxel
Definition: kinfu.hpp:83
cv::detail::FisheyeWarper
Definition: warpers.hpp:336
cv::AsyncPromise
Provides result of asynchronous operations.
Definition: async_promise.hpp:22
hashnode_i
Definition: t_hash_int.hpp:60
cv::text::page_seg_mode
page_seg_mode
Tesseract.PageSegMode Enumeration.
Definition: ocr.hpp:67
cv::util::optional::has_value
bool has_value() const noexcept
Definition: optional.hpp:134
cv::viz::MouseEvent::MouseButton
MouseButton
Definition: types.hpp:309
cv::superres::createOptFlow_Farneback
Ptr< FarnebackOpticalFlow > createOptFlow_Farneback()
cv::cudev::ThreshBinaryFunc::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type src) const
Definition: functional.hpp:699
cv::COLOR_Lab2LRGB
Definition: imgproc.hpp:622
Cv32suf::i
int i
Definition: cvdef.h:349
cv::CAP_PROP_INTELPERC_DEPTH_SATURATION_VALUE
Definition: videoio.hpp:523
cv::utils::lock_guard::lock_guard
lock_guard(Mutex &m)
Definition: lock.private.hpp:20
cv::CAP_PROP_XI_BINNING_SELECTOR
Binning engine selector.
Definition: videoio.hpp:360
cv::CAP_PROP_XI_OFFSET_X
Horizontal offset from the origin to the area of interest (in pixels).
Definition: videoio.hpp:336
cv::utils::logging::LOG_LEVEL_ERROR
Error message.
Definition: logger.defines.hpp:28
cv::Matx::div
Matx< _Tp, m, n > div(const Matx< _Tp, m, n > &a) const
divide two matrices element-wise
cv::cudev::VecTraits< char2 >::elem_type
schar elem_type
Definition: vec_traits.hpp:160
cv::text::ERStat::level
int level
Definition: erfilter.hpp:76
cv::superres::PyrLKOpticalFlow::getWindowSize
virtual int getWindowSize() const =0
cv::detail::tracked_cv_mat
Definition: gcpukernel.hpp:159
cv::rgbd::RgbdOdometry::getMaxTranslation
double getMaxTranslation() const
Definition: depth.hpp:715
cv::datasets::FR_adienceObj::fiducial_yaw_angle
int fiducial_yaw_angle
Definition: fr_adience.hpp:79
cv::HOGDescriptor::HOGDescriptor
HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, Size _cellSize, int _nbins, int _derivAperture=1, double _winSigma=-1, HOGDescriptor::HistogramNormType _histogramNormType=HOGDescriptor::L2Hys, double _L2HysThreshold=0.2, bool _gammaCorrection=false, int _nlevels=HOGDescriptor::DEFAULT_NLEVELS, bool _signedGradient=false)
Definition: objdetect.hpp:405
cv::hal::gemm64fc
void gemm64fc(const double *src1, size_t src1_step, const double *src2, size_t src2_step, double alpha, const double *src3, size_t src3_step, double beta, double *dst, size_t dst_step, int m_a, int n_a, int n_d, int flags)
cv::videostab::DeblurerBase::motions_
const std::vector< Mat > * motions_
Definition: deblurring.hpp:86
cv::COLOR_BayerBG2BGR_VNG
Demosaicing using Variable Number of Gradients.
Definition: imgproc.hpp:755
cv::datasets::GR_skigObj::background
backgroundType background
Definition: gr_skig.hpp:99
cv::optflow::DenseRLOFOpticalFlow
Fast dense optical flow computation based on robust local optical flow (RLOF) algorithms and sparse-t...
Definition: rlofflow.hpp:225
cv::dnn::DNN_BACKEND_HALIDE
Definition: dnn.hpp:71
cv::cudev::IsUnaryFunction::No
Definition: functional.hpp:877
cv::calibrationMatrixValues
void calibrationMatrixValues(InputArray cameraMatrix, Size imageSize, double apertureWidth, double apertureHeight, double &fovx, double &fovy, double &focalLength, Point2d &principalPoint, double &aspectRatio)
Computes useful camera characteristics from the camera matrix.
cv::gapi::BGR2LUV
GMat BGR2LUV(const GMat &src)
Converts an image from BGR color space to LUV color space.
cv::instr::NodeData
Definition: instrumentation.hpp:69
cv::ogl::POLYGON
Definition: opengl.hpp:488
cv::ocl::initializeContextFromHandle
void initializeContextFromHandle(Context &ctx, void *platform, void *context, void *device)
cv::parallel_for_
void parallel_for_(const Range &range, const ParallelLoopBody &body, double nstripes=-1.)
Parallel data processor.
cv::cuda::createScharrFilter
Ptr< Filter > createScharrFilter(int srcType, int dstType, int dx, int dy, double scale=1, int rowBorderMode=BORDER_DEFAULT, int columnBorderMode=-1)
Creates a vertical or horizontal Scharr operator.
saturate.hpp
cv::Stitcher::setEstimator
void setEstimator(Ptr< detail::Estimator > estimator)
Definition: stitching.hpp:231
cv::cudev::NormL2::mySum
result_type mySum
Definition: vec_distance.hpp:127
cv::util::optional
Definition: optional.hpp:30
cv::tbm::TrackerParams::aff_thr_fast
float aff_thr_fast
Definition: tracking_by_matching.hpp:267
cv::cuda::blendLinear
void blendLinear(InputArray img1, InputArray img2, InputArray weights1, InputArray weights2, OutputArray result, Stream &stream=Stream::Null())
Performs linear blending of two images.
cv::CAP_PROP_XI_IS_COOLED
Returns 1 for cameras that support cooling.
Definition: videoio.hpp:391
cv::COLOR_YUV420p2GRAY
Definition: imgproc.hpp:671
cv::AutoBuffer::resize
void resize(size_t _size)
resizes the buffer and preserves the content
cv::detail::RotationWarperBase::setScale
void setScale(float val) CV_OVERRIDE
Definition: warpers.hpp:157
cv::text::PSM_OSD_ONLY
Definition: ocr.hpp:69
cv::datasets::IR_robotObj::pos
std::vector< cameraPos > pos
Definition: ir_robot.hpp:73
cv::COLOR_YUV2BGR_UYVY
Definition: imgproc.hpp:675
cv::gapi::networks
cv::gapi::GNetPackage networks(Args &&... args)
Definition: infer.hpp:230
cv::cudev::magnitude_func
Definition: functional.hpp:613
cv::cudev::LaplacianPtr
Definition: deriv.hpp:327
cv::operator|
v_reg< _Tp, n > operator|(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Bitwise OR.
Definition: intrin_cpp.hpp:475
cv::BOWImgDescriptorExtractor::compute2
void compute2(const Mat &image, std::vector< KeyPoint > &keypoints, Mat &imgDescriptor)
Definition: features2d.hpp:1432
cv::v_load_deinterleave
void v_load_deinterleave(const _Tp *ptr, v_reg< _Tp, n > &a, v_reg< _Tp, n > &b)
Load and deinterleave (2 channels)
Definition: intrin_cpp.hpp:1488
functional.hpp
cv::COLOR_YUV2RGBA_NV21
Definition: imgproc.hpp:641
cv::stereo::StereoBinarySGBM::setP1
virtual void setP1(int P1)=0
cv::datasets::cameraPos::images
std::vector< std::string > images
Definition: ir_robot.hpp:67
cv::GOCLContext::m_args
std::vector< GArg > m_args
Definition: goclkernel.hpp:75
widgets.hpp
cv::videostab::StabilizerBase::frameSize_
Size frameSize_
Definition: stabilizer.hpp:125
cv::COLOR_Lab2LBGR
Definition: imgproc.hpp:621
cv::optflow::GPCForest
Definition: sparse_matching_gpc.hpp:191
NCVBroxOpticalFlow.hpp
cvhalFilter2D
Dummy structure storing filtering context.
Definition: hal_replacement.hpp:84
cv::COLOR_BayerGR2RGBA
Definition: imgproc.hpp:785
cv::cudev::not_equal_to::operator()
__device__ __forceinline__ MakeVec< uchar, VecTraits< T >::cn >::type operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:145
cv::dynafu::DynaFu
DynamicFusion implementation.
Definition: dynafu.hpp:132
cv::Mat::cols
int cols
Definition: mat.hpp:2086
cv::datasets::OR_mnistObj
Definition: or_mnist.hpp:60
cv::cudev::GpuMat_::upload
__host__ void upload(InputArray arr)
pefroms upload data to GpuMat (Blocking call)
cv::MatConstIterator_::reference
const typedef _Tp & reference
Definition: mat.hpp:3085
cv::ppf_match_3d::hashtableRemove
int hashtableRemove(hashtable_int *hashtbl, KeyType key)
cv::face::FacemarkAAM::Config::t
Point2f t
Definition: facemarkAAM.hpp:89
cv::CAP_OPENNI_IMAGE_GENERATOR
Definition: videoio.hpp:221
cv::detail::FeatherBlender::sharpness
float sharpness() const
Definition: blenders.hpp:105
cv::COLOR_HSV2RGB
Definition: imgproc.hpp:597
cv::cudacodec::EncoderParams::DisableCabac
int DisableCabac
NVVE_DISABLE_CABAC,.
Definition: cudacodec.hpp:103
cv::aruco::DetectorParameters::maxMarkerPerimeterRate
double maxMarkerPerimeterRate
Definition: aruco.hpp:161
cv::detail::MatchesInfo
Structure containing information about matches between two images.
Definition: matchers.hpp:99
cv::gin
GRunArgs gin(const Ts &... args)
Definition: garg.hpp:135
hal_ni_filter
int hal_ni_filter(cvhalFilter2D *context, uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int full_width, int full_height, int offset_x, int offset_y)
hal_filter
Definition: hal_replacement.hpp:122
cv::directx::ocl::initializeContextFromDirect3DDevice9
Context & initializeContextFromDirect3DDevice9(IDirect3DDevice9 *pDirect3DDevice9)
Creates OpenCL context from Direct3DDevice9 device.
cv::Algorithm::read
static Ptr< _Tp > read(const FileNode &fn)
Reads algorithm from the file node.
Definition: core.hpp:3114
cv::cudev::gridTranspose
__host__ void gridTranspose(const SrcPtr &src, GpuMat_< DstType > &dst, Stream &stream=Stream::Null())
Definition: transpose.hpp:93
cv::AgastFeatureDetector
Wrapping class for feature detection using the AGAST method. :
Definition: features2d.hpp:509
cv::softfloat::inf
static softfloat inf()
Positive infinity constant.
Definition: softfloat.hpp:206
cv::Allocator::~Allocator
~Allocator()
Definition: cvstd.hpp:123
cv::detail::ocl_get_out< cv::GScalar >::get
static scalar_wrapper_ocl get(GOCLContext &ctx, int idx)
Definition: goclkernel.hpp:177
cv::GTransform::pattern
F pattern
Definition: gtransform.hpp:31
cv::detail::Graph::forEach
B forEach(B body) const
cv::cudev::numeric_limits< schar >::min
__device__ static __forceinline__ schar min()
Definition: limits.hpp:69
cv::saveWindowParameters
void saveWindowParameters(const String &windowName)
Saves parameters of the specified window.
cv::util::variant::operator==
friend bool operator==(const variant< Us... > &lhs, const variant< Us... > &rhs)
Definition: variant.hpp:356
cv::WINDOW_GUI_EXPANDED
status bar and tool bar
Definition: highgui.hpp:190
cv::TLSDataAccumulator::cleanup
void cleanup()
Release associated thread data.
Definition: tls.hpp:164
cv::detail::DpSeamFinder::setCostFunction
void setCostFunction(CostFunction val)
Definition: seam_finders.hpp:129
cv::quality::QualityMSE::empty
bool empty() const CV_OVERRIDE
Implements Algorithm::empty()
Definition: qualitymse.hpp:28
cv::dnn_objdetect::object::class_idx
size_t class_idx
Definition: core_detect.hpp:30
cv::sfm::BaseSFM::~BaseSFM
virtual ~BaseSFM()
Definition: simple_pipeline.hpp:164
cv::cuda::transformPoints
void transformPoints(const GpuMat &src, const Mat &rvec, const Mat &tvec, GpuMat &dst, Stream &stream=Stream::Null())
cv::cudacodec::FormatInfo::codec
Codec codec
Definition: cudacodec.hpp:282
cv::cudev::unary_function
Definition: functional.hpp:62
cv::gapi::wip::draw::Text::Text
Text(const std::string &text_, const cv::Point &org_, int ff_, double fs_, const cv::Scalar &color_, int thick_=1, int lt_=cv::LINE_8, bool bottom_left_origin_=false)
Text constructor.
Definition: render.hpp:112
cv::CommandLineParser::impl
Impl * impl
Definition: utility.hpp:939
cv::instr::NodeData::m_implType
cv::instr::IMPL m_implType
Definition: instrumentation.hpp:79
cv::ocl::KernelArg
Definition: ocl.hpp:348
cv::linemod::Detector::TemplatePyramid
std::vector< Template > TemplatePyramid
Definition: linemod.hpp:400
block.hpp
cv::CAP_OPENNI_BGR_IMAGE
Data given from RGB image generator.
Definition: videoio.hpp:262
cv::gapi::erode
GMat erode(const GMat &src, const Mat &kernel, const Point &anchor=Point(-1,-1), int iterations=1, int borderType=BORDER_CONSTANT, const Scalar &borderValue=morphologyDefaultBorderValue())
Erodes an image by using a specific structuring element.
cv::groupRectangles
void groupRectangles(std::vector< Rect > &rectList, int groupThreshold, double eps=0.2)
Groups the object candidate rectangles.
cudaimgproc.hpp
cvv::impl::CallMetaData::function
const char * function
Definition: call_meta_data.hpp:48
K_WARP_SIZE
const Ncv32u K_WARP_SIZE
Definition: NCV.hpp:236
cv::hal::addWeighted64f
void addWeighted64f(const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *scalars)
cv::medianBlur
void medianBlur(InputArray src, OutputArray dst, int ksize)
Blurs an image using the median filter.
cv::Point_::cross
double cross(const Point_ &pt) const
cross-product
cv::ft::FT02D_process
void FT02D_process(InputArray matrix, InputArray kernel, OutputArray output, InputArray mask=noArray())
Computes -transfrom and inverse -transfrom at once.
cv_vsqrt_f32
float32x2_t cv_vsqrt_f32(float32x2_t val)
Definition: neon_utils.hpp:119
cv::text::detectRegions
void detectRegions(InputArray image, const Ptr< ERFilter > &er_filter1, const Ptr< ERFilter > &er_filter2, std::vector< std::vector< Point > > &regions)
cv::multicalib::MultiCameraCalibration::edge::photoIndex
int photoIndex
Definition: multicalib.hpp:86
cv::quality::QualityMSE
Full reference mean square error algorithm https://en.wikipedia.org/wiki/Mean_squared_error.
Definition: qualitymse.hpp:18
cv::sfm::libmv_CameraIntrinsicsOptions::image_width
int image_width
Definition: simple_pipeline.hpp:108
cv::cudev::asinh
__device__ __forceinline__ double4 asinh(const double4 &a)
Definition: vec_math.hpp:373
cv::cudev::AffineMapPtrSz
Definition: warping.hpp:77
cv::cudev::atanh
__device__ __forceinline__ float1 atanh(const uchar1 &a)
Definition: vec_math.hpp:384
pyramids.hpp
cv::AffineWarper
Affine warper factory class.
Definition: warpers.hpp:143
cv::face::FacemarkKazemi::Params
Definition: face_alignment.hpp:14
cv::bioinspired::SegmentationParameters::localEnergy_temporalConstant
float localEnergy_temporalConstant
the time constant of the first order low pass filter, use it to cut high temporal frequencies (noise ...
Definition: transientareassegmentationmodule.hpp:97
cv::aruco::DetectorParameters::cornerRefinementMaxIterations
int cornerRefinementMaxIterations
Definition: aruco.hpp:168
cv::DistanceTransformMasks
DistanceTransformMasks
Mask size for distance transform.
Definition: imgproc.hpp:308
cv::rgbd::DepthCleaner::getWindowSize
int getWindowSize() const
Definition: depth.hpp:231
cv::detail::BlocksGainCompensator::setMatGains
void setMatGains(std::vector< Mat > &umv) CV_OVERRIDE
Definition: exposure_compensate.hpp:210
cv::aruco::DetectorParameters::adaptiveThreshWinSizeMax
int adaptiveThreshWinSizeMax
Definition: aruco.hpp:157
NCVMatrixAlloc::getAllocatorsAlignment
Ncv32u getAllocatorsAlignment() const
Definition: NCV.hpp:898
cv::Stitcher::seamFinder
Ptr< detail::SeamFinder > seamFinder()
Definition: stitching.hpp:243
cv::rgbd::RgbdOdometry::setCameraMatrix
void setCameraMatrix(const cv::Mat &val) CV_OVERRIDE
Definition: depth.hpp:655
cv::detail::FluidCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... >, UseScratch >::getBorder
static gapi::fluid::BorderOpt getBorder(const GMetaArgs &metas, const cv::GArgs &in_args)
Definition: gfluidkernel.hpp:395
cv::ACCESS_MASK
Definition: mat.hpp:65
cv::getRotationMatrix2D
Mat getRotationMatrix2D(Point2f center, double angle, double scale)
Calculates an affine matrix of 2D rotation.
Definition: imgproc.hpp:2429
cv::Stitcher::setInterpolationFlags
void setInterpolationFlags(InterpolationFlags interp_flags)
Definition: stitching.hpp:202
cv::videostab::TwoPassStabilizer::setEstimateTrimRatio
void setEstimateTrimRatio(bool val)
Definition: stabilizer.hpp:174
cv::cudev::BrdBase::operator()
__device__ __forceinline__ PtrTraits< SrcPtr >::value_type operator()(int y, int x) const
Definition: extrapolation.hpp:112
cv::hal::cvtBGRtoLab
void cvtBGRtoLab(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int scn, bool swapBlue, bool isLab, bool srgb)
cv::CirclesGridFinderParameters::vertexPenalty
float vertexPenalty
Definition: calib3d.hpp:1310
cv::Range
Template class specifying a continuous subsequence (slice) of a sequence.
Definition: types.hpp:589
cv::IMWRITE_PNG_BILEVEL
Binary level PNG, 0 or 1, default is 0.
Definition: imgcodecs.hpp:90
cv::quality::QualityBase::_mat_type
cv::UMat _mat_type
internal mat type default
Definition: qualitybase.hpp:54
cv::Mat_::release
void release()
equivalent to Mat::release()
cv::utils::logging::LOG_LEVEL_VERBOSE
Verbose (trace) messages. Requires verbosity level. Disabled in the "Release" build.
Definition: logger.defines.hpp:32
affine.hpp
cv::CAP_OPENNI_IMAGE_GENERATOR_OUTPUT_MODE
Definition: videoio.hpp:246
cv::SparseMatConstIterator::m
const SparseMat * m
Definition: mat.hpp:3220
cv::softdouble::softdouble
softdouble(const double a)
Construct from double.
Definition: softfloat.hpp:257
cv::gapi::wip::draw::Mosaic
This structure represents a mosaicing operation.
Definition: render.hpp:283
cv::INTER_CUBIC
Definition: imgproc.hpp:250
cv::COLOR_LRGB2Luv
Definition: imgproc.hpp:619
cv::detail::GArrayU::specifyType
void specifyType()
Definition: garray.hpp:103
cv::Mat::isSubmatrix
bool isSubmatrix() const
returns true if the matrix is a submatrix of another matrix
cv::Matx16f
Matx< float, 1, 6 > Matx16f
Definition: matx.hpp:218
cv::cudev::warpAffinePtr
__host__ RemapPtr1Sz< typename PtrTraits< SrcPtr >::ptr_type, AffineMapPtr > warpAffinePtr(const SrcPtr &src, Size dstSize, const GpuMat_< float > &warpMat)
Definition: warping.hpp:100
cv::cuda::ALPHA_ATOP
Definition: cudaimgproc.hpp:159
cv::utils::optional_shared_lock_guard::Mutex
_Mutex Mutex
Definition: lock.private.hpp:102
phase_unwrapping.hpp
cv::ocl::memopTypeToStr
const char * memopTypeToStr(int t)
cv::ocl::typeToStr
const char * typeToStr(int t)
cv::polylines
void polylines(InputOutputArray img, const Point *const *pts, const int *npts, int ncontours, bool isClosed, const Scalar &color, int thickness=1, int lineType=LINE_8, int shift=0)
cv::linemod::Feature::label
int label
Quantization.
Definition: linemod.hpp:30
cv::FlannBasedMatcher::flannIndex
Ptr< flann::Index > flannIndex
Definition: features2d.hpp:1188
cv::v_reinterpret_as_u64
v_uint64x2 v_reinterpret_as_u64(const v_reg< _Tp0, n0 > &a)
Definition: intrin_cpp.hpp:2190
cv::REDUCE_MAX
the output is the maximum (column/row-wise) of all rows/columns of the matrix.
Definition: core.hpp:221
scan.hpp
cv::MSER
Maximally stable extremal region extractor.
Definition: features2d.hpp:398
HaarFeatureDescriptor32::getNumFeatures
__device__ __host__ Ncv32u getNumFeatures(void)
Definition: NCVHaarObjectDetection.hpp:167
cv::cudev::vmax4
__device__ __forceinline__ uint vmax4(uint a, uint b)
Definition: simd_functions.hpp:870
cv::DFT_ROWS
Definition: base.hpp:236
cv::Stitcher::exposureCompensator
const Ptr< detail::ExposureCompensator > exposureCompensator() const
Definition: stitching.hpp:239
NCVMatrix::memType
NCVMemoryType memType() const
Definition: NCV.hpp:828
cv::DetectionBasedTracker::IDetector::setMaxObjectSize
void setMaxObjectSize(const cv::Size &max)
Definition: detection_based_tracker.hpp:84
cv::softfloat::softfloat
softfloat()
Default constructor.
Definition: softfloat.hpp:93
cv::TickMeter::start
void start()
Definition: utility.hpp:322
eigen.hpp
cv::hal::add32f
void add32f(const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *)
cv::bioinspired::RetinaParameters::OPLandIplParvoParameters::photoreceptorsLocalAdaptationSensitivity
float photoreceptorsLocalAdaptationSensitivity
Definition: retina.hpp:162
cv::RETR_FLOODFILL
Definition: imgproc.hpp:423
cv::viz::WSphere
This 3D Widget defines a sphere. :
Definition: widgets.hpp:273
cv::CAP_PROP_XI_AE_MAX_LIMIT
Maximum limit of exposure in AEAG procedure.
Definition: videoio.hpp:351
cv::videostab::StabilizerBase::inpainter
Ptr< InpainterBase > inpainter() const
Definition: stabilizer.hpp:99
cv::gapi::fluid::Buffer
Definition: gfluidbuffer.hpp:95
cv::Mat::total
size_t total() const
Returns the total number of array elements.
cv::COLOR_BGRA2RGBA
Definition: imgproc.hpp:539
cv::cudev::vcmpge4
__device__ __forceinline__ uint vcmpge4(uint a, uint b)
Definition: simd_functions.hpp:745
cv::videostab::StabilizerBase::maskSource
Ptr< IFrameSource > maskSource() const
Definition: stabilizer.hpp:81
cv::detail::VectorRef::VectorRef
VectorRef()=default
cv::rgbd::RgbdPlane::setMethod
void setMethod(int val)
Definition: depth.hpp:408
cv::SimilarRects::operator()
bool operator()(const Rect &r1, const Rect &r2) const
Definition: objdetect.hpp:125
cv::structured_light::SinusoidalPattern::Params::markersLocation
std::vector< Point2f > markersLocation
Definition: sinusoidalpattern.hpp:93
cv::MercatorWarper
Definition: warpers.hpp:221
cv::MatConstIterator::m
const Mat * m
Definition: mat.hpp:3065
cv::cuda::StreamAccessor::getStream
static cudaStream_t getStream(const Stream &stream)
expr.hpp
cvFloor
int cvFloor(const cv::softfloat &a)
Rounds a number down to integer.
OPENCV_HAL_IMPL_SHIFT_OP
#define OPENCV_HAL_IMPL_SHIFT_OP(shift_op)
Helper macro.
Definition: intrin_cpp.hpp:1067
cv::stereo::StereoBinarySGBM::getBinaryKernelType
virtual int getBinaryKernelType() const =0
cv::WindowPropertyFlags
WindowPropertyFlags
Flags for cv::setWindowProperty / cv::getWindowProperty.
Definition: highgui.hpp:195
cv::hal::xor8u
void xor8u(const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
cv::omnidir::RECTIFY_LONGLATI
Definition: omnidir.hpp:70
cv::Matx66f
Matx< float, 6, 6 > Matx66f
Definition: matx.hpp:247
cv::detail::BlocksCompensator::getNrGainsFilteringIterations
int getNrGainsFilteringIterations() const
Definition: exposure_compensate.hpp:172
cv::face::StandardCollector::minRes
PredictResult minRes
Definition: predict_collector.hpp:93
cv::ppf_match_3d::PoseCluster3D::PoseCluster3D
PoseCluster3D(Pose3DPtr newPose, int newId)
Definition: pose_3d.hpp:155
cv::aruco::generateCustomDictionary
Ptr< Dictionary > generateCustomDictionary(int nMarkers, int markerSize, int randomSeed=0)
cv::ocl::Image2D
Definition: ocl.hpp:638
NCVPipeObjDet_VisualizeInPlace
Definition: NCVHaarObjectDetection.hpp:357
cv::CvFeatureEvaluator::generateFeatures
virtual void generateFeatures()=0
cv::ft::FT02D_components
void FT02D_components(InputArray matrix, InputArray kernel, OutputArray components, InputArray mask=noArray())
Computes components of the array using direct -transform.
sparse_matching_gpc.hpp
Implementation of the Global Patch Collider.
INCVMemAllocator::isInitialized
virtual NcvBool isInitialized(void) const =0
cv::_OutputArray
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition: mat.hpp:290
cv::detail::PairwiseSeamFinder::sizes_
std::vector< Size > sizes_
Definition: seam_finders.hpp:101
cv::cudev::atan
__device__ __forceinline__ float1 atan(const uchar1 &a)
Definition: vec_math.hpp:330
cv::softdouble::eps
static softdouble eps()
Difference between 1 and next representable value.
Definition: softfloat.hpp:356
cv::FileStorage::getFirstTopLevelNode
FileNode getFirstTopLevelNode() const
Returns the first element of the top-level mapping.
cv::CAP_V4L
V4L/V4L2 capturing support.
Definition: videoio.hpp:92
cv::detail::HomographyBasedEstimator
Homography based rotation estimator.
Definition: motion_estimators.hpp:100
cv::INTER_LINEAR
Definition: imgproc.hpp:248
cv::cudev::LutPtr::tbl
TablePtr tbl
Definition: lut.hpp:66
cv::v_load_expand
v_reg< typename V_TypeTraits< _Tp >::w_type, V_TypeTraits< _Tp >::nlanes128/2 > v_load_expand(const _Tp *ptr)
Load register contents from memory with double expand.
Definition: intrin_cpp.hpp:1448
cv::rgbd::RgbdPlane::setMinSize
void setMinSize(int val)
Definition: depth.hpp:400
cv::cuda::calcOpticalFlowBM
void calcOpticalFlowBM(const GpuMat &prev, const GpuMat &curr, Size block_size, Size shift_size, Size max_range, bool use_previous, GpuMat &velx, GpuMat &vely, GpuMat &buf, Stream &stream=Stream::Null())
Calculates optical flow for 2 images using block matching algorithm *‍/.
cv::gapi::ie::detail::ParamDesc::num_in
std::size_t num_in
Definition: ie.hpp:59
cv::operator>=
v_reg< _Tp, n > operator>=(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Greater-than or equal comparison.
Definition: intrin_cpp.hpp:688
gcommon.hpp
cv::CAP_PROP_XI_ACQ_TRANSPORT_BUFFER_SIZE
Acquisition transport buffer size in bytes.
Definition: videoio.hpp:459
cv::ocl::KernelArg::ReadOnly
static KernelArg ReadOnly(const UMat &m, int wscale=1, int iwscale=1)
Definition: ocl.hpp:367
cv::cuda::FeatureSet
FeatureSet
Enumeration providing CUDA computing features.
Definition: cuda.hpp:767
cv::cudev::derivYPtr
__host__ DerivYPtrSz< typename PtrTraits< SrcPtr >::ptr_type > derivYPtr(const SrcPtr &src)
Definition: deriv.hpp:126
cv::cuda::log
void log(InputArray src, OutputArray dst, Stream &stream=Stream::Null())
Computes a natural logarithm of absolute value of each matrix element.
phash.hpp
cv::cudev::GlobPtr::index_type
int index_type
Definition: glob.hpp:65
cv::FLOODFILL_MASK_ONLY
Definition: imgproc.hpp:380
cv::datasets::OR_imagenetObj::id
int id
Definition: or_imagenet.hpp:62
CV_PROP
#define CV_PROP
Definition: cvdef.h:422
cv::kinfu::Params::frameSize
Size frameSize
frame size in pixels
Definition: kinfu.hpp:32
cv::Mat_::depth
int depth() const
cv::cudev::RemapPtr1
Definition: remap.hpp:60
cv::Subdiv2D::vtx
std::vector< Vertex > vtx
All of the vertices.
Definition: imgproc.hpp:1234
cv::motempl::updateMotionHistory
void updateMotionHistory(InputArray silhouette, InputOutputArray mhi, double timestamp, double duration)
Updates the motion history image by a moving silhouette.
cv::FONT_HERSHEY_PLAIN
small size sans-serif font
Definition: imgproc.hpp:815
cv::drawFrameAxes
void drawFrameAxes(InputOutputArray image, InputArray cameraMatrix, InputArray distCoeffs, InputArray rvec, InputArray tvec, float length, int thickness=3)
Draw axes of the world/object coordinate system from pose estimation.
CV_Error
#define CV_Error(code, msg)
Call the error handler.
Definition: base.hpp:320
hal_ni_cvtXYZtoBGR
int hal_ni_cvtXYZtoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int dcn, bool swapBlue)
hal_cvtXYZtoBGR
Definition: hal_replacement.hpp:430
cv::ParamType< Algorithm >::member_type
Ptr< Algorithm > member_type
Definition: core.hpp:3233
cv::ft::SINUS
sinusoidal shape
Definition: types.hpp:56
cv::transpose
void transpose(InputArray src, OutputArray dst)
Transposes a matrix.
cv::datasets::sampleType
sampleType
Definition: pd_inria.hpp:60
cv::aruco::DICT_6X6_50
Definition: dictionary.hpp:150
cv::db
Definition: container_avi.private.hpp:136
cv::CAP_PROP_BACKEND
Current backend (enum VideoCaptureAPIs). Read-only property.
Definition: videoio.hpp:174
cv::cudev::DerivYPtrSz::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: deriv.hpp:119
cv::CAP_PVAPI_FSTRIGMODE_SYNCIN2
SyncIn2.
Definition: videoio.hpp:304
cv::SparseMat::Hdr::nodeCount
size_t nodeCount
Definition: mat.hpp:2682
cv::cudev::IsBinaryFunction::No
Definition: functional.hpp:890
cv::detail::VectorRef
Definition: garray.hpp:220
cv::Error::Code
Code
error codes
Definition: base.hpp:68
timer.h
face.hpp
nppiStIntegralGetSize_32f32f
NCVStatus nppiStIntegralGetSize_32f32f(NcvSize32u roiSize, Ncv32u *pBufsize, cudaDeviceProp &devProp)
cv::contourArea
double contourArea(InputArray contour, bool oriented=false)
Calculates a contour area.
cv::cudev::VecTraits< char3 >::all
__host__ __device__ static __forceinline__ char3 all(schar v)
Definition: vec_traits.hpp:170
cv::videostab::NullInpainter
Definition: inpainting.hpp:102
cv::videostab::StabilizerBase::finalFrame_
Mat finalFrame_
Definition: stabilizer.hpp:133
cv_vrnd_s32_f32
int32x2_t cv_vrnd_s32_f32(float32x2_t v)
Definition: neon_utils.hpp:52
img_hash_base.hpp
cv::cudev::vcmpeq4
__device__ __forceinline__ uint vcmpeq4(uint a, uint b)
Definition: simd_functions.hpp:630
cv::rgbd::FastICPOdometry::setKernelSize
void setKernelSize(int f)
Definition: depth.hpp:1115
hal_ni_sqrt64f
int hal_ni_sqrt64f(const double *src, double *dst, int len)
Definition: hal_replacement.hpp:440
CV_MAT_TYPE
#define CV_MAT_TYPE(flags)
Definition: cvdef.h:437
cv::detail::BundleAdjusterBase::setRefinementMask
void setRefinementMask(const Mat &mask)
Definition: motion_estimators.hpp:137
cv::Moments::mu30
double mu30
Definition: types.hpp:946
cv::v_check_any
bool v_check_any(const v_reg< _Tp, n > &a)
Check if any of packed values is less than zero.
Definition: intrin_cpp.hpp:1235
cv::gapi::min
GMat min(const GMat &src1, const GMat &src2)
Calculates per-element minimum of two matrices.
cv::TrackerFeatureHAAR::Params
Definition: tracker.hpp:980
cv::cudev::AffineMapPtr::index_type
float index_type
Definition: warping.hpp:64
cv::ogl::Texture2D::empty
bool empty() const
cv::gapi::polarToCart
std::tuple< GMat, GMat > polarToCart(const GMat &magnitude, const GMat &angle, bool angleInDegrees=false)
Calculates x and y coordinates of 2D vectors from their magnitude and angle.
cv::tracking::UnscentedKalmanFilterParams::k
double k
Default is 0.
Definition: kalman_filters.hpp:140
cv::rgbd::ICPOdometry::setMaxRotation
void setMaxRotation(double val)
Definition: depth.hpp:850
cv::detail::BundleAdjusterBase::cam_params_
Mat cam_params_
Definition: motion_estimators.hpp:212
cv::dnn::MaxUnpoolLayer
Definition: all_layers.hpp:533
hal_ni_add8u
int hal_ni_add8u(const uchar *src1_data, size_t src1_step, const uchar *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:76
CPU_AVX_5124FMAPS
Definition: cvdef.h:301
cv::sfm::projectionsFromFundamental
void projectionsFromFundamental(InputArray F, OutputArray P1, OutputArray P2)
Get projection matrices from Fundamental matrix.
cv::stereo::SymetricCensus
paralel implementation of the center symetric census
Definition: descriptor.hpp:365
cv::datasets::poseType
poseType
Definition: gr_skig.hpp:74
cv::hal::cvtBGR5x5toGray
void cvtBGR5x5toGray(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int greenBits)
cv::Mat::t
MatExpr t() const
Transposes a matrix.
cv::HersheyFonts
HersheyFonts
Definition: imgproc.hpp:813
cv::gapi::own::saturate
static DST saturate(SRC x)
Definition: saturate.hpp:26
cv::write
void write(FileStorage &fs, const String &name, const optflow::GPCTree::Node &node)
cv::gapi::ie::PortCfg::In
std::array< std::string, std::tuple_size< typename Net::InArgs >::value > In
Definition: ie.hpp:69
cv::cudacodec::VideoReader::~VideoReader
virtual ~VideoReader()
Definition: cudacodec.hpp:298
cv::optflow::GPCTrainingParams::check
bool check() const
Definition: sparse_matching_gpc.hpp:138
cv::Matx23f
Matx< float, 2, 3 > Matx23f
Definition: matx.hpp:232
cv::kinfu::Params::voxelSize
float voxelSize
Size of voxel in meters.
Definition: kinfu.hpp:62
cv::videostab::ConsistentMosaicInpainter::setStdevThresh
void setStdevThresh(float val)
Definition: inpainting.hpp:132
cv::initWideAngleProjMap
float initWideAngleProjMap(InputArray cameraMatrix, InputArray distCoeffs, Size imageSize, int destImageWidth, int m1type, OutputArray map1, OutputArray map2, enum UndistortTypes projType=PROJ_SPHERICAL_EQRECT, double alpha=0)
initializes maps for remap for wide-angle
cv::util::any::unsafe_any_cast
friend value_t & unsafe_any_cast(any &operand)
Definition: any.hpp:159
cvv::debugFilter
static void debugFilter(cv::InputArray original, cv::InputArray result, impl::CallMetaData metaData=impl::CallMetaData(), const char *description=nullptr, const char *view=nullptr)
Use the debug-framework to compare two images (from which the second is intended to be the result of ...
Definition: filter.hpp:36
cv::aruco::DICT_4X4_100
Definition: dictionary.hpp:143
cv::glob
void glob(String pattern, std::vector< String > &result, bool recursive=false)
cv::DMatch::imgIdx
int imgIdx
train image index
Definition: types.hpp:817
cv::v_reinterpret_as_u32
v_uint32x4 v_reinterpret_as_u32(const v_reg< _Tp0, n0 > &a)
Definition: intrin_cpp.hpp:2186
cv::cudev::Sum::rebind::other
Sum< U > other
Definition: reduce_to_vec.hpp:71
OpenCV_API_Header::opencv_version_status
const char * opencv_version_status
compiled OpenCV version
Definition: llapi.h:47
cv::viz::WCameraPosition
This 3D Widget represents camera position in a scene by its axes or viewing frustum....
Definition: widgets.hpp:543
cv::bioinspired::RetinaParameters::OPLandIplParvoParameters::horizontalCellsGain
float horizontalCellsGain
Definition: retina.hpp:162
cv::QT_FONT_BLACK
Weight of 87.
Definition: highgui.hpp:236
cv::videostab::DeblurerBase::setRadius
virtual void setRadius(int val)
Definition: deblurring.hpp:66
cv::StrongClassifierDirectSelection::getReplacedClassifier
int getReplacedClassifier() const
cv::FILLED
Definition: imgproc.hpp:804
cv::cudev::binary_function::second_argument_type
_Arg2 second_argument_type
Definition: functional.hpp:71
cv::reg::MapAffine
Definition: mapaffine.hpp:52
cv::Codecs
Codecs
Definition: container_avi.private.hpp:73
cv::CAP_PROP_XI_AEAG_ROI_OFFSET_X
Automatic exposure/gain ROI offset X.
Definition: videoio.hpp:373
warpers.hpp
cv::optflow::SR_CROSS
Definition: rlofflow.hpp:19
cv::TrackerMIL::Params::samplerTrackInRadius
float samplerTrackInRadius
radius for gathering positive instances during tracking
Definition: tracker.hpp:1075
cv::datasets::PascalPart::xmax
int xmax
Definition: or_pascal.hpp:64
cv::Param
Param
Definition: core.hpp:3175
cv::ovis::waitKey
int waitKey(int delay=0)
cv::gapi::flip
GMat flip(const GMat &src, int flipCode)
Flips a 2D matrix around vertical, horizontal, or both axes.
cv::detail::FeaturesMatcher::collectGarbage
virtual void collectGarbage()
Frees unused memory allocated before if there is any.
Definition: matchers.hpp:149
cv::cudev::ResizePtr::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: resize.hpp:62
cv::detail::OCVCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_impl
static void call_impl(GCPUContext &ctx, detail::Seq< IIs... >, detail::Seq< OIs... >)
Definition: gcpukernel.hpp:254
cv::datasets::tag::height
int height
Definition: tr_svt.hpp:63
NCVMatrixReuse
Definition: NCV.hpp:919
cv::TLSData::cleanup
void cleanup()
Release associated thread data.
Definition: tls.hpp:71
transform.hpp
cv::detail::ChannelsCompensator::ChannelsCompensator
ChannelsCompensator(int nr_feeds=1)
Definition: exposure_compensate.hpp:141
gproto.hpp
cv::bgsegm::SyntheticSequenceGenerator
Synthetic frame sequence generator for testing background subtraction algorithms.
Definition: bgsegm.hpp:329
cv::gapi::wip::draw::FText::fh
int fh
The height of text.
Definition: render.hpp:165
cv::dnn::total
static int total(const MatShape &shape, int start=-1, int end=-1)
Definition: shape_utils.hpp:151
CVVISUAL_THREAD_LOCAL
#define CVVISUAL_THREAD_LOCAL
Definition: debug_mode.hpp:7
cv::v_reg::v_reg
v_reg(_Tp s0, _Tp s1, _Tp s2, _Tp s3, _Tp s4, _Tp s5, _Tp s6, _Tp s7)
Constructor.
Definition: intrin_cpp.hpp:291
cv::gapi::normL2
GScalar normL2(const GMat &src)
Calculates the absolute L2 norm of a matrix.
cv::Vec6f
Vec< float, 6 > Vec6f
Definition: matx.hpp:421
NCVMatrixReuse::NCVMatrixReuse
NCVMatrixReuse(const NCVMatrix< T > &mat, NcvRect32u roi)
Definition: NCV.hpp:961
cv::aruco::DetectorParameters::cornerRefinementMethod
int cornerRefinementMethod
Definition: aruco.hpp:166
cv::detail::SphericalProjector
Definition: warpers.hpp:271
cv::BackgroundSubtractor::getBackgroundImage
virtual void getBackgroundImage(OutputArray backgroundImage) const =0
Computes a background image.
cv::GKernel
Definition: gkernel.hpp:34
cv::detail::get_in< cv::GScalar >::get
static cv::Scalar get(GCPUContext &ctx, int idx)
Definition: gcpukernel.hpp:142
cv::cuda::BackgroundSubtractorGMG
Background/Foreground Segmentation Algorithm.
Definition: cudalegacy.hpp:88
cv::ximgproc::SLICType
SLICType
Definition: slic.hpp:129
cv::ocl::Device::maxComputeUnits
int maxComputeUnits() const
cv::gapi::wip::draw::Rect::thick
int thick
The thickness of lines that make up the rectangle. Negative values, like FILLED, mean that the functi...
Definition: render.hpp:198
cv::cudev::NormL1::reduceBlock
__device__ __forceinline__ void reduceBlock(result_type *smem, uint tid)
Definition: vec_distance.hpp:80
cv::saliency::ObjectnessBING::computeSaliency
bool computeSaliency(InputArray image, OutputArray saliencyMap)
Definition: saliencySpecializedClasses.hpp:303
cv::Matx61f
Matx< float, 6, 1 > Matx61f
Definition: matx.hpp:227
cv::cos
softdouble cos(const softdouble &a)
Cosine.
cv::CAP_PROP_XI_CC_MATRIX_33
Color Correction Matrix element [3][3].
Definition: videoio.hpp:420
cv::ximgproc::rl::morphologyEx
void morphologyEx(InputArray rlSrc, OutputArray rlDest, int op, InputArray rlKernel, bool bBoundaryOnForErosion=true, Point anchor=Point(0, 0))
Applies a morphological operation to a run-length encoded binary image.
cv::cudev::sqrt_func
Definition: functional.hpp:521
cv::AccessFlag
AccessFlag
Definition: mat.hpp:64
cv::UMat::size
MatSize size
Definition: mat.hpp:2577
cv::cudev::VecTraits< schar >::all
__host__ __device__ static __forceinline__ schar all(schar v)
Definition: vec_traits.hpp:146
cv::optflow::GPCTree::Node
Definition: sparse_matching_gpc.hpp:157
cv::AVIWriteContainer::countFrameSize
size_t countFrameSize() const
Definition: container_avi.private.hpp:175
cv::quality::QualityGMSD::_mat_data::gradient_map_squared
mat_type gradient_map_squared
Definition: qualitygmsd.hpp:61
cv::TickMeter::getTimeSec
double getTimeSec() const
Definition: utility.hpp:367
cv::startWindowThread
int startWindowThread()
cv::MORPH_TOPHAT
Definition: imgproc.hpp:221
cv::datasets::GR_chalearnObj::skeletons
std::vector< skeleton > skeletons
Definition: gr_chalearn.hpp:80
cv::rgbd::FastICPOdometry::setSigmaDepth
void setSigmaDepth(float f)
Definition: depth.hpp:1099
cv::DataDepth::fmt
Definition: traits.hpp:290
cv::L2::operator()
ResultType operator()(const T *a, const T *b, int size) const
Definition: features2d.hpp:826
Cv64suf::i
int64 i
Definition: cvdef.h:357
cv::CMP_GE
src1 is greater than or equal to src2.
Definition: base.hpp:213
cv::ft::FT12D_components
void FT12D_components(InputArray matrix, InputArray kernel, OutputArray components)
Computes components of the array using direct -transform.
cv::rgbd::RgbdNormals::setK
void setK(const cv::Mat &val)
Definition: depth.hpp:160
cv::face::StandardCollector::data
std::vector< PredictResult > data
Definition: predict_collector.hpp:94
cv::DFT_INVERSE
Definition: base.hpp:228
cv::dnn::SliceLayer::axis
int axis
Definition: all_layers.hpp:368
cv::CAP_PROP_DC1394_MODE_AUTO
Definition: videoio.hpp:208
cv::DCT_ROWS
Definition: base.hpp:263
cv::videostab::ToFileMotionWriter::motionModel
virtual MotionModel motionModel() const CV_OVERRIDE
Definition: global_motion.hpp:215
cv::CAP_PROP_XI_TS_RST_MODE
Defines how time stamp reset engine will be armed.
Definition: videoio.hpp:454
cv::v_load_aligned
v_reg< _Tp, V_TypeTraits< _Tp >::nlanes128 > v_load_aligned(const _Tp *ptr)
Load register contents from memory (aligned)
Definition: intrin_cpp.hpp:1390
cv::Mat::size
MatSize size
Definition: mat.hpp:2108
cv::videostab::StabilizerBase::curStabilizedPos_
int curStabilizedPos_
Definition: stabilizer.hpp:128
cv::datasets::cameraParam::mat2
double mat2[3]
Definition: msm_epfl.hpp:63
cv::COLOR_YUV2RGB_YV12
Definition: imgproc.hpp:646
cv::BORDER_REFLECT_101
gfedcb|abcdefgh|gfedcba
Definition: base.hpp:273
cv::detail::BundleAdjusterBase::termCriteria
TermCriteria termCriteria()
Definition: motion_estimators.hpp:146
cv::utils::logging::setLogTagLevel
void setLogTagLevel(const char *tag, cv::utils::logging::LogLevel level)
saturate.hpp
cv::RNG::operator()
unsigned operator()()
returns a random integer sampled uniformly from [0, N).
cv::cudacodec::SF_NV12
Definition: cudacodec.hpp:77
cv::face::FacemarkLBF::Params
Definition: facemarkLBF.hpp:51
cv::cudev::ConstantPtr
Definition: constant.hpp:57
cv::cudev::Max::initialValue
__device__ static __forceinline__ T initialValue()
Definition: reduce_to_vec.hpp:134
cv::ml::SimulatedAnnealingSolverSystem
This class declares example interface for system state used in simulated annealing optimization algor...
Definition: ml.hpp:1906
cv::cuda::min
void min(InputArray src1, InputArray src2, OutputArray dst, Stream &stream=Stream::Null())
Computes the per-element minimum of two matrices (or a matrix and a scalar).
CV_NOEXCEPT
#define CV_NOEXCEPT
Definition: cvdef.h:724
cv::optflow::GPCMatchingParams
Class encapsulating matching parameters.
Definition: sparse_matching_gpc.hpp:143
cv::ColormapTypes
ColormapTypes
GNU Octave/MATLAB equivalent colormaps.
Definition: imgproc.hpp:4217
cv::v_magnitude
v_reg< _Tp, n > v_magnitude(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Magnitude.
Definition: intrin_cpp.hpp:831
cv::cudev::saturate_cast< uint >
__device__ __forceinline__ uint saturate_cast< uint >(schar v)
Definition: saturate_cast.hpp:244
cv::Size_::area
_Tp area() const
the area (width*height)
cv::MatConstIterator::pointer
const typedef uchar ** pointer
Definition: mat.hpp:3019
cv::SVD::FULL_UV
Definition: core.hpp:2642
cv::Detector::getConfImageDisplay
const cv::Mat & getConfImageDisplay() const
Definition: onlineBoosting.hpp:238
cv::GCall
Definition: gcall.hpp:24
cv::gapi::own::Mat::Mat
Mat(Mat const &src, const Rect &roi)
Definition: mat.hpp:118
cv::aruco::DetectorParameters::adaptiveThreshConstant
double adaptiveThreshConstant
Definition: aruco.hpp:159
cv::detail::has_custom_wrap::test
static std::true_type test(check< C, decltype(&GTypeTraits< C >::wrap_value)> *)
cv::Mat::checkVector
int checkVector(int elemChannels, int depth=-1, bool requireContinuous=true) const
cv::cuda::DeviceInfo::ComputeModeExclusive
Definition: cuda.hpp:902
cv::IMWRITE_EXR_TYPE
Definition: imgcodecs.hpp:92
cv::detail::PlaidMLCallHelper
Definition: gplaidmlkernel.hpp:102
cv::videostab::StabilizerBase::radius_
int radius_
Definition: stabilizer.hpp:120
cv::linemod::Feature::x
int x
x offset
Definition: linemod.hpp:28
cv::datasets::OR_pascalObj::objects
std::vector< PascalObj > objects
Definition: or_pascal.hpp:86
cv::CirclesGridFinderParameters::kmeansAttempts
int kmeansAttempts
Definition: calib3d.hpp:1305
cv::optflow::GPCTree::Node::operator==
bool operator==(const Node &n) const
Definition: sparse_matching_gpc.hpp:164
cv::GComputationT< R(Args...)>::apply
void apply(detail::ProtoToParamT< Args >... inArgs, detail::ProtoToParamT< R > &outArg)
Definition: gtyped.hpp:133
cv::ximgproc::ARO_CTR_HOR
Definition: fast_hough_transform.hpp:73
cv::Mat_::value_type
_Tp value_type
Definition: mat.hpp:2180
cv::quality::QualitySSIM::_mat_data::sigma_2
mat_type sigma_2
Definition: qualityssim.hpp:60
cv::cudev::gridCountNonZero_
__host__ void gridCountNonZero_(const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: reduce.hpp:250
cv::dnn::readNetFromTensorflow
Net readNetFromTensorflow(const String &model, const String &config=String())
Reads a network model stored in TensorFlow framework's format.
cv::CvHaarEvaluator::FeatureHaar::getInitSigma
float getInitSigma() const
cv::fastNlMeansDenoisingColoredMulti
void fastNlMeansDenoisingColoredMulti(InputArrayOfArrays srcImgs, OutputArray dst, int imgToDenoiseIndex, int temporalWindowSize, float h=3, float hColor=3, int templateWindowSize=7, int searchWindowSize=21)
Modification of fastNlMeansDenoisingMulti function for colored images sequences.
NCV_ALLOCATOR_BAD_REUSE
Definition: NCV.hpp:337
cv::CAP_PROP_OPENNI2_MIRROR
Definition: videoio.hpp:241
seam_finders.hpp
cv::Mat_::channel_type
DataType< _Tp >::channel_type channel_type
Definition: mat.hpp:2181
OPENCV_HAL_IMPL_C_PACK
#define OPENCV_HAL_IMPL_C_PACK(_Tpvec, _Tpnvec, _Tpn, pack_suffix, cast)
Helper macro.
Definition: intrin_cpp.hpp:2252
cv::CAP_PROP_XI_HOUS_BACK_SIDE_TEMP
Camera housing back side temperature.
Definition: videoio.hpp:396
cv::ocl::haveOpenCL
bool haveOpenCL()
cv::videostab::LpMotionStabilizer::setFrameSize
void setFrameSize(Size val)
Definition: motion_stabilizing.hpp:125
intrin_avx512.hpp
cv::dnn::DNN_BACKEND_INFERENCE_ENGINE
Definition: dnn.hpp:72
cv::Mat::mul
MatExpr mul(InputArray m, double scale=1) const
Performs an element-wise multiplication or division of the two matrices.
cv::ml::ParamGrid::minVal
double minVal
Minimum value of the statmodel parameter. Default value is 0.
Definition: ml.hpp:115
cv::cudev::SobelYPtr::src
SrcPtr src
Definition: deriv.hpp:193
cv::Stitcher::blender
const Ptr< detail::Blender > blender() const
Definition: stitching.hpp:248
cv::EVENT_RBUTTONDOWN
indicates that the right mouse button is pressed.
Definition: highgui.hpp:208
cv::hal::STORE_ALIGNED_NOCACHE
Definition: intrin.hpp:97
cv::gapi::own::Mat::Mat
Mat(const std::vector< int > &_dims, int _type, void *_data)
Definition: mat.hpp:110
cv::cudev::vavg4
__device__ __forceinline__ uint vavg4(uint a, uint b)
Definition: simd_functions.hpp:574
cv::omnidir::CALIB_FIX_XI
Definition: omnidir.hpp:62
CV_INTRIN_DEF_TYPE_TRAITS
#define CV_INTRIN_DEF_TYPE_TRAITS(type, int_type_, uint_type_, abs_type_, w_type_, q_type_, sum_type_, nlanes128_)
Definition: intrin.hpp:106
cv::Stitcher::component
std::vector< int > component() const
Definition: stitching.hpp:288
cv::cudev::LaplacianPtrSz::rows
int rows
Definition: deriv.hpp:371
cv::cudacodec::HEVC
Definition: cudacodec.hpp:255
cv::gapi::own::Mat::Mat
Mat()=default
cv::Error::BadAlign
incorrect input align
Definition: base.hpp:90
cv::KeyPoint
Data structure for salient point detectors.
Definition: types.hpp:711
CV_CUDEV_RGB2HLS_INST
#define CV_CUDEV_RGB2HLS_INST(name, scn, dcn, bidx)
Definition: color_cvt.hpp:263
cv::stereo::MCTKernel::t
int t
Definition: descriptor.hpp:104
cv::ocl
Definition: ocl.hpp:47
cv::gapi::fluid::Buffer::length
int length() const
Definition: gfluidbuffer.hpp:134
cv::utils::logging::LOG_LEVEL_DEBUG
Debug message. Disabled in the "Release" build.
Definition: logger.defines.hpp:31
cv::line_descriptor::drawKeylines
void drawKeylines(const Mat &image, const std::vector< KeyLine > &keylines, Mat &outImage, const Scalar &color=Scalar::all(-1), int flags=DrawLinesMatchesFlags::DEFAULT)
Draws keylines.
CV_FINAL
#define CV_FINAL
Definition: cvdef.h:715
cv::FileStorage::write
static void write(FileStorage &fs, const String &name, const Point3_< _Tp > &pt)
Definition: persistence.hpp:989
cv::stereo::StereoBinarySGBM::setP2
virtual void setP2(int P2)=0
cv::line_descriptor::KeyLine::lineLength
float lineLength
Definition: descriptor.hpp:138
NCV_TEXTURE_BIND_ERROR
Definition: NCV.hpp:325
cv::CAP_PROP_IOS_DEVICE_FLASH
Definition: videoio.hpp:496
cv::CAP_OPENNI_GRAY_IMAGE
Data given from RGB image generator.
Definition: videoio.hpp:263
cv::dnn::readNetFromTorch
Net readNetFromTorch(const String &model, bool isBinary=true, bool evaluate=true)
Reads a network model stored in Torch7 framework's format.
cv::dnn::BackendWrapper::~BackendWrapper
virtual ~BackendWrapper()
Virtual destructor to make polymorphism.
hal_ni_split16u
int hal_ni_split16u(const ushort *src_data, ushort **dst_data, int len, int cn)
Definition: hal_replacement.hpp:346
cv::v_uint64x2
v_reg< uint64, 2 > v_uint64x2
Two 64-bit unsigned integer values.
Definition: intrin_cpp.hpp:401
HaarFeature64::getRect
__device__ __host__ void getRect(Ncv32u *rectX, Ncv32u *rectY, Ncv32u *rectWidth, Ncv32u *rectHeight)
Definition: NCVHaarObjectDetection.hpp:101
gscalar.hpp
cv::cudev::BinaryNegate::pred
Predicate pred
Definition: functional.hpp:812
cv::tbm::ResizedImageDescriptor::size
cv::Size size() const override
Returns descriptor size.
Definition: tracking_by_matching.hpp:118
cv::videostab::PyrLkOptFlowEstimatorBase::maxLevel
virtual int maxLevel() const
Definition: optical_flow.hpp:88
cv::videostab::MotionInpainter::setBorderMode
void setBorderMode(int val)
Definition: inpainting.hpp:155
cv::detail::CompressedRectilinearProjector::b
float b
Definition: warpers.hpp:359
cv::detail::PlaneWarper::PlaneWarper
PlaneWarper(float scale=1.f)
Construct an instance of the plane warper class.
Definition: warpers.hpp:187
cv::computeRecallPrecisionCurve
void computeRecallPrecisionCurve(const std::vector< std::vector< DMatch > > &matches1to2, const std::vector< std::vector< uchar > > &correctMatches1to2Mask, std::vector< Point2f > &recallPrecisionCurve)
cv::createBackgroundSubtractorMOG2
Ptr< BackgroundSubtractorMOG2 > createBackgroundSubtractorMOG2(int history=500, double varThreshold=16, bool detectShadows=true)
Creates MOG2 Background Subtractor.
cv::viz::WTrajectorySpheres
This 3D Widget represents a trajectory using spheres and lines.
Definition: widgets.hpp:658
cv::videostab::StabilizerBase::borderMode_
int borderMode_
Definition: stabilizer.hpp:123
cv::Error::StsNotImplemented
the requested function/feature is not implemented
Definition: base.hpp:113
cv::multicalib::MultiCameraCalibration::vertex::timestamp
int timestamp
Definition: multicalib.hpp:103
cv::COLOR_YCrCb2RGB
Definition: imgproc.hpp:583
cv::detail::CompileArgTag< GFluidParallelFor >::tag
static const char * tag()
Definition: gfluidkernel.hpp:158
cv::cuda::equalizeHist
void equalizeHist(InputArray src, OutputArray dst, Stream &stream=Stream::Null())
Equalizes the histogram of a grayscale image.
cv::CirclesGridFinderParameters::vertexGain
float vertexGain
Definition: calib3d.hpp:1309
cv::DetectionBasedTracker::TrackedObject::lastPositions
PositionsVector lastPositions
Definition: detection_based_tracker.hpp:185
cv::COLOR_YUV2RGB_IYUV
Definition: imgproc.hpp:648
cv::ADAPTIVE_THRESH_MEAN_C
Definition: imgproc.hpp:332
cv::detail::Estimator
Rotation estimator base class.
Definition: motion_estimators.hpp:65
cv::cudev::vmin4
__device__ __forceinline__ uint vmin4(uint a, uint b)
Definition: simd_functions.hpp:892
cv::cudev::warpScanInclusive
__device__ T warpScanInclusive(T data, volatile T *smem, uint tid)
Definition: scan.hpp:89
cv::videostab::ToFileMotionWriter
Definition: global_motion.hpp:209
cv::ogl::Buffer::create
void create(int arows, int acols, int atype, Target target=ARRAY_BUFFER, bool autoRelease=false)
Allocates memory for ogl::Buffer object.
cv::detail::MercatorWarper::MercatorWarper
MercatorWarper(float scale)
Definition: warpers.hpp:452
HaarClassifierNodeDescriptor32::create
__host__ NCVStatus create(Ncv32u offsetHaarClassifierNode)
Definition: NCVHaarObjectDetection.hpp:188
HaarFeatureDescriptor32
Definition: NCVHaarObjectDetection.hpp:117
cv::cuda::threshold
double threshold(InputArray src, OutputArray dst, double thresh, double maxval, int type, Stream &stream=Stream::Null())
Applies a fixed-level threshold to each array element.
imgcodecs.hpp
cv::detail::packArgs
GProtoArgs packArgs(Ts... args)
Definition: gproto.hpp:46
cv::swap
void swap(Mat &a, Mat &b)
Swaps two matrices.
cv::Point3_::operator=
Point3_ & operator=(const Point3_ &pt)
cv::ogl::RenderModes
RenderModes
render mode
Definition: opengl.hpp:478
cv::ximgproc::SLIC
Definition: slic.hpp:129
cv::flann::GenericIndex::getParameters
::cvflann::IndexParams getParameters()
Definition: flann.hpp:294
MIN
#define MIN(a, b)
Definition: cvdef.h:453
cv::getCPUFeaturesLine
std::string getCPUFeaturesLine()
Returns list of CPU features enabled during compilation.
cv::cudev::NearestInterPtr::index_type
float index_type
Definition: interpolation.hpp:66
cv::detail::has_Window::value
static constexpr bool value
Definition: gfluidkernel.hpp:335
cv::line_descriptor::KeyLine::getEndPointInOctave
Point2f getEndPointInOctave() const
Definition: descriptor.hpp:162
cv::ocl::getPlatfomsInfo
void getPlatfomsInfo(std::vector< PlatformInfo > &platform_info)
cv::v_setall_s64
v_int64x2 v_setall_s64(int64 val)
Definition: intrin_cpp.hpp:2169
CV_CUDEV_RGB2GRAY_INST
#define CV_CUDEV_RGB2GRAY_INST(name, scn, bidx)
Definition: color_cvt.hpp:75
cv::optflow::GPCPatchSample::ref
GPCPatchDescriptor ref
Definition: sparse_matching_gpc.hpp:79
cv::hal::log64f
void log64f(const double *src, double *dst, int n)
cv::cudev::bit_lshift
Definition: functional.hpp:260
cv::cuda::printCudaDeviceInfo
void printCudaDeviceInfo(int device)
cv::CirclesGridFinderParameters::SYMMETRIC_GRID
Definition: calib3d.hpp:1319
cv::tracking::UnscentedKalmanFilterParams::alpha
double alpha
Default is 1e-3.
Definition: kalman_filters.hpp:139
cv::rgbd::DepthCleaner::setMethod
void setMethod(int val)
Definition: depth.hpp:251
cv::GCPUContext
Definition: gcpukernel.hpp:80
cv::softdouble
Definition: softfloat.hpp:226
cv::gapi::own::detail::MatHeader::rows
int rows
the number of rows and columns or (-1, -1) when the matrix has more than 2 dimensions
Definition: mat.hpp:78
cv::cudev::IsBinaryFunction::makeF
static F makeF()
cv::findChessboardCornersSB
bool findChessboardCornersSB(InputArray image, Size patternSize, OutputArray corners, int flags=0)
Finds the positions of internal corners of the chessboard using a sector based approach.
cv::superres::createFrameSource_Video_CUDA
Ptr< FrameSource > createFrameSource_Video_CUDA(const String &fileName)
cv::viz::Mesh::texture
Mat texture
Definition: types.hpp:137
cv::viz::WPolyLine
This 3D Widget defines a poly line. :
Definition: widgets.hpp:390
cv::structured_light::SinusoidalPattern
Class implementing Fourier transform profilometry (FTP) , phase-shifting profilometry (PSP) and Fouri...
Definition: sinusoidalpattern.hpp:68
cv::rgbd::ICPOdometry::setMaxDepth
void setMaxDepth(double val)
Definition: depth.hpp:802
cv::util::detail::are_different
std::enable_if<!std::is_same< typename std::decay< T >::type, typename std::decay< U >::type >::value, V > are_different
Definition: variant.hpp:43
cv::Rect_::y
_Tp y
y coordinate of the top-left corner
Definition: types.hpp:454
cv::cudev::bit_and::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:227
Ncv64s
long long Ncv64s
Definition: NCV.hpp:119
hal_ni_gemm32f
int hal_ni_gemm32f(const float *src1, size_t src1_step, const float *src2, size_t src2_step, float alpha, const float *src3, size_t src3_step, float beta, float *dst, size_t dst_step, int m, int n, int k, int flags)
Definition: hal_replacement.hpp:694
cv::cudev::BrdBase::rows
int rows
Definition: extrapolation.hpp:100
cv::GInferBase::getOutMeta
static GMetaArgs getOutMeta(const GMetaArgs &, const GArgs &)
Definition: infer.hpp:87
cv::abs
static uchar abs(uchar a)
Definition: cvstd.hpp:66
cv::cuda::FGDParams::alpha2
float alpha2
"Controls speed of feature learning". Depends on T. Typical value circa 0.005.
Definition: cudalegacy.hpp:171
cv::boxFilter
void boxFilter(InputArray src, OutputArray dst, int ddepth, Size ksize, Point anchor=Point(-1,-1), bool normalize=true, int borderType=BORDER_DEFAULT)
Blurs an image using the box filter.
cv::datasets::HPE_humanevaObj::fileName
std::string fileName
Definition: hpe_humaneva.hpp:67
NPPST_INVALID_ROI
Invalid region of interest argument.
Definition: NCV.hpp:365
cv::ml::LogisticRegression::Methods
Methods
Training methods.
Definition: ml.hpp:1670
cv::ogl::Buffer::Buffer
Buffer()
The constructors.
cv::Allocator::allocate
pointer allocate(size_type count, const void *=0)
Definition: cvstd.hpp:132
cv::ogl::Texture2D::rows
int rows() const
cv::videostab::StabilizerBase::setBorderMode
void setBorderMode(int val)
Definition: stabilizer.hpp:95
cv::CAP_FFMPEG
Open and record video file or stream using the FFMPEG library.
Definition: videoio.hpp:117
cv::detail::VectorRef::VectorRef
VectorRef(std::vector< T > &&vec)
Definition: garray.hpp:234
cv::NAryMatIterator::iterdepth
int iterdepth
Definition: mat.hpp:3421
cv::Param::FLOAT
cv::stereo::ModifiedCsCensus::n2
int n2
Definition: descriptor.hpp:145
cv::datasets::LADYBUG
Definition: slam_tumindoor.hpp:64
cv::Subdiv2D::bottomRight
Point2f bottomRight
Bottom right corner of the bounding rect.
Definition: imgproc.hpp:1245
cv::COLOR_YUV2BGRA_IYUV
Definition: imgproc.hpp:658
cv::detail::GCompoundKernelImpl::API
K API
Definition: gcompoundkernel.hpp:97
cv::Scalar_::isReal
bool isReal() const
returns true iff v1 == v2 == v3 == 0
cv::dynafu::Params::bilateral_sigma_spatial
float bilateral_sigma_spatial
Spatial sigma in pixels for bilateral smooth.
Definition: dynafu.hpp:47
cv::datasets::GR_chalearnObj::groundTruths
std::vector< groundTruth > groundTruths
Definition: gr_chalearn.hpp:79
cv::QT_FONT_NORMAL
Weight of 50.
Definition: highgui.hpp:233
cv::CvHOGEvaluator::init
virtual void init(const CvFeatureParams *_featureParams, int _maxSampleCount, Size _winSize) CV_OVERRIDE
cv::cudev::GpuMat_::colRange
__host__ GpuMat_ colRange(int startcol, int endcol) const
cv::v_reinterpret_as_s64
v_int64x2 v_reinterpret_as_s64(const v_reg< _Tp0, n0 > &a)
Definition: intrin_cpp.hpp:2191
cv::videostab::WeightingDeblurer
Definition: deblurring.hpp:96
cv::Matx33d
Matx< double, 3, 3 > Matx33d
Definition: matx.hpp:238
cv::optflow::GPCMatchingParams::GPCMatchingParams
GPCMatchingParams(bool _useOpenCL=false)
Definition: sparse_matching_gpc.hpp:147
cv::QtFont::nameFont
const char * nameFont
Name of the font.
Definition: highgui.hpp:690
NCVMatrix::copySolid
NCVStatus copySolid(NCVMatrix< T > &dst, cudaStream_t cuStream, size_t howMuch=0) const
Definition: NCV.hpp:766
cv::gapi::own::detail::MatHeader::data
uchar * data
pointer to the data
Definition: mat.hpp:80
cv::videostab::DeblurerBase::blurrinessRates_
const std::vector< float > * blurrinessRates_
Definition: deblurring.hpp:87
cv::CAP_PROP_XI_CMS
Mode of color management system.
Definition: videoio.hpp:398
cv::videostab::GaussianMotionFilter
Definition: motion_stabilizing.hpp:97
cv::gapi::wip::draw::Poly::shift
int shift
The number of fractional bits in the point coordinate.
Definition: render.hpp:362
disparity_filter.hpp
CPU_MMX
Definition: cvdef.h:273
cv::PCA::mean
Mat mean
mean value subtracted before the projection and added after the back projection
Definition: core.hpp:2533
cv_cpu_dispatch.h
cv::flann::CvType< unsigned char >::type
static int type()
Definition: flann.hpp:76
cv::FileNode::read
static void read(const FileNode &node, Range &value, const Range &default_value)
Definition: persistence.hpp:779
cv::detail::has_custom_wrap
Definition: gtype_traits.hpp:79
cv::gapi::sqrt
GMat sqrt(const GMat &src)
Calculates a square root of array elements.
cvv::debugMode
static bool debugMode()
Returns whether debug-mode is active for this TU and thread.
Definition: debug_mode.hpp:32
cv::estimateRigidTransform
Mat estimateRigidTransform(InputArray src, InputArray dst, bool fullAffine)
Computes an optimal affine transformation between two 2D point sets.
cv::SphericalWarper
Spherical warper factory class.
Definition: warpers.hpp:159
cv::COLOR_YUV2RGB_YVYU
Definition: imgproc.hpp:694
cv::saliency::StaticSaliencyFineGrained
the Fine Grained Saliency approach from
Definition: saliencySpecializedClasses.hpp:122
cv::hdf::HDF5::H5_NONE
No compression,.
Definition: hdf5.hpp:124
cv::TM_CCOEFF
Definition: imgproc.hpp:3654
cv::stereo::Matching::speckleY
Mat_< int > speckleY
Definition: matching.hpp:369
cv::equalizeHist
void equalizeHist(InputArray src, OutputArray dst)
Equalizes the histogram of a grayscale image.
cv::TrackerMIL
The MIL algorithm trains a classifier in an online manner to separate the object from the background.
Definition: tracker.hpp:1065
cv::gapi::remap
GMat remap(const GMat &src, const Mat &map1, const Mat &map2, int interpolation, int borderMode=BORDER_CONSTANT, const Scalar &borderValue=Scalar())
Applies a generic geometrical transformation to an image.
cv::linemod::Detector::TemplatesMap
std::map< String, std::vector< TemplatePyramid > > TemplatesMap
Definition: linemod.hpp:401
cv::operator<=
v_reg< _Tp, n > operator<=(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Less-than or equal comparison.
Definition: intrin_cpp.hpp:683
cv::viz::Color::white
static Color white()
cv::ximgproc::createDTFilter
Ptr< DTFilter > createDTFilter(InputArray guide, double sigmaSpatial, double sigmaColor, int mode=DTF_NC, int numIters=3)
Factory method, create instance of DTFilter and produce initialization routines.
cv::tracking::AugmentedUnscentedKalmanFilterParams
Augmented Unscented Kalman filter parameters. The class for initialization parameters of Augmented Un...
Definition: kalman_filters.hpp:178
cv::ocl::Device::preferredVectorWidthFloat
int preferredVectorWidthFloat() const
cv::viz::WImage3D
This 3D Widget represents an image in 3D space. :
Definition: widgets.hpp:475
cv::bioinspired::RetinaParameters::IplMagnoParameters::parasolCells_tau
float parasolCells_tau
Definition: retina.hpp:176
cv::COLOR_Luv2LBGR
Definition: imgproc.hpp:623
cv::cudev::saturate_cast< uchar >
__device__ __forceinline__ uchar saturate_cast< uchar >(schar v)
Definition: saturate_cast.hpp:68
cv::COLOR_YUV2BGRA_NV21
Definition: imgproc.hpp:642
cv::cudev::ZipPtr< tuple< Ptr0, Ptr1 > >::ZipPtr
__host__ __device__ __forceinline__ ZipPtr()
Definition: zip.hpp:66
cv::gapi::GKernelPackage
A container class for heterogeneous kernel implementation collections and graph transformations.
Definition: gkernel.hpp:353
cv::hal::addWeighted32s
void addWeighted32s(const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *scalars)
cv::cudev::numeric_limits< double >::epsilon
__device__ static __forceinline__ double epsilon()
Definition: limits.hpp:121
cv::TrackerCSRT::~TrackerCSRT
virtual ~TrackerCSRT() CV_OVERRIDE
Definition: tracker.hpp:1540
cv::detail::Timelapser::dst_roi_
Rect dst_roi_
Definition: timelapsers.hpp:76
cv::gapi::wip::draw::Line::thick
int thick
The thickness of line.
Definition: render.hpp:272
cv::viz::WCylinder
This 3D Widget defines a cylinder. :
Definition: widgets.hpp:356
cv::CAP_PROP_XI_DEVICE_RESET
Resets the camera to default state.
Definition: videoio.hpp:463
cv::cornerMinEigenVal
void cornerMinEigenVal(InputArray src, OutputArray dst, int blockSize, int ksize=3, int borderType=BORDER_DEFAULT)
Calculates the minimal eigenvalue of gradient matrices for corner detection.
cv::QtFont::font_face
int font_face
See cv::QtFontStyles.
Definition: highgui.hpp:692
cv::cudev::unary_function::result_type
_Result result_type
Definition: functional.hpp:65
Cv64suf::u
uint64 u
Definition: cvdef.h:358
cv::structured_light::StructuredLightPattern
Abstract base class for generating and decoding structured light patterns.
Definition: structured_light.hpp:61
cv::WND_PROP_TOPMOST
property to toggle normal window being topmost or not
Definition: highgui.hpp:201
HaarFeature64::setRect
__host__ NCVStatus setRect(Ncv32u rectX, Ncv32u rectY, Ncv32u rectWidth, Ncv32u rectHeight, Ncv32u, Ncv32u)
Definition: NCVHaarObjectDetection.hpp:84
NCVVector::_length
size_t _length
Definition: NCV.hpp:620
cv::dnn::BatchNormLayer::hasWeights
bool hasWeights
Definition: all_layers.hpp:527
cv::eigenNonSymmetric
void eigenNonSymmetric(InputArray src, OutputArray eigenvalues, OutputArray eigenvectors)
Calculates eigenvalues and eigenvectors of a non-symmetric matrix (real eigenvalues only).
cv::MatSize::p
int * p
Definition: mat.hpp:583
cv::NORM_HAMMING2
Definition: base.hpp:204
nppiStTranspose_32u_C1R
NCVStatus nppiStTranspose_32u_C1R(Ncv32u *d_src, Ncv32u srcStride, Ncv32u *d_dst, Ncv32u dstStride, NcvSize32u srcRoi)
cv::cudacodec::H264_SVC
Definition: cudacodec.hpp:253
cv::videostab::TranslationBasedLocalOutlierRejector::setRansacParams
void setRansacParams(RansacParams val)
Definition: outlier_rejection.hpp:82
cv::TrackerSamplerPF
This sampler is based on particle filtering.
Definition: tracker.hpp:896
exception_ptr.hpp
cv::face::CParams::face_cascade
CascadeClassifier face_cascade
Definition: facemark_train.hpp:50
cv::ogl::TRIANGLES
Definition: opengl.hpp:483
cv::CAP_PROP_INTELPERC_PROFILE_COUNT
Definition: videoio.hpp:520
cv::Vec2d
Vec< double, 2 > Vec2d
Definition: matx.hpp:423
cv::getRotationMatrix2D_
Matx23d getRotationMatrix2D_(Point2f center, double angle, double scale)
cv::datasets::GR_chalearnObj::nameDepth
std::string nameDepth
Definition: gr_chalearn.hpp:77
cv::MatExpr::operator<
MatExpr operator<(const Mat &a, const Mat &b)
cv::instr::NodeDataTls::NodeDataTls
NodeDataTls()
Definition: instrumentation.hpp:62
cv::utils::AllocatorStatisticsInterface::resetPeakUsage
virtual void resetPeakUsage()=0
cv::accumulateWeighted
void accumulateWeighted(InputArray src, InputOutputArray dst, double alpha, InputArray mask=noArray())
Updates a running average.
cv::Error::OpenCLDoubleNotSupported
Definition: base.hpp:121
cv::CvParams::scanAttr
virtual bool scanAttr(const std::string prmName, const std::string val)
hal_ni_max16s
int hal_ni_max16s(const short *src1_data, size_t src1_step, const short *src2_data, size_t src2_step, short *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:106
cv::cudev::FindMaxValExprBody::src
SrcPtr src
Definition: reduction.hpp:110
cv::gapi::wip::draw::Text::lt
int lt
The line type. See LineTypes.
Definition: render.hpp:132
cv::CAP_PROP_SPEED
Exposure speed. Can be readonly, depends on camera program.
Definition: videoio.hpp:560
cv::COLORMAP_HSV
Definition: imgproc.hpp:4228
cv::cuda::remap
void remap(InputArray src, OutputArray dst, InputArray xmap, InputArray ymap, int interpolation, int borderMode=BORDER_CONSTANT, Scalar borderValue=Scalar(), Stream &stream=Stream::Null())
Applies a generic geometrical transformation to an image.
cv::stereo::ModifiedCsCensus
Definition: descriptor.hpp:142
hal_ni_absdiff16s
int hal_ni_absdiff16s(const short *src1_data, size_t src1_step, const short *src2_data, size_t src2_step, short *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:133
cv::LDA::_num_components
int _num_components
Definition: core.hpp:2609
cv::TrackerKCF::Params::desc_pca
int desc_pca
compressed descriptors of TrackerKCF::MODE
Definition: tracker.hpp:1256
cv::reg::MapProjec::normalize
void normalize()
Definition: mapprojec.hpp:95
cv::detail::Timelapser::dst_
UMat dst_
Definition: timelapsers.hpp:75
cv::COLOR_YUV2BGRA_UYVY
Definition: imgproc.hpp:684
cv::detail::CylindricalPortraitProjector
Definition: warpers.hpp:606
cv::Mat::col
Mat col(int x) const
Creates a matrix header for the specified matrix column.
cv::text::OCRBeamSearchDecoder
OCRBeamSearchDecoder class provides an interface for OCR using Beam Search algorithm.
Definition: ocr.hpp:393
cv::Allocator::rebind
Definition: cvstd.hpp:120
CV_ELEM_SIZE1
#define CV_ELEM_SIZE1(type)
Definition: cvdef.h:448
cv::CAP_PROP_XI_RECENT_FRAME
GetImage returns most recent frame.
Definition: videoio.hpp:462
cv::DetectionBasedTracker
Definition: detection_based_tracker.hpp:57
cv::datasets::PascalPart::ymin
int ymin
Definition: or_pascal.hpp:63
cv::bioinspired::RetinaParameters::OPLandIplParvoParameters
Outer Plexiform Layer (OPL) and Inner Plexiform Layer Parvocellular (IplParvo) parameters.
Definition: retina.hpp:151
cv::cudev::BinaryTransformPtr
Definition: transform.hpp:104
nppiStInterpolateFrames
NCVStatus nppiStInterpolateFrames(const NppStInterpolationState *pState)
cv::gapi::addC
GMat addC(const GMat &src1, const GScalar &c, int ddepth=-1)
Calculates the per-element sum of matrix and given scalar.
cv::arcLength
double arcLength(InputArray curve, bool closed)
Calculates a contour perimeter or a curve length.
cv::kinfu::Params
Definition: kinfu.hpp:18
cv::CAP_PROP_IRIS
Definition: videoio.hpp:168
hal_ni_cvtBGRtoYUV
int hal_ni_cvtBGRtoYUV(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int scn, bool swapBlue, bool isCbCr)
hal_cvtBGRtoYUV
Definition: hal_replacement.hpp:393
cv::stereo::StereoBinaryBM::getTextureThreshold
virtual int getTextureThreshold() const =0
cv::reg::MapperGradEuclid
Definition: mappergradeuclid.hpp:52
cv::gapi::own::operator&=
Rect & operator&=(Rect &lhs, const Rect &rhs)
Definition: types.hpp:64
cv::BaseClassifier::m_selectedClassifier
int m_selectedClassifier
Definition: onlineBoosting.hpp:143
cv::cudev::GpuMat_::swap
__host__ void swap(GpuMat_ &mat)
swaps with other smart pointer
cv::cuda::CascadeClassifier
Cascade classifier class used for object detection. Supports HAAR and LBP cascades....
Definition: cudaobjdetect.hpp:198
cv::setWindowProperty
void setWindowProperty(const String &winname, int prop_id, double prop_value)
Changes parameters of a window dynamically.
cv::CALIB_FIX_K1
Definition: calib3d.hpp:274
warp_reduce.hpp
cv::ClfOnlineStump::update
void update(const Mat &posx, const Mat &negx, const cv::Mat_< float > &posw=cv::Mat_< float >(), const cv::Mat_< float > &negw=cv::Mat_< float >())
cv::datasets::SLAM_tumindoorObj::name
std::string name
Definition: slam_tumindoor.hpp:69
cv::detail::SphericalPortraitWarper
Definition: warpers.hpp:597
cv::cuda::unregisterPageLocked
void unregisterPageLocked(Mat &m)
Unmaps the memory of matrix and makes it pageable again.
cv::detail::AffineBestOf2NearestMatcher::full_affine_
bool full_affine_
Definition: matchers.hpp:245
cv::cudev::tan
__device__ __forceinline__ double4 tan(const double4 &a)
Definition: vec_math.hpp:310
cv::Feature2D::write
void write(const Ptr< FileStorage > &fs, const String &name=String()) const
Definition: features2d.hpp:229
cv::line_descriptor::KeyLine::startPointY
float startPointY
Definition: descriptor.hpp:127
cv::stereo::MVKernel::stop
int stop
Definition: descriptor.hpp:69
cv::CAP_PROP_GIGA_FRAME_WIDTH_MAX
Definition: videoio.hpp:509
cv::util::variant
Definition: variant.hpp:69
cv::viz::readCloud
Mat readCloud(const String &file, OutputArray colors=noArray(), OutputArray normals=noArray())
cv::COLOR_RGBA2BGR555
Definition: imgproc.hpp:568
NcvRect32s::y
Ncv32s y
y-coordinate of upper left corner.
Definition: NCV.hpp:151
cv::util::any_cast
value_t * any_cast(any *operand)
Definition: any.hpp:114
hal_ni_not8u
int hal_ni_not8u(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:154
cv::gapi::own::Rect::operator=
Rect & operator=(const cv::Rect &other)
Definition: types.hpp:38
cv::cudev::IsUnaryFunction
Definition: functional.hpp:874
cv::saliency::Saliency
Definition: saliencyBaseClasses.hpp:62
cv::BaseCascadeClassifier
Definition: objdetect.hpp:174
cv::detail::get_out< cv::GScalar >::get
static scalar_wrapper get(GCPUContext &ctx, int idx)
Definition: gcpukernel.hpp:219
cv::operator~
v_reg< _Tp, n > operator~(const v_reg< _Tp, n > &a)
Bitwise NOT.
Definition: intrin_cpp.hpp:485
cv::text::OCRTesseract
OCRTesseract class provides an interface with the tesseract-ocr API (v3.02.02) in C++.
Definition: ocr.hpp:116
cv::datasets::PD_inriaObj::height
int height
Definition: pd_inria.hpp:76
cv::cudev::vsub4
__device__ __forceinline__ uint vsub4(uint a, uint b)
Definition: simd_functions.hpp:550
cv::VIDEOWRITER_PROP_QUALITY
Current quality (0..100%) of the encoded videostream. Can be adjusted dynamically in some codecs.
Definition: videoio.hpp:188
cv::FileStorage::write
static void write(FileStorage &fs, const String &name, const Size_< _Tp > &sz)
Definition: persistence.hpp:996
cv::tbm::Track::back
TrackedObject & back()
back returns non-const reference to last object in track.
Definition: tracking_by_matching.hpp:375
cv::FileStorage::write
static void write(FileStorage &fs, const Point_< _Tp > &pt)
Definition: persistence.hpp:908
cv::util::any::any
any()=default
cv::dnn::BaseConvolutionLayer::adjust_pads
std::vector< size_t > adjust_pads
Definition: all_layers.hpp:214
cv::ocl::haveAmdFft
bool haveAmdFft()
cv::detail::CylindricalProjector::mapForward
void mapForward(float x, float y, float &u, float &v)
cv::TermCriteria::maxCount
int maxCount
the maximum number of iterations/elements
Definition: types.hpp:882
cv::CvLBPFeatureParams
Definition: feature.hpp:359
cv::img_hash::BlockMeanHash
Image hash based on block mean.
Definition: block_mean_hash.hpp:26
cv::gapi::medianBlur
GMat medianBlur(const GMat &src, int ksize)
Blurs an image using the median filter.
cv::tbm::TrackerParams::drop_forgotten_tracks
bool drop_forgotten_tracks
Definition: tracking_by_matching.hpp:296
cv::detail::resultRoiIntersection
Rect resultRoiIntersection(const std::vector< Point > &corners, const std::vector< Size > &sizes)
cv::ximgproc::qmultiply
void qmultiply(InputArray src1, InputArray src2, OutputArray dst)
Calculates the per-element quaternion product of two arrays.
cv::gapi::own::Scalar
Definition: scalar.hpp:20
cv::videostab::NullLog::print
virtual void print(const char *,...) CV_OVERRIDE
Definition: log.hpp:66
cv::dnn_objdetect::object::xmin
int xmin
Definition: core_detect.hpp:28
cv::saturate_cast< int64 >
int64 saturate_cast< int64 >(uint64 v)
Definition: saturate.hpp:157
cv::optflow::RLOFOpticalFlowParameter::normSigma1
float normSigma1
Definition: rlofflow.hpp:98
cv::Stitcher::setCompositingResol
void setCompositingResol(double resol_mpx)
Definition: stitching.hpp:193
cv::UMatData::allocatorFlags_
int allocatorFlags_
Definition: mat.hpp:565
cv::face::FacemarkAAM::Params::n
int n
Definition: facemarkAAM.hpp:69
cv::dnn::RegionLayer
Definition: all_layers.hpp:570
cv::CAP_PROP_XI_IS_DEVICE_EXIST
Returns 1 if camera connected and works properly.
Definition: videoio.hpp:456
NCV_UNKNOWN_ERROR
Definition: NCV.hpp:317
cv::dnn::_Range
Definition: shape_utils.hpp:57
cv::integral
void integral(InputArray src, OutputArray sum, int sdepth=-1)
cv::datasets::skeleton
Definition: gr_chalearn.hpp:70
cv::detail::ProjectorBase::r_kinv
float r_kinv[9]
Definition: warpers.hpp:133
cv::FONT_HERSHEY_TRIPLEX
normal size serif font (more complex than FONT_HERSHEY_COMPLEX)
Definition: imgproc.hpp:818
cv::detail::PairwiseSeamFinder::masks_
std::vector< UMat > masks_
Definition: seam_finders.hpp:103
cv::cudev::TypeTraits::is_unsigned_int
Definition: type_traits.hpp:142
cv::Matx61d
Matx< double, 6, 1 > Matx61d
Definition: matx.hpp:228
cv::FileNode::read
static void read(const FileNode &node, _Tp &value, const _Tp &default_value=static_cast< _Tp >(0))
Definition: persistence.hpp:1161
cv::GMatDesc::GMatDesc
GMatDesc(int d, const std::vector< int > &dd)
Definition: gmat.hpp:91
cv::COLOR_BGR2BGRA
add alpha channel to RGB or BGR image
Definition: imgproc.hpp:524
cv::cudev::Binder1st
Definition: functional.hpp:830
cv::CALIB_HAND_EYE_ANDREFF
On-line Hand-Eye Calibration .
Definition: calib3d.hpp:308
cv::detail::OCLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_and_postprocess::call
static void call(Inputs &&... ins, Outputs &&... outs)
Definition: goclkernel.hpp:199
cv::cudev::LutPtrSz::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: lut.hpp:80
cv::DetectionBasedTracker::IDetector::~IDetector
virtual ~IDetector()
Definition: detection_based_tracker.hpp:112
cv::GComputationT< std::tuple< R... >(Args...)>::GComputationT
GComputationT(const Gen &generator)
Definition: gtyped.hpp:199
cv::HOUGH_PROBABILISTIC
Definition: imgproc.hpp:472
cv::dnn::Target
Target
Enum of target devices for computations.
Definition: dnn.hpp:87
cv::CvFeatureEvaluator::numFeatures
int numFeatures
Definition: feature.hpp:193
cv::datasets::Dataset::~Dataset
virtual ~Dataset()
Definition: dataset.hpp:568
cv::Vec3d
Vec< double, 3 > Vec3d
Definition: matx.hpp:424
cv::cudev::ZipPtr< tuple< Ptr0, Ptr1, Ptr2 > >::value_type
tuple< typename PtrTraits< Ptr0 >::value_type, typename PtrTraits< Ptr1 >::value_type, typename PtrTraits< Ptr2 >::value_type > value_type
Definition: zip.hpp:79
cv::detail::scratch_helper< false, Impl, Ins... >::help_init
static void help_init(const cv::GMetaArgs &, const cv::GArgs &, gapi::fluid::Buffer &)
Definition: gfluidkernel.hpp:244
cv::cudev::less
Definition: functional.hpp:162
cv::Stitcher::warper
const Ptr< WarperCreator > warper() const
Definition: stitching.hpp:235
cv::tbm::TrackerParams::forget_delay
size_t forget_delay
Definition: tracking_by_matching.hpp:263
cv::NAryMatIterator::arrays
const Mat ** arrays
the iterated arrays
Definition: mat.hpp:3409
cv::stereo::StarKernelCensus
implementation for the star kernel descriptor
Definition: descriptor.hpp:273
cv::CAP_PROP_XI_LED_MODE
Define camera signalling LED functionality.
Definition: videoio.hpp:346
cv::rgbd::ICPOdometry::setIterationCounts
void setIterationCounts(const cv::Mat &val)
Definition: depth.hpp:818
cv::cuda::GpuMat::dataend
const uchar * dataend
Definition: cuda.hpp:334
cv::tbm::TrackerParams
The TrackerParams struct stores parameters of TrackerByMatching.
Definition: tracking_by_matching.hpp:260
cv::gapi::ie::TraitAs::TENSOR
G-API traits an associated cv::Mat as a raw tensor and passes dimensions as-is.
cv::rgbd::FastICPOdometry::setCameraMatrix
void setCameraMatrix(const cv::Mat &val) CV_OVERRIDE
Definition: depth.hpp:1075
NCV_NULL_PTR
Definition: NCV.hpp:323
cv::multicalib::MultiCameraCalibration::vertex
Definition: multicalib.hpp:98
cv::HOGDescriptor::HOGDescriptor
HOGDescriptor(const String &filename)
Definition: objdetect.hpp:419
cv::SimpleBlobDetector
Class for extracting blobs from an image. :
Definition: features2d.hpp:622
cv::cudev::BrdWrap::idx_low
__device__ static __forceinline__ int idx_low(int i, int len)
Definition: extrapolation.hpp:199
cv::text::ERStat::crossings
Ptr< std::deque< int > > crossings
horizontal crossings
Definition: erfilter.hpp:85
cv::ovis::MATERIAL_DIFFUSE
Definition: ovis.hpp:39
cvv.hpp
cv::GOut
GProtoOutputArgs GOut(Ts &&... ts)
Definition: gproto.hpp:75
cv::SOLVELP_MULTI
there are multiple maxima for target function - the arbitrary one is returned
Definition: optim.hpp:262
cv::kmeans
double kmeans(InputArray data, int K, InputOutputArray bestLabels, TermCriteria criteria, int attempts, int flags, OutputArray centers=noArray())
Finds centers of clusters and groups input samples around the clusters.
cv::magnitude
void magnitude(InputArray x, InputArray y, OutputArray magnitude)
Calculates the magnitude of 2D vectors.
cvIsNaN
int cvIsNaN(double value)
Determines if the argument is Not A Number.
Definition: fast_math.hpp:270
cv::CALIB_USE_QR
use QR instead of SVD decomposition for solving. Faster but potentially less precise
Definition: calib3d.hpp:285
cv::omnidir::internal::estimateUncertaintiesStereo
void estimateUncertaintiesStereo(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints1, InputArrayOfArrays imagePoints2, InputArray parameters, Mat &errors, Vec2d &std_error, double &rms, int flags)
cv::setTrackbarMax
void setTrackbarMax(const String &trackbarname, const String &winname, int maxval)
Sets the trackbar maximum position.
cv::ocl::Image2D::p
Impl * p
Definition: ocl.hpp:666
cv::dnn::print
static void print(const MatShape &shape, const String &name="")
Definition: shape_utils.hpp:188
cv::gapi::wip::draw::GMatDesc2
std::tuple< cv::GMatDesc, cv::GMatDesc > GMatDesc2
Definition: render.hpp:381
cv::gapi::core::GMat2
std::tuple< GMat, GMat > GMat2
Definition: core.hpp:31
cv::cudev::vcmpge2
__device__ __forceinline__ uint vcmpge2(uint a, uint b)
Definition: simd_functions.hpp:302
cv::RQDecomp3x3
Vec3d RQDecomp3x3(InputArray src, OutputArray mtxR, OutputArray mtxQ, OutputArray Qx=noArray(), OutputArray Qy=noArray(), OutputArray Qz=noArray())
Computes an RQ decomposition of 3x3 matrices.
cv::videostab::KeypointBasedMotionEstimator::motionModel
virtual MotionModel motionModel() const CV_OVERRIDE
Definition: global_motion.hpp:235
cv::cudev::absdiff_func::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:428
cv::createHausdorffDistanceExtractor
Ptr< HausdorffDistanceExtractor > createHausdorffDistanceExtractor(int distanceFlag=cv::NORM_L2, float rankProp=0.6f)
cv::SimpleBlobDetector::Params::thresholdStep
float thresholdStep
Definition: features2d.hpp:628
cv::Matx::operator()
const _Tp & operator()(int row, int col) const
element access
cv::initUndistortRectifyMap
void initUndistortRectifyMap(InputArray cameraMatrix, InputArray distCoeffs, InputArray R, InputArray newCameraMatrix, Size size, int m1type, OutputArray map1, OutputArray map2)
Computes the undistortion and rectification transformation map.
cv::img_hash::radialVarianceHash
void radialVarianceHash(cv::InputArray inputArr, cv::OutputArray outputArr, double sigma=1, int numOfAngleLine=180)
Computes radial variance hash of the input image.
vec_math.hpp
cv::tracking::UnscentedKalmanFilterParams::stateInit
Mat stateInit
Initial state, DP x 1, default is zero.
Definition: kalman_filters.hpp:132
cv::datasets::MSM_epflObj::camera
cameraParam camera
Definition: msm_epfl.hpp:74
cv::CAP_PROP_XI_DEVICE_MODEL_ID
Returns device model id.
Definition: videoio.hpp:436
cv::viz::WidgetAccessor
This class is for users who want to develop their own widgets using VTK library API....
Definition: widget_accessor.hpp:65
nppiStSqrIntegral_8u64u_C1R
NCVStatus nppiStSqrIntegral_8u64u_C1R(Ncv8u *d_src, Ncv32u srcStep, Ncv64u *d_dst, Ncv32u dstStep, NcvSize32u roiSize, Ncv8u *pBuffer, Ncv32u bufSize, cudaDeviceProp &devProp)
cv::cuda::createBackgroundSubtractorMOG2
Ptr< cuda::BackgroundSubtractorMOG2 > createBackgroundSubtractorMOG2(int history=500, double varThreshold=16, bool detectShadows=true)
Creates MOG2 Background Subtractor.
cv::ximgproc::GradientPaillouX
void GradientPaillouX(InputArray op, OutputArray _dst, double alpha, double omega)
cv::stereo::ModifiedCsCensus::imageStop
int imageStop
Definition: descriptor.hpp:146
cv::cudev::BrdReflect::idx_high
__device__ static __forceinline__ int idx_high(int i, int len)
Definition: extrapolation.hpp:178
cv::FlannBasedMatcher::mergedDescriptors
DescriptorCollection mergedDescriptors
Definition: features2d.hpp:1190
NcvPoint2D32u::NcvPoint2D32u
__host__ __device__ NcvPoint2D32u(Ncv32u x_, Ncv32u y_)
Definition: NCV.hpp:205
video.hpp
cv::detail::BundleAdjusterAffinePartial
Bundle adjuster that expects affine transformation with 4 DOF represented in homogeneous coordinates ...
Definition: motion_estimators.hpp:313
cv::cudev::greater::operator()
__device__ __forceinline__ MakeVec< uchar, VecTraits< T >::cn >::type operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:155
cv::cuda::bitwise_and
void bitwise_and(InputArray src1, InputArray src2, OutputArray dst, InputArray mask=noArray(), Stream &stream=Stream::Null())
Performs a per-element bitwise conjunction of two matrices (or of matrix and scalar).
cv::gapi::ie::detail::ParamDesc::device_id
std::string device_id
Definition: ie.hpp:48
cv::sfm::libmv_CameraIntrinsicsOptions::division_k2
double division_k2
Definition: simple_pipeline.hpp:118
cv::ClfOnlineStump::init
void init()
cv::optflow::GPCTrainingParams::minNumberOfSamples
int minNumberOfSamples
Minimum number of samples in the node to stop partitioning.
Definition: sparse_matching_gpc.hpp:126
cv::absdiff
void absdiff(InputArray src1, InputArray src2, OutputArray dst)
Calculates the per-element absolute difference between two arrays or between an array and a scalar.
cv::datasets::fist
Definition: gr_skig.hpp:76
cv::INTER_LINEAR_EXACT
Definition: imgproc.hpp:258
hal_ni_dctFree2D
int hal_ni_dctFree2D(cvhalDFT *context)
Definition: hal_replacement.hpp:571
cv::hal::recip32f
void recip32f(const float *, size_t, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *scale)
cv::linemod::Match::template_id
int template_id
Definition: linemod.hpp:286
NcvPoint2D32s::NcvPoint2D32s
__host__ __device__ NcvPoint2D32s()
Definition: NCV.hpp:195
cv::videostab::StabilizerBase::setInpainter
void setInpainter(Ptr< InpainterBase > val)
Definition: stabilizer.hpp:98
cv::detail::get_out< cv::GMat >::get
static tracked_cv_mat get(GCPUContext &ctx, int idx)
Definition: gcpukernel.hpp:204
cv::cudev::pow_func::operator()
__device__ __forceinline__ float operator()(T val, float power) const
Definition: functional.hpp:648
cv::sfm::SFM_IO_BUNDLER
Definition: io.hpp:58
cv::dynafu::Params::volumePose
Affine3f volumePose
initial volume pose in meters
Definition: dynafu.hpp:69
cv::ml::TrainData::missingValue
static float missingValue()
Definition: ml.hpp:148
cv::cudev::IsUnaryFunction::check
static Yes check(unary_function< T, D >)
NppStInterpolationState::nStep
Ncv32u nStep
pitch
Definition: NPP_staging.hpp:117
cv::fitEllipseAMS
RotatedRect fitEllipseAMS(InputArray points)
Fits an ellipse around a set of 2D points.
cv::videostab::LpMotionStabilizer::motionModel
MotionModel motionModel() const
Definition: motion_stabilizing.hpp:123
cv::StereoMatcher
The base class for stereo correspondence algorithms.
Definition: calib3d.hpp:2660
cv::CirclesGridFinderParameters::edgeGain
float edgeGain
Definition: calib3d.hpp:1312
cv::_InputArray::sz
Size sz
Definition: mat.hpp:257
fast_marching_inl.hpp
CV_EXPORTS_TEMPLATE
#define CV_EXPORTS_TEMPLATE
Definition: cvdef.h:385
cv::rgbd::RgbdICPOdometry::setMaxTranslation
void setMaxTranslation(double val)
Definition: depth.hpp:984
cv::getTickCount
int64 getTickCount()
Returns the number of ticks.
cv::quality::quality_utils::extract_mat
R extract_mat(InputArray in, const int type=-1)
Definition: quality_utils.hpp:22
cv::cudev::GlobPtr::row
__device__ const __forceinline__ T * row(int y) const
Definition: glob.hpp:73
cv::CAP_PVAPI_FSTRIGMODE_FREERUN
Freerun.
Definition: videoio.hpp:302
cv::ocl::PlatformInfo::name
String name() const
cv::CAP_PROP_XI_HEIGHT
Height of the Image provided by the device (in pixels).
Definition: videoio.hpp:382
cv::CAP_PROP_XI_TEST_PATTERN_GENERATOR_SELECTOR
Selects which test pattern generator is controlled by the TestPattern feature.
Definition: videoio.hpp:368
cv::cudev::VecTraits< char1 >::make
__host__ __device__ static __forceinline__ char1 make(schar x)
Definition: vec_traits.hpp:155
cv::FileNodeIterator
used to iterate through sequences and mappings.
Definition: persistence.hpp:620
cv::empty_gmat_desc
static GMatDesc empty_gmat_desc()
Definition: gmat.hpp:218
cv::cudev::blockYota
__device__ static __forceinline__ void blockYota(OutIt beg, OutIt end, T value)
Definition: block.hpp:85
cv::quality::QualityMSE::QualityMSE
QualityMSE(QualityBase::_mat_type ref)
Constructor.
Definition: qualitymse.hpp:57
cv::CAP_PROP_XI_GPO_MODE
Set general purpose output mode.
Definition: videoio.hpp:344
cv::instr::NodeData::m_instrType
cv::instr::TYPE m_instrType
Definition: instrumentation.hpp:78
cv::cuda
Definition: cuda.hpp:65
cv::optflow::RLOFOpticalFlowParameter::maxLevel
int maxLevel
Definition: rlofflow.hpp:117
cv::optflow::INTERP_GEO
Definition: rlofflow.hpp:32
cv::datasets::PD_caltech
Definition: pd_caltech.hpp:76
cv::videostab::InpainterBase::InpainterBase
InpainterBase()
Definition: inpainting.hpp:64
NcvRect8u::y
Ncv8u y
Definition: NCV.hpp:140
cv::cudacodec::FormatInfo::nBitDepthMinus8
int nBitDepthMinus8
Definition: cudacodec.hpp:284
cv::detail::VectorRefT::VectorRefT
VectorRefT(std::vector< T > &&vec)
Definition: garray.hpp:146
cv::cudev::numeric_limits< float >::min
__device__ static __forceinline__ float min()
Definition: limits.hpp:111
cv::cudev::Avg
Definition: reduce_to_vec.hpp:85
NCVVectorReuse::NCVVectorReuse
NCVVectorReuse(const NCVMemSegment &memSegment)
Definition: NCV.hpp:696
cv::denoise_TVL1
void denoise_TVL1(const std::vector< Mat > &observations, Mat &result, double lambda=1.0, int niters=30)
Primal-dual algorithm is an algorithm for solving special types of variational problems (that is,...
cv::utils::dumpBool
static String dumpBool(bool argument)
Definition: bindings_utils.hpp:24
cv::CAP_PROP_XI_FFS_ACCESS_KEY
Setting of key enables file operations on some cameras.
Definition: videoio.hpp:481
cv::Rect_::br
Point_< _Tp > br() const
the bottom-right corner
cv::HammingLUT
Hamming HammingLUT
Definition: base.hpp:393
cv::getGaussianKernel
Mat getGaussianKernel(int ksize, double sigma, int ktype=CV_64F)
Returns Gaussian filter coefficients.
cv::CvHaarEvaluator::FeatureHaar::getNumAreas
int getNumAreas()
cv::detail::Graph::walkBreadthFirst
B walkBreadthFirst(int from, B body) const
cv::detail::PlaneWarperGpu
Definition: warpers.hpp:470
cv::COLOR_Luv2RGB
Definition: imgproc.hpp:602
cv::cudev::modulus
Definition: functional.hpp:113
cv::VideoCapture::isOpened
virtual bool isOpened() const
Returns true if video capturing has been initialized already.
cv::cudev::IntegerAreaInterPtrSz::rows
int rows
Definition: interpolation.hpp:273
cv::text::PSM_AUTO
Definition: ocr.hpp:72
cv::sfm::projectionFromKRt
void projectionFromKRt(InputArray K, InputArray R, InputArray t, OutputArray P)
Get projection matrix P from K, R and t.
CV_WRAP
#define CV_WRAP
Definition: cvdef.h:424
CV_PROP_RW
#define CV_PROP_RW
Definition: cvdef.h:423
cv::cudev::NormL2::reduceBlock
__device__ __forceinline__ void reduceBlock(result_type *smem, uint tid)
Definition: vec_distance.hpp:142
cv::cudev::binary_function::first_argument_type
_Arg1 first_argument_type
Definition: functional.hpp:70
cv::cudev::TypeTraits::non_volatile_type
type_traits_detail::UnVolatile< T >::type non_volatile_type
Definition: type_traits.hpp:131
cv::tbm::TrackedObjects
std::deque< TrackedObject > TrackedObjects
Definition: tracking_by_matching.hpp:59
cv::ximgproc::anisotropicDiffusion
void anisotropicDiffusion(InputArray src, OutputArray dst, float alpha, float K, int niters)
Performs anisotropic diffusian on an image.
transientareassegmentationmodule.hpp
cv::line_descriptor::BinaryDescriptorMatcher::~BinaryDescriptorMatcher
~BinaryDescriptorMatcher()
Definition: descriptor.hpp:924
cv::aruco::getPredefinedDictionary
Ptr< Dictionary > getPredefinedDictionary(PREDEFINED_DICTIONARY_NAME name)
Returns one of the predefined dictionaries defined in PREDEFINED_DICTIONARY_NAME.
cv::datasets::NEG
Definition: pd_inria.hpp:63
cv::GOCLKernelImpl
Definition: goclkernel.hpp:230
cv::detail::is_nongapi_type
std::is_same< T, typename MetaType< T >::type > is_nongapi_type
Definition: gkernel.hpp:94
cv::linemod::QuantizedPyramid::Candidate
Candidate feature with a score.
Definition: linemod.hpp:85
cv::RotatedRect::size
Size2f size
returns width and height of the rectangle
Definition: types.hpp:532
cv::gapi::GNetParam::tag
std::string tag
Definition: infer.hpp:190
cv::viz::computeNormals
void computeNormals(const Mesh &mesh, OutputArray normals)
cv::utils::lock_guard::~lock_guard
~lock_guard()
Definition: lock.private.hpp:22
cv::cudev::vcmpgt4
__device__ __forceinline__ uint vcmpgt4(uint a, uint b)
Definition: simd_functions.hpp:782
cv::Point3_::z
_Tp z
z coordinate of the 3D point
Definition: types.hpp:267
transform.hpp
cv::COLORMAP_PINK
Definition: imgproc.hpp:4229
cv::GComputationT< R(Args...)>::GComputationT
GComputationT(const Gen &generator)
Definition: gtyped.hpp:126
cv::utils::logging::LogTag
Definition: logtag.hpp:15
cv::dnn::MVNLayer
Definition: all_layers.hpp:285
cv::stereo::StereoMatcher
Filters off small noise blobs (speckles) in the disparity map.
Definition: stereo.hpp:80
cv::detail::NoTag
Definition: gkernel.hpp:172
cv::cuda::minMaxLoc
void minMaxLoc(InputArray src, double *minVal, double *maxVal, Point *minLoc, Point *maxLoc, InputArray mask=noArray())
Finds global minimum and maximum matrix elements and returns their values with locations.
cv::cuda::nonLocalMeans
void nonLocalMeans(InputArray src, OutputArray dst, float h, int search_window=21, int block_size=7, int borderMode=BORDER_DEFAULT, Stream &stream=Stream::Null())
Performs pure non local means denoising without any simplification, and thus it is not fast.
cv::cudev::RemapPtr1::operator()
__device__ __forceinline__ PtrTraits< SrcPtr >::value_type operator()(typename PtrTraits< MapPtr >::index_type y, typename PtrTraits< MapPtr >::index_type x) const
Definition: remap.hpp:68
cv::SparseMat::Hdr::hashtab
std::vector< size_t > hashtab
Definition: mat.hpp:2685
HaarFeatureDescriptor32::getFeaturesOffset
__device__ __host__ Ncv32u getFeaturesOffset(void)
Definition: NCVHaarObjectDetection.hpp:172
cv::videostab::calcFlowMask
void calcFlowMask(const Mat &flowX, const Mat &flowY, const Mat &errors, float maxError, const Mat &mask0, const Mat &mask1, Mat &flowMask)
cv::MatExpr::operator-
MatExpr operator-(const Mat &a, const Mat &b)
cv::v_not_nan
v_reg< float, n > v_not_nan(const v_reg< float, n > &a)
Definition: intrin_cpp.hpp:701
cv::Stitcher::panoConfidenceThresh
double panoConfidenceThresh() const
Definition: stitching.hpp:195
cv::COLOR_BGR2HLS
convert RGB/BGR to HLS (hue lightness saturation), color conversions
Definition: imgproc.hpp:593
util.hpp
cv::ogl::TRIANGLE_STRIP
Definition: opengl.hpp:484
cv::USAGE_DEFAULT
Definition: mat.hpp:451
cv::gapi::Sobel
GMat Sobel(const GMat &src, int ddepth, int dx, int dy, int ksize=3, double scale=1, double delta=0, int borderType=BORDER_DEFAULT, const Scalar &borderValue=Scalar(0))
Calculates the first, second, third, or mixed image derivatives using an extended Sobel operator.
cv::TrackerCSRT::Params::padding
float padding
Definition: tracker.hpp:1514
cv::optflow::SupportRegionType
SupportRegionType
Definition: rlofflow.hpp:17
cv::datasets::SLAM_kittiObj::p
std::vector< double > p[4]
Definition: slam_kitti.hpp:70
cv::cudev::Min::initialValue
__device__ static __forceinline__ T initialValue()
Definition: reduce_to_vec.hpp:114
cv::AVIReadContainer
Definition: container_avi.private.hpp:78
cv::optflow::PCAPrior
This class can be used for imposing a learned prior on the resulting optical flow....
Definition: pcaflow.hpp:74
cv::FlannBasedMatcher::searchParams
Ptr< flann::SearchParams > searchParams
Definition: features2d.hpp:1187
cv::dnn::Layer::getFLOPS
virtual int64 getFLOPS(const std::vector< MatShape > &inputs, const std::vector< MatShape > &outputs) const
Definition: dnn.hpp:367
cv::cudev::vcmplt2
__device__ __forceinline__ uint vcmplt2(uint a, uint b)
Definition: simd_functions.hpp:413
cv::Formatter
Definition: core.hpp:3018
cv::linemod::ColorGradient::weak_threshold
float weak_threshold
Definition: linemod.hpp:191
cv::COLOR_RGBA2YUV_I420
Definition: imgproc.hpp:729
cv::dnn::PoolingLayer::pooledSize
Size pooledSize
Definition: all_layers.hpp:262
cv::detail::has_Window
Definition: gfluidkernel.hpp:323
cv::detail::scratch_helper
Definition: gfluidkernel.hpp:212
cv::detail::FluidCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... >, UseScratch >::call_impl
static void call_impl(const cv::GArgs &in_args, const std::vector< gapi::fluid::Buffer * > &out_bufs, detail::Seq< IIs... >, detail::Seq< OIs... >)
Definition: gfluidkernel.hpp:364
hashtable_int::size
size_t size
Definition: t_hash_int.hpp:69
cv::cuda::GpuMat::isContinuous
bool isContinuous() const
cv::ocl::KernelArg::Constant
static KernelArg Constant(const _Tp *arr, size_t n)
Definition: ocl.hpp:376
cv::CAP_INTELPERC_GENERATORS_MASK
Definition: videoio.hpp:533
cv::cudev::DerivYPtrSz
Definition: deriv.hpp:114
cv::ocl::Device::maxWorkGroupSize
size_t maxWorkGroupSize() const
cv::TickMeter::getTimeMicro
double getTimeMicro() const
Definition: utility.hpp:351
cv::videostab::KeypointBasedMotionEstimator::detector
Ptr< FeatureDetector > detector() const
Definition: global_motion.hpp:238
cv::COLOR_BGR2YUV_I420
Definition: imgproc.hpp:725
cv::createChiHistogramCostExtractor
Ptr< HistogramCostExtractor > createChiHistogramCostExtractor(int nDummies=25, float defaultCost=0.2f)
cv::RANSAC
RANSAC algorithm.
Definition: calib3d.hpp:230
cv::utils::dumpDouble
static String dumpDouble(double argument)
Definition: bindings_utils.hpp:50
cv::gapi::wip::IStreamSource::ptr
Ptr ptr()
Definition: source.hpp:43
cv::tbm::IDescriptorDistance
The IDescriptorDistance class declares an interface for distance computation between reidentification...
Definition: tracking_by_matching.hpp:154
cv::INTERSECT_FULL
One of the rectangle is fully enclosed in the other.
Definition: imgproc.hpp:797
cv::CAP_PROP_IOS_DEVICE_FOCUS
Definition: videoio.hpp:494
cv::v_lut_deinterleave
void v_lut_deinterleave(const float *tab, const v_reg< int, n > &idx, v_reg< float, n > &x, v_reg< float, n > &y)
Definition: intrin_cpp.hpp:2041
cv::dnn::toString
static std::string toString(const MatShape &shape, const String &name="")
Definition: shape_utils.hpp:177
cv::rgbd::RgbdNormals::K_
Mat K_
Definition: depth.hpp:178
cv::cudacodec::Monochrome
Definition: cudacodec.hpp:271
cv::CONTOURS_MATCH_I2
Definition: imgproc.hpp:451
cv::CALIB_USE_EXTRINSIC_GUESS
for stereoCalibrate
Definition: calib3d.hpp:293
cv::stereo::starCensusTransform
void starCensusTransform(const cv::Mat &img1, const cv::Mat &img2, int kernelSize, cv::Mat &dist1, cv::Mat &dist2)
cv::aruco::DetectorParameters::errorCorrectionRate
double errorCorrectionRate
Definition: aruco.hpp:175
cv::TLSDataContainer::release
void release()
cv::Stitcher::interpolationFlags
InterpolationFlags interpolationFlags() const
Definition: stitching.hpp:201
cv::BaseCascadeClassifier::MaskGenerator::~MaskGenerator
virtual ~MaskGenerator()
Definition: objdetect.hpp:210
cv::mulSpectrums
void mulSpectrums(InputArray a, InputArray b, OutputArray c, int flags, bool conjB=false)
Performs the per-element multiplication of two Fourier spectrums.
cv::omnidir::internal::getInterset
void getInterset(InputArray idx1, InputArray idx2, OutputArray inter1, OutputArray inter2, OutputArray inter_ori)
cv::CAP_PROP_OPENNI_FRAME_MAX_DEPTH
In mm.
Definition: videoio.hpp:228
cv::cuda::NvidiaOpticalFlow_1_0::NVIDIA_OF_PERF_LEVEL
NVIDIA_OF_PERF_LEVEL
Definition: cudaoptflow.hpp:404
cv::ocl::PlatformInfo::getDevice
void getDevice(Device &device, int d) const
cv::cudev::SingleMaskChannelsSz
Definition: mask.hpp:83
cv::cudev::CubicInterPtrSz
Definition: interpolation.hpp:213
cv::Stitcher::Status
Status
Definition: stitching.hpp:152
cv::videoio_registry::getBackends
std::vector< VideoCaptureAPIs > getBackends()
Returns list of all available backends.
cv::internal::down_cast
T down_cast(Source operand)
Definition: any.hpp:29
cv::DescriptorMatcher::clone_op
static Mat clone_op(Mat m)
Definition: features2d.hpp:1095
cv::IMWRITE_PAM_FORMAT_BLACKANDWHITE
Definition: imgcodecs.hpp:127
nppStBorderMirror
reflect out of range position across borders
Definition: NPP_staging.hpp:93
cv::gapi::own::detail::MatHeader
Definition: mat.hpp:43
cv::cudev::NormL2::NormL2
__device__ __forceinline__ NormL2()
Definition: vec_distance.hpp:129
nppiStResize_32f_C1R
NCVStatus nppiStResize_32f_C1R(const Ncv32f *pSrc, NcvSize32u srcSize, Ncv32u nSrcStep, NcvRect32u srcROI, Ncv32f *pDst, NcvSize32u dstSize, Ncv32u nDstStep, NcvRect32u dstROI, Ncv32f xFactor, Ncv32f yFactor, NppStInterpMode interpolation)
cv::util::variant::index
std::size_t index() const noexcept
Definition: variant.hpp:297
cv::gapi::wip::draw::Rect::color
cv::Scalar color
The rectangle color or brightness (grayscale image)
Definition: render.hpp:197
cv::gapi::normInf
GScalar normInf(const GMat &src)
Calculates the absolute infinite norm of a matrix.
cv::HandEyeCalibrationMethod
HandEyeCalibrationMethod
Definition: calib3d.hpp:303
cv::videostab::estimateGlobalMotionLeastSquares
Mat estimateGlobalMotionLeastSquares(InputOutputArray points0, InputOutputArray points1, int model=MM_AFFINE, float *rmse=0)
Estimates best global motion between two 2D point clouds in the least-squares sense.
cv::cudev::gridCalcSum
__host__ void gridCalcSum(const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: reduce.hpp:305
cv::sfm::libmv_ReconstructionOptions::select_keyframes
int select_keyframes
Definition: simple_pipeline.hpp:154
cv::datasets::TR_charsObj::label
int label
Definition: tr_chars.hpp:63
cv::GComputation::compile
GCompiled compile(GMetaArgs &&in_metas, GCompileArgs &&args={})
Compile the computation for specific input format(s).
cv::gapi::mulC
GMat mulC(const GMat &src, double multiplier, int ddepth=-1)
Multiplies matrix by scalar.
cv::CAP_PROP_XI_SENSOR_FEATURE_SELECTOR
Selects the current feature which is accessible by XI_PRM_SENSOR_FEATURE_VALUE.
Definition: videoio.hpp:482
cv::selectROI
Rect selectROI(const String &windowName, InputArray img, bool showCrosshair=true, bool fromCenter=false)
Selects ROI on the given image. Function creates a window and allows user to select a ROI using mouse...
cv::optflow::createOptFlow_SimpleFlow
Ptr< DenseOpticalFlow > createOptFlow_SimpleFlow()
Additional interface to the SimpleFlow algorithm - calcOpticalFlowSF()
cv::detail::PaniniProjector::b
float b
Definition: warpers.hpp:401
cv::detail::BlocksCompensator::apply
void apply(int index, Point corner, InputOutputArray image, InputArray mask) CV_OVERRIDE
Compensate exposure in the specified image.
cv::datasets::whitePaper
Definition: gr_skig.hpp:90
cv::can_describe
bool can_describe(const GMetaArg &meta, const GRunArg &arg)
cv::ml::StatModel::Flags
Flags
Definition: ml.hpp:322
cv::optflow::GPCTree::findLeafForPatch
unsigned findLeafForPatch(const GPCPatchDescriptor &descr) const
CV_CUDEV_YCrCb2RGB_INST
#define CV_CUDEV_YCrCb2RGB_INST(name, scn, dcn, bidx)
Definition: color_cvt.hpp:155
cv::Stitcher::setRegistrationResol
void setRegistrationResol(double resol_mpx)
Definition: stitching.hpp:187
cv::videostab::ToFileMotionWriter::setFrameMask
virtual void setFrameMask(InputArray mask) CV_OVERRIDE
Definition: global_motion.hpp:217
NCVMatrixAlloc::~NCVMatrixAlloc
~NCVMatrixAlloc()
Definition: NCV.hpp:883
cv::KalmanFilter::gain
Mat gain
Kalman gain matrix (K(k)): K(k)=P'(k)*Ht*inv(H*P'(k)*Ht+R)
Definition: tracking.hpp:401
cv::gapi::operator!=
bool operator!=(const GBackend &lhs, const GBackend &rhs)
Definition: gkernel.hpp:301
HaarClassifierNodeDescriptor32::getNextNodeOffset
__device__ __host__ Ncv32u getNextNodeOffset(void)
Definition: NCVHaarObjectDetection.hpp:206
cv::CAP_OPENNI_DISPARITY_MAP
Disparity in pixels (CV_8UC1)
Definition: videoio.hpp:258
cv::detail::WrapValue::wrap_out
static U * wrap_out(U &u)
Definition: gtype_traits.hpp:147
cv::SimpleBlobDetector::Params::minRepeatability
size_t minRepeatability
Definition: features2d.hpp:631
cv::superres::createOptFlow_Brox_CUDA
Ptr< BroxOpticalFlow > createOptFlow_Brox_CUDA()
cv::FileStorage::Mode
Mode
file storage mode
Definition: persistence.hpp:307
cv::detail::RotationWarper::getScale
virtual float getScale() const
Definition: warpers.hpp:118
saving.h
cv::RotatedRect
The class represents rotated (i.e. not up-right) rectangles on a plane.
Definition: types.hpp:503
cv::UMat::u
UMatData * u
Definition: mat.hpp:2572
cv::cudev::ThreshToZeroFunc
Definition: functional.hpp:753
cv::rgbd::DepthCleaner::DEPTH_CLEANER_METHOD
DEPTH_CLEANER_METHOD
Definition: depth.hpp:193
vec_math.hpp
cv::CAP_PROP_FOURCC
4-character code of codec. see VideoWriter::fourcc .
Definition: videoio.hpp:138
cv::dnn::DNN_BACKEND_OPENCV
Definition: dnn.hpp:74
cv::ximgproc::ARO_90_135
Definition: fast_hough_transform.hpp:68
result_set.h
hal_ni_absdiff16u
int hal_ni_absdiff16u(const ushort *src1_data, size_t src1_step, const ushort *src2_data, size_t src2_step, ushort *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:132
cv::stereo::StereoMatcher::compute
virtual void compute(InputArray left, InputArray right, OutputArray disparity)=0
Computes disparity map for the specified stereo pair.
cv::datasets::join::Rz
double Rz
Definition: gr_chalearn.hpp:67
cv::datasets::groundTruth::lastFrame
int lastFrame
Definition: gr_chalearn.hpp:62
cv::hal::SVD64f
void SVD64f(double *At, size_t astep, double *W, double *U, size_t ustep, double *Vt, size_t vstep, int m, int n, int flags)
cv::cudev::vmin2
__device__ __forceinline__ uint vmin2(uint a, uint b)
Definition: simd_functions.hpp:501
cv::cudev::LutPtr::index_type
PtrTraits< SrcPtr >::index_type index_type
Definition: lut.hpp:63
cv::aruco::CornerRefineMethod
CornerRefineMethod
Definition: aruco.hpp:81
facemarkLBF.hpp
cv::ogl::Arrays::Arrays
Arrays()
Default constructor.
cv::stereo::StereoBinaryBM::setScalleFactor
virtual void setScalleFactor(int factor)=0
dictionary.hpp
cv::gapi::wip::draw::Rect::rect
cv::Rect rect
Coordinates of the rectangle.
Definition: render.hpp:196
cv::detail::BundleAdjusterBase::total_num_matches_
int total_num_matches_
Definition: motion_estimators.hpp:197
cv::datasets::IS_bsds
Definition: is_bsds.hpp:65
cv::detail::get_out< cv::GMatP >::get
static tracked_cv_mat get(GCPUContext &ctx, int idx)
Definition: gcpukernel.hpp:212
cv::getVersionMajor
int getVersionMajor()
Returns major library version.
cv::cudev::GpuMat_::step1
__host__ size_t step1() const
cv::FM_RANSAC
RANSAC algorithm. It needs at least 15 points. 7-point algorithm is used.
Definition: calib3d.hpp:300
cv::detail::CameraParams::R
Mat R
Definition: camera.hpp:69
cv::WND_PROP_ASPECT_RATIO
window's aspect ration (can be set to WINDOW_FREERATIO or WINDOW_KEEPRATIO).
Definition: highgui.hpp:198
facemarkAAM.hpp
cv::COLORMAP_VIRIDIS
Definition: imgproc.hpp:4235
cv::BaseClassifier::eval
int eval(const Mat &image)
cv::cudev::UnaryTransformPtr::value_type
Op::result_type value_type
Definition: transform.hpp:63
cv::phase_unwrapping::HistogramPhaseUnwrapping::Params::nbrOfSmallBins
int nbrOfSmallBins
Definition: histogramphaseunwrapping.hpp:84
cv::ParamType< bool >::const_param_type
bool const_param_type
Definition: core.hpp:3184
cv::dnn::ReshapeLayer
Definition: all_layers.hpp:296
cv::cudev::divides
Definition: functional.hpp:104
cv::tbm::ResizedImageDescriptor
Uses resized image as descriptor.
Definition: tracking_by_matching.hpp:100
cv::cudev::BinaryTransformPtrSz::rows
int rows
Definition: transform.hpp:121
cv::datasets::TR_icdarObj::lexFull
std::vector< std::string > lexFull
Definition: tr_icdar.hpp:70
cv::hal::cmp8u
void cmp8u(const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *_cmpop)
cv::cudev::Texture::~Texture
__host__ ~Texture()
Definition: texture.hpp:241
cv::bgsegm::BackgroundSubtractorGSOC
Implementation of the different yet better algorithm which is called GSOC, as it was implemented duri...
Definition: bgsegm.hpp:254
cv::TrackerCSRT::Params::histogram_lr
float histogram_lr
Definition: tracker.hpp:1520
HaarClassifierNode128::setLeftNodeDesc
__host__ NCVStatus setLeftNodeDesc(HaarClassifierNodeDescriptor32 nl)
Definition: NCVHaarObjectDetection.hpp:234
cv::videostab::StabilizerBase::~StabilizerBase
virtual ~StabilizerBase()
Definition: stabilizer.hpp:69
cv::cudacodec::VP9
Definition: cudacodec.hpp:257
cv::FileNodeIterator::fs
const FileStorage * fs
Definition: persistence.hpp:674
cv::flann::GenericIndex::save
void save(String filename)
Definition: flann.hpp:288
cv::HistCompMethods
HistCompMethods
Definition: imgproc.hpp:492
cv::datasets::TR_icdarObj::words
std::vector< word > words
Definition: tr_icdar.hpp:71
cv::hal::mul16s
void mul16s(const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *scale)
cv::gapi::concatVert
GMat concatVert(const GMat &src1, const GMat &src2)
Applies vertical concatenation to given matrices.
cv::transform
void transform(InputArray src, OutputArray dst, InputArray m)
Performs the matrix transformation of every array element.
cv::AutoBuffer::deallocate
void deallocate()
deallocates the buffer if it was dynamically allocated
cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategy
Strategie for the selective search segmentation algorithm The class implements a generic stragery for...
Definition: segmentation.hpp:74
cv::stereo::StereoBinarySGBM::getSubPixelInterpolationMethod
virtual int getSubPixelInterpolationMethod() const =0
cv::detail::FeaturesMatcher::~FeaturesMatcher
virtual ~FeaturesMatcher()
Definition: matchers.hpp:120
cv::gapi::own::Mat::total
size_t total() const
Returns the total number of array elements.
Definition: mat.hpp:297
pose_3d.hpp
cv::cudev::UnaryNegate::pred
Predicate pred
Definition: functional.hpp:793
cv::datasets::SR_bsdsObj::imageName
std::string imageName
Definition: sr_bsds.hpp:25
cv::TrackerKCF::Params::sigma
float sigma
gaussian kernel bandwidth
Definition: tracker.hpp:1245
cv::viz::RenderingProperties
RenderingProperties
Widget rendering properties.
Definition: widgets.hpp:61
cv::v_setzero_u32
v_uint32x4 v_setzero_u32()
Definition: intrin_cpp.hpp:2144
cv::optflow::GPCPatchSample::pos
GPCPatchDescriptor pos
Definition: sparse_matching_gpc.hpp:80
cv::cuda::SparsePyrLKOpticalFlow
Class used for calculating a sparse optical flow.
Definition: cudaoptflow.hpp:201
cv::tbm::ITrackerByMatching
Tracker-by-Matching algorithm interface.
Definition: tracking_by_matching.hpp:410
cv::EstimatedGaussDistribution::EstimatedGaussDistribution
EstimatedGaussDistribution()
cv::omnidir::RECTIFY_PERSPECTIVE
Definition: omnidir.hpp:68
cv::videostab::TwoPassStabilizer::motionStabilizer
Ptr< IMotionStabilizer > motionStabilizer() const
Definition: stabilizer.hpp:169
cv::CvHOGFeatureParams
Definition: feature.hpp:293
cv::CvFeatureEvaluator::create
static Ptr< CvFeatureEvaluator > create(CvFeatureParams::FeatureType type)
cv::BOWKMeansTrainer
kmeans -based class to train visual vocabulary using the bag of visual words approach....
Definition: features2d.hpp:1349
cv::optflow::GPCTrainingParams::maxTreeDepth
unsigned maxTreeDepth
Maximum tree depth to stop partitioning.
Definition: sparse_matching_gpc.hpp:125
cv::cudev::gridTransformBinary_
__host__ void gridTransformBinary_(const SrcPtr1 &src1, const SrcPtr2 &src2, GpuMat_< DstType > &dst, const BinOp &op, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: transform.hpp:111
cv::TrackerSamplerCS::Params::overlap
float overlap
overlapping for the search windows
Definition: tracker.hpp:842
cv::ppf_match_3d::writePLY
void writePLY(Mat PC, const char *fileName)
Write a point cloud to PLY file.
cv::Stitcher::cameras
std::vector< detail::CameraParams > cameras() const
Definition: stitching.hpp:289
cvRound
int cvRound(double value)
Rounds floating-point number to the nearest integer.
Definition: fast_math.hpp:197
cv::gapi::RGB2Lab
GMat RGB2Lab(const GMat &src)
Converts an image from RGB color space to Lab color space.
cv::IMWRITE_PAM_TUPLETYPE
For PAM, sets the TUPLETYPE field to the corresponding string value that is defined for the format.
Definition: imgcodecs.hpp:94
cv::CAP_QT
QuickTime (obsolete, removed)
Definition: videoio.hpp:99
cv::Moments::m30
double m30
Definition: types.hpp:941
cv::text::ERStat::next
ERStat * next
Definition: erfilter.hpp:105
cv::aruco::GridBoard::getMarkerSeparation
float getMarkerSeparation() const
Definition: aruco.hpp:350
cv::videostab::StabilizerBase::setTrimRatio
void setTrimRatio(float val)
Definition: stabilizer.hpp:89
cv::cudev::greater
Definition: functional.hpp:152
cv::TrackerFeature::className
String className
Definition: tracker.hpp:113
cv::cudev::GlobPtrSz
Lightweight class encapsulating pitched memory on a GPU and passed to nvcc-compiled code (CUDA kernel...
Definition: glob.hpp:85
cv::utils::shared_lock_guard::mutex_
Mutex * mutex_
Definition: lock.private.hpp:61
cv::aruco::DICT_6X6_1000
Definition: dictionary.hpp:153
mat.hpp
cv::dnn::ReLU6Layer
Definition: all_layers.hpp:439
cv::instr::NodeData::m_alwaysExpand
bool m_alwaysExpand
Definition: instrumentation.hpp:83
cv::MatExpr::operator!=
MatExpr operator!=(const Mat &a, const Mat &b)
cv::AKAZE::DescriptorType
DescriptorType
Definition: features2d.hpp:735
cv::CAP_PVAPI_PIXELFORMAT_BAYER8
Bayer8.
Definition: videoio.hpp:319
cv::cudev::pow_func
Definition: functional.hpp:646
color_cvt.hpp
cv::DescriptorMatcher::DescriptorCollection::mergedDescriptors
Mat mergedDescriptors
Definition: features2d.hpp:1080
cv::RNG::state
uint64 state
Definition: core.hpp:2915
cv::dnn::FlattenLayer
Definition: all_layers.hpp:305
cv::HOGDescriptor::blockStride
Size blockStride
Block stride. It must be a multiple of cell size. Default value is Size(8,8).
Definition: objdetect.hpp:593
cv::cudev::BinaryTransformPtr::src2
Src2Ptr src2
Definition: transform.hpp:110
vec_traits.hpp
cv::saturate_cast< int64_t >
int64_t saturate_cast< int64_t >(softfloat a)
Definition: softfloat.hpp:424
cv::ThinPlateSplineShapeTransformer
Definition of the transformation.
Definition: shape_transformer.hpp:98
cv::face::FacemarkLBF::BBox::width
double width
Definition: facemarkLBF.hpp:108
cv::GOCLContext::inVal
const cv::gapi::own::Scalar & inVal(int input)
cv::cudacodec::NumCodecs
Definition: cudacodec.hpp:258
functional.hpp
cv::cudev::asinh
__device__ __forceinline__ float1 asinh(const uchar1 &a)
Definition: vec_math.hpp:366
cv::viz::OPACITY
Definition: widgets.hpp:64
cv::kinfu::Params::bilateral_kernel_size
int bilateral_kernel_size
Kernel size in pixels for bilateral smooth.
Definition: kinfu.hpp:51
cv::img_hash::BLOCK_MEAN_HASH_MODE_1
use block blocks(step sizes/2), generate 31*31/8 + 1 uchar hash value
Definition: block_mean_hash.hpp:19
cv::utils::fs::getcwd
cv::String getcwd()
cv::text::ERStat::hole_area_ratio
float hole_area_ratio
2nd stage features
Definition: erfilter.hpp:89
cv::error
void error(int _code, const String &_err, const char *_func, const char *_file, int _line)
Signals an error and raises the exception.
cv::updateWindow
void updateWindow(const String &winname)
Force window to redraw its context and call draw callback ( See cv::setOpenGlDrawCallback ).
cv::cudev::BinaryTransformPtrSz::cols
int cols
Definition: transform.hpp:121
ncvAssertReturn
#define ncvAssertReturn(pred, err)
Definition: NCV.hpp:275
CvVideoWriter
struct CvVideoWriter CvVideoWriter
Definition: videoio.hpp:69
cv::cudev::absdiff_func
Definition: functional.hpp:426
cv::tracking::UnscentedKalmanFilter
The interface for Unscented Kalman filter and Augmented Unscented Kalman filter.
Definition: kalman_filters.hpp:55
cv::CvHaarEvaluator::getFeatures
const std::vector< CvHaarEvaluator::FeatureHaar > & getFeatures() const
cv::AsyncArray::Impl
friend struct Impl
Definition: async.hpp:96
cv::TrackerMIL::Params::samplerTrackMaxPosNum
int samplerTrackMaxPosNum
Definition: tracker.hpp:1076
cv::detail::MetaType::type
T type
Definition: gkernel.hpp:91
cv::TickMeter::TickMeter
TickMeter()
the default constructor
Definition: utility.hpp:314
cv::CAP_PVAPI_PIXELFORMAT_BGRA32
Bgra32.
Definition: videoio.hpp:324
cv::videostab::GaussianMotionFilter::GaussianMotionFilter
GaussianMotionFilter(int radius=15, float stdev=-1.f)
Definition: motion_stabilizing.hpp:115
cv::grabCut
void grabCut(InputArray img, InputOutputArray mask, Rect rect, InputOutputArray bgdModel, InputOutputArray fgdModel, int iterCount, int mode=GC_EVAL)
Runs the GrabCut algorithm.
cv::utils::logging::LogLevel
LogLevel
Supported logging levels and their semantic.
Definition: logger.defines.hpp:25
cv::_OutputArray::DepthMask
DepthMask
Definition: mat.hpp:293
cv::FileNode::read
static void read(const FileNode &node, std::vector< DMatch > &vec, const std::vector< DMatch > &default_value)
Definition: persistence.hpp:1190
cv::calcNormFactor
float calcNormFactor(const Mat &sum, const Mat &sqSum)
cv::cudev::ScharrYPtr::index_type
int index_type
Definition: deriv.hpp:284
cv::cudev::magnitude_sqr_func::operator()
__device__ __forceinline__ functional_detail::FloatType< T >::type operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:624
gtyped.hpp
cv::Exception::file
String file
source file name where the error has occurred
Definition: core.hpp:140
cv::dnn::ScaleLayer
Definition: all_layers.hpp:543
cv::cudev::BinaryTransformPtr::index_type
PtrTraits< Src1Ptr >::index_type index_type
Definition: transform.hpp:107
cv::cudacodec::EncoderParams::DisableSPSPPS
int DisableSPSPPS
NVVE_DISABLE_SPS_PPS.
Definition: cudacodec.hpp:105
cv::gapi::ie::detail::ParamDesc
Definition: ie.hpp:45
cv::dnn::LayerFactory
Layer factory allows to create instances of registered layers.
Definition: layer.hpp:56
cv::detail::ChannelsCompensator::gains
std::vector< Scalar > gains() const
Definition: exposure_compensate.hpp:149
cv::viz::Color::raspberry
static Color raspberry()
cv::TrackerCSRT::Params::psr_threshold
float psr_threshold
we lost the target, if the psr is lower than this.
Definition: tracker.hpp:1528
cv::BaseClassifier::m_iterationInit
int m_iterationInit
Definition: onlineBoosting.hpp:147
cv::cudev::transpose_
__host__ Expr< TransposeBody< SrcPtr > > transpose_(const SrcPtr &src)
Definition: warping.hpp:165
cv::utils::fs::isDirectory
bool isDirectory(const cv::String &path)
cv::AutoLock
std::lock_guard< cv::Mutex > AutoLock
Definition: utility.hpp:715
nppsStCompactGetSize_32u
NCVStatus nppsStCompactGetSize_32u(Ncv32u srcLen, Ncv32u *pBufsize, cudaDeviceProp &devProp)
cv::cuda::COLOR_BayerGB2RGB_MHT
Definition: cudaimgproc.hpp:101
cv::videostab::NullWobbleSuppressor
Definition: wobble_suppression.hpp:95
cv::TonemapDrago
Adaptive logarithmic mapping is a fast global tonemapping algorithm that scales the image in logarith...
Definition: photo.hpp:368
cv::cudev::HistogramBody::src
SrcPtr src
Definition: reduction.hpp:220
hal_ni_merge8u
int hal_ni_merge8u(const uchar **src_data, uchar *dst_data, int len, int cn)
Definition: hal_replacement.hpp:366
cv::bioinspired::SegmentationParameters::contextEnergy_temporalConstant
float contextEnergy_temporalConstant
context neighborhood energy filtering parameters : the aim is to get information about the energy on ...
Definition: transientareassegmentationmodule.hpp:104
cv::ParallelLoopBody
Base class for parallel data processors.
Definition: utility.hpp:583
cv::cudev::VecTraits< char1 >::make
__host__ __device__ static __forceinline__ char1 make(const schar *v)
Definition: vec_traits.hpp:156
cv::AffineTransformer
Wrapper class for the OpenCV Affine Transformation algorithm. :
Definition: shape_transformer.hpp:119
cv::datasets::TR_charsObj
Definition: tr_chars.hpp:60
cv::cudev::ConvertTuple::type
tuple_detail::ConvertTuple< Tuple, tuple_size< Tuple >::value, CvtOp >::type type
Definition: tuple.hpp:78
cv::cudev::Max::rebind
Definition: reduce_to_vec.hpp:129
cv::cudev::negate
Definition: functional.hpp:122
cv::CAP_PROP_XI_LENS_FEATURE_SELECTOR
Selects the current feature which is accessible by XI_PRM_LENS_FEATURE.
Definition: videoio.hpp:434
cv::ocl::convertFromBuffer
void convertFromBuffer(void *cl_mem_buffer, size_t step, int rows, int cols, int type, UMat &dst)
Convert OpenCL buffer to UMat.
CPU_AVX_512BITALG
Definition: cvdef.h:298
HaarFeatureDescriptor32::create
__host__ NCVStatus create(NcvBool bTilted, NcvBool bLeftLeaf, NcvBool bRightLeaf, Ncv32u numFeatures, Ncv32u offsetFeatures)
Definition: NCVHaarObjectDetection.hpp:132
cv::TickMeter
a Class to measure passing time.
Definition: utility.hpp:310
cv::NORM_HAMMING
Definition: base.hpp:199
cv::text::ERFILTER_NM_IHSGrad
Definition: erfilter.hpp:245
cv::ppf_match_3d::PPF3DDetector::distance_step
double distance_step
Definition: ppf_match_3d.hpp:148
cv::optflow::createOptFlow_SparseRLOF
Ptr< SparseOpticalFlow > createOptFlow_SparseRLOF()
Additional interface to the Sparse RLOF algorithm - optflow::calcOpticalFlowSparseRLOF()
cv::COLOR_BGR5552BGRA
Definition: imgproc.hpp:569
cv::recoverPose
int recoverPose(InputArray E, InputArray points1, InputArray points2, InputArray cameraMatrix, OutputArray R, OutputArray t, InputOutputArray mask=noArray())
Recover relative camera rotation and translation from an estimated essential matrix and the correspon...
cv::PyRotationWarper
Definition: warpers.hpp:50
cv::L1::ResultType
Accumulator< T >::Type ResultType
Definition: features2d.hpp:840
cv::hal::absdiff8u
void absdiff8u(const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
cv::dnn::SplitLayer
Definition: all_layers.hpp:326
cv::CvHOGEvaluator::setImage
virtual void setImage(const Mat &img, uchar clsLabel, int idx) CV_OVERRIDE
cv::SimpleBlobDetector::Params::minThreshold
float minThreshold
Definition: features2d.hpp:629
cv::hal::invSqrt32f
void invSqrt32f(const float *src, float *dst, int len)
cv::COLOR_YUV2BGRA_YUY2
Definition: imgproc.hpp:702
cv::util::bad_variant_access::what
virtual const char * what() const noexcept override
Definition: variant.hpp:55
cv::Allocator::size_type
size_t size_type
Definition: cvstd.hpp:118
cv::rgbd::RgbdFrame
Definition: depth.hpp:460
cv::CAP_PROP_DC1394_MODE_ONE_PUSH_AUTO
Definition: videoio.hpp:209
cv::detail::BlocksGainCompensator::apply
void apply(int index, Point corner, InputOutputArray image, InputArray mask) CV_OVERRIDE
Compensate exposure in the specified image.
Definition: exposure_compensate.hpp:205
cv::ogl::Buffer::rows
int rows() const
cv::DIST_WELSCH
distance = c^2/2(1-exp(-(x/c)^2)), c = 2.9846
Definition: imgproc.hpp:303
cv::HausdorffDistanceExtractor
A simple Hausdorff distance measure between shapes defined by contours.
Definition: shape_distance.hpp:200
cv::stereo::StereoBinaryBM::PREFILTER_NORMALIZED_RESPONSE
Definition: stereo.hpp:131
cv::cudev::vsetne2
__device__ __forceinline__ uint vsetne2(uint a, uint b)
Definition: simd_functions.hpp:433
nppsStCompact_32u
NCVStatus nppsStCompact_32u(Ncv32u *d_src, Ncv32u srcLen, Ncv32u *d_dst, Ncv32u *p_dstLen, Ncv32u elemRemove, Ncv8u *pBuffer, Ncv32u bufSize, cudaDeviceProp &devProp)
cv::FileStorage::write
static void write(FileStorage &fs, const String &name, const std::vector< _Tp > &vec)
Definition: persistence.hpp:1073
cv::cuda::printShortCudaDeviceInfo
void printShortCudaDeviceInfo(int device)
cv::CAP_PROP_SATURATION
Saturation of the image (only for cameras).
Definition: videoio.hpp:145
cv::WINDOW_OPENGL
window with opengl support.
Definition: highgui.hpp:185
NcvRect8u::NcvRect8u
__host__ __device__ NcvRect8u()
Definition: NCV.hpp:143
cv::FileNode::string
operator std::string() const
returns the node content as text string
Definition: persistence.hpp:570
CV_CUDEV_RGB2Lab_INST
#define CV_CUDEV_RGB2Lab_INST(name, scn, dcn, sRGB, blueIdx)
Definition: color_cvt.hpp:317
cv::stereo::Matching::speckleX
Mat_< int > speckleX
Definition: matching.hpp:370
NCVMatrix::clear
void clear()
Definition: NCV.hpp:751
cv::decomposeEssentialMat
void decomposeEssentialMat(InputArray E, OutputArray R1, OutputArray R2, OutputArray t)
Decompose an essential matrix to possible rotations and translation.
cv::aruco::drawDetectedMarkers
void drawDetectedMarkers(InputOutputArray image, InputArrayOfArrays corners, InputArray ids=noArray(), Scalar borderColor=Scalar(0, 255, 0))
Draw detected markers in image.
cv::sfm::libmv_CameraIntrinsicsOptions::principal_point_y
double principal_point_y
Definition: simple_pipeline.hpp:111
cv::cudev::SobelXPtrSz
Definition: deriv.hpp:161
cv::HISTCMP_HELLINGER
Synonym for HISTCMP_BHATTACHARYYA.
Definition: imgproc.hpp:509
cv::videostab::KeypointBasedMotionEstimator::setOutlierRejector
void setOutlierRejector(Ptr< IOutlierRejector > val)
Definition: global_motion.hpp:243
cv::gapi::fluid::View::Cache::m_desc
GMatDesc m_desc
Definition: gfluidbuffer.hpp:51
cv::viz::Color::chartreuse
static Color chartreuse()
CV_EXPORTS_W
#define CV_EXPORTS_W
Definition: cvdef.h:416
cv::stereo::StereoBinaryBM::getScalleFactor
virtual int getScalleFactor() const =0
cv::line_descriptor::KeyLine::ePointInOctaveX
float ePointInOctaveX
Definition: descriptor.hpp:134
cv::INTER_BITS2
Definition: imgproc.hpp:284
cv::TLSDataContainer::getData
void * getData() const
cv::MOTION_HOMOGRAPHY
Definition: tracking.hpp:265
cv::cudev::not2
__host__ __device__ BinaryNegate< Predicate > not2(const Predicate &pred)
Definition: functional.hpp:823
cv::sfm::SFM_REFINE_PRINCIPAL_POINT
Definition: simple_pipeline.hpp:125
cv::ClfMilBoost::Params::_numSel
int _numSel
Definition: onlineMIL.hpp:65
cv::instr::TYPE_FUN
Definition: instrumentation.hpp:50
cv::CAP_PROP_XI_LENS_FOCUS_MOVEMENT_VALUE
Lens current focus movement value to be used by XI_PRM_LENS_FOCUS_MOVE in motor steps.
Definition: videoio.hpp:430
cv::MatExpr::operator+
MatExpr operator+(const Mat &a, const Mat &b)
cv::tbm::TrackerParams::motion_affinity_w
float motion_affinity_w
Motion affinity weight.
Definition: tracking_by_matching.hpp:277
cv::dynafu::Params::tsdf_trunc_dist
float tsdf_trunc_dist
distance to truncate in meters
Definition: dynafu.hpp:75
cv::detail::BlocksGainCompensator
Exposure compensator which tries to remove exposure related artifacts by adjusting image block intens...
Definition: exposure_compensate.hpp:192
cv::fisheye::CALIB_FIX_INTRINSIC
Definition: calib3d.hpp:3058
cv::detail::FluidCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... >, UseScratch >::init_scratch
static void init_scratch(const GMetaArgs &metas, const cv::GArgs &in_args, gapi::fluid::Buffer &b)
Definition: gfluidkernel.hpp:382
vec_distance.hpp
cv::cudacodec::SF_YV12
Definition: cudacodec.hpp:76
assert.hpp
cv::Matx::rows
Definition: matx.hpp:103
cv::FileStorage::write
static void write(FileStorage &fs, const Size_< _Tp > &sz)
Definition: persistence.hpp:923
cv::stereo::StereoBinarySGBM::getSpekleRemovalTechnique
virtual int getSpekleRemovalTechnique() const =0
nppStBorderNone
There is no need to define additional pixels, image is extended already.
Definition: NPP_staging.hpp:90
cv::cudev::vec_math_detail::SatCastHelper< 1, VecD >::cast
__device__ static __forceinline__ VecD cast(const VecS &v)
Definition: vec_math.hpp:65
cv::stereo::CV_DENSE_CENSUS
Definition: descriptor.hpp:58
cv::hal::div16s
void div16s(const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *scale)
cv::Ptr
std::shared_ptr< _Tp > Ptr
Definition: cvstd_wrapper.hpp:23
cv::COLOR_YUV2BGR_NV12
Definition: imgproc.hpp:633
cv::SimpleBlobDetector::Params::minArea
float minArea
Definition: features2d.hpp:638
cv::cudev::LaplacianPtrSz::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: deriv.hpp:374
NppStInterpolationState::pSrcFrame0
Ncv32f * pSrcFrame0
frame 0
Definition: NPP_staging.hpp:119
tracking.hpp
cv::GFluidKernel::RS
std::function< void(gapi::fluid::Buffer &)> RS
Definition: gfluidkernel.hpp:63
cv::operator/
v_reg< _Tp, n > operator/(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Divide values.
Definition: intrin_cpp.hpp:442
cv::stereo::StereoMatcher::setMinDisparity
virtual void setMinDisparity(int minDisparity)=0
cv::CAP_PROP_INTELPERC_DEPTH_CONFIDENCE_THRESHOLD
Definition: videoio.hpp:524
cv::ft::ITERATIVE
processing in several iterations
Definition: types.hpp:63
cv::videoio_registry::hasBackend
bool hasBackend(VideoCaptureAPIs api)
Returns true if backend is available.
cv::datasets::pose::elem
double elem[12]
Definition: slam_kitti.hpp:62
cv::aruco::detectMarkers
void detectMarkers(InputArray image, const Ptr< Dictionary > &dictionary, OutputArrayOfArrays corners, OutputArray ids, const Ptr< DetectorParameters > &parameters=DetectorParameters::create(), OutputArrayOfArrays rejectedImgPoints=noArray(), InputArray cameraMatrix=noArray(), InputArray distCoeff=noArray())
Basic marker detection.
cv::datasets::FR_adience::paths
std::vector< std::string > paths
Definition: fr_adience.hpp:90
cv::detail::BundleAdjusterBase::num_params_per_cam_
int num_params_per_cam_
Definition: motion_estimators.hpp:199
cv::kinfu::Params::depthFactor
float depthFactor
pre-scale per 1 meter for input values
Definition: kinfu.hpp:44
cv::CAP_PROP_XI_AUTO_WB
Automatic white balance.
Definition: videoio.hpp:348
cv::Error::MaskIsTiled
Definition: base.hpp:95
cv::GComputationT< std::tuple< R... >(Args...)>::compile
GCompiledT compile(detail::ProtoToMetaT< Args >... inDescs, GCompileArgs &&args)
Definition: gtyped.hpp:218
cv::checkRange
bool checkRange(InputArray a, bool quiet=true, Point *pos=0, double minVal=-DBL_MAX, double maxVal=DBL_MAX)
Checks every element of an input array for invalid values.
NCVBroxOpticalFlowDescriptor::number_of_solver_iterations
Ncv32u number_of_solver_iterations
number of linear system solver iterations
Definition: NCVBroxOpticalFlow.hpp:82
cv::ml::DTrees::Split::varIdx
int varIdx
Index of variable on which the split is created.
Definition: ml.hpp:1179
cv::KeyPointsFilter
A class filters a vector of keypoints.
Definition: features2d.hpp:106
cv::datasets::TRACK_alovObj::gtbb
vector< Point2f > gtbb
Definition: track_alov.hpp:65
cv::cuda::CLAHE
Base class for Contrast Limited Adaptive Histogram Equalization. :
Definition: cudaimgproc.hpp:225
cv::dnn::InnerProductLayer::axis
int axis
Definition: all_layers.hpp:281
cv::CAP_PROP_XI_FREE_FFS_SIZE
Size of free camera FFS.
Definition: videoio.hpp:479
cv::SparseMatIterator_::iterator_category
std::forward_iterator_tag iterator_category
Definition: mat.hpp:3306
CPU_POPCNT
Definition: cvdef.h:280
cv::ppf_match_3d::PPF3DDetector::num_ref_points
int num_ref_points
Definition: ppf_match_3d.hpp:151
cv::sfm::SFM_REFINE_FOCAL_LENGTH
Definition: simple_pipeline.hpp:124
cv::ft::createKernel
void createKernel(InputArray A, InputArray B, OutputArray kernel, const int chn)
Creates kernel from basic functions.
cv::instr::NodeData::m_lineNum
int m_lineNum
Definition: instrumentation.hpp:81
cv::GPlaidMLContext
Definition: gplaidmlkernel.hpp:35
cv::TrackerTLD
the TLD (Tracking, learning and detection) tracker
Definition: tracker.hpp:1184
cv::cudev::TypesEquals
Definition: type_traits.hpp:117
cv::CALIB_CB_ADAPTIVE_THRESH
Definition: calib3d.hpp:255
cv::cudev::saturate_cast
__device__ __forceinline__ T saturate_cast(uchar v)
Definition: saturate_cast.hpp:59
cv::v_sqrt
v_reg< _Tp, n > v_sqrt(const v_reg< _Tp, n > &a)
Square root of elements.
Definition: intrin_cpp.hpp:509
cv::addText
void addText(const Mat &img, const String &text, Point org, const QtFont &font)
Draws a text on the image.
cv::ximgproc::ThinningTypes
ThinningTypes
Definition: ximgproc.hpp:110
cv::cuda::HoughCirclesDetector
Base class for circles detector algorithm. :
Definition: cudaimgproc.hpp:445
cv::datasets::SLAM_kittiObj::times
std::vector< double > times
Definition: slam_kitti.hpp:70
cv::cudev::BrdReflect::idx_low
__device__ static __forceinline__ int idx_low(int i, int len)
Definition: extrapolation.hpp:173
cv::Tonemap
Base class for tonemapping algorithms - tools that are used to map HDR image to 8-bit range.
Definition: photo.hpp:336
cv::Error::BadCOI
input COI is not supported
Definition: base.hpp:93
cv::FONT_HERSHEY_COMPLEX_SMALL
smaller version of FONT_HERSHEY_COMPLEX
Definition: imgproc.hpp:819
cv::cudev::ThreshToZeroInvFunc::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type src) const
Definition: functional.hpp:775
NCVVectorAlloc::getAllocatorsAlignment
Ncv32u getAllocatorsAlignment() const
Definition: NCV.hpp:669
cv::dnn::slice
static Mat slice(const Mat &m, const _Range &r0)
Definition: shape_utils.hpp:63
cv::CAP_PROP_XI_IMAGE_DATA_FORMAT
Output data format.
Definition: videoio.hpp:370
cv::datasets::groundTruth
Definition: gr_chalearn.hpp:60
cv::fisheye::CALIB_FIX_K3
Definition: calib3d.hpp:3056
cv::GOCLKernel::F
std::function< void(GOCLContext &)> F
Definition: goclkernel.hpp:86
cv::utils::dumpInputArrayOfArrays
String dumpInputArrayOfArrays(InputArrayOfArrays argument)
cv::rgbd::RgbdPlane::getBlockSize
int getBlockSize() const
Definition: depth.hpp:388
cv::DetectionBasedTracker::separateDetectionWork
cv::Ptr< SeparateDetectionWork > separateDetectionWork
Definition: detection_based_tracker.hpp:161
cv::rgbd::Odometry::DEFAULT_MAX_POINTS_PART
static float DEFAULT_MAX_POINTS_PART()
Definition: depth.hpp:549
NCVMemoryType
NCVMemoryType
Definition: NCV.hpp:427
cv::Mat_::eye
static MatExpr eye(int rows, int cols)
cv::ocl::KernelArg::PtrWriteOnly
static KernelArg PtrWriteOnly(const UMat &m)
Definition: ocl.hpp:357
cv::reg::MapperGradProj
Definition: mappergradproj.hpp:52
cv::quality::QualityBase::getQualityMap
virtual void getQualityMap(OutputArray dst) const
Returns output quality map that was generated during computation, if supported by the algorithm
Definition: qualitybase.hpp:38
cv::softdouble::operator=
softdouble & operator=(const softdouble &c)
Assign constructor.
Definition: softfloat.hpp:234
cv::text::loadOCRHMMClassifier
Ptr< OCRHMMDecoder::ClassifierCallback > loadOCRHMMClassifier(const String &filename, int classifier)
Allow to implicitly load the default character classifier when creating an OCRHMMDecoder object.
cv::gapi::core::GMat4
std::tuple< GMat, GMat, GMat, GMat > GMat4
Definition: core.hpp:33
cv::rgbd::RgbdICPOdometry::getMinDepth
double getMinDepth() const
Definition: depth.hpp:924
cv::CASCADE_FIND_BIGGEST_OBJECT
Definition: objdetect.hpp:170
uint
uint32_t uint
Definition: interface.h:42
cv::detail::SeamFinder::VORONOI_SEAM
Definition: seam_finders.hpp:62
cv::AutoBuffer::sz
size_t sz
size of the real buffer
Definition: utility.hpp:148
cv::Rect_
Template class for 2D rectangles.
Definition: types.hpp:420
cv::GNetworkType< K, std::function< R(Args...)> >::API
std::function< R(Args...)> API
Definition: infer.hpp:70
cv::GComputation::Generator
std::function< GComputation()> Generator
Definition: gcomputation.hpp:114
cv::Point3f
Point3_< float > Point3f
Definition: types.hpp:271
Ncv8s
signed char Ncv8s
Definition: NCV.hpp:131
cv::INTER_LANCZOS4
Definition: imgproc.hpp:256
NcvSize32u::height
Ncv32u height
Rectangle height.
Definition: NCV.hpp:184
cv::NAryMatIterator::nplanes
size_t nplanes
the number of hyper-planes that the iterator steps through
Definition: mat.hpp:3417
cv::videostab::MotionStabilizationPipeline::empty
bool empty() const
Definition: motion_stabilizing.hpp:74
cv::omnidir::internal::flags2idxStereo
void flags2idxStereo(int flags, std::vector< int > &idx, int n)
NCVMemSegment
Definition: NCV.hpp:450
cv::tracking::UnscentedKalmanFilterParams::model
Ptr< UkfSystemModel > model
Object of the class containing functions for computing the next state and the measurement.
Definition: kalman_filters.hpp:144
cv::gapi::plaidml::config
This structure represents the basic parameters for the experimental PlaidML backend.
Definition: plaidml.hpp:28
cv::cudev::lutPtr
__host__ LutPtrSz< typename PtrTraits< SrcPtr >::ptr_type, typename PtrTraits< TablePtr >::ptr_type > lutPtr(const SrcPtr &src, const TablePtr &tbl)
Definition: lut.hpp:87
cv::SimpleBlobDetector::create
static Ptr< SimpleBlobDetector > create(const SimpleBlobDetector::Params &parameters=SimpleBlobDetector::Params())
cv::optflow::GPCPatchDescriptor::feature
Vec< double, nFeatures > feature
Definition: sparse_matching_gpc.hpp:68
cv::COLOR_YUV2RGBA_YUY2
Definition: imgproc.hpp:701
cv::SimpleBlobDetector::Params::filterByColor
bool filterByColor
Definition: features2d.hpp:634
intrin_avx.hpp
cv::COVAR_COLS
Definition: core.hpp:203
cv::bioinspired::RetinaParameters::OPLandIplParvoParameters::OPLandIplParvoParameters
OPLandIplParvoParameters()
Definition: retina.hpp:152
cv::cuda::bilateralFilter
void bilateralFilter(InputArray src, OutputArray dst, int kernel_size, float sigma_color, float sigma_spatial, int borderMode=BORDER_DEFAULT, Stream &stream=Stream::Null())
Performs bilateral filtering of passed image.
NcvRect32u::width
Ncv32u width
Rectangle width.
Definition: NCV.hpp:164
cv::linemod::Feature::Feature
Feature()
Definition: linemod.hpp:32
cv::detail::tracked_cv_umat::original_data
uchar * original_data
Definition: goclkernel.hpp:125
cv::softfloat::softfloat
softfloat(const float a)
Construct from float.
Definition: softfloat.hpp:120
THash
Struct, holding a node in the hashtable.
Definition: ppf_match_3d.hpp:79
cv::rgbd::FastICPOdometry::getMaxDistDiff
double getMaxDistDiff() const
Definition: depth.hpp:1079
cv::ogl::convertFromGLTexture2D
void convertFromGLTexture2D(const Texture2D &texture, OutputArray dst)
Converts Texture2D object to OutputArray.
cv::cudev::cast_fp16< short, float >
__device__ __forceinline__ float cast_fp16< short, float >(short v)
Definition: saturate_cast.hpp:278
cv::tbm::ObjectTracks
std::unordered_map< int, TrackedObjects > ObjectTracks
(object id, detected objects) pairs collection.
Definition: tracking_by_matching.hpp:64
cv::ovis::MaterialProperty
MaterialProperty
Definition: ovis.hpp:33
cv::viz::readTrajectory
void readTrajectory(OutputArray traj, const String &files_format="pose%05d.xml", int start=0, int end=INT_MAX, const String &tag="pose")
cv::sfm::essentialFromFundamental
void essentialFromFundamental(InputArray F, InputArray K1, InputArray K2, OutputArray E)
Get Essential matrix from Fundamental and Camera matrices.
cv::cudev::minimum::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:321
OPENCV_HAL_IMPL_C_SHIFTL
#define OPENCV_HAL_IMPL_C_SHIFTL(_Tpvec, _Tp)
Helper macro.
Definition: intrin_cpp.hpp:2196
cv::cudev::cvt_
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< SrcPtr >::ptr_type, saturate_cast_func< typename PtrTraits< SrcPtr >::value_type, D > > > cvt_(const SrcPtr &src)
Definition: per_element_func.hpp:119
cv::inpaint
void inpaint(InputArray src, InputArray inpaintMask, OutputArray dst, double inpaintRadius, int flags)
Restores the selected region in an image using the region neighborhood.
hal_ni_filterFree
int hal_ni_filterFree(cvhalFilter2D *context)
hal_filterFree
Definition: hal_replacement.hpp:128
cv::HISTCMP_CHISQR_ALT
Definition: imgproc.hpp:513
cv::TLSDataAccumulator::detachData
std::vector< T * > & detachData()
Get and detach data from all threads.
Definition: tls.hpp:130
cv::ft::FT12D_process
void FT12D_process(InputArray matrix, InputArray kernel, OutputArray output, InputArray mask=noArray())
Computes -transfrom and inverse -transfrom at once.
cv::Vec4d
Vec< double, 4 > Vec4d
Definition: matx.hpp:425
cv::CvLBPEvaluator::~CvLBPEvaluator
virtual ~CvLBPEvaluator() CV_OVERRIDE
Definition: feature.hpp:368
hal_ni_addWeighted64f
int hal_ni_addWeighted64f(const double *src1_data, size_t src1_step, const double *src2_data, size_t src2_step, double *dst_data, size_t dst_step, int width, int height, const double scalars[3])
Definition: hal_replacement.hpp:324
cv::Affine3::Vec3
Vec< float_type, 3 > Vec3
Definition: affine.hpp:132
cv::createGeneralizedHoughGuil
Ptr< GeneralizedHoughGuil > createGeneralizedHoughGuil()
Creates a smart pointer to a cv::GeneralizedHoughGuil class and initializes it.
cv::cuda::FastOpticalFlowBM
Definition: cudalegacy.hpp:199
cv::cudev::VecTraits< char3 >::make
__host__ __device__ static __forceinline__ char3 make(schar x, schar y, schar z)
Definition: vec_traits.hpp:171
cv::CvParams::name
std::string name
Definition: feature.hpp:134
uchar
unsigned char uchar
Definition: interface.h:51
cv::CAP_PROP_XI_EXPOSURE
Exposure time in microseconds.
Definition: videoio.hpp:355
cv::makePtr
static Ptr< _Tp > makePtr(const A1 &... a1)
Definition: cvstd_wrapper.hpp:26
cv::MultiTracker_Alt::trackers
std::vector< Ptr< Tracker > > trackers
Trackers list for Multi-Object-Tracker.
Definition: tracker.hpp:1433
cv::AsyncArray::_getImpl
void * _getImpl() const CV_NOEXCEPT
Definition: async.hpp:97
cv::dnn::Model
This class is presented high-level API for neural networks.
Definition: dnn.hpp:1071
cv::stereo::StereoBinarySGBM
The class implements the modified H. Hirschmuller algorithm that differs from the original one as fo...
Definition: stereo.hpp:201
cv::Affine3::Mat4
Matx< float_type, 4, 4 > Mat4
Definition: affine.hpp:131
cv::viz::LINE_WIDTH
Definition: widgets.hpp:65
cv::CAP_PROP_XI_HDR_KNEEPOINT_COUNT
The number of kneepoints in the PWLR.
Definition: videoio.hpp:468
cv::gapi::wip::draw::Line::shift
int shift
The number of fractional bits in the point coordinates.
Definition: render.hpp:274
cv::gapi::island
void island(const std::string &name, GProtoInputArgs &&ins, GProtoOutputArgs &&outs)
Define an tagged island (subgraph) within a computation.
cv::dnn::Dict
This class implements name-value dictionary, values are instances of DictValue.
Definition: dict.hpp:114
cv::detail::is_gmat_type
Definition: gfluidkernel.hpp:256
cv::batchDistance
void batchDistance(InputArray src1, InputArray src2, OutputArray dist, int dtype, OutputArray nidx, int normType=NORM_L2, int K=0, InputArray mask=noArray(), int update=0, bool crosscheck=false)
naive nearest neighbor finder
G_TYPED_KERNEL_M
#define G_TYPED_KERNEL_M(Class, API, Id)
Definition: gkernel.hpp:267
Ncv64f
double Ncv64f
Definition: NCV.hpp:134
cv::phase_unwrapping::HistogramPhaseUnwrapping::Params
Parameters of phaseUnwrapping constructor.
Definition: histogramphaseunwrapping.hpp:78
cv::cudev::pow_
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< SrcPtr >::ptr_type, Binder2nd< pow_func< typename PtrTraits< SrcPtr >::value_type > > > > pow_(const SrcPtr &src, float power)
Definition: unary_func.hpp:94
cv::COLOR_BGR2HSV_FULL
Definition: imgproc.hpp:606
cv::util::any::any
any(any &src)
Definition: any.hpp:80
cv::datasets::Object
Definition: dataset.hpp:560
cv::ogl::Buffer
Smart pointer for OpenGL buffer object with reference counting.
Definition: opengl.hpp:79
cv::sfm::libmv_ReconstructionOptions::libmv_ReconstructionOptions
libmv_ReconstructionOptions(const int _keyframe1=1, const int _keyframe2=2, const int _refine_intrinsics=1, const int _select_keyframes=1, const int _verbosity_level=-1)
Definition: simple_pipeline.hpp:142
cv::COLORSPACE_RGBA
Definition: container_avi.private.hpp:135
cv::optflow::GPCDescType
GPCDescType
Descriptor types for the Global Patch Collider.
Definition: sparse_matching_gpc.hpp:90
cv::gapi::divRC
GMat divRC(const GScalar &divident, const GMat &src, double scale, int ddepth=-1)
Divides scalar by matrix.
cv::sfm::SFM_REFINE_RADIAL_DISTORTION_K1
Definition: simple_pipeline.hpp:126
cv::CAP_PROP_CONVERT_RGB
Boolean flags indicating whether images should be converted to RGB.
Definition: videoio.hpp:149
cv::Detector::getPatchIdxOfBestDetection
int getPatchIdxOfBestDetection()
cv::reg::MapAffine::getLinTr
void getLinTr(OutputArray linTr) const
Definition: mapaffine.hpp:88
cv::TLSDataAccumulator::cleanupDetachedData
void cleanupDetachedData()
Release associated thread data returned by detachData() call.
Definition: tls.hpp:155
cv::CAP_PROP_GIGA_FRAME_SENS_HEIGH
Definition: videoio.hpp:512
cv::TrackerSamplerCSC::Params::trackMaxNegNum
int trackMaxNegNum
Definition: tracker.hpp:791
cv::ocl::Device::extensions
String extensions() const
cv::ximgproc::SparseMatchInterpolator
Main interface for all filters, that take sparse matches as an input and produce a dense per-pixel ma...
Definition: sparse_match_interpolator.hpp:52
cv::CAP_PROP_GIGA_FRAME_SENS_WIDTH
Definition: videoio.hpp:511
cv::detail::CompressedRectilinearProjector::a
float a
Definition: warpers.hpp:359
cv::cudev::gridSplit
__host__ void gridSplit(const SrcPtr &src, const tuple< GpuMat_< DstType > &, GpuMat_< DstType > & > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: split_merge.hpp:526
cv::cudev::BrdConstant
Definition: extrapolation.hpp:60
cv::detail::ocl_get_out< cv::GArray< U > >::get
static std::vector< U > & get(GOCLContext &ctx, int idx)
Definition: goclkernel.hpp:185
cv::TrackerCSRT::Params::kaiser_alpha
float kaiser_alpha
Definition: tracker.hpp:1507
cv::cudev::less_equal
Definition: functional.hpp:182
cv::videostab::ConsistentMosaicInpainter::stdevThresh
float stdevThresh() const
Definition: inpainting.hpp:133
cv::dnn::DNN_TARGET_CUDA_FP16
Definition: dnn.hpp:96
CV_CUDEV_RGB2YCrCb_INST
#define CV_CUDEV_RGB2YCrCb_INST(name, scn, dcn, bidx)
Definition: color_cvt.hpp:137
cv::cuda::exp
void exp(InputArray src, OutputArray dst, Stream &stream=Stream::Null())
Computes an exponent of each matrix element.
cv::rgbd::RgbdNormals::getMethod
int getMethod() const
Definition: depth.hpp:164
cv::CAP_PROP_XI_HW_REVISION
Returns hardware revision number.
Definition: videoio.hpp:474
cv::detail::RotationWarperBase::warpRoi
Rect warpRoi(Size src_size, InputArray K, InputArray R) CV_OVERRIDE
cv::CAP_PROP_XI_DEBOUNCE_T1
Debounce time (x * 10us).
Definition: videoio.hpp:426
cv::cudev::IntegerAreaInterPtr::area_width
int area_width
Definition: interpolation.hpp:240
cv::sfm::relativeCameraMotion
void relativeCameraMotion(InputArray R1, InputArray t1, InputArray R2, InputArray t2, OutputArray R, OutputArray t)
Computes the relative camera motion between two cameras.
cv::datasets::groundTruth::gestureID
int gestureID
Definition: gr_chalearn.hpp:62
cv::FisheyeWarper::create
Ptr< detail::RotationWarper > create(float scale) const CV_OVERRIDE
Definition: warpers.hpp:168
cv::cudacodec::YUV422
Definition: cudacodec.hpp:273
cv::BOWKMeansTrainer::flags
int flags
Definition: features2d.hpp:1369
cv::detail::PlanePortraitProjector::mapForward
void mapForward(float x, float y, float &u, float &v)
cv::dnn::ReLU6Layer::minValue
float minValue
Definition: all_layers.hpp:442
hal_ni_max16u
int hal_ni_max16u(const ushort *src1_data, size_t src1_step, const ushort *src2_data, size_t src2_step, ushort *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:105
cv::tracking::UkfSystemModel::~UkfSystemModel
virtual ~UkfSystemModel()
Definition: kalman_filters.hpp:102
cv::datasets::GR_chalearn
Definition: gr_chalearn.hpp:83
cv::COLOR_BayerGR2BGR
Definition: imgproc.hpp:742
cv::stereo::PropagationParameters::lkPyrLvl
int lkPyrLvl
Definition: quasi_dense_stereo.hpp:55
cv::hal::div8u
void div8u(const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *scale)
cv::datasets::SR_general100Obj::imageName
std::string imageName
Definition: sr_general100.hpp:25
cv::aruco::DICT_APRILTAG_25h9
5x5 bits, minimum hamming distance between any two codes = 9, 35 codes
Definition: dictionary.hpp:160
cv::gapi::sub
GMat sub(const GMat &src1, const GMat &src2, int ddepth=-1)
Calculates the per-element difference between two matrices.
cv::cudev::direction_func
Definition: functional.hpp:630
cv::cudacodec::MPEG2
Definition: cudacodec.hpp:248
cv::TrackerSamplerPF::Params
This structure contains all the parameters that can be varied during the course of sampling algorithm...
Definition: tracker.hpp:903
cv::cuda::createStereoBM
Ptr< cuda::StereoBM > createStereoBM(int numDisparities=64, int blockSize=19)
Creates StereoBM object.
NcvRect8u::NcvRect8u
__host__ __device__ NcvRect8u(Ncv8u x_, Ncv8u y_, Ncv8u width_, Ncv8u height_)
Definition: NCV.hpp:144
cv::GCompileArg::tag
std::string tag
Definition: gcommon.hpp:96
cv::cudev::atan2_func
Definition: functional.hpp:609
cv::gapi::wip::GCaptureSource::prep
void prep()
Definition: cap.hpp:59
cv::COLOR_YUV2BGR_YUYV
Definition: imgproc.hpp:697
HaarClassifierNode128::_ui4
uint4 _ui4
Definition: NCVHaarObjectDetection.hpp:220
cv::Matx13d
Matx< double, 1, 3 > Matx13d
Definition: matx.hpp:215
cv::stereo::Matching::Matching
Matching(void)
Definition: matching.hpp:596
cv::dnn::LayerFactory::registerLayer
static void registerLayer(const String &type, Constructor constructor)
Registers the layer class with typename type and specified constructor. Thread-safe.
cv::ocl::Device::maxMemAllocSize
size_t maxMemAllocSize() const
cv::VecCommaInitializer::operator,
VecCommaInitializer< _Tp, m > & operator,(T2 val)
cv::cuda::GpuMat
Base storage class for GPU memory with reference counting.
Definition: cuda.hpp:105
cv::cudev::RemapPtr1::index_type
PtrTraits< MapPtr >::index_type index_type
Definition: remap.hpp:63
cv::cuda::createSobelFilter
Ptr< Filter > createSobelFilter(int srcType, int dstType, int dx, int dy, int ksize=3, double scale=1, int rowBorderMode=BORDER_DEFAULT, int columnBorderMode=-1)
Creates a Sobel operator.
cv::trace
static double trace(const Matx< _Tp, m, n > &a)
cv::ximgproc::createFastLineDetector
Ptr< FastLineDetector > createFastLineDetector(int _length_threshold=10, float _distance_threshold=1.414213562f, double _canny_th1=50.0, double _canny_th2=50.0, int _canny_aperture_size=3, bool _do_merge=false)
Creates a smart pointer to a FastLineDetector object and initializes it.
cv::createMergeMertens
Ptr< MergeMertens > createMergeMertens(float contrast_weight=1.0f, float saturation_weight=1.0f, float exposure_weight=0.0f)
Creates MergeMertens object.
cv::utils::logging::LOG_LEVEL_FATAL
Fatal (critical) error (unrecoverable internal error)
Definition: logger.defines.hpp:27
cv::face::FacemarkAAM::Model::Texture::A
Mat A
gray values from all face region in the dataset, projected in PCA space
Definition: facemarkAAM.hpp:119
cv::GShapes
std::vector< GShape > GShapes
Definition: gkernel.hpp:29
cv::SparseMat::Hdr
the sparse matrix header
Definition: mat.hpp:2674
cv::Formatted::next
virtual const char * next()=0
cv::rgbd::FastICPOdometry::setSigmaSpatial
void setSigmaSpatial(float f)
Definition: depth.hpp:1107
cv::gapi::own::detail::assign_row
void assign_row(void *ptr, int cols, Scalar const &s)
Definition: mat.hpp:25
cv::gapi::ie::PortCfg
Definition: ie.hpp:66
cv::cuda::COLOR_BayerRG2BGR_MHT
Definition: cudaimgproc.hpp:97
cv::CAP_PROP_XI_DECIMATION_HORIZONTAL
Horizontal Decimation - horizontal sub-sampling of the image - reduces the horizontal resolution of t...
Definition: videoio.hpp:366
cv::v_reg::v_reg
v_reg(_Tp s0, _Tp s1, _Tp s2, _Tp s3)
Constructor.
Definition: intrin_cpp.hpp:286
cv::videostab::MoreAccurateMotionWobbleSuppressorBase
Definition: wobble_suppression.hpp:101
cv::FileStorage::write
static void write(FileStorage &fs, const Complex< _Tp > &c)
Definition: persistence.hpp:930
cv::TrackerSamplerCS::Params::searchFactor
float searchFactor
search region parameter
Definition: tracker.hpp:843
cv::KalmanFilter::measurementNoiseCov
Mat measurementNoiseCov
measurement noise covariance matrix (R)
Definition: tracking.hpp:399
cv::AsyncArray::get
bool get(OutputArray dst, double timeoutNs) const
Definition: async.hpp:63
cv::structured_light::SinusoidalPattern::Params::horizontal
bool horizontal
Definition: sinusoidalpattern.hpp:91
cv::GEMM_1_T
transposes src1
Definition: base.hpp:220
cv::dnn_objdetect::object
Structure to hold the details pertaining to a single bounding box.
Definition: core_detect.hpp:26
cv::optflow::createOptFlow_Farneback
Ptr< DenseOpticalFlow > createOptFlow_Farneback()
Additional interface to the Farneback's algorithm - calcOpticalFlowFarneback()
cv::hal::magnitude32f
void magnitude32f(const float *x, const float *y, float *dst, int n)
cv::cuda::histEven
void histEven(InputArray src, OutputArray hist, int histSize, int lowerLevel, int upperLevel, Stream &stream=Stream::Null())
Calculates a histogram with evenly distributed bins.
cv::detail::ocl_get_in< cv::GMat >::get
static cv::UMat get(GOCLContext &ctx, int idx)
Definition: goclkernel.hpp:104
cv::Rect2f
Rect_< float > Rect2f
Definition: types.hpp:460
cv::rgbd::DepthCleaner::setDepth
void setDepth(int val)
Definition: depth.hpp:243
HaarClassifierNode128::setThreshold
__host__ NCVStatus setThreshold(Ncv32f t)
Definition: NCVHaarObjectDetection.hpp:228
cv::TrackerMIL::Params::samplerSearchWinSize
float samplerSearchWinSize
size of search window
Definition: tracker.hpp:1074
cv::dumpOpenCLInformation
static void dumpOpenCLInformation()
Definition: opencl_info.hpp:69
cv::cudev::Max::work_type
T work_type
Definition: reduce_to_vec.hpp:127
cv::dnn::BaseConvolutionLayer
Definition: all_layers.hpp:210
cv::AVIReadContainer::parseAvi
bool parseAvi(Codecs codec_)
Definition: container_avi.private.hpp:88
cv::Matx::get_minor
Matx< _Tp, m1, n1 > get_minor(int base_row, int base_col) const
extract part of the matrix
cv::dnn::LRNLayer::size
int size
Definition: all_layers.hpp:238
cv::FileNode::blockIdx
size_t blockIdx
Definition: persistence.hpp:610
cv::img_hash::BlockMeanHash::BlockMeanHash
BlockMeanHash()
Definition: block_mean_hash.hpp:36
cv::CMP_LT
src1 is less than src2.
Definition: base.hpp:214
cv::gapi::own::Scalar::operator[]
const double & operator[](int i) const
Definition: scalar.hpp:30
cv::CAP_PROP_ISO_SPEED
Definition: videoio.hpp:163
cv::videostab::RansacParams::eps
float eps
max outliers ratio
Definition: motion_core.hpp:77
ncvAssertPrintReturn
#define ncvAssertPrintReturn(pred, msg, err)
Definition: NCV.hpp:267
cv::gapi::wip::GCaptureSource::first_pulled
bool first_pulled
Definition: cap.hpp:57
cv::TrackerBoosting::Params::numClassifiers
int numClassifiers
the number of classifiers to use in a OnlineBoosting algorithm
Definition: tracker.hpp:1106
cv::COLOR_BayerGB2RGB_EA
Definition: imgproc.hpp:772
cv::viz::WMesh
Constructs a WMesh.
Definition: widgets.hpp:788
cv::INTERSECT_NONE
No intersection.
Definition: imgproc.hpp:795
cv::getOptimalDFTSize
int getOptimalDFTSize(int vecsize)
Returns the optimal DFT size for a given vector size.
HaarClassifierCascadeDescriptor::NumStages
Ncv32u NumStages
Definition: NCVHaarObjectDetection.hpp:335
cv::ORB::HARRIS_SCORE
Definition: features2d.hpp:316
cv::videostab::StabilizerBase::frameMask_
Mat frameMask_
Definition: stabilizer.hpp:126
cv::CC_STAT_WIDTH
The horizontal size of the bounding box.
Definition: imgproc.hpp:394
cv::PCABackProject
void PCABackProject(InputArray data, InputArray mean, InputArray eigenvectors, OutputArray result)
cv::CvFeatureEvaluator::cls
Mat cls
Definition: feature.hpp:196
OpenCV_API_Header::opencv_version_patch
unsigned opencv_version_patch
compiled OpenCV version
Definition: llapi.h:46
cv::datasets::none
Definition: fr_adience.hpp:64
cv::CC_STAT_AREA
The total area (in pixels) of the connected component.
Definition: imgproc.hpp:396
cv::dnn::BackendWrapper
Derivatives of this class wraps cv::Mat for different backends and targets.
Definition: dnn.hpp:133
cv::dnn::InnerProductLayer
Definition: all_layers.hpp:278
reduce.hpp
cv::viz::Color::celestial_blue
static Color celestial_blue()
cv::FileNode::read
static void read(const FileNode &node, Vec< _Tp, cn > &value, const Vec< _Tp, cn > &default_value)
Definition: persistence.hpp:755
cv::utils::fs::glob_relative
void glob_relative(const cv::String &directory, const cv::String &pattern, std::vector< cv::String > &result, bool recursive=false, bool includeDirectories=false)
hal_ni_recip8s
int hal_ni_recip8s(const schar *src_data, size_t src_step, schar *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:276
cv::SL2::ValueType
T ValueType
Definition: features2d.hpp:807
cv::cuda::resetDevice
void resetDevice()
Explicitly destroys and cleans up all resources associated with the current device in the current pro...
cv::GCPUKernelImpl::backend
static cv::gapi::GBackend backend()
Definition: gcpukernel.hpp:284
cv::ximgproc::ContourFitting
Class for ContourFitting algorithms. ContourFitting match two contours and minimizing distance.
Definition: fourier_descriptors.hpp:20
cv::CALIB_CB_ASYMMETRIC_GRID
Definition: calib3d.hpp:264
cv::tbm::TrackerParams::bbox_aspect_ratios_range
cv::Vec2f bbox_aspect_ratios_range
Bounding box aspect ratios range.
Definition: tracking_by_matching.hpp:283
cv::TrackerKCF::Params::compress_feature
bool compress_feature
activate the pca method to compress the features
Definition: tracker.hpp:1253
cv::v_reg::v_reg
v_reg(const v_reg< _Tp, n > &r)
Copy constructor.
Definition: intrin_cpp.hpp:318
cv::flann::GenericIndex::radiusSearch
int radiusSearch(const std::vector< ElementType > &query, std::vector< int > &indices, std::vector< DistanceType > &dists, DistanceType radius, const ::cvflann::SearchParams &params)
Performs a radius nearest neighbor search for a given query point using the index.
cv::SVD::SVD
SVD()
the default constructor
cv::OPTFLOW_LK_GET_MIN_EIGENVALS
Definition: tracking.hpp:57
cv::util::bad_any_cast::what
virtual const char * what() const noexcept override
Definition: any.hpp:45
cv::videostab::ConsistentMosaicInpainter
Definition: inpainting.hpp:127
cv::datasets::GR_chalearnObj::nameColor
std::string nameColor
Definition: gr_chalearn.hpp:77
cv::CLOSE_CAMERA
Definition: cap_winrt.hpp:41
cv::IMWRITE_PNG_STRATEGY_FILTERED
Use this value for data produced by a filter (or predictor).Filtered data consists mostly of small va...
Definition: imgcodecs.hpp:118
cv::text::OCR_CNN_CLASSIFIER
Definition: ocr.hpp:181
cv::cudev::resizePtr
__host__ ResizePtrSz< typename PtrTraits< SrcPtr >::ptr_type > resizePtr(const SrcPtr &src, float fx, float fy)
Definition: resize.hpp:89
hal_ni_div16u
int hal_ni_div16u(const ushort *src1_data, size_t src1_step, const ushort *src2_data, size_t src2_step, ushort *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:259
cv::cvtColorTwoPlane
void cvtColorTwoPlane(InputArray src1, InputArray src2, OutputArray dst, int code)
Converts an image from one color space to another where the source image is stored in two planes.
cv::QtFont::color
Scalar color
Color of the font. Scalar(blue_component, green_component, red_component[, alpha_component])
Definition: highgui.hpp:691
cv::V_TypeTraits
Definition: intrin.hpp:102
cv::Allocator::Allocator
Allocator()
Definition: cvstd.hpp:122
hdf5.hpp
cv::EVENT_MBUTTONUP
indicates that middle mouse button is released.
Definition: highgui.hpp:212
cv::gapi::wip::draw::Image::org
cv::Point org
The bottom-left corner of the image.
Definition: render.hpp:328
cv::ppf_match_3d::PoseCluster3D::poseList
std::vector< Pose3DPtr > poseList
Definition: pose_3d.hpp:177
cv::DetectionBasedTracker::ExtObject::location
cv::Rect location
Definition: detection_based_tracker.hpp:148
cv::CAP_PROP_PVAPI_MULTICASTIP
IP for enable multicast master mode. 0 for disable multicast.
Definition: videoio.hpp:292
cv::gapi::absDiffC
GMat absDiffC(const GMat &src, const GScalar &c)
Calculates absolute value of matrix elements.
cv::videostab::IDenseOptFlowEstimator::~IDenseOptFlowEstimator
virtual ~IDenseOptFlowEstimator()
Definition: optical_flow.hpp:73
cv::cudev::LutPtr::src
SrcPtr src
Definition: lut.hpp:65
cv::GeneralizedHoughBallard
finds arbitrary template in the grayscale image using Generalized Hough Transform
Definition: imgproc.hpp:877
cv::superres::PyrLKOpticalFlow::getIterations
virtual int getIterations() const =0
nppsStCompact_32s_host
NCVStatus nppsStCompact_32s_host(Ncv32s *h_src, Ncv32u srcLen, Ncv32s *h_dst, Ncv32u *dstLen, Ncv32s elemRemove)
CV_64F
#define CV_64F
Definition: interface.h:79
CPU_AVX_5124VNNIW
Definition: cvdef.h:300
cv::v_setall_u16
v_uint16x8 v_setall_u16(ushort val)
Definition: intrin_cpp.hpp:2162
cv::solvePnPRansac
bool solvePnPRansac(InputArray objectPoints, InputArray imagePoints, InputArray cameraMatrix, InputArray distCoeffs, OutputArray rvec, OutputArray tvec, bool useExtrinsicGuess=false, int iterationsCount=100, float reprojectionError=8.0, double confidence=0.99, OutputArray inliers=noArray(), int flags=SOLVEPNP_ITERATIVE)
Finds an object pose from 3D-2D point correspondences using the RANSAC scheme.
cv::stereo::StereoMatcher::getDisp12MaxDiff
virtual int getDisp12MaxDiff() const =0
cv::v_combine_low
v_reg< _Tp, n > v_combine_low(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Combine vector from first elements of two vectors.
Definition: intrin_cpp.hpp:1691
cv::cudev::RemapPtr2::mapy
MapYPtr mapy
Definition: remap.hpp:82
cv::linemod::Template::height
int height
Definition: linemod.hpp:44
cv::xphoto::oilPainting
void oilPainting(InputArray src, OutputArray dst, int size, int dynRatio, int code)
oilPainting See the book for details.
cv::DetectionBasedTracker::TrackedObject::id
int id
Definition: detection_based_tracker.hpp:189
cv::MorphShapes
MorphShapes
shape of the structuring element
Definition: imgproc.hpp:230
nppiStTranspose_64s_C1R_host
NCVStatus nppiStTranspose_64s_C1R_host(Ncv64s *h_src, Ncv32u srcStride, Ncv64s *h_dst, Ncv32u dstStride, NcvSize32u srcRoi)
NcvSize32u::NcvSize32u
__host__ __device__ NcvSize32u(Ncv32u width_, Ncv32u height_)
Definition: NCV.hpp:186
cv::dnn::readTensorFromONNX
Mat readTensorFromONNX(const String &path)
Creates blob from .pb file.
cv::cudev::CubicInterPtrSz::cols
int cols
Definition: interpolation.hpp:215
cv::cuda::divide
void divide(InputArray src1, InputArray src2, OutputArray dst, double scale=1, int dtype=-1, Stream &stream=Stream::Null())
Computes a matrix-matrix or matrix-scalar division.
matchers.hpp
cv::gapi::wip::GCaptureSource::cap
cv::VideoCapture cap
Definition: cap.hpp:55
CV_EXPORTS_W_MAP
#define CV_EXPORTS_W_MAP
Definition: cvdef.h:419
cv::TermCriteria::Type
Type
Definition: types.hpp:858
cv::cudev::checkCudaError
__host__ __forceinline__ void checkCudaError(cudaError_t err, const char *file, const int line, const char *func)
Definition: common.hpp:70
cv::Stitcher::setPanoConfidenceThresh
void setPanoConfidenceThresh(double conf_thresh)
Definition: stitching.hpp:196
cv::face::BasicFaceRecognizer
Definition: facerec.hpp:20
fast_math.hpp
INCVMemAllocator::dealloc
virtual NCVStatus dealloc(NCVMemSegment &seg)=0
NPPST_MEMCPY_ERROR
CUDA memory copy error.
Definition: NCV.hpp:360
cv::ximgproc::computeBadPixelPercent
double computeBadPixelPercent(InputArray GT, InputArray src, Rect ROI, int thresh=24)
Function for computing the percent of "bad" pixels in the disparity map (pixels where error is higher...
cv::GFluidParallelOutputRois
This structure forces Fluid backend to generate multiple parallel output regions in the graph....
Definition: gfluidkernel.hpp:121
cv::SparseMatIterator_
Template Read-Write Sparse Matrix Iterator Class.
Definition: mat.hpp:3302
hal_ni_LU64f
int hal_ni_LU64f(double *src1, size_t src1_step, int m, double *src2, size_t src2_step, int n, int *info)
Definition: hal_replacement.hpp:596
cv::tracking::UnscentedKalmanFilterParams
Unscented Kalman filter parameters. The class for initialization parameters of Unscented Kalman filte...
Definition: kalman_filters.hpp:123
cv::cuda::NvidiaOpticalFlow_1_0
Class for computing the optical flow vectors between two images using NVIDIA Optical Flow hardware an...
Definition: cudaoptflow.hpp:398
cv::UMatUsageFlags
UMatUsageFlags
Usage flags for allocator.
Definition: mat.hpp:449
cv::gapi::cartToPolar
std::tuple< GMat, GMat > cartToPolar(const GMat &x, const GMat &y, bool angleInDegrees=false)
Calculates the magnitude and angle of 2D vectors.
cv::BORDER_WRAP
cdefgh|abcdefgh|abcdefg
Definition: base.hpp:272
NCVMemSegment::clear
void clear()
cv::CAP_PROP_OPENNI_OUTPUT_MODE
Definition: videoio.hpp:227
cv::cudev::TupleTraits
Definition: tuple.hpp:64
cv::cuda::DemosaicTypes
DemosaicTypes
Definition: cudaimgproc.hpp:92
cv::TLSData::~TLSData
~TLSData()
Definition: tls.hpp:65
cv_vrecpq_f32
float32x4_t cv_vrecpq_f32(float32x4_t val)
Definition: neon_utils.hpp:82
cv::SVBackSubst
void SVBackSubst(InputArray w, InputArray u, InputArray vt, InputArray rhs, OutputArray dst)
cv::viz::Camera::getWindowSize
const Size & getWindowSize() const
Definition: types.hpp:213
cv::cudev::atan
__device__ __forceinline__ double4 atan(const double4 &a)
Definition: vec_math.hpp:337
cv::saliency::MotionSaliencyBinWangApr2014::setImageHeight
void setImageHeight(int val)
Definition: saliencySpecializedClasses.hpp:211
cv::gapi::wip::Data
This aggregate type represents all types which G-API can handle (via variant).
Definition: garg.hpp:112
cv::cuda::BackgroundSubtractorMOG
Gaussian Mixture-based Background/Foreground Segmentation Algorithm.
Definition: cudabgsegm.hpp:80
cv::GOCLContext::inMat
const cv::UMat & inMat(int input)
cv::detail::BestOf2NearestRangeMatcher
Definition: matchers.hpp:199
cv::gapi::ie::Params::cfgInputLayers
Params< Net > & cfgInputLayers(const typename PortCfg< Net >::In &ll)
Definition: ie.hpp:86
cv::hal::cvtXYZtoBGR
void cvtXYZtoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int dcn, bool swapBlue)
cv::detail::GainCompensator
Exposure compensator which tries to remove exposure related artifacts by adjusting image intensities,...
Definition: exposure_compensate.hpp:111
cv::ocl::KernelArg::PtrReadOnly
static KernelArg PtrReadOnly(const UMat &m)
Definition: ocl.hpp:359
cv::Error::BadStep
image step is wrong, this may happen for a non-continuous matrix.
Definition: base.hpp:82
cv::ml::EM::Types
Types
Type of covariation matrices.
Definition: ml.hpp:840
cv::utils::logging::internal::writeLogMessage
void writeLogMessage(LogLevel logLevel, const char *message)
cv::hal::merge32s
void merge32s(const int **src, int *dst, int len, int cn)
cv::cuda::GLOBAL_ATOMICS
Definition: cuda.hpp:780
cv::DetectionBasedTracker::IDetector
Definition: detection_based_tracker.hpp:68
cv::img_hash::BLOCK_MEAN_HASH_MODE_0
use fewer block and generate 16*16/8 uchar hash value
Definition: block_mean_hash.hpp:18
cv::videostab::RansacParams::thresh
float thresh
max error to classify as inlier
Definition: motion_core.hpp:76
cv::cudev::DerivYPtr
Definition: deriv.hpp:101
cv::CAP_PROP_OPENNI_GENERATOR_PRESENT
Definition: videoio.hpp:239
cv::cudev::numeric_limits< bool >::max
__device__ static __forceinline__ bool max()
Definition: limits.hpp:63
cv::CAP_PROP_XI_DATA_FORMAT
Output data format.
Definition: videoio.hpp:335
cv::COLOR_Lab2BGR
Definition: imgproc.hpp:599
cv::findEssentialMat
Mat findEssentialMat(InputArray points1, InputArray points2, InputArray cameraMatrix, int method=RANSAC, double prob=0.999, double threshold=1.0, OutputArray mask=noArray())
Calculates an essential matrix from the corresponding points in two images.
cv::structured_light::SinusoidalPattern::Params::shiftValue
float shiftValue
Definition: sinusoidalpattern.hpp:88
cv::CC_STAT_TOP
Definition: imgproc.hpp:392
cv::cudev::SingleMaskChannels::channels
int channels
Definition: mask.hpp:74
cv::TrackerTargetState::targetHeight
int targetHeight
Definition: tracker.hpp:375
cv::DECOMP_LU
Definition: base.hpp:135
ncvHaarGetClassifierSize
NCVStatus ncvHaarGetClassifierSize(const cv::String &filename, Ncv32u &numStages, Ncv32u &numNodes, Ncv32u &numFeatures)
cv::detail::WrapValue
Definition: gtype_traits.hpp:138
cv::DetectionBasedTracker::ExtObject::ExtObject
ExtObject(int _id, cv::Rect _location, ObjectStatus _status)
Definition: detection_based_tracker.hpp:150
cv::COLOR_YUV420sp2BGRA
Definition: imgproc.hpp:644
cv::CompressedRectilinearWarper::CompressedRectilinearWarper
CompressedRectilinearWarper(float A=1, float B=1)
Definition: warpers.hpp:181
cv::imshow
void imshow(const String &winname, InputArray mat)
Displays an image in the specified window.
cv::COLOR_YUV2BGRA_Y422
Definition: imgproc.hpp:688
cv::GCompileArg::get
T & get()
Definition: gcommon.hpp:106
cv::gapi::wip::draw::Poly::Poly
Poly(const std::vector< cv::Point > &points_, const cv::Scalar &color_, int thick_=1, int lt_=cv::LINE_8, int shift_=0)
Mosaic constructor.
Definition: render.hpp:348
cv::CvParams::write
virtual void write(FileStorage &fs) const =0
cv::rgbd::ICPOdometry::setCameraMatrix
void setCameraMatrix(const cv::Mat &val) CV_OVERRIDE
Definition: depth.hpp:786
cv::HOGDescriptor::free_coef
float free_coef
not documented
Definition: objdetect.hpp:623
nppiStVectorWarpGetBufferSize
NCVStatus nppiStVectorWarpGetBufferSize(NcvSize32u srcSize, Ncv32u nSrcStep, Ncv32u *hpSize)
cv::viz::KeyboardEvent::modifiers
int modifiers
Definition: types.hpp:300
cv::detail::NoExposureCompensator::feed
void feed(const std::vector< Point > &, const std::vector< UMat > &, const std::vector< std::pair< UMat, uchar > > &) CV_OVERRIDE
Definition: exposure_compensate.hpp:101
cv::gapi::wip::draw::Line::color
cv::Scalar color
The line color.
Definition: render.hpp:271
cv::gapi::own::detail::default_step
size_t default_step(int type, int cols)
Definition: mat.hpp:37
cv::CALIB_HAND_EYE_DANIILIDIS
Hand-Eye Calibration Using Dual Quaternions .
Definition: calib3d.hpp:309
cv::GNetworkType< K, std::function< std::tuple< R... >(Args...)> >::ResultL
std::tuple< cv::GArray< R >... > ResultL
Definition: infer.hpp:57
cv::operator!=
v_reg< _Tp, n > operator!=(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Not equal comparison.
Definition: intrin_cpp.hpp:698
HaarClassifierNodeDescriptor32::_ui1
uint1 _ui1
Definition: NCVHaarObjectDetection.hpp:180
cv::aruco::refineDetectedMarkers
void refineDetectedMarkers(InputArray image, const Ptr< Board > &board, InputOutputArrayOfArrays detectedCorners, InputOutputArray detectedIds, InputOutputArrayOfArrays rejectedCorners, InputArray cameraMatrix=noArray(), InputArray distCoeffs=noArray(), float minRepDistance=10.f, float errorCorrectionRate=3.f, bool checkAllOrders=true, OutputArray recoveredIdxs=noArray(), const Ptr< DetectorParameters > &parameters=DetectorParameters::create())
Refind not detected markers based on the already detected and the board layout.
cv::approxPolyDP
void approxPolyDP(InputArray curve, OutputArray approxCurve, double epsilon, bool closed)
Approximates a polygonal curve(s) with the specified precision.
cv::GCPUKernelImpl::API
K API
Definition: gcpukernel.hpp:282
cv::FileStorage::write
static void write(FileStorage &fs, const String &name, const DMatch &m)
Definition: persistence.hpp:1057
cv::RetrievalModes
RetrievalModes
mode of the contour retrieval algorithm
Definition: imgproc.hpp:410
cv::GC_PR_FGD
a possible foreground pixel
Definition: imgproc.hpp:345
cv::videostab::StabilizerBase::frames_
std::vector< Mat > frames_
Definition: stabilizer.hpp:134
cv::sfm::fundamentalFromProjections
void fundamentalFromProjections(InputArray P1, InputArray P2, OutputArray F)
Get Fundamental matrix from Projection matrices.
HaarClassifierNode128::getThreshold
__host__ __device__ Ncv32f getThreshold(void)
Definition: NCVHaarObjectDetection.hpp:251
hal_ni_dct2D
int hal_ni_dct2D(cvhalDFT *context, const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step)
Definition: hal_replacement.hpp:567
cv::datasets::TR_chars
Definition: tr_chars.hpp:66
cv::cudev::BrdReflect101::idx_low
__device__ static __forceinline__ int idx_low(int i, int len)
Definition: extrapolation.hpp:147
HaarClassifierNode128::setFeatureDesc
__host__ NCVStatus setFeatureDesc(HaarFeatureDescriptor32 f)
Definition: NCVHaarObjectDetection.hpp:222
CPU_SSE4_2
Definition: cvdef.h:279
cv::rgbd::RgbdOdometry::getTransformType
int getTransformType() const CV_OVERRIDE
Definition: depth.hpp:707
cv::COLOR_YUV2RGB_YUY2
Definition: imgproc.hpp:692
cv::TrackerMIL::Params::samplerTrackMaxNegNum
int samplerTrackMaxNegNum
Definition: tracker.hpp:1077
cv::cudev::CountNonZeroExprBody::src
SrcPtr src
Definition: reduction.hpp:154
cv::gapi::divC
GMat divC(const GMat &src, const GScalar &divisor, double scale, int ddepth=-1)
Divides matrix by scalar.
uint64
uint64_t uint64
Definition: interface.h:62
cv::rgbd::RgbdOdometry::setTransformType
void setTransformType(int val) CV_OVERRIDE
Definition: depth.hpp:711
cv::CirclesGridFinderParameters::gridType
GridType gridType
Definition: calib3d.hpp:1321
cv::cudev::LargerType
Definition: type_traits.hpp:155
motion_core.hpp
cv::ocl::Context::getImpl
Impl * getImpl() const
Definition: ocl.hpp:264
cv::reg::MapAffine::getLinTr
const cv::Matx< double, 2, 2 > & getLinTr() const
Definition: mapaffine.hpp:84
hal_ni_max8s
int hal_ni_max8s(const schar *src1_data, size_t src1_step, const schar *src2_data, size_t src2_step, schar *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:104
cv::ml::LogisticRegression
Implements Logistic Regression classifier.
Definition: ml.hpp:1620
cv::gapi::own::Size::width
int width
Definition: types.hpp:103
cv::v_rshr_pack
v_uint8x16 v_rshr_pack(const v_uint16x8 &a, const v_uint16x8 &b)
Definition: intrin_cpp.hpp:2310
cv::Rect2d
Rect_< double > Rect2d
Definition: types.hpp:461
cv::solveP3P
int solveP3P(InputArray objectPoints, InputArray imagePoints, InputArray cameraMatrix, InputArray distCoeffs, OutputArrayOfArrays rvecs, OutputArrayOfArrays tvecs, int flags)
Finds an object pose from 3 3D-2D point correspondences.
cv::MatConstIterator::reference
uchar * reference
Definition: mat.hpp:3020
cv::detail::BundleAdjusterBase::confThresh
double confThresh() const
Definition: motion_estimators.hpp:143
cv::cudev::gridReduceToColumn
__host__ void gridReduceToColumn(const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: reduce_to_vec.hpp:220
cv::Node::Node
Node(OBJECT &payload)
Definition: utility.hpp:1058
cv::detail::ProtoToParam< cv::GArray< U > >::type
std::vector< U > type
Definition: gtyped.hpp:28
cv::Matx::shortdim
Definition: matx.hpp:110
cv::ximgproc::DisparityWLSFilter
Disparity map filter based on Weighted Least Squares filter (in form of Fast Global Smoother that is ...
Definition: disparity_filter.hpp:82
cv::cuda::FGDParams
Definition: cudalegacy.hpp:154
cv::cudev::cos
__device__ __forceinline__ float1 cos(const uchar1 &a)
Definition: vec_math.hpp:294
reduce.hpp
cv::videostab::MM_HOMOGRAPHY
Definition: motion_core.hpp:67
cv::cudev::cosh
__device__ __forceinline__ double4 cosh(const double4 &a)
Definition: vec_math.hpp:355
NCVPipeObjDet_Default
Definition: NCVHaarObjectDetection.hpp:354
cv::omnidir::CALIB_FIX_P2
Definition: omnidir.hpp:61
cv::datasets::FR_adienceObj
Definition: fr_adience.hpp:67
cv::Matx34f
Matx< float, 3, 4 > Matx34f
Definition: matx.hpp:240
cv::cudacodec::VP8
Definition: cudacodec.hpp:256
cv::face::BasicFaceRecognizer::_labels
Mat _labels
Definition: facerec.hpp:48
cv_vrndq_u32_f32
uint32x4_t cv_vrndq_u32_f32(float32x4_t v)
Definition: neon_utils.hpp:76
cv::getRecall
float getRecall(const std::vector< Point2f > &recallPrecisionCurve, float l_precision)
cv::v_expand
void v_expand(const v_reg< _Tp, n > &a, v_reg< typename V_TypeTraits< _Tp >::w_type, n/2 > &b0, v_reg< typename V_TypeTraits< _Tp >::w_type, n/2 > &b1)
Expand values to the wider pack type.
Definition: intrin_cpp.hpp:1276
cv::ximgproc::GuidedFilter
Interface for realizations of Guided Filter.
Definition: edge_filter.hpp:130
cv::stereo::StereoBinarySGBM::getP2
virtual int getP2() const =0
cv::utils::logging::LOG_LEVEL_SILENT
for using in setLogVevel() call
Definition: logger.defines.hpp:26
cv::cudev::vsetlt2
__device__ __forceinline__ uint vsetlt2(uint a, uint b)
Definition: simd_functions.hpp:396
qualitybase.hpp
cv::CAP_PROP_XI_LENS_FOCUS_MOVE
Moves lens focus motor by steps set in XI_PRM_LENS_FOCUS_MOVEMENT_VALUE.
Definition: videoio.hpp:431
cv::NAryMatIterator::narrays
int narrays
the number of arrays
Definition: mat.hpp:3415
cv::SORT_ASCENDING
Definition: core.hpp:158
cv::ppf_match_3d::PPF3DDetector::scene_sample_step
int scene_sample_step
Definition: ppf_match_3d.hpp:158
cv::cudev::minVal_
__host__ Expr< FindMinValExprBody< SrcPtr > > minVal_(const SrcPtr &src)
Definition: reduction.hpp:99
cv::SVD::compute
static void compute(InputArray src, OutputArray w, OutputArray u, OutputArray vt, int flags=0)
decomposes matrix and stores the results to user-provided matrices
hal_ni_scharr
int hal_ni_scharr(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int src_depth, int dst_depth, int cn, int margin_left, int margin_top, int margin_right, int margin_bottom, int dx, int dy, double scale, double delta, int border_type)
Computes Scharr filter.
Definition: hal_replacement.hpp:737
cv::videostab::MoreAccurateMotionWobbleSuppressorBase::period
virtual int period() const
Definition: wobble_suppression.hpp:105
cv::datasets::TR_svt
Definition: tr_svt.hpp:73
cv::CAP_OPENNI_IR_IMAGE
Data given from IR image generator.
Definition: videoio.hpp:265
cv::viz::Color::indigo
static Color indigo()
cv::hal::add8s
void add8s(const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *)
cv::rgbd::DepthCleaner::window_size_
int window_size_
Definition: depth.hpp:261
cv::cuda::FEATURE_SET_COMPUTE_20
Definition: cuda.hpp:773
cv::linemod::drawFeatures
void drawFeatures(InputOutputArray img, const std::vector< Template > &templates, const Point2i &tl, int size=10)
Debug function to draw linemod features.
cv::cuda::Event
Definition: cuda.hpp:695
HaarClassifierNode128
Definition: NCVHaarObjectDetection.hpp:218
_v512_set_epu8
#define _v512_set_epu8(a63, a62, a61, a60, a59, a58, a57, a56, a55, a54, a53, a52, a51, a50, a49, a48, a47, a46, a45, a44, a43, a42, a41, a40, a39, a38, a37, a36, a35, a34, a33, a32, a31, a30, a29, a28, a27, a26, a25, a24, a23, a22, a21, a20, a19, a18, a17, a16, a15, a14, a13, a12, a11, a10, a9, a8, a7, a6, a5, a4, a3, a2, a1, a0)
Definition: intrin_avx512.hpp:30
cv::videostab::calcBlurriness
float calcBlurriness(const Mat &frame)
cv::cudev::SobelXPtr::operator()
__device__ PtrTraits< SrcPtr >::value_type operator()(int y, int x) const
Definition: deriv.hpp:148
cv::line_descriptor::KeyLine::ePointInOctaveY
float ePointInOctaveY
Definition: descriptor.hpp:135
cv::CAP_PROP_XI_CC_MATRIX_02
Color Correction Matrix element [0][2].
Definition: videoio.hpp:407
cv::Matx21d
Matx< double, 2, 1 > Matx21d
Definition: matx.hpp:222
cv::img_hash::MarrHildrethHash
Marr-Hildreth Operator Based Hash, slowest but more discriminative.
Definition: marr_hildreth_hash.hpp:20
lsh_index.h
cv::cudev::BrdBase::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: extrapolation.hpp:96
cv::videostab::MM_AFFINE
Definition: motion_core.hpp:66
cv::ClassifierThreshold::update
void update(float value, int target)
inpainting.hpp
cv::rgbd::RgbdICPOdometry
Definition: depth.hpp:886
cv::rgbd::ICPOdometry::getNormalsComputer
Ptr< RgbdNormals > getNormalsComputer() const
Definition: depth.hpp:854
cv::rgbd::RgbdNormals
Definition: depth.hpp:73
_v512_set_epi8
#define _v512_set_epi8(a63, a62, a61, a60, a59, a58, a57, a56, a55, a54, a53, a52, a51, a50, a49, a48, a47, a46, a45, a44, a43, a42, a41, a40, a39, a38, a37, a36, a35, a34, a33, a32, a31, a30, a29, a28, a27, a26, a25, a24, a23, a22, a21, a20, a19, a18, a17, a16, a15, a14, a13, a12, a11, a10, a9, a8, a7, a6, a5, a4, a3, a2, a1, a0)
Definition: intrin_avx512.hpp:42
cv::CAP_PROP_XI_CC_MATRIX_22
Color Correction Matrix element [2][2].
Definition: videoio.hpp:415
cv::face::FacemarkTrain
Abstract base class for trainable facemark models.
Definition: facemark_train.hpp:262
cv::aruco::GridBoard
Planar board with grid arrangement of markers More common type of board. All markers are placed in th...
Definition: aruco.hpp:303
cv::cudev::DefaultHistogramPolicy::block_size_y
Definition: histogram.hpp:104
cv::omnidir::stereoReconstruct
void stereoReconstruct(InputArray image1, InputArray image2, InputArray K1, InputArray D1, InputArray xi1, InputArray K2, InputArray D2, InputArray xi2, InputArray R, InputArray T, int flag, int numDisparities, int SADWindowSize, OutputArray disparity, OutputArray image1Rec, OutputArray image2Rec, const Size &newSize=Size(), InputArray Knew=cv::noArray(), OutputArray pointCloud=cv::noArray(), int pointType=XYZRGB)
Stereo 3D reconstruction from a pair of images.
cv::cuda::calcHist
void calcHist(InputArray src, OutputArray hist, Stream &stream=Stream::Null())
Calculates histogram for one channel 8-bit image.
INCVMemAllocator::~INCVMemAllocator
virtual ~INCVMemAllocator()=0
Definition: NCV.hpp:477
structured_edge_detection.hpp
cv::rgbd::FastICPOdometry::setAngleThreshold
void setAngleThreshold(float f)
Definition: depth.hpp:1091
CV_CUDEV_EXPR_UNARY_FUNC
#define CV_CUDEV_EXPR_UNARY_FUNC(name)
Definition: unary_func.hpp:60
cv::IMREAD_ANYCOLOR
If set, the image is read in any possible color format.
Definition: imgcodecs.hpp:69
cv::videostab::MoreAccurateMotionWobbleSuppressorBase::MoreAccurateMotionWobbleSuppressorBase
MoreAccurateMotionWobbleSuppressorBase()
Definition: wobble_suppression.hpp:108
cv::videostab::InpainterBase::setRadius
virtual void setRadius(int val)
Definition: inpainting.hpp:70
NPPST_INVALID_STEP
Invalid image lines step argument (check sign, alignment, relation to image width)
Definition: NCV.hpp:366
cv::cubeRoot
float cubeRoot(float val)
Computes the cube root of an argument.
cv::DetectionROI::scale
double scale
scale(size) of the bounding box
Definition: objdetect.hpp:348
cv::COLOR_GRAY2RGBA
Definition: imgproc.hpp:547
cv::detail::flatten_g< cv::GScalar >::type
cv ::Scalar type
Definition: garray.hpp:278
Ncv32s
int Ncv32s
Definition: NCV.hpp:127
convert.hpp
cv::Error::OpenGlNotSupported
no OpenGL support
Definition: base.hpp:118
types.hpp
CV_USRTYPE1
#define CV_USRTYPE1
Definition: interface.h:67
cv::text::OCRBeamSearchDecoder::ClassifierCallback::getWindowSize
int getWindowSize()
Definition: ocr.hpp:420
cv::detail::flatten_g
Definition: garray.hpp:276
linemod.hpp
cv::v_lut
v_reg< _Tp, V_TypeTraits< _Tp >::nlanes128 > v_lut(const _Tp *tab, const int *idx)
Definition: intrin_cpp.hpp:1987
cv::sfm::SFM_IO_VISUALSFM
Definition: io.hpp:59
cv::face::FaceRecognizer::read
virtual void read(const String &filename)
Loads a FaceRecognizer and its model state.
cv::hal::cvtOnePlaneYUVtoBGR
void cvtOnePlaneYUVtoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int dcn, bool swapBlue, int uIdx, int ycn)
cv::face::FacemarkLBF::BBox
Definition: facemarkLBF.hpp:96
cv::fillConvexPoly
void fillConvexPoly(InputOutputArray img, const Point *pts, int npts, const Scalar &color, int lineType=LINE_8, int shift=0)
cv::Point_::ddot
double ddot(const Point_ &pt) const
dot product computed in double-precision arithmetics
cv::rgbd::ICPOdometry::getIterationCounts
cv::Mat getIterationCounts() const
Definition: depth.hpp:814
cv::HISTCMP_BHATTACHARYYA
Definition: imgproc.hpp:508
cv::stereo::PropagationParameters::correlationThreshold
float correlationThreshold
Definition: quasi_dense_stereo.hpp:47
cv::face::FacemarkLBF::Params::seed
unsigned int seed
seed for shuffling the training data
Definition: facemarkLBF.hpp:82
cv::QT_PUSH_BUTTON
Push button.
Definition: highgui.hpp:248
GAPI_DbgAssert
#define GAPI_DbgAssert
Definition: assert.hpp:14
cv::quality::QualityMSE::_ref
QualityBase::_mat_type _ref
Reference image, converted to internal mat type.
Definition: qualitymse.hpp:51
cv::detail::fluid_get_in< cv::GScalar >::get
static const cv::Scalar get(const cv::GArgs &in_args, int idx)
Definition: gfluidkernel.hpp:183
cv::dnn::setInferenceEngineBackendType
cv::String setInferenceEngineBackendType(const cv::String &newBackendType)
Specify Inference Engine internal backend API.
cv::GShape
GShape
Definition: gcommon.hpp:42
cv::utils::AllocatorStatisticsInterface::getNumberOfAllocations
virtual uint64_t getNumberOfAllocations() const =0
cv::CAP_PROP_XI_GPI_LEVEL
Get general purpose level.
Definition: videoio.hpp:342
cv::KalmanFilter::temp5
Mat temp5
Definition: tracking.hpp:409
cv::videostab::LpMotionStabilizer::weight3
float weight3() const
Definition: motion_stabilizing.hpp:138
cv::CAP_PROP_XI_OUTPUT_DATA_BIT_DEPTH
Device output data bit depth.
Definition: videoio.hpp:387
cv::gapi::bitwise_or
GMat bitwise_or(const GMat &src1, const GMat &src2)
computes bitwise disjunction of the two matrixes (src1 | src2) Calculates the per-element bit-wise lo...
cv::cuda::DeviceInfo::ComputeModeDefault
Definition: cuda.hpp:901
cv::v_recombine
void v_recombine(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b, v_reg< _Tp, n > &low, v_reg< _Tp, n > &high)
Combine two vectors from lower and higher parts of two other vectors.
Definition: intrin_cpp.hpp:1731
cv::gapi::bitwise_and
GMat bitwise_and(const GMat &src1, const GMat &src2)
computes bitwise conjunction of the two matrixes (src1 & src2) Calculates the per-element bit-wise lo...
cv::Allocator::Allocator
Allocator(Allocator< U > const &)
Definition: cvstd.hpp:126
cv::cudev::VecTraits< char4 >::make
__host__ __device__ static __forceinline__ char4 make(const schar *v)
Definition: vec_traits.hpp:180
cv::rgbd::RgbdOdometry::getMaxDepthDiff
double getMaxDepthDiff() const
Definition: depth.hpp:675
cv::detail::BlocksCompensator::setBlockSize
void setBlockSize(Size size)
Definition: exposure_compensate.hpp:169
cv::DetectionBasedTracker::IDetector::minObjSize
cv::Size minObjSize
Definition: detection_based_tracker.hpp:115
cv::softfloat::softfloat
softfloat(const softfloat &c)
Copy constructor.
Definition: softfloat.hpp:95
cv::cudev::ReduceToRowBody
Definition: reduction.hpp:174
nppsStCompactGetSize_32f
NCVStatus nppsStCompactGetSize_32f(Ncv32u srcLen, Ncv32u *pBufsize, cudaDeviceProp &devProp)
cv::utils::shared_lock_guard::shared_lock_guard
shared_lock_guard(Mutex &m)
Definition: lock.private.hpp:49
cv::ppf_match_3d::KeyType
uint KeyType
Definition: t_hash_int.hpp:58
cv::cudev::PtrTraitsBase< Ptr2DSz, Ptr2DSz >::ptr_type
Ptr2DSz ptr_type
Definition: traits.hpp:59
cv::text::OCRBeamSearchDecoder::ClassifierCallback::getStepSize
int getStepSize()
Definition: ocr.hpp:421
cv::util::variant::swap
void swap(variant &rhs) noexcept
Definition: variant.hpp:303
cv::ximgproc::HoughDeskewOption
HoughDeskewOption
Specifies to do or not to do skewing of Hough transform image.
Definition: fast_hough_transform.hpp:105
UIImageToMat
void UIImageToMat(const UIImage *image, cv::Mat &m, bool alphaExist=false)
hal_ni_sobel
int hal_ni_sobel(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int src_depth, int dst_depth, int cn, int margin_left, int margin_top, int margin_right, int margin_bottom, int dx, int dy, int ksize, double scale, double delta, int border_type)
Computes Sobel derivatives.
Definition: hal_replacement.hpp:718
cv::cudev::TypeTraits::is_const
Definition: type_traits.hpp:136
cv::cudev::TypesEquals::value
Definition: type_traits.hpp:119
structured_light.hpp
cv::Rect_::Rect_
Rect_()
default constructor
cv::Mat_::end
iterator end()
cv::SparseMat_::iterator
SparseMatIterator_< _Tp > iterator
Definition: mat.hpp:2946
cv::gapi::wip::GAsyncContext
A class to group async requests to cancel them in a single shot.
Definition: gasync_context.hpp:28
cv::hal::min64f
void min64f(const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *)
cv::ximgproc::ContourFitting::ContourFitting
ContourFitting(int ctr=1024, int fd=16)
Fit two closed curves using fourier descriptors. More details in and .
Definition: fourier_descriptors.hpp:38
cv::rgbd::RgbdICPOdometry::getMaxPointsPart
double getMaxPointsPart() const
Definition: depth.hpp:948
cv::GFluidKernel::m_kind
Kind m_kind
Definition: gfluidkernel.hpp:86
cv::optflow::GPCTree::Node::coef
Vec< double, GPCPatchDescriptor::nFeatures > coef
Hyperplane coefficients.
Definition: sparse_matching_gpc.hpp:159
cv::MORPH_CROSS
Definition: imgproc.hpp:232
cv::GComputationT
This class is a typed wrapper over a regular GComputation.
Definition: gtyped.hpp:82
warp.hpp
cv::samples::addSamplesDataSearchSubDirectory
void addSamplesDataSearchSubDirectory(const cv::String &subdir)
Append samples search data sub directory.
cv::cuda::createBoxMinFilter
Ptr< Filter > createBoxMinFilter(int srcType, Size ksize, Point anchor=Point(-1, -1), int borderMode=BORDER_DEFAULT, Scalar borderVal=Scalar::all(0))
Creates the minimum filter.
cv::detail::BundleAdjusterBase::refinement_mask_
Mat refinement_mask_
Definition: motion_estimators.hpp:194
cv::Matx::zeros
static Matx zeros()
cv::ovis::SCENE_OFFSCREEN
Render off-screen without a window. Allows separate AA setting. Requires manual update via WindowScen...
Definition: ovis.hpp:30
cv::FileNodeIterator::ofs
size_t ofs
Definition: persistence.hpp:676
cv::Rect_::width
_Tp width
width of the rectangle
Definition: types.hpp:455
cv::COLOR_RGB2Luv
Definition: imgproc.hpp:592
cv::cudev::UnaryTransformPtrSz
Definition: transform.hpp:75
hal_ni_invSqrt32f
int hal_ni_invSqrt32f(const float *src, float *dst, int len)
Definition: hal_replacement.hpp:422
cv::cuda::addWeighted
void addWeighted(InputArray src1, double alpha, InputArray src2, double beta, double gamma, OutputArray dst, int dtype=-1, Stream &stream=Stream::Null())
Computes the weighted sum of two arrays.
cv::stereo::CV_QUADRATIC_INTERPOLATION
Definition: stereo.hpp:123
cv::linemod::Template::features
std::vector< Feature > features
Definition: linemod.hpp:46
cv::dnn::blobFromImages
Mat blobFromImages(InputArrayOfArrays images, double scalefactor=1.0, Size size=Size(), const Scalar &mean=Scalar(), bool swapRB=false, bool crop=false, int ddepth=CV_32F)
Creates 4-dimensional blob from series of images. Optionally resizes and crops images from center,...
cv_vrsqrtq_f32
float32x4_t cv_vrsqrtq_f32(float32x4_t val)
Definition: neon_utils.hpp:98
cv::ximgproc::GUIDED_FILTER
Definition: edge_filter.hpp:57
cv::cudev::GpuMat_::elemSize1
__host__ size_t elemSize1() const
cv::COLOR_RGB2BGRA
Definition: imgproc.hpp:531
cv::cuda::FGDParams::delta
float delta
Affects color and color co-occurrence quantization, typically set to 2.
Definition: cudalegacy.hpp:174
cv::FileStorage::write
static void write(FileStorage &fs, const Range &r)
Definition: persistence.hpp:968
cv::DftFlags
DftFlags
Definition: base.hpp:225
cv::MARKER_TILTED_CROSS
A 45 degree tilted crosshair marker shape.
Definition: imgproc.hpp:831
cv::setUseOpenVX
void setUseOpenVX(bool flag)
Enable/disable use of OpenVX.
cv::MouseCallback
void(* MouseCallback)(int event, int x, int y, int flags, void *userdata)
Callback function for mouse events. see cv::setMouseCallback.
Definition: highgui.hpp:261
cv::Rect_::area
_Tp area() const
area (width*height) of the rectangle
cv::Matx::cols
Definition: matx.hpp:104
cv::ppf_match_3d::PPF3DDetector::hash_nodes
THash * hash_nodes
Definition: ppf_match_3d.hpp:153
cv::VariationalRefinement
Variational optical flow refinement.
Definition: tracking.hpp:523
hal_ni_cvtBGR5x5toBGR
int hal_ni_cvtBGR5x5toBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int dcn, bool swapBlue, int greenBits)
hal_cvtBGR5x5toBGR
Definition: hal_replacement.hpp:335
cv::COLOR_YUV2GRAY_NV12
Definition: imgproc.hpp:666
cv::rgbd::RgbdICPOdometry::setCameraMatrix
void setCameraMatrix(const cv::Mat &val) CV_OVERRIDE
Definition: depth.hpp:920
cv::aruco::DetectorParameters::cornerRefinementWinSize
int cornerRefinementWinSize
Definition: aruco.hpp:167
hal_ni_log64f
int hal_ni_log64f(const double *src, double *dst, int len)
Definition: hal_replacement.hpp:457
cv::ParamType< std::vector< Mat > >::member_type
std::vector< Mat > member_type
Definition: core.hpp:3225
cv::cudev::GpuMat_::elemSize
__host__ size_t elemSize() const
overridden forms of GpuMat::elemSize() etc.
cv::datasets::backgroundType
backgroundType
Definition: gr_skig.hpp:87
cv::cudev::SingleMaskChannelsSz::rows
int rows
Definition: mask.hpp:85
cv::CAP_PROP_XI_AEAG_ROI_WIDTH
Automatic exposure/gain ROI Width.
Definition: videoio.hpp:375
cv::Error::StsFilterStructContentErr
incorrect filter structure content
Definition: base.hpp:98
cv::Subdiv2D::freePoint
int freePoint
Definition: imgproc.hpp:1238
cv::GOCLContext::outVecR
std::vector< T > & outVecR(int output)
Definition: goclkernel.hpp:67
cv::CvFeatureParams::init
virtual void init(const CvFeatureParams &fp)
cv::hal::merge64s
void merge64s(const int64 **src, int64 *dst, int len, int cn)
cv::rgbd::RgbdOdometry::getMinGradientMagnitudes
cv::Mat getMinGradientMagnitudes() const
Definition: depth.hpp:691
cv::cudev::CountNonZeroExprBody
Definition: reduction.hpp:152
cv::Vec::operator()
const _Tp & operator()(int i) const
cv::gapi::wip::GCaptureSource::GCaptureSource
GCaptureSource(int id)
Definition: cap.hpp:48
cv::dnn::SoftmaxLayer::logSoftMax
bool logSoftMax
Definition: all_layers.hpp:273
feature.hpp
cv::videostab::StabilizerBase::setDeblurer
void setDeblurer(Ptr< DeblurerBase > val)
Definition: stabilizer.hpp:86
cv::displayOverlay
void displayOverlay(const String &winname, const String &text, int delayms=0)
Displays a text on a window image as an overlay for a specified duration.
cv::detail::FisheyeProjector
Definition: warpers.hpp:329
cv::tracking::AugmentedUnscentedKalmanFilterParams::AugmentedUnscentedKalmanFilterParams
AugmentedUnscentedKalmanFilterParams()
Definition: kalman_filters.hpp:182
cv::cudev::BrdBase::index_type
int index_type
Definition: extrapolation.hpp:97
cv::cudev::gridCopy
__host__ void gridCopy(const SrcPtr &src, GpuMat_< DstType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: copy.hpp:358
cv::GCompileArg::GCompileArg
GCompileArg(T &&t)
Definition: gcommon.hpp:100
cv::dnn::PoolingLayer::computeMaxIdx
bool computeMaxIdx
Definition: all_layers.hpp:254
cv::Error::StsUnmatchedSizes
sizes of input/output structures do not match
Definition: base.hpp:109
cv::rgbd::RgbdICPOdometry::getMaxDepthDiff
double getMaxDepthDiff() const
Definition: depth.hpp:940
cv::detail::MatchesInfo::confidence
double confidence
Confidence two images are from the same panorama.
Definition: matchers.hpp:111
cv::dnn::readTorchBlob
Mat readTorchBlob(const String &filename, bool isBinary=true)
Loads blob which was serialized as torch.Tensor object of Torch7 framework.
NCV_DIMENSIONS_INVALID
Definition: NCV.hpp:326
cv::detail::DisjointSets
Definition: util.hpp:55
cv::Point_::value_type
_Tp value_type
Definition: types.hpp:160
cv::FlannBasedMatcher::addedDescCount
int addedDescCount
Definition: features2d.hpp:1191
cv::dnn::Layer::type
String type
Type name which was used for creating layer by layer factory.
Definition: dnn.hpp:371
NCVStatus
Ncv32u NCVStatus
Definition: NCV.hpp:376
cv::cuda::createCLAHE
Ptr< cuda::CLAHE > createCLAHE(double clipLimit=40.0, Size tileGridSize=Size(8, 8))
Creates implementation for cuda::CLAHE .
cv::v_int64x2
v_reg< int64, 2 > v_int64x2
Two 64-bit signed integer values.
Definition: intrin_cpp.hpp:403
cv::cudev::DefaultTransformPolicy::shift
Definition: transform.hpp:418
cv::face::FacemarkAAM::Model::Texture::ind1
std::vector< int > ind1
index of pixels for mapping process to obtains the grays values of face region
Definition: facemarkAAM.hpp:132
cv::omnidir::undistortPoints
void undistortPoints(InputArray distorted, OutputArray undistorted, InputArray K, InputArray D, InputArray xi, InputArray R)
Undistort 2D image points for omnidirectional camera using CMei's model.
cv::IMWRITE_JPEG_QUALITY
For JPEG, it can be a quality from 0 to 100 (the higher is the better). Default value is 95.
Definition: imgcodecs.hpp:82
cv::minMaxLoc
void minMaxLoc(InputArray src, double *minVal, double *maxVal=0, Point *minLoc=0, Point *maxLoc=0, InputArray mask=noArray())
Finds the global minimum and maximum in an array.
cv::UMat::allocator
MatAllocator * allocator
custom allocator
Definition: mat.hpp:2563
cv::ximgproc::FHT_MIN
Definition: fast_hough_transform.hpp:90
cv::stereo::MCTKernel::imageStop
int imageStop
Definition: descriptor.hpp:104
cv::videostab::MM_ROTATION
Definition: motion_core.hpp:63
cv::videostab::DeblurerBase::frames
virtual const std::vector< Mat > & frames() const
Definition: deblurring.hpp:75
cv::cudev::binary_function::result_type
_Result result_type
Definition: functional.hpp:72
cv::v_load
v_reg< _Tp, V_TypeTraits< _Tp >::nlanes128 > v_load(const _Tp *ptr)
Load register contents from memory.
Definition: intrin_cpp.hpp:1380
cv::COLOR_BayerRG2BGRA
Definition: imgproc.hpp:779
cv::CAP_PROP_GPHOTO2_RELOAD_ON_CHANGE
Reload all settings on set.
Definition: videoio.hpp:557
cv::detail::GArrayU::m_hint
std::shared_ptr< TypeHintBase > m_hint
Definition: garray.hpp:92
cv::createNormHistogramCostExtractor
Ptr< HistogramCostExtractor > createNormHistogramCostExtractor(int flag=DIST_L2, int nDummies=25, float defaultCost=0.2f)
cv::videostab::PyrLkOptFlowEstimatorBase::setWinSize
virtual void setWinSize(Size val)
Definition: optical_flow.hpp:84
per_element_func.hpp
cv::MARKER_TRIANGLE_UP
An upwards pointing triangle marker shape.
Definition: imgproc.hpp:835
cv::WINDOW_GUI_NORMAL
old fashious way
Definition: highgui.hpp:191
cv::cudev::gridCopy_
__host__ void gridCopy_(const SrcPtr &src, GpuMat_< DstType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: copy.hpp:64
cv::detail::CompileArgTag< cv::gapi::plaidml::config >::tag
static const char * tag()
Definition: plaidml.hpp:42
cv::saliency::StaticSaliencySpectralResidual
the Spectral Residual approach from
Definition: saliencySpecializedClasses.hpp:69
cv::TrackerFeatureHAAR::Params::numFeatures
int numFeatures
Definition: tracker.hpp:983
cv::detail::PlaneWarperGpu::buildMaps
Rect buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) CV_OVERRIDE
Builds the projection maps according to the given camera data.
Definition: warpers.hpp:475
cv::Stitcher::featuresFinder
Ptr< Feature2D > featuresFinder()
Definition: stitching.hpp:207
cv::viz::WPaintedCloud
Definition: widgets.hpp:720
cv::aruco::drawMarker
void drawMarker(const Ptr< Dictionary > &dictionary, int id, int sidePixels, OutputArray img, int borderBits=1)
Draw a canonical marker image.
cv::dnn::concat
static MatShape concat(const MatShape &a, const MatShape &b)
Definition: shape_utils.hpp:169
cv::cudev::gridReduceToRow
__host__ void gridReduceToRow(const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: reduce_to_vec.hpp:146
instrumentation.hpp
cv::GKernel::tag
const std::string tag
Definition: gkernel.hpp:39
cv::SimpleBlobDetector::Params::filterByCircularity
bool filterByCircularity
Definition: features2d.hpp:640
intrin_sse_em.hpp
cv::CAP_FIREWIRE
IEEE 1394 drivers.
Definition: videoio.hpp:94
motion_stabilizing.hpp
cv::quality::QualityGMSD::_refImgData
_mat_data _refImgData
Reference image data.
Definition: qualitygmsd.hpp:82
cv::detail::PlanePortraitWarper::PlanePortraitWarper
PlanePortraitWarper(float scale)
Definition: warpers.hpp:635
cv::cudev::ArrayWrapper
Definition: type_traits.hpp:71
cv::Error::StsNoConv
iteration didn't converge
Definition: base.hpp:76
cv::aruco::PREDEFINED_DICTIONARY_NAME
PREDEFINED_DICTIONARY_NAME
Predefined markers dictionaries/sets Each dictionary indicates the number of bits and the number of m...
Definition: dictionary.hpp:141
cv::COVAR_ROWS
Definition: core.hpp:199
cv::videostab::StabilizerBase::blurrinessRates_
std::vector< float > blurrinessRates_
Definition: stabilizer.hpp:136
cv::GNetworkType< K, std::function< R(Args...)> >::APIList
std::function< ResultL(cv::GArray< cv::Rect >, Args...)> APIList
Definition: infer.hpp:73
cv::sfm::SFMLibmvEuclideanReconstruction
SFMLibmvEuclideanReconstruction class provides an interface with the Libmv Structure From Motion pipe...
Definition: simple_pipeline.hpp:193
cv::descr_of
GArrayDesc descr_of(const std::vector< U > &)
Definition: garray.hpp:45
cv::gapi::own::Mat
Definition: mat.hpp:87
cv::CvFeatureParams::write
virtual void write(FileStorage &fs) const CV_OVERRIDE
cv::TrackerKCF::Params::lambda
float lambda
regularization
Definition: tracker.hpp:1246
cv::cudev::cast_fp16
__device__ __forceinline__ D cast_fp16(T v)
NCVMemoryTypeNone
Definition: NCV.hpp:429
cv::rgbd::DepthCleaner::DepthCleaner
DepthCleaner()
Definition: depth.hpp:198
cv::ovis::MATERIAL_TEXTURE2
Definition: ovis.hpp:43
cv::datasets::SLAM_kittiObj::images
std::vector< std::string > images[4]
Definition: slam_kitti.hpp:68
cv::bioinspired::RETINA_COLOR_DIAGONAL
color sampling is RGBRGBRGB..., line 2 BRGBRGBRG..., line 3, GBRGBRGBR...
Definition: retina.hpp:85
cv::utils::fs::getParent
cv::String getParent(const cv::String &path)
cv::FileNode::FLOW
compact representation of a sequence or mapping. Used only by YAML writer
Definition: persistence.hpp:488
cv::WeakClassifierHaarFeature::update
bool update(float value, int target)
cv::detail::MetaHelper< K, std::tuple< Ins... >, Out >::getOutMeta
static GMetaArgs getOutMeta(const GMetaArgs &in_meta, const GArgs &in_args)
Definition: gkernel.hpp:161
hal_ni_div8s
int hal_ni_div8s(const schar *src1_data, size_t src1_step, const schar *src2_data, size_t src2_step, schar *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:258
cv::merge
void merge(const Mat *mv, size_t count, OutputArray dst)
Creates one multi-channel array out of several single-channel ones.
cv::gapi::wip::draw::Rect::shift
int shift
The number of fractional bits in the point coordinates.
Definition: render.hpp:200
cv::TrackerFeatureHAAR::Params::rectSize
Size rectSize
rect size
Definition: tracker.hpp:984
cv::DFT_REAL_OUTPUT
Definition: base.hpp:252
cv::gapi::RGB2Gray
GMat RGB2Gray(const GMat &src)
Converts an image from RGB color space to gray-scaled. The conventional ranges for R,...
cv::detail::PlaidMLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call
static void call(GPlaidMLContext &ctx)
Definition: gplaidmlkernel.hpp:113
cv::GFluidKernel::Kind
Kind
Definition: gfluidkernel.hpp:49
cv::flann::GenericIndex::ElementType
Distance::ElementType ElementType
Definition: flann.hpp:163
cv::text::OEM_CUBE_ONLY
Definition: ocr.hpp:86
HaarFeature64::setWeight
__host__ NCVStatus setWeight(Ncv32f weight)
Definition: NCVHaarObjectDetection.hpp:95
ncvDrawRects_8u_host
NCVStatus ncvDrawRects_8u_host(Ncv8u *h_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight, NcvRect32u *h_rects, Ncv32u numRects, Ncv8u color)
cv::bioinspired::SegmentationParameters::localEnergy_spatialConstant
float localEnergy_spatialConstant
the spatial constant of the first order low pass filter, use it to cut high spatial frequencies (nois...
Definition: transientareassegmentationmodule.hpp:99
cv::cudev::logical_not::operator()
__device__ __forceinline__ MakeVec< uchar, VecTraits< T >::cn >::type operator()(typename TypeTraits< T >::parameter_type a) const
Definition: functional.hpp:217
cv::TrackerCSRT::Params::use_color_names
bool use_color_names
Definition: tracker.hpp:1500
cv::datasets::MSM_epflObj::bounding
Matx23d bounding
Definition: msm_epfl.hpp:72
cv::CAP_PROP_XI_CC_MATRIX_20
Color Correction Matrix element [2][0].
Definition: videoio.hpp:413
cv::CALIB_NINTRINSIC
Definition: calib3d.hpp:268
cv::ximgproc::RO_IGNORE_BORDERS
Skip validations of image borders.
Definition: fast_hough_transform.hpp:118
cv::videostab::MotionInpainter::distThresh
float distThresh() const
Definition: inpainting.hpp:153
cv::viz::WCloudCollection
This 3D Widget defines a collection of clouds. :
Definition: widgets.hpp:736
cv::cnn_3dobj::descriptorExtractor
Caffe based 3D images descriptor. A class to extract features from an image. The so obtained descript...
Definition: cnn_3dobj.hpp:209
cv::GNetworkType< K, std::function< std::tuple< R... >(Args...)> >::APIList
std::function< ResultL(cv::GArray< cv::Rect >, Args...)> APIList
Definition: infer.hpp:58
cv::cudev::NormHamming
Definition: vec_distance.hpp:155
cv::cudev::not1
__host__ __device__ UnaryNegate< Predicate > not1(const Predicate &pred)
Definition: functional.hpp:803
cv::gapi::wip::draw::FText
This structure represents a text string to draw using FreeType renderer.
Definition: render.hpp:144
cv::detail::FeaturesMatcher::isThreadSafe
bool isThreadSafe() const
Definition: matchers.hpp:145
cv::utils::optional_shared_lock_guard::optional_shared_lock_guard
optional_shared_lock_guard(Mutex *m)
Definition: lock.private.hpp:104
cv::COVAR_SCRAMBLED
Definition: core.hpp:179
cv::CamShift
RotatedRect CamShift(InputArray probImage, Rect &window, TermCriteria criteria)
Finds an object center, size, and orientation.
cv::ocl::OCL_VECTOR_DEFAULT
Definition: ocl.hpp:617
cv::Matx43d
Matx< double, 4, 3 > Matx43d
Definition: matx.hpp:243
cv::cudev::ZipPtr< tuple< Ptr0, Ptr1, Ptr2 > >::ZipPtr
__host__ __device__ __forceinline__ ZipPtr(const tuple< Ptr0, Ptr1, Ptr2 > &t)
Definition: zip.hpp:83
cv::face::FacemarkAAM::Config::scale
float scale
Definition: facemarkAAM.hpp:90
cv::v_trunc
v_reg< int, n > v_trunc(const v_reg< _Tp, n > &a)
Truncate elements.
Definition: intrin_cpp.hpp:542
cv::stereo::StereoBinarySGBM::create
static Ptr< cv::stereo::StereoBinarySGBM > create(int minDisparity, int numDisparities, int blockSize, int P1=100, int P2=1000, int disp12MaxDiff=1, int preFilterCap=0, int uniquenessRatio=5, int speckleWindowSize=400, int speckleRange=200, int mode=StereoBinarySGBM::MODE_SGBM)
Creates StereoSGBM object.
cv::cudev::atomicAdd
static __device__ double atomicAdd(double *address, double val)
Definition: atomic.hpp:84
cv::cudev::blockTransform
__device__ static __forceinline__ void blockTransform(InIt beg, InIt end, OutIt out, const UnOp &op)
Definition: block.hpp:107
cv::RECURS_FILTER
Recursive Filtering.
Definition: photo.hpp:799
cv::v_transpose4x4
void v_transpose4x4(v_reg< _Tp, 4 > &a0, const v_reg< _Tp, 4 > &a1, const v_reg< _Tp, 4 > &a2, const v_reg< _Tp, 4 > &a3, v_reg< _Tp, 4 > &b0, v_reg< _Tp, 4 > &b1, v_reg< _Tp, 4 > &b2, v_reg< _Tp, 4 > &b3)
Transpose 4x4 matrix.
Definition: intrin_cpp.hpp:2121
cv::gapi::wip::draw::FText::color
cv::Scalar color
The text color.
Definition: render.hpp:166
cv::GArg::get
T & get()
Definition: garg.hpp:60
cv::CAP_PROP_OPENNI_MAX_BUFFER_SIZE
Definition: videoio.hpp:236
cv::stereoRectifyUncalibrated
bool stereoRectifyUncalibrated(InputArray points1, InputArray points2, InputArray F, Size imgSize, OutputArray H1, OutputArray H2, double threshold=5)
Computes a rectification transform for an uncalibrated stereo camera.
cv::stereo::StereoBinaryBM::getAgregationWindowSize
virtual int getAgregationWindowSize() const =0
cv::CompressedRectilinearWarper::create
Ptr< detail::RotationWarper > create(float scale) const CV_OVERRIDE
Definition: warpers.hpp:185
CPU_AVX_512DQ
Definition: cvdef.h:289
cv::face::FacemarkLBF::Params::shape_offset
double shape_offset
offset for the loaded face landmark points
Definition: facemarkLBF.hpp:58
cv::xphoto::BM3D_STEP1
Definition: bm3d_image_denoising.hpp:73
cv::ocl::Program::p
Impl * p
Definition: ocl.hpp:494
cv::cudev::RemapPtr2::index_type
PtrTraits< MapXPtr >::index_type index_type
Definition: remap.hpp:78
cv::SparseMat::Hdr::dims
int dims
Definition: mat.hpp:2679
cv::convertPointsToHomogeneous
void convertPointsToHomogeneous(InputArray src, OutputArray dst)
Converts points from Euclidean to homogeneous space.
cv::DescriptorMatcher::utrainDescCollection
std::vector< UMat > utrainDescCollection
Definition: features2d.hpp:1100
dct_image_denoising.hpp
cv::videostab::InpainterBase::setFrames
virtual void setFrames(const std::vector< Mat > &val)
Definition: inpainting.hpp:81
cv::cudev::gridFindMinVal_
__host__ void gridFindMinVal_(const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: reduce.hpp:106
cv::videostab::StabilizerBase::log_
Ptr< ILog > log_
Definition: stabilizer.hpp:114
cvhalKeyPoint::class_id
int class_id
Definition: interface.h:27
ncvDrawRects_32u_host
NCVStatus ncvDrawRects_32u_host(Ncv32u *h_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight, NcvRect32u *h_rects, Ncv32u numRects, Ncv32u color)
cv::cuda::NvidiaOpticalFlow_1_0::NV_OF_PERF_LEVEL_UNDEFINED
Definition: cudaoptflow.hpp:406
cv::gapi::wip::GCaptureSource::GCaptureSource
GCaptureSource(const std::string &path)
Definition: cap.hpp:49
cv::videostab::StabilizerBase::stabilizedMasks_
std::vector< Mat > stabilizedMasks_
Definition: stabilizer.hpp:138
average_hash.hpp
cv::flann::hierarchicalClustering
int hierarchicalClustering(const Mat &features, Mat &centers, const ::cvflann::KMeansIndexParams &params, Distance d=Distance())
Clusters features using hierarchical k-means algorithm.
Definition: flann.hpp:552
edgeboxes.hpp
cv::quality::QualityPSNR::_mse_to_psnr
static cv::Scalar _mse_to_psnr(cv::Scalar mse, double max_pixel_value)
Definition: qualitypsnr.hpp:110
cv::gapi::plaidml::backend
cv::gapi::GBackend backend()
cv::ximgproc::BINARIZATION_SAUVOLA
Sauvola's technique. See .
Definition: ximgproc.hpp:120
cv::CAP_PROP_OPENNI_REGISTRATION_ON
Definition: videoio.hpp:234
cv::cudev::atanh
__device__ __forceinline__ double4 atanh(const double4 &a)
Definition: vec_math.hpp:391
cv::aruco::DetectorParameters::adaptiveThreshWinSizeMin
int adaptiveThreshWinSizeMin
Definition: aruco.hpp:156
cv::COLOR_RGBA2GRAY
Definition: imgproc.hpp:549
cv::DIST_USER
User defined distance.
Definition: imgproc.hpp:297
cv::cudev::Sum::initialValue
__device__ static __forceinline__ T initialValue()
Definition: reduce_to_vec.hpp:74
cv::GFluidKernelImpl::backend
static cv::gapi::GBackend backend()
Definition: gfluidkernel.hpp:432
cv::gapi::own::detail::MatHeader::TYPE_MASK
Definition: mat.hpp:45
cv::CAP_PROP_XI_HDR_T1
Position of first kneepoint(in % of XI_PRM_EXPOSURE).
Definition: videoio.hpp:469
cv::ovis::EntityProperty
EntityProperty
Definition: ovis.hpp:47
cv::stopLoop
void stopLoop()
cv::Point_::Point_
Point_()
default constructor
cv::ocl::Timer::p
Impl *const p
Definition: ocl.hpp:681
cv::tracking::UnscentedKalmanFilterParams::processNoiseCov
Mat processNoiseCov
Process noise cross-covariance matrix, DP x DP.
Definition: kalman_filters.hpp:135
cv::hal::cvtBGRtoBGR
void cvtBGRtoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int scn, int dcn, bool swapBlue)
cv::optflow::createOptFlow_DeepFlow
Ptr< DenseOpticalFlow > createOptFlow_DeepFlow()
DeepFlow optical flow algorithm implementation.
cvv::debugDMatch
static void debugDMatch(cv::InputArray img1, std::vector< cv::KeyPoint > keypoints1, cv::InputArray img2, std::vector< cv::KeyPoint > keypoints2, std::vector< cv::DMatch > matches, const impl::CallMetaData &data, const char *description=nullptr, const char *view=nullptr, bool useTrainDescriptor=true)
Add a filled in DMatch <dmatch> to debug GUI.
Definition: dmatch.hpp:49
nppiStRectStdDev_32f_C1R
NCVStatus nppiStRectStdDev_32f_C1R(Ncv32u *d_sum, Ncv32u sumStep, Ncv64u *d_sqsum, Ncv32u sqsumStep, Ncv32f *d_norm, Ncv32u normStep, NcvSize32u roi, NcvRect32u rect, Ncv32f scaleArea, NcvBool readThruTexture)
cv::optflow::RLOFOpticalFlowParameter::useIlluminationModel
bool useIlluminationModel
Definition: rlofflow.hpp:126
cv::detail::postprocess
void postprocess(Outputs &... outs)
Definition: gcpukernel.hpp:187
cv::FileStorage::NAME_EXPECTED
Definition: persistence.hpp:327
cv::bgsegm::BackgroundSubtractorCNT
Background subtraction based on counting.
Definition: bgsegm.hpp:195
cv::detail::Estimator::~Estimator
virtual ~Estimator()
Definition: motion_estimators.hpp:68
cv::ogl::QUADS
Definition: opengl.hpp:486
HaarStage64_Interpret_MaskRootNodeOffset
#define HaarStage64_Interpret_MaskRootNodeOffset
Definition: NCVHaarObjectDetection.hpp:271
cv::RectanglesIntersectTypes
RectanglesIntersectTypes
types of intersection between rectangles
Definition: imgproc.hpp:794
cv::CvFeatureEvaluator::getNumFeatures
int getNumFeatures() const
Definition: feature.hpp:169
cv::solveCubic
int solveCubic(InputArray coeffs, OutputArray roots)
Finds the real roots of a cubic equation.
cv::ml::simulatedAnnealingSolver
int simulatedAnnealingSolver(SimulatedAnnealingSolverSystem &solverSystem, double initialTemperature, double finalTemperature, double coolingRatio, size_t iterationsPerStep, double *lastTemperature=NULL, cv::RNG &rngEnergy=cv::theRNG())
The class implements simulated annealing for optimization.
cv::QT_STYLE_ITALIC
Italic font.
Definition: highgui.hpp:242
cv::StreamType
StreamType
Definition: container_avi.private.hpp:136
cv::ximgproc::segmentation::createSelectiveSearchSegmentation
Ptr< SelectiveSearchSegmentation > createSelectiveSearchSegmentation()
Create a new SelectiveSearchSegmentation class.
cv::videostab::StabilizerBase::deblurer_
Ptr< DeblurerBase > deblurer_
Definition: stabilizer.hpp:118
cv::cudev::brdConstant
__host__ BrdConstant< typename PtrTraits< SrcPtr >::ptr_type > brdConstant(const SrcPtr &src, typename PtrTraits< SrcPtr >::value_type val)
Definition: extrapolation.hpp:76
cv::cuda::subtract
void subtract(InputArray src1, InputArray src2, OutputArray dst, InputArray mask=noArray(), int dtype=-1, Stream &stream=Stream::Null())
Computes a matrix-matrix or matrix-scalar difference.
cv::AVIReadContainer::getWidth
unsigned int getWidth()
Definition: container_avi.private.hpp:93
cv::EVENT_MOUSEHWHEEL
positive and negative values mean right and left scrolling, respectively.
Definition: highgui.hpp:217
cv::videostab::MotionEstimatorRansacL2::setMinInlierRatio
void setMinInlierRatio(float val)
Definition: global_motion.hpp:139
cv::undistort
void undistort(InputArray src, OutputArray dst, InputArray cameraMatrix, InputArray distCoeffs, InputArray newCameraMatrix=noArray())
Transforms an image to compensate for lens distortion.
cv::cudev::TypeTraits::is_vec
Definition: type_traits.hpp:147
cv::cudev::GpuMat_::rowRange
__host__ GpuMat_ rowRange(int startrow, int endrow) const
cv::getTickFrequency
double getTickFrequency()
Returns the number of ticks per second.
cv::utils::fs::glob
void glob(const cv::String &directory, const cv::String &pattern, std::vector< cv::String > &result, bool recursive=false, bool includeDirectories=false)
cv::UMatData::prevAllocator
const MatAllocator * prevAllocator
Definition: mat.hpp:554
cv::CirclesGridFinderParameters::maxRectifiedDistance
float maxRectifiedDistance
Max deviation from predicion. Used by CALIB_CB_CLUSTERING.
Definition: calib3d.hpp:1324
cv::text::ERStat::euler
int euler
Euler's number.
Definition: erfilter.hpp:81
cv::saturate_cast< float16_t >
float16_t saturate_cast< float16_t >(uchar v)
Definition: saturate.hpp:164
cv::Matx22f
Matx< float, 2, 2 > Matx22f
Definition: matx.hpp:230
cv::fisheye::CALIB_FIX_SKEW
Definition: calib3d.hpp:3053
cv::ppf_match_3d::PPF3DDetector::rotation_threshold
double rotation_threshold
Definition: ppf_match_3d.hpp:155
cv::DetectionBasedTracker::IDetector::getMinNeighbours
int getMinNeighbours()
Definition: detection_based_tracker.hpp:104
cv::detail::WAVE_CORRECT_HORIZ
Definition: motion_estimators.hpp:330
cv::GPlaidMLContext::inArg
const T & inArg(int input)
Definition: gplaidmlkernel.hpp:39
cv::SparseMatConstIterator::ptr
uchar * ptr
Definition: mat.hpp:3222
nppiStTranspose_128_C1R
NCVStatus nppiStTranspose_128_C1R(void *d_src, Ncv32u srcStep, void *d_dst, Ncv32u dstStep, NcvSize32u srcRoi)
cv::cudev::vcmple4
__device__ __forceinline__ uint vcmple4(uint a, uint b)
Definition: simd_functions.hpp:671
cv::datasets::TRACK_vot
Definition: track_vot.hpp:68
cv::viz::Color::blue
static Color blue()
cv::cudev::vec_math_detail::SatCastHelper< 4, VecD >::cast
__device__ static __forceinline__ VecD cast(const VecS &v)
Definition: vec_math.hpp:92
cv::dnn::EltwiseLayer
Element wise operation on inputs.
Definition: all_layers.hpp:518
cv::cuda::deviceSupports
bool deviceSupports(FeatureSet feature_set)
checks whether current device supports the given feature
intrin_cpp.hpp
cv::cudev::UnaryTransformPtr::index_type
PtrTraits< SrcPtr >::index_type index_type
Definition: transform.hpp:64
cv::CvHOGEvaluator::Feature::p0
int p0
Definition: feature.hpp:324
cv::line_descriptor::KeyLine::response
float response
Definition: descriptor.hpp:120
cv::CAP_PROP_XI_AEAG_ROI_OFFSET_Y
Automatic exposure/gain ROI offset Y.
Definition: videoio.hpp:374
cv::GFluidKernel
Definition: gfluidkernel.hpp:46
cv::cudev::ThreshBinaryInvFunc
Definition: functional.hpp:714
cv::rgbd::FastICPOdometry::setTransformType
void setTransformType(int val) CV_OVERRIDE
Definition: depth.hpp:1131
cv::LMEDS
least-median of squares algorithm
Definition: calib3d.hpp:229
cv::ximgproc::guidedFilter
void guidedFilter(InputArray guide, InputArray src, OutputArray dst, int radius, double eps, int dDepth=-1)
Simple one-line Guided Filter call.
cv::arrowedLine
void arrowedLine(InputOutputArray img, Point pt1, Point pt2, const Scalar &color, int thickness=1, int line_type=8, int shift=0, double tipLength=0.1)
Draws a arrow segment pointing from the first point to the second one.
features2d.hpp
cv::Mat_::operator()
Mat_ operator()(const Range &rowRange, const Range &colRange) const
cvv::impl::getDebugFlag
static bool & getDebugFlag()
Definition: debug_mode.hpp:22
cv::TrackerMOSSE::~TrackerMOSSE
virtual ~TrackerMOSSE() CV_OVERRIDE
Definition: tracker.hpp:1320
cv::Mat::Mat
Mat()
cv::Node::m_childs
std::vector< Node< OBJECT > * > m_childs
Definition: utility.hpp:1124
cv::cudev::UnaryTransformPtrSz::cols
int cols
Definition: transform.hpp:77
cv::rgbd::ICPOdometry::setMaxTranslation
void setMaxTranslation(double val)
Definition: depth.hpp:842
cv::videoio_registry::getCameraBackends
std::vector< VideoCaptureAPIs > getCameraBackends()
Returns list of available backends which works via cv::VideoCapture(int index)
cv::PaniniPortraitWarper::PaniniPortraitWarper
PaniniPortraitWarper(float A=1, float B=1)
Definition: warpers.hpp:214
cv::dnn::LayerParams::type
String type
Type name which was used for creating layer by layer factory (optional).
Definition: dnn.hpp:114
cv::Mat::rowRange
Mat rowRange(int startrow, int endrow) const
Creates a matrix header for the specified row span.
cv::bioinspired::SegmentationParameters::neighborhoodEnergy_temporalConstant
float neighborhoodEnergy_temporalConstant
local neighborhood energy filtering parameters : the aim is to get information about the energy neigh...
Definition: transientareassegmentationmodule.hpp:101
cv::SOLVELP_UNBOUNDED
problem is unbounded (target function can achieve arbitrary high values)
Definition: optim.hpp:259
cv::Matx::value_type
_Tp value_type
Definition: matx.hpp:113
cv::HOUGH_MULTI_SCALE
Definition: imgproc.hpp:475
cv::createButton
int createButton(const String &bar_name, ButtonCallback on_change, void *userdata=0, int type=QT_PUSH_BUTTON, bool initial_button_state=false)
Attaches a button to the control panel.
gcomputation.hpp
hal_ni_cmp32f
int hal_ni_cmp32f(const float *src1_data, size_t src1_step, const float *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, int operation)
Definition: hal_replacement.hpp:214
cv::Scalar
Scalar_< double > Scalar
Definition: types.hpp:669
hal_ni_cvtBGRtoGray
int hal_ni_cvtBGRtoGray(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int scn, bool swapBlue)
hal_cvtBGRtoGray
Definition: hal_replacement.hpp:347
cv::stereo::imageMeanKernelSize
void imageMeanKernelSize(const cv::Mat &img, int windowSize, cv::Mat &c)
cv::face::FacemarkAAM::Params::model_filename
std::string model_filename
Definition: facemarkAAM.hpp:67
cv::CAP_PROP_PVAPI_BINNINGY
Vertical binning factor.
Definition: videoio.hpp:297
cv::instr::IMPL_IPP
Definition: instrumentation.hpp:56
cv::cudev::ScharrYPtrSz
Definition: deriv.hpp:300
cv::cuda::gemm
void gemm(InputArray src1, InputArray src2, double alpha, InputArray src3, double beta, OutputArray dst, int flags=0, Stream &stream=Stream::Null())
Performs generalized matrix multiplication.
cv::Mat_::operator=
Mat_ & operator=(const Mat &m)
cv::MatxCommaInitializer::MatxCommaInitializer
MatxCommaInitializer(Matx< _Tp, m, n > *_mtx)
cv::Matx::randu
static Matx randu(_Tp a, _Tp b)
cv::cudev::vabsdiff4
__device__ __forceinline__ uint vabsdiff4(uint a, uint b)
Definition: simd_functions.hpp:847
cv::stereo::CombinedDescriptor
Definition: descriptor.hpp:198
ncvDetectObjectsMultiScale_device
NCVStatus ncvDetectObjectsMultiScale_device(NCVMatrix< Ncv8u > &d_srcImg, NcvSize32u srcRoi, NCVVector< NcvRect32u > &d_dstRects, Ncv32u &dstNumRects, HaarClassifierCascadeDescriptor &haar, NCVVector< HaarStage64 > &h_HaarStages, NCVVector< HaarStage64 > &d_HaarStages, NCVVector< HaarClassifierNode128 > &d_HaarNodes, NCVVector< HaarFeature64 > &d_HaarFeatures, NcvSize32u minObjSize, Ncv32u minNeighbors, Ncv32f scaleStep, Ncv32u pixelStep, Ncv32u flags, INCVMemAllocator &gpuAllocator, INCVMemAllocator &cpuAllocator, cudaDeviceProp &devProp, cudaStream_t cuStream)
cv::GaussianBlur
void GaussianBlur(InputArray src, OutputArray dst, Size ksize, double sigmaX, double sigmaY=0, int borderType=BORDER_DEFAULT)
Blurs an image using a Gaussian filter.
cv::util::any::swap
friend void swap(any &lhs, any &rhs)
Definition: any.hpp:106
lut.hpp
cv::detail::SphericalPortraitProjector::mapForward
void mapForward(float x, float y, float &u, float &v)
cv::videostab::ImageMotionEstimatorBase::~ImageMotionEstimatorBase
virtual ~ImageMotionEstimatorBase()
Definition: global_motion.hpp:178
cv::ConfidenceMap
std::vector< std::pair< Ptr< TrackerTargetState >, float > > ConfidenceMap
Represents the model of the target at frame (all states and scores)
Definition: tracker.hpp:384
cv::text::PSM_AUTO_ONLY
Definition: ocr.hpp:71
cv::rgbd::RgbdNormals::getK
cv::Mat getK() const
Definition: depth.hpp:156
cv::line_descriptor::KeyLine::sPointInOctaveX
float sPointInOctaveX
Definition: descriptor.hpp:132
logger.defines.hpp
cv::cudev::negate::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type a) const
Definition: functional.hpp:124
cv::AVIWriteContainer
Definition: container_avi.private.hpp:147
cv::softfloat::eps
static softfloat eps()
Difference between 1 and next representable value.
Definition: softfloat.hpp:214
cv::KalmanFilter::temp3
Mat temp3
Definition: tracking.hpp:407
cv::FileNodeIterator::blockIdx
size_t blockIdx
Definition: persistence.hpp:675
cv::CALIB_FIX_K4
Definition: calib3d.hpp:277
cv::GArg::GArg
GArg(const T &t)
Definition: garg.hpp:47
cv::Algorithm::load
static Ptr< _Tp > load(const String &filename, const String &objname=String())
Loads algorithm from the file.
Definition: core.hpp:3133
cv::structured_light::SinusoidalPattern::Params::height
int height
Definition: sinusoidalpattern.hpp:86
cv::saliency::StaticSaliencySpectralResidual::resImHeight
int resImHeight
Definition: saliencySpecializedClasses.hpp:112
cv::DetectionBasedTracker::ObjectStatus
ObjectStatus
Definition: detection_based_tracker.hpp:138
cv::v_int16x8
v_reg< short, 8 > v_int16x8
Eight 16-bit signed integer values.
Definition: intrin_cpp.hpp:391
cv::ml::VAR_NUMERICAL
same as VAR_ORDERED
Definition: ml.hpp:83
cv::cudev::VecTraits
Definition: vec_traits.hpp:88
cv::BRISK
Class implementing the BRISK keypoint detector and descriptor extractor, described in .
Definition: features2d.hpp:249
check.hpp
cv::face::FacemarkAAM::Data::s0
std::vector< Point2f > s0
Definition: facemarkAAM.hpp:100
cv::viz::Color::turquoise
static Color turquoise()
cv::RNG
Random Number Generator.
Definition: core.hpp:2768
cv::ocl::convertTypeStr
const char * convertTypeStr(int sdepth, int ddepth, int cn, char *buf)
cv::cudev::WithOutMask::value_type
bool value_type
Definition: mask.hpp:59
cv::flann::CvType< double >::type
static int type()
Definition: flann.hpp:82
cv::cudev::SobelYPtrSz::cols
int cols
Definition: deriv.hpp:209
index_testing.h
cv::AVIWriteContainer::getHeight
int getHeight() const
Definition: container_avi.private.hpp:166
cv::GPlaidMLKernelImpl::kernel
static cv::GPlaidMLKernel kernel()
Definition: gplaidmlkernel.hpp:133
cv::dnn::DictValue::pv
void * pv
Definition: dict.hpp:106
THash::id
int id
Definition: ppf_match_3d.hpp:81
cv::LDA::eigenvectors
Mat eigenvectors() const
Definition: core.hpp:2599
cv::cuda::COLOR_BayerGB2BGR_MHT
Definition: cudaimgproc.hpp:96
cv::QtFont::vscale
float vscale
Definition: highgui.hpp:696
cv::gapi::own::Point::Point
Point(int _x, int _y)
Definition: types.hpp:25
cv::cudev::BinaryTransformPtrSz
Definition: transform.hpp:119
cv::gapi::own::Mat::elemSize
size_t elemSize() const
Returns the matrix element size in bytes.
Definition: mat.hpp:185
cv::filterSpeckles
void filterSpeckles(InputOutputArray img, double newVal, int maxSpeckleSize, double maxDiff, InputOutputArray buf=noArray())
Filters off small noise blobs (speckles) in the disparity map.
cv::text::ERStat::prev
ERStat * prev
Definition: erfilter.hpp:106
cv::rgbd::RgbdFrame::depth
Mat depth
Definition: depth.hpp:473
cv::AutoBuffer::data
_Tp * data()
returns pointer to the real buffer, stack-allocated or heap-allocated
Definition: utility.hpp:128
cv::GOCLKernelImpl::API
K API
Definition: goclkernel.hpp:236
cv::viz::MouseEvent::Type
Type
Definition: types.hpp:308
cv::cudev::IsUnaryFunction::value
Definition: functional.hpp:884
cv::stereo::MCTKernel::MCTKernel
MCTKernel(uint8_t **images, int threshold)
Definition: descriptor.hpp:106
cv::util::variant::get
friend T & get(variant< Us... > &v)
cv::quality::QualityBase::empty
bool empty() const CV_OVERRIDE
Implements Algorithm::empty()
Definition: qualitybase.hpp:49
cv::drawChessboardCorners
void drawChessboardCorners(InputOutputArray image, Size patternSize, InputArray corners, bool patternWasFound)
Renders the detected chessboard corners.
tracking.hpp
cv::CvHaarFeatureParams::scanAttr
virtual bool scanAttr(const std::string prm, const std::string val) CV_OVERRIDE
global_motion.hpp
hal_ni_threshold
int hal_ni_threshold(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int cn, double thresh, double maxValue, int thresholdType)
Calculates fixed-level threshold to each array element.
Definition: hal_replacement.hpp:661
cv::face::FacemarkAAM::Params::n_iter
int n_iter
Definition: facemarkAAM.hpp:70
cv::warpPerspective
void warpPerspective(InputArray src, OutputArray dst, InputArray M, Size dsize, int flags=INTER_LINEAR, int borderMode=BORDER_CONSTANT, const Scalar &borderValue=Scalar())
Applies a perspective transformation to an image.
cv::Param::MAT
cv::text::MSERsToERStats
void MSERsToERStats(InputArray image, std::vector< std::vector< Point > > &contours, std::vector< std::vector< ERStat > > &regions)
Converts MSER contours (vector<Point>) to ERStat regions.
cv::Affine3::Identity
static Affine3 Identity()
Create an 4x4 identity transform.
cv::optflow::createOptFlow_DenseRLOF
Ptr< DenseOpticalFlow > createOptFlow_DenseRLOF()
Additional interface to the Dense RLOF algorithm - optflow::calcOpticalFlowDenseRLOF()
cv::SORT_EVERY_COLUMN
Definition: core.hpp:155
cv::CAP_IMAGES
OpenCV Image Sequence (e.g. img_%02d.jpg)
Definition: videoio.hpp:118
cv::videostab::KeypointBasedMotionEstimator::opticalFlowEstimator
Ptr< ISparseOptFlowEstimator > opticalFlowEstimator() const
Definition: global_motion.hpp:241
cv::superres::FrameSource
Definition: superres.hpp:66
cv::cuda::buildWarpPerspectiveMaps
void buildWarpPerspectiveMaps(InputArray M, bool inverse, Size dsize, OutputArray xmap, OutputArray ymap, Stream &stream=Stream::Null())
Builds transformation maps for perspective transformation.
cv::cudev::NormL2::value_type
float value_type
Definition: vec_distance.hpp:124
cv::CirclesGridFinderParameters::minGraphConfidence
float minGraphConfidence
Definition: calib3d.hpp:1308
cv::videostab::MotionInpainter
Definition: inpainting.hpp:141
cv::ContourApproximationModes
ContourApproximationModes
the contour approximation algorithm
Definition: imgproc.hpp:427
cv::MatExpr::operator>
MatExpr operator>(const Mat &a, const Mat &b)
cv::viz::RepresentationValues
RepresentationValues
Definition: widgets.hpp:74
cv::line_descriptor::LSDParam::sigma_scale
double sigma_scale
Definition: descriptor.hpp:702
cv::drawContours
void drawContours(InputOutputArray image, InputArrayOfArrays contours, int contourIdx, const Scalar &color, int thickness=1, int lineType=LINE_8, InputArray hierarchy=noArray(), int maxLevel=INT_MAX, Point offset=Point())
Draws contours outlines or filled contours.
cv::IMWRITE_PAM_FORMAT_RGB
Definition: imgcodecs.hpp:130
cv::VecCommaInitializer::operator*
Vec< _Tp, m > operator*() const
cvflann::set_distance_type
void set_distance_type(flann_distance_t distance_type, int order)
cv::cudev::laplacian_
__host__ Expr< LaplacianPtrSz< ksize, typename PtrTraits< SrcPtr >::ptr_type > > laplacian_(const SrcPtr &src)
Definition: deriv.hpp:117
cv::buildOpticalFlowPyramid
int buildOpticalFlowPyramid(InputArray img, OutputArrayOfArrays pyramid, Size winSize, int maxLevel, bool withDerivatives=true, int pyrBorder=BORDER_REFLECT_101, int derivBorder=BORDER_CONSTANT, bool tryReuseInputImage=true)
Constructs the image pyramid which can be passed to calcOpticalFlowPyrLK.
cv::cudev::vec_math_detail::SatCastHelper< 2, VecD >::cast
__device__ static __forceinline__ VecD cast(const VecS &v)
Definition: vec_math.hpp:74
cv::TrackerBoosting::Params::iterationInit
int iterationInit
the initial iterations
Definition: tracker.hpp:1109
cv::datasets::HPE_humanevaObj::action
std::string action
Definition: hpe_humaneva.hpp:63
cv::cuda::HostMem::datastart
uchar * datastart
Definition: cuda.hpp:593
cv::CAP_PROP_XI_LENS_FEATURE
Allows access to lens feature value currently selected by XI_PRM_LENS_FEATURE_SELECTOR.
Definition: videoio.hpp:435
cv::Mat::DEPTH_MASK
Definition: mat.hpp:2074
cv::utils::logging::LogTagAuto
Definition: logger.hpp:48
cv::datasets::tag::x
int x
Definition: tr_svt.hpp:63
deriv.hpp
NCVMatrix::at
T & at(Ncv32u x, Ncv32u y) const
Definition: NCV.hpp:812
cv::rgbd::DepthCleaner::getDepth
int getDepth() const
Definition: depth.hpp:239
cv::optflow::GPCForest::train
void train(const std::vector< String > &imagesFrom, const std::vector< String > &imagesTo, const std::vector< String > &gt, const GPCTrainingParams params=GPCTrainingParams())
Train the forest using individual samples for each tree. It is generally better to use this instead o...
Definition: sparse_matching_gpc.hpp:246
cv::COLOR_YUV2BGR_YUNV
Definition: imgproc.hpp:699
cv::dnn::ConcatLayer
Definition: all_layers.hpp:311
cv::softfloat::getFrac
softfloat getFrac() const
Get a fraction part.
Definition: softfloat.hpp:187
cv::DFT_SCALE
Definition: base.hpp:231
cv::cuda::createDFT
Ptr< DFT > createDFT(Size dft_size, int flags)
Creates implementation for cuda::DFT.
cv::videostab::MotionInpainter::setDistThreshold
void setDistThreshold(float val)
Definition: inpainting.hpp:152
cv::videostab::KeypointBasedMotionEstimator::outlierRejector
Ptr< IOutlierRejector > outlierRejector() const
Definition: global_motion.hpp:244
cv::line_descriptor::BinaryDescriptor
Class implements both functionalities for detection of lines and computation of their binary descript...
Definition: descriptor.hpp:180
cv::datasets::FR_lfwObj
Definition: fr_lfw.hpp:60
cv::NormHistogramCostExtractor
A norm based cost extraction. :
Definition: hist_cost.hpp:71
cv::optflow::SR_FIXED
Definition: rlofflow.hpp:18
cv::ogl::LINE_STRIP
Definition: opengl.hpp:482
cv::face::FacemarkLBF::Params::initShape_n
int initShape_n
multiplier for augment the training data
Definition: facemarkLBF.hpp:67
cv::COLOR_YUV2RGBA_YUNV
Definition: imgproc.hpp:707
cv::StrongClassifierDirectSelection::getROI
Rect getROI() const
cv::text::createERFilterNM2
Ptr< ERFilter > createERFilterNM2(const Ptr< ERFilter::Callback > &cb, float minProbability=(float) 0.3)
Create an Extremal Region Filter for the 2nd stage classifier of N&M algorithm .
cv::Mat_::elemSize
size_t elemSize() const
overridden forms of Mat::elemSize() etc.
cv::stereo::Matching::~Matching
~Matching(void)
Definition: matching.hpp:600
fundamental.hpp
cv::cudev::ReduceToRowBody::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: reduction.hpp:179
cv::motempl::calcGlobalOrientation
double calcGlobalOrientation(InputArray orientation, InputArray mask, InputArray mhi, double timestamp, double duration)
Calculates a global motion orientation in a selected region.
cv::gapi::ie::Params::backend
GBackend backend() const
Definition: ie.hpp:110
cv::gapi::own::Mat::operator=
Mat & operator=(Mat const &src)=default
cv::MatExpr::min
static MatExpr min(const Matx< _Tp, m, n > &a, const Mat &b)
Definition: mat.hpp:3692
NcvPoint2D32s::NcvPoint2D32s
__host__ __device__ NcvPoint2D32s(Ncv32s x_, Ncv32s y_)
Definition: NCV.hpp:196
hal_ni_div16s
int hal_ni_div16s(const short *src1_data, size_t src1_step, const short *src2_data, size_t src2_step, short *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:260
cv::DetectionROI::locations
std::vector< cv::Point > locations
set of requested locations to be evaluated
Definition: objdetect.hpp:350
cv::omnidir::internal::computeJacobianStereo
void computeJacobianStereo(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints1, InputArrayOfArrays imagePoints2, InputArray parameters, Mat &JTJ_inv, Mat &JTE, int flags, double epsilon)
CPU_FP16
Definition: cvdef.h:281
NcvCTprep::CT_ASSERT_FAILURE
Definition: NCV.hpp:72
cv::CAP_AVFOUNDATION
AVFoundation framework for iOS (OS X Lion will have the same API)
Definition: videoio.hpp:107
cv::gapi::own::descrs_of
cv::GMetaArgs descrs_of(const std::vector< Mat > &vec)
cv::stereo::symetricCensusTransform
void symetricCensusTransform(const cv::Mat &img1, const cv::Mat &img2, int kernelSize, cv::Mat &dist1, cv::Mat &dist2, const int type)
cv::cudev::minimum
Definition: functional.hpp:319
cv::xphoto::WhiteBalancer
The base class for auto white balance algorithms.
Definition: white_balance.hpp:63
cv::face::FaceRecognizer
Abstract base class for all face recognition models.
Definition: face.hpp:157
cv::cudev::pyrDown_
__host__ Expr< PyrDownBody< SrcPtr > > pyrDown_(const SrcPtr &src)
Definition: warping.hpp:121
cv::cudev::DerivYPtrSz::cols
int cols
Definition: deriv.hpp:116
cv::ml::ANN_MLP_ANNEAL
ANN_MLP ANN_MLP_ANNEAL
Definition: ml.hpp:1609
cv::Mat::updateContinuityFlag
void updateContinuityFlag()
internal use method: updates the continuity flag
cv::sfm::normalizeFundamental
void normalizeFundamental(InputArray F, OutputArray F_normalized)
Normalizes the Fundamental matrix.
nppiStTranspose_64s_C1R
NCVStatus nppiStTranspose_64s_C1R(Ncv64s *d_src, Ncv32u srcStride, Ncv64s *d_dst, Ncv32u dstStride, NcvSize32u srcRoi)
cv::TrackerSamplerCSC::Params::trackInPosRad
float trackInPosRad
radius for gathering positive instances during tracking
Definition: tracker.hpp:787
cv::HOUGH_STANDARD
Definition: imgproc.hpp:467
cv::detail::createLaplacePyrGpu
void createLaplacePyrGpu(InputArray img, int num_levels, std::vector< UMat > &pyr)
cv::cudev::SingleMaskChannels::mask
MaskPtr mask
Definition: mask.hpp:73
cv::cudacodec::VC1
Definition: cudacodec.hpp:250
cv::AVIReadContainer::m_height
unsigned int m_height
Definition: container_avi.private.hpp:130
cv::text::ERStat::perimeter
int perimeter
Definition: erfilter.hpp:80
NCVMatrix::copy2D
NCVStatus copy2D(NCVMatrix< T > &dst, NcvSize32u roi, cudaStream_t cuStream) const
Definition: NCV.hpp:794
cv::CCL_WU
SAUF algorithm for 8-way connectivity, SAUF algorithm for 4-way connectivity.
Definition: imgproc.hpp:404
CvVideoCamera::videoDataOutputQueue
dispatch_queue_t videoDataOutputQueue
Definition: cap_ios.h:104
hal_ni_cvtHSVtoBGR
int hal_ni_cvtHSVtoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int dcn, bool swapBlue, bool isFullRange, bool isHSV)
hal_cvtHSVtoBGR
Definition: hal_replacement.hpp:458
cv::Mat::operator()
Mat operator()(Range rowRange, Range colRange) const
Extracts a rectangular submatrix.
cv::optflow::GPCDetails::getAllDescriptorsForImage
static void getAllDescriptorsForImage(const Mat *imgCh, std::vector< GPCPatchDescriptor > &descr, const GPCMatchingParams &mp, int type)
cv::datasets::OR_pascalObj::height
int height
Definition: or_pascal.hpp:83
cv::ClfOnlineStump::_log_n0
float _log_n0
Definition: onlineMIL.hpp:96
cv::aruco::Dictionary::bytesList
Mat bytesList
Definition: dictionary.hpp:64
cv::GC_BGD
an obvious background pixels
Definition: imgproc.hpp:342
cv::omnidir::projectPoints
void projectPoints(InputArray objectPoints, OutputArray imagePoints, InputArray rvec, InputArray tvec, InputArray K, double xi, InputArray D, OutputArray jacobian=noArray())
Projects points for omnidirectional camera using CMei's model.
cv::UMatData::mapcount
int mapcount
Definition: mat.hpp:566
cv::drawMatches
void drawMatches(InputArray img1, const std::vector< KeyPoint > &keypoints1, InputArray img2, const std::vector< KeyPoint > &keypoints2, const std::vector< DMatch > &matches1to2, InputOutputArray outImg, const Scalar &matchColor=Scalar::all(-1), const Scalar &singlePointColor=Scalar::all(-1), const std::vector< char > &matchesMask=std::vector< char >(), DrawMatchesFlags flags=DrawMatchesFlags::DEFAULT)
Draws the found matches of keypoints from two images.
cv::cudev::NormL1< float >::reduceBlock
__device__ __forceinline__ void reduceBlock(result_type *smem, uint tid)
Definition: vec_distance.hpp:109
cv::FM_8POINT
8-point algorithm
Definition: calib3d.hpp:298
cv::gapi::YUV2RGB
GMat YUV2RGB(const GMat &src)
Converts an image from YUV color space to RGB. The function converts an input image from YUV color sp...
cv::PROJ_SPHERICAL_ORTHO
Definition: calib3d.hpp:2840
cv::text::ERStat::med_crossings
float med_crossings
median of the crossings at three different height levels
Definition: erfilter.hpp:86
cv::remap
void remap(InputArray src, OutputArray dst, InputArray map1, InputArray map2, int interpolation, int borderMode=BORDER_CONSTANT, const Scalar &borderValue=Scalar())
Applies a generic geometrical transformation to an image.
cv::viz::Color::Color
Color()
cv::xphoto::TonemapDurand
This algorithm decomposes image into two layers: base layer and detail layer using bilateral filter a...
Definition: tonemap.hpp:24
cv::datasets::join::Rw
double Rw
Definition: gr_chalearn.hpp:67
cv::QtFont::greek
const int * greek
Definition: highgui.hpp:694
cv::Size2d
Size_< double > Size2d
Definition: types.hpp:346
cv::linemod::Detector::numClasses
int numClasses() const
Definition: linemod.hpp:381
cv::cuda::HostMem::alloc_type
AllocType alloc_type
Definition: cuda.hpp:596
cv::cudacodec::EncoderParams::IDR_Period
int IDR_Period
NVVE_IDR_PERIOD,.
Definition: cudacodec.hpp:88
cv::COLOR_HSV2BGR_FULL
Definition: imgproc.hpp:611
cv::datasets::skeleton::s
join s[20]
Definition: gr_chalearn.hpp:72
cv::detail::Blender::NO
Definition: blenders.hpp:68
cv::reg::MapProjec::getProjTr
void getProjTr(OutputArray projTr) const
Definition: mapprojec.hpp:88
cv::cudev::GpuMat_::operator()
__host__ GpuMat_ operator()(Range rowRange, Range colRange) const
cv::COLOR_RGBA2BGR
Definition: imgproc.hpp:533
cv::SVD
Singular Value Decomposition.
Definition: core.hpp:2629
cv::cuda::TargetArchs
Class providing a set of static methods to check what NVIDIA* card architecture the CUDA module was b...
Definition: cuda.hpp:796
cv::cuda::multiply
void multiply(InputArray src1, InputArray src2, OutputArray dst, double scale=1, int dtype=-1, Stream &stream=Stream::Null())
Computes a matrix-matrix or matrix-scalar per-element product.
hal_ni_div32s
int hal_ni_div32s(const int *src1_data, size_t src1_step, const int *src2_data, size_t src2_step, int *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:261
cv::GComputationT< std::tuple< R... >(Args...)>::Gen
std::function< std::tuple< R... >Args...)> Gen
Definition: gtyped.hpp:156
cv::cuda::absSum
Scalar absSum(InputArray src, InputArray mask=noArray())
Returns the sum of absolute values for matrix elements.
cv::reg::MapperPyramid
Definition: mapperpyramid.hpp:55
cv::ocl::Queue::getImpl
Impl * getImpl() const
Definition: ocl.hpp:342
cv::ximgproc::AM_FILTER
Definition: edge_filter.hpp:58
cv::img_hash::PHash::PHash
PHash()
Definition: phash.hpp:27
cv::gapi::GKernelPackage::include
void include()
Put a new kernel implementation or a new transformation KImpl into the package.
Definition: gkernel.hpp:495
cv::viz::Camera::getClip
const Vec2d & getClip() const
Definition: types.hpp:210
cv::SimpleBlobDetector::Params::filterByInertia
bool filterByInertia
Definition: features2d.hpp:643
cv::Stitcher::setWarper
void setWarper(Ptr< WarperCreator > creator)
Definition: stitching.hpp:236
cv::COLORMAP_MAGMA
Definition: imgproc.hpp:4232
cv::Rect_::height
_Tp height
height of the rectangle
Definition: types.hpp:456
cv::StrongClassifierDirectSelection
Definition: onlineBoosting.hpp:62
cv::ogl::LINES
Definition: opengl.hpp:480
NcvPoint2D32s
Definition: NCV.hpp:191
cv::dnn::DictValue::DictValue
DictValue(double p)
Constructs floating point scalar.
Definition: dict.hpp:67
cv::MORPH_BLACKHAT
Definition: imgproc.hpp:223
cv::detail::TransHelper< K, std::tuple< Ins... >, Out >::invoke
static GComputation invoke(Callable f, Seq< IIs... >, Seq< OIs... >)
Definition: gtransform.hpp:47
cv::COLOR_YUV2BGR_YVYU
Definition: imgproc.hpp:695
cv::getValidDisparityROI
Rect getValidDisparityROI(Rect roi1, Rect roi2, int minDisparity, int numberOfDisparities, int SADWindowSize)
computes valid disparity ROI from the valid ROIs of the rectified images (that are returned by cv::st...
cv::TrackerFeatureSet
Class that manages the extraction and selection of features.
Definition: tracker.hpp:128
cv::VideoWriter
Video writer class.
Definition: videoio.hpp:842
cv::KeyPoint::octave
int octave
octave (pyramid layer) from which the keypoint has been extracted
Definition: types.hpp:777
cv::CALIB_THIN_PRISM_MODEL
Definition: calib3d.hpp:281
cv::multicalib::MultiCameraCalibration::edge
Definition: multicalib.hpp:82
cv::dnn::ReLULayer::negativeSlope
float negativeSlope
Definition: all_layers.hpp:434
cv::rgbd::RgbdNormals::setDepth
void setDepth(int val)
Definition: depth.hpp:152
cv::hal::or8u
void or8u(const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
cv::cuda::demosaicing
void demosaicing(InputArray src, OutputArray dst, int code, int dcn=-1, Stream &stream=Stream::Null())
Converts an image from Bayer pattern to RGB or grayscale.
cv::cudev::ResizePtrSz::rows
int rows
Definition: resize.hpp:79
cv::cudev::BrdReflect101::idx_high
__device__ static __forceinline__ int idx_high(int i, int len)
Definition: extrapolation.hpp:152
cv::videostab::IFrameSource::~IFrameSource
virtual ~IFrameSource()
Definition: frame_source.hpp:60
cv::Matx::Matx
Matx()
default constructor
cv::Matx43f
Matx< float, 4, 3 > Matx43f
Definition: matx.hpp:242
cv::cudev::RemapPtr1::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: remap.hpp:62
cv::ClfOnlineStump::_sig1
float _sig1
Definition: onlineMIL.hpp:93
cv::optflow::OpticalFlowPCAFlow
PCAFlow algorithm.
Definition: pcaflow.hpp:94
cv::gapi::use_only::pkg
GKernelPackage pkg
Definition: gkernel.hpp:589
cv::dnn::BackendWrapper::copyToHost
virtual void copyToHost()=0
Transfer data to CPU host memory.
cv::videostab::InpainterBase::frames
virtual const std::vector< Mat > & frames() const
Definition: inpainting.hpp:82
NCVBroxOpticalFlowDescriptor::number_of_inner_iterations
Ncv32u number_of_inner_iterations
number of lagged non-linearity iterations (inner loop)
Definition: NCVBroxOpticalFlow.hpp:78
cv::videostab::NullInpainter::inpaint
virtual void inpaint(int, Mat &, Mat &) CV_OVERRIDE
Definition: inpainting.hpp:105
cv::NORM_TYPE_MASK
bit-mask which can be used to separate norm type from norm flags
Definition: base.hpp:205
cv::gapi::own::detail::MatHeader::MatHeader
MatHeader()=default
cv::Mat::MAGIC_VAL
Definition: mat.hpp:2073
cv::Scharr
void Scharr(InputArray src, OutputArray dst, int ddepth, int dx, int dy, double scale=1, double delta=0, int borderType=BORDER_DEFAULT)
Calculates the first x- or y- image derivative using Scharr operator.
cv::cudev::DerivXPtr
Definition: deriv.hpp:61
cv::GComputationT< R(Args...)>::Gen
std::function< R(Args...)> Gen
Definition: gtyped.hpp:88
cv::linemod::QuantizedPyramid::Candidate::Candidate
Candidate(int x, int y, int label, float score)
Definition: linemod.hpp:112
cv::hal::cvtLabtoBGR
void cvtLabtoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int depth, int dcn, bool swapBlue, bool isLab, bool srgb)
cv::cuda::FEATURE_SET_COMPUTE_12
Definition: cuda.hpp:771
cv::setMouseCallback
void setMouseCallback(const String &winname, MouseCallback onMouse, void *userdata=0)
Sets mouse handler for the specified window.
cv::cudev::not_equal_to
Definition: functional.hpp:142
cv::detail::PlanePortraitWarper::detectResultRoi
void detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br) CV_OVERRIDE
Definition: warpers.hpp:638
cv::cuda::phase
void phase(InputArray x, InputArray y, OutputArray angle, bool angleInDegrees=false, Stream &stream=Stream::Null())
Computes polar angles of complex matrix elements.
cv::MatConstIterator::difference_type
ptrdiff_t difference_type
Definition: mat.hpp:3018
cv::TLSDataContainer::cleanup
void cleanup()
Release created TLS data container objects. It is similar to release() call, but it keeps TLS contain...
cv::ml::COL_SAMPLE
each training sample occupies a column of samples
Definition: ml.hpp:99
cv::detail::BasicVectorRef::~BasicVectorRef
virtual ~BasicVectorRef()
Definition: garray.hpp:116
cv::aruco::CharucoBoard::nearestMarkerCorners
std::vector< std::vector< int > > nearestMarkerCorners
Definition: charuco.hpp:70
cv::COLOR_BGRA2GRAY
Definition: imgproc.hpp:548
cv::GIOProtoArgs::GIOProtoArgs
GIOProtoArgs(GProtoArgs &&args)
Definition: gproto.hpp:58
cv::quality::QualityGMSD::empty
bool empty() const CV_OVERRIDE
Implements Algorithm::empty()
Definition: qualitygmsd.hpp:31
cv::QtFont
QtFont available only for Qt. See cv::fontQt.
Definition: highgui.hpp:688
cv::Exception
Class passed to an error.
Definition: core.hpp:115
cv::GMatDesc::withSizeDelta
GMatDesc withSizeDelta(cv::gapi::own::Size delta) const
Definition: gmat.hpp:124
cv::sfm::SFM_REFINE_RADIAL_DISTORTION_K2
Definition: simple_pipeline.hpp:127
CV_CUDEV_RGB2XYZ_INST
#define CV_CUDEV_RGB2XYZ_INST(name, scn, dcn, bidx)
Definition: color_cvt.hpp:173
cv::CALIB_CB_ACCURACY
Definition: calib3d.hpp:260
cv::ocl::ProgramSource
Definition: ocl.hpp:507
cv::cudev::DefaultSplitMergePolicy::block_size_y
Definition: split_merge.hpp:497
cv::FileStorage::write
void write(FileStorage &fs, const String &value)
Definition: persistence.hpp:902
cv::cudev::warpYota
__device__ __forceinline__ void warpYota(OutIt beg, OutIt end, T value)
Definition: warp.hpp:114
cv::detail::FeaturesMatcher
Feature matchers base class.
Definition: matchers.hpp:117
cv::Error::StsBadFunc
unsupported function
Definition: base.hpp:75
cv::sfm::libmv_CameraIntrinsicsOptions::polynomial_p2
double polynomial_p2
Definition: simple_pipeline.hpp:115
cv::cudev::DerivYPtr::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: deriv.hpp:103
cv::viz::Color::maroon
static Color maroon()
cv::cudev::ResizePtr::fy
float fy
Definition: resize.hpp:66
cv::reg::Map
Base class for modelling a Map between two images.
Definition: map.hpp:124
CPU_AVX2
Definition: cvdef.h:283
cv::PCA
Principal Component Analysis.
Definition: core.hpp:2392
cv::TM_CCORR_NORMED
Definition: imgproc.hpp:3653
allocator.h
cv::omnidir::XYZ
Definition: omnidir.hpp:76
cv::ErrorCallback
int(* ErrorCallback)(int status, const char *func_name, const char *err_msg, const char *file_name, int line, void *userdata)
Definition: utility.hpp:162
cv::COLOR_YUV2GRAY_YVYU
Definition: imgproc.hpp:715
cv::tbm::Track::descriptor_strong
cv::Mat descriptor_strong
Strong descriptor (reid embedding).
Definition: tracking_by_matching.hpp:385
cv::rgbd::RgbdNormals::window_size_
int window_size_
Definition: depth.hpp:179
cv::Point_::inside
bool inside(const Rect_< _Tp > &r) const
checks whether the point is inside the specified rectangle
cv::datasets::word::x
int x
Definition: tr_icdar.hpp:63
cv::ximgproc::FHT_ADD
Definition: fast_hough_transform.hpp:94
cv::multicalib::MultiCameraCalibration::PINHOLE
Definition: multicalib.hpp:76
cv::MatConstIterator::sliceEnd
const uchar * sliceEnd
Definition: mat.hpp:3069
cv::v_dotprod_expand_fast
v_reg< typename V_TypeTraits< _Tp >::q_type, n/4 > v_dotprod_expand_fast(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Fast Dot product of elements and expand.
Definition: intrin_cpp.hpp:996
cv::GFluidKernel::m_rs
const RS m_rs
Definition: gfluidkernel.hpp:92
warpers_inl.hpp
cv::detail::get_window_helper< true, Impl, Ins... >::help
static int help(const GMetaArgs &metas, const cv::GArgs &in_args)
Definition: gfluidkernel.hpp:306
hal_ni_FAST_dense
int hal_ni_FAST_dense(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, cv::FastFeatureDetector::DetectorType type)
Detects corners using the FAST algorithm, returns mask.
Definition: hal_replacement.hpp:69
brightedges.hpp
cv::phase_unwrapping::PhaseUnwrapping
Abstract base class for phase unwrapping.
Definition: phase_unwrapping.hpp:55
cv::SL2
Definition: features2d.hpp:804
cv::hal::min16s
void min16s(const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *)
cv::hal::STORE_ALIGNED
Definition: intrin.hpp:96
cv::cudev::NearestInterPtrSz
Definition: interpolation.hpp:76
cv::softfloat
Definition: softfloat.hpp:89
cv::videostab::TwoPassStabilizer::setMotionStabilizer
void setMotionStabilizer(Ptr< IMotionStabilizer > val)
Definition: stabilizer.hpp:168
cv::flann::CvType
Definition: flann.hpp:75
cv::optflow::GPCTrainingParams
Class encapsulating training parameters.
Definition: sparse_matching_gpc.hpp:123
cv::Affine3::rotation
Mat3 rotation() const
cv::ellipse2Poly
void ellipse2Poly(Point center, Size axes, int angle, int arcStart, int arcEnd, int delta, std::vector< Point > &pts)
Approximates an elliptic arc with a polyline.
cv::TrackerCSRT::Params::histogram_bins
int histogram_bins
Definition: tracker.hpp:1519
cv::omnidir::internal::computeMeanReproErrStereo
double computeMeanReproErrStereo(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints1, InputArrayOfArrays imagePoints2, InputArray K1, InputArray K2, InputArray D1, InputArray D2, double xi1, double xi2, InputArray om, InputArray T, InputArrayOfArrays omL, InputArrayOfArrays TL)
cv::cudev::LutPtr::value_type
PtrTraits< TablePtr >::value_type value_type
Definition: lut.hpp:62
cv::cudev::ConvertTuple
Definition: tuple.hpp:76
cv::videostab::OnePassStabilizer
Definition: stabilizer.hpp:143
cv::kinfu::Params::tsdf_trunc_dist
float tsdf_trunc_dist
distance to truncate in meters
Definition: kinfu.hpp:77
cv::cudev::UnaryNegate::operator()
__device__ __forceinline__ Predicate::result_type operator()(typename TypeTraits< typename Predicate::argument_type >::parameter_type x) const
Definition: functional.hpp:795
cv::FileStorage::write
static void write(FileStorage &fs, const Scalar_< _Tp > &s)
Definition: persistence.hpp:959
cv::bioinspired::SegmentationParameters::neighborhoodEnergy_spatialConstant
float neighborhoodEnergy_spatialConstant
Definition: transientareassegmentationmodule.hpp:102
cv::gapi::wip::async
void async(GCompiled &gcmpld, std::function< void(std::exception_ptr)> &&callback, GRunArgs &&ins, GRunArgsP &&outs)
cv::MatConstIterator_::pointer
const typedef _Tp * pointer
Definition: mat.hpp:3084
cv::viz::Widget2D::Widget2D
Widget2D()
Definition: widgets.hpp:221
cv::aruco::calibrateCameraAruco
double calibrateCameraAruco(InputArrayOfArrays corners, InputArray ids, InputArray counter, const Ptr< Board > &board, Size imageSize, InputOutputArray cameraMatrix, InputOutputArray distCoeffs, OutputArrayOfArrays rvecs, OutputArrayOfArrays tvecs, OutputArray stdDeviationsIntrinsics, OutputArray stdDeviationsExtrinsics, OutputArray perViewErrors, int flags=0, TermCriteria criteria=TermCriteria(TermCriteria::COUNT+TermCriteria::EPS, 30, DBL_EPSILON))
Calibrate a camera using aruco markers.
cv::datasets::PascalObj::occluded
bool occluded
Definition: or_pascal.hpp:73
NCVMatrixReuse::NCVMatrixReuse
NCVMatrixReuse(const NCVMemSegment &memSegment, Ncv32u alignment, Ncv32u width_, Ncv32u height_, Ncv32u pitch_=0, NcvBool bSkipPitchCheck=false)
Definition: NCV.hpp:926
cv::MatExpr::c
Mat c
Definition: mat.hpp:3548
cv::COVAR_SCALE
Definition: core.hpp:195
cv::FileNode::fs
const FileStorage * fs
Definition: persistence.hpp:609
cv::cudev::shrinkPtr
__host__ PtrTraits< Ptr2DSz >::ptr_type shrinkPtr(const Ptr2DSz &ptr)
Definition: traits.hpp:85
cv::stereo::PropagationParameters::borderY
int borderY
Definition: quasi_dense_stereo.hpp:44
cv::datasets::pose
Definition: slam_kitti.hpp:60
cv::CAP_PROP_XI_DEBOUNCE_EN
Enable/Disable debounce to selected GPI.
Definition: videoio.hpp:424
cv::ParamType< Mat >::member_type
Mat member_type
Definition: core.hpp:3217
cv::aruco::DetectorParameters::aprilTagMaxLineFitMse
float aprilTagMaxLineFitMse
Definition: aruco.hpp:185
cv::stereo::StereoMatcher::setDisp12MaxDiff
virtual void setDisp12MaxDiff(int disp12MaxDiff)=0
cv::Vec2s
Vec< short, 2 > Vec2s
Definition: matx.hpp:404
cv::stereo::Matching::getScallingFactor
int getScallingFactor()
method for getting the scalling factor
Definition: matching.hpp:393
cv::CALIB_USE_INTRINSIC_GUESS
Definition: calib3d.hpp:269
cv::bioinspired::Retina
class which allows the Gipsa/Listic Labs model to be used with OpenCV.
Definition: retina.hpp:207
cv::CAP_PROP_XI_GPI_MODE
Set general purpose input mode.
Definition: videoio.hpp:341
cv::flann::CvType< short >::type
static int type()
Definition: flann.hpp:79
cv::gapi::inRange
GMat inRange(const GMat &src, const GScalar &threshLow, const GScalar &threshUp)
Applies a range-level threshold to each matrix element.
cv::wb
Definition: container_avi.private.hpp:136
cv::dnn::LRNLayer::type
int type
Definition: all_layers.hpp:236
cv::ocl::Timer
Definition: ocl.hpp:670
cv::cudev::gridHistogram
__host__ void gridHistogram(const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: histogram.hpp:109
cv::blur
void blur(InputArray src, OutputArray dst, Size ksize, Point anchor=Point(-1,-1), int borderType=BORDER_DEFAULT)
Blurs an image using the normalized box filter.
cv::EstimatedGaussDistribution::getSigma
float getSigma()
cv::CvHOGEvaluator::integralHistogram
virtual void integralHistogram(const Mat &img, std::vector< Mat > &histogram, Mat &norm, int nbins) const
CV_CUDEV_RGB2RGB5x5_INST
#define CV_CUDEV_RGB2RGB5x5_INST(name, scn, bidx, green_bits)
Definition: color_cvt.hpp:425
cv::cudev::ThreshTruncFunc::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type src) const
Definition: functional.hpp:738
cv::cudev::ThreshBinaryFunc::thresh
T thresh
Definition: functional.hpp:696
cv::xphoto::INPAINT_FSR_FAST
See INPAINT_FSR_BEST.
Definition: inpainting.hpp:95
cv::GFluidKernel::GFluidKernel
GFluidKernel(Kind k, int l, bool scratch, const F &f, const IS &is, const RS &rs, const B &b, const GW &win)
Definition: gfluidkernel.hpp:76
cv::videostab::LpMotionStabilizer::setWeight2
void setWeight2(float val)
Definition: motion_stabilizing.hpp:134
cv::dynafu::Params::pyramidLevels
int pyramidLevels
Number of pyramid levels for ICP.
Definition: dynafu.hpp:52
cv::utils::dumpFloat
static String dumpFloat(float argument)
Definition: bindings_utils.hpp:44
cv::datasets::SR_div2kObj::imageName
std::string imageName
Definition: sr_div2k.hpp:25
mapshift.hpp
cv::CAP_PROP_XI_CC_MATRIX_01
Color Correction Matrix element [0][1].
Definition: videoio.hpp:406
cv::datasets::MSM_middleburyObj::imageName
std::string imageName
Definition: msm_middlebury.hpp:62
cv::dnn::getAvailableBackends
std::vector< std::pair< Backend, Target > > getAvailableBackends()
cv::gapi::merge4
GMat merge4(const GMat &src1, const GMat &src2, const GMat &src3, const GMat &src4)
Creates one 3-channel (4-channel) matrix out of 3(4) single-channel ones.
cv::CAP_PROP_SAR_NUM
Sample aspect ratio: num/den (num)
Definition: videoio.hpp:172
cv::videostab::TranslationBasedLocalOutlierRejector::setCellSize
void setCellSize(Size val)
Definition: outlier_rejection.hpp:79
NCVVectorAlloc::isMemAllocated
NcvBool isMemAllocated() const
Definition: NCV.hpp:664
cv::videostab::DeblurerBase::frames_
const std::vector< Mat > * frames_
Definition: deblurring.hpp:85
cv::cudev::gridFindMaxVal_
__host__ void gridFindMaxVal_(const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: reduce.hpp:140
cv::BORDER_REFLECT
fedcba|abcdefgh|hgfedcb
Definition: base.hpp:271
CPU_AVX_512VBMI
Definition: cvdef.h:294
base.hpp
cv::v_reinterpret_as_f32
v_float32x4 v_reinterpret_as_f32(const v_reg< _Tp0, n0 > &a)
Definition: intrin_cpp.hpp:2188
cv::Complex::conj
Complex conj() const
conjugation
cv::CAP_PROP_XI_BUFFER_POLICY
Data move policy.
Definition: videoio.hpp:449
cv::Formatted::reset
virtual void reset()=0
cv::ClassifierThreshold::ClassifierThreshold
ClassifierThreshold(EstimatedGaussDistribution *posSamples, EstimatedGaussDistribution *negSamples)
cv::datasets::join
Definition: gr_chalearn.hpp:65
cv::detail::CompileArgTag< cv::graph_dump_path >::tag
static const char * tag()
Definition: gcommon.hpp:149
cv::detail::FisheyeProjector::mapBackward
void mapBackward(float u, float v, float &x, float &y)
cv::kinfu::Params::pyramidLevels
int pyramidLevels
Number of pyramid levels for ICP.
Definition: kinfu.hpp:54
cv::cudev::Max::rebind::other
Max< U > other
Definition: reduce_to_vec.hpp:131
cv::cudev::ScharrXPtr::index_type
int index_type
Definition: deriv.hpp:237
cv::cudev::ReduceToColumnBody::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: reduction.hpp:201
cv::CAP_PROP_XI_LUT_VALUE
Value at entry LUTIndex of the LUT.
Definition: videoio.hpp:452
cv::cudev::ThreshToZeroFunc::thresh
T thresh
Definition: functional.hpp:755
cv::cudev::warpScanExclusive
__device__ __forceinline__ T warpScanExclusive(T data, volatile T *smem, uint tid)
Definition: scan.hpp:122
cv::cudev::gridMinMaxLoc_
__host__ void gridMinMaxLoc_(const SrcPtr &src, GpuMat_< ResType > &valBuf, GpuMat_< int > &locBuf, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: reduce.hpp:210
cv::pencilSketch
void pencilSketch(InputArray src, OutputArray dst1, OutputArray dst2, float sigma_s=60, float sigma_r=0.07f, float shade_factor=0.02f)
Pencil-like non-photorealistic line drawing.
cv::utils::getConfigurationParameterPaths
Paths getConfigurationParameterPaths(const char *name, const Paths &defaultValue=Paths())
cv::GFluidKernel::GW
std::function< int(const GMetaArgs &, const GArgs &)> GW
Definition: gfluidkernel.hpp:72
CPU_SSE4_1
Definition: cvdef.h:278
NcvRect32u
Definition: NCV.hpp:160
cv::COLOR_BayerGB2BGRA
Definition: imgproc.hpp:778
cv::tbm::Track::first_object
TrackedObject first_object
First object in track.
Definition: tracking_by_matching.hpp:388
cv::gapi::cmpGT
GMat cmpGT(const GMat &src1, const GMat &src2)
Performs the per-element comparison of two matrices checking if elements from first matrix are greate...
cv::util::any::any_cast
friend value_t * any_cast(any *operand)
Definition: any.hpp:114
cv::viz::Mesh
This class wraps mesh attributes, and it can load a mesh from a ply file. :
Definition: types.hpp:120
cv::cudev::logical_or
Definition: functional.hpp:204
cv::GProtoOutputArgs
GIOProtoArgs< Out_Tag > GProtoOutputArgs
Definition: gproto.hpp:67
cv::util::optional::optional
optional()
Definition: optional.hpp:36
cv::ocl::haveAmdBlas
bool haveAmdBlas()
cv::detail::ArgKind::GSCALAR
cv::viz::SHADING_FLAT
Definition: widgets.hpp:83
cv::PlaneWarper
Plane warper factory class.
Definition: warpers.hpp:134
cv::putText
void putText(InputOutputArray img, const String &text, Point org, int fontFace, double fontScale, Scalar color, int thickness=1, int lineType=LINE_8, bool bottomLeftOrigin=false)
Draws a text string.
cv::gapi::YUV2BGR
GMat YUV2BGR(const GMat &src)
Converts an image from YUV color space to BGR color space.
cv::cudev::VecTraits< char2 >::all
__host__ __device__ static __forceinline__ char2 all(schar v)
Definition: vec_traits.hpp:162
cv::optflow::GPCPatchDescriptor::isSeparated
bool isSeparated() const
Definition: sparse_matching_gpc.hpp:74
cv::CompressedRectilinearPortraitWarper
Definition: warpers.hpp:188
cv::superres::DenseOpticalFlowExt
Definition: optical_flow.hpp:56
cv::bioinspired::RetinaParameters::IplMagnoParameters::parasolCells_k
float parasolCells_k
Definition: retina.hpp:176
reduce.hpp
cv::quality::QualityMSE::create
static Ptr< QualityMSE > create(InputArray ref)
Create an object which calculates quality.
cv::sfm::SFM_DISTORTION_MODEL_POLYNOMIAL
Definition: simple_pipeline.hpp:52
cv::COLOR_BayerGB2RGB_VNG
Definition: imgproc.hpp:761
cv::dpm::DPMDetector::ObjectDetection::rect
Rect rect
Definition: dpm.hpp:112
cv::CAP_PROP_PVAPI_BINNINGX
Horizontal binning factor.
Definition: videoio.hpp:296
cv::face::StandardCollector::PredictResult
Definition: predict_collector.hpp:85
cv::viz::Color::brown
static Color brown()
cv::CAP_PROP_GPHOTO2_COLLECT_MSGS
Collect messages with details.
Definition: videoio.hpp:558
cv::datasets::OR_mnistObj::image
Mat image
Definition: or_mnist.hpp:63
traits.hpp
cv::AsyncPromise::setValue
void setValue(InputArray value)
cv::datasets::SLAM_tumindoor
Definition: slam_tumindoor.hpp:74
cv::Point
Point2i Point
Definition: types.hpp:194
cv::CAP_PROP_XI_COOLING
Start camera cooling.
Definition: videoio.hpp:392
cv::ocl::Device::TYPE_CPU
Definition: ocl.hpp:84
cv::GFluidKernel::M
std::function< GMetaArgs(const GMetaArgs &, const GArgs &)> M
Definition: gfluidkernel.hpp:66
cv::cudev::brdWrap
__host__ BrdBase< BrdWrap, typename PtrTraits< SrcPtr >::ptr_type > brdWrap(const SrcPtr &src)
Definition: extrapolation.hpp:211
cv::COLOR_BayerGR2RGB
Definition: imgproc.hpp:747
hal_ni_pyrdown
int hal_ni_pyrdown(const uchar *src_data, size_t src_step, int src_width, int src_height, uchar *dst_data, size_t dst_step, int dst_width, int dst_height, int depth, int cn, int border_type)
Perform Gaussian Blur and downsampling for input tile.
Definition: hal_replacement.hpp:753
CV_Assert
#define CV_Assert(expr)
Checks a condition at runtime and throws exception if it fails.
Definition: base.hpp:342
cv::datasets::Dataset
Definition: dataset.hpp:564
cv::hal::normL1_
int normL1_(const uchar *a, const uchar *b, int n)
cv::cudev::GpuMat_::depth
__host__ int depth() const
cv::Allocator::Allocator
Allocator(Allocator const &)
Definition: cvstd.hpp:124
cv::cudev::NormL2::reduceThread
__device__ __forceinline__ void reduceThread(value_type val1, value_type val2)
Definition: vec_distance.hpp:131
cv::GKernelType< K, std::function< R(Args...)> >::InArgs
std::tuple< Args... > InArgs
Definition: gkernel.hpp:215
cv::createTonemapDrago
Ptr< TonemapDrago > createTonemapDrago(float gamma=1.0f, float saturation=1.0f, float bias=0.85f)
Creates TonemapDrago object.
cv::FileStorage::operator<<
FileStorage & operator<<(FileStorage &fs, const String &str)
Writes string to a file storage.
cv::GOCLContext::m_results
std::unordered_map< std::size_t, GRunArgP > m_results
Definition: goclkernel.hpp:76
cv::hal::Cholesky32f
bool Cholesky32f(float *A, size_t astep, int m, float *b, size_t bstep, int n)
cv::ClassifierThreshold::getDistribution
void * getDistribution(int target)
cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategyMultiple
Regroup multiple strategies for the selective search segmentation algorithm.
Definition: segmentation.hpp:135
glob.hpp
cv::GInfer
Definition: infer.hpp:108
hal_ni_min16s
int hal_ni_min16s(const short *src1_data, size_t src1_step, const short *src2_data, size_t src2_step, short *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:114
INCVMemAllocator::memType
virtual NCVMemoryType memType(void) const =0
cv::CAP_PROP_BUFFERSIZE
Definition: videoio.hpp:170
cv::FONT_HERSHEY_SCRIPT_COMPLEX
more complex variant of FONT_HERSHEY_SCRIPT_SIMPLEX
Definition: imgproc.hpp:821
cv::Scalar_::Scalar_
Scalar_()
default constructor
cv::optflow::calcOpticalFlowDenseRLOF
void calcOpticalFlowDenseRLOF(InputArray I0, InputArray I1, InputOutputArray flow, Ptr< RLOFOpticalFlowParameter > rlofParam=Ptr< RLOFOpticalFlowParameter >(), float forwardBackwardThreshold=0, Size gridStep=Size(6, 6), InterpolationType interp_type=InterpolationType::INTERP_EPIC, int epicK=128, float epicSigma=0.05f, float epicLambda=100.f, int ricSPSize=15, int ricSLICType=100, bool use_post_proc=true, float fgsLambda=500.0f, float fgsSigma=1.5f, bool use_variational_refinement=false)
Fast dense optical flow computation based on robust local optical flow (RLOF) algorithms and sparse-t...
cv::quality::QualitySSIM::clear
void clear() CV_OVERRIDE
Implements Algorithm::clear()
Definition: qualityssim.hpp:33
cv::cudev::ConstantPtrSz::cols
int cols
Definition: constant.hpp:69
cv::ml::ANN_MLP
Artificial Neural Networks - Multi-Layer Perceptrons.
Definition: ml.hpp:1422
cv::datasets::TR_svtObj::fileName
std::string fileName
Definition: tr_svt.hpp:68
cv::aruco::DICT_ARUCO_ORIGINAL
Definition: dictionary.hpp:158
cv::gapi::own::Mat::Mat
Mat(int _rows, int _cols, int _type, void *_data, size_t _step=AUTO_STEP)
Definition: mat.hpp:106
cv::Mat_::type
int type() const
cv::v_store
void v_store(_Tp *ptr, const v_reg< _Tp, n > &a)
Store data to memory.
Definition: intrin_cpp.hpp:1617
cv::hal::StoreMode
StoreMode
Definition: intrin.hpp:93
type_traits.hpp
CV_OUT
#define CV_OUT
Definition: cvdef.h:421
cv::GInferListBase::getOutMeta
static GMetaArgs getOutMeta(const GMetaArgs &, const GArgs &)
Definition: infer.hpp:99
cv::TonemapReinhard
This is a global tonemapping operator that models human visual system.
Definition: photo.hpp:397
cv::V_TypeTraits< float >::int_type
int int_type
Definition: intrin.hpp:139
cv::text::PSM_SINGLE_COLUMN
Definition: ocr.hpp:73
cv::utils::logging::internal::getGlobalLogTag
cv::utils::logging::LogTag * getGlobalLogTag()
cv::applyColorMap
void applyColorMap(InputArray src, OutputArray dst, int colormap)
Applies a GNU Octave/MATLAB equivalent colormap on a given image.
cv::GArray
Definition: garray.hpp:33
cv::Mat::addref
void addref()
Increments the reference counter.
OPENCV_HAL_IMPL_C_REINTERPRET
#define OPENCV_HAL_IMPL_C_REINTERPRET(_Tpvec, _Tp, suffix)
Helper macro.
Definition: intrin_cpp.hpp:2174
cv::viz::WCloud
Clouds.
Definition: widgets.hpp:680
cv::BaseClassifier::m_wWrong
std::vector< float > m_wWrong
Definition: onlineBoosting.hpp:146
cv::gapi::wip::draw::Poly::color
cv::Scalar color
The line color.
Definition: render.hpp:359
cv::L1
Definition: features2d.hpp:836
cv::utils::optional_lock_guard::optional_lock_guard
optional_lock_guard(Mutex *m)
Definition: lock.private.hpp:80
cv::gapi::own::detail::MatHeader::MatHeader
MatHeader(MatHeader &&src)
Definition: mat.hpp:58
cv::datasets::PascalObj
Definition: or_pascal.hpp:68
cv::ConjGradSolver
This class is used to perform the non-linear non-constrained minimization of a function with known gr...
Definition: optim.hpp:236
cv::TrackerKCF::Params::compressed_size
int compressed_size
feature size after compression
Definition: tracker.hpp:1255
cv::cuda::FastFeatureDetector
Wrapping class for feature detection using the FAST method.
Definition: cudafeatures2d.hpp:426
cv::videostab::StabilizerBase::curPos_
int curPos_
Definition: stabilizer.hpp:127
cv::linemod::Template::width
int width
Definition: linemod.hpp:43
cv::detail::PairwiseSeamFinder
Base class for all pairwise seam estimators.
Definition: seam_finders.hpp:84
cv::COLOR_BGR2Lab
convert RGB/BGR to CIE Lab, color conversions
Definition: imgproc.hpp:588
cv::v_setall_s32
v_int32x4 v_setall_s32(int val)
Definition: intrin_cpp.hpp:2165
NCV_ALLOCATOR_NOT_INITIALIZED
Definition: NCV.hpp:332
cv::v_round
v_reg< int, n > v_round(const v_reg< _Tp, n > &a)
Round elements.
Definition: intrin_cpp.hpp:527
cv::GEMM_2_T
transposes src2
Definition: base.hpp:221
cv::viz::WTrajectory::PATH
Definition: widgets.hpp:607
cv::vconcat
void vconcat(const Mat *src, size_t nsrc, OutputArray dst)
Applies vertical concatenation to given matrices.
cv::cuda::copyMakeBorder
void copyMakeBorder(InputArray src, OutputArray dst, int top, int bottom, int left, int right, int borderType, Scalar value=Scalar(), Stream &stream=Stream::Null())
Forms a border around an image.
cv::InputOutputArray
const typedef _InputOutputArray & InputOutputArray
Definition: mat.hpp:441
cv::CAP_PROP_XI_LENS_APERTURE_VALUE
Current lens aperture value in stops. Examples: 2.8, 4, 5.6, 8, 11.
Definition: videoio.hpp:429
cv::utils::logging::getLogLevel
LogLevel getLogLevel()
cv::Mat_::ones
static MatExpr ones(int rows, int cols)
cv::stereo::StereoBinaryBM::setUniquenessRatio
virtual void setUniquenessRatio(int uniquenessRatio)=0
cv::optflow::GPCTrainingSamples
Class encapsulating training samples.
Definition: sparse_matching_gpc.hpp:98
cv::stereo::PropagationParameters::corrWinSizeX
int corrWinSizeX
Definition: quasi_dense_stereo.hpp:40
cv::cudacodec::EncoderParams::RCType
int RCType
NVVE_RC_TYPE,.
Definition: cudacodec.hpp:90
textDetector.hpp
cv::calcHist
void calcHist(const Mat *images, int nimages, const int *channels, InputArray mask, OutputArray hist, int dims, const int *histSize, const float **ranges, bool uniform=true, bool accumulate=false)
Calculates a histogram of a set of arrays.
cv::COLOR_YUV2GRAY_IYUV
Definition: imgproc.hpp:668
hal_ni_sub32s
int hal_ni_sub32s(const int *src1_data, size_t src1_step, const int *src2_data, size_t src2_step, int *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:88
cv::gapi::own::detail::MatHeader::step
size_t step
Definition: mat.hpp:81
cv::gapi::threshold
GMat threshold(const GMat &src, const GScalar &thresh, const GScalar &maxval, int type)
Applies a fixed-level threshold to each matrix element.
cv::hal::not8u
void not8u(const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
cv::videostab::PyrLkOptFlowEstimatorBase::PyrLkOptFlowEstimatorBase
PyrLkOptFlowEstimatorBase()
Definition: optical_flow.hpp:82
cv::cudev::sum_
__host__ Expr< SumExprBody< SrcPtr > > sum_(const SrcPtr &src)
Definition: reduction.hpp:77
cv::SOLVEPNP_DLS
A Direct Least-Squares (DLS) Method for PnP .
Definition: calib3d.hpp:238
cv::ml::RTrees
The class implements the random forest predictor.
Definition: ml.hpp:1247
vizcore.hpp
cv::CAP_PROP_XI_CC_MATRIX_23
Color Correction Matrix element [2][3].
Definition: videoio.hpp:416
cv::tracking::UnscentedKalmanFilterParams::DP
int DP
Dimensionality of the state vector.
Definition: kalman_filters.hpp:127
cv::datasets::PascalObj::difficult
bool difficult
Definition: or_pascal.hpp:72
cv::HOGDescriptor::copyTo
virtual void copyTo(HOGDescriptor &c) const
clones the HOGDescriptor
cv::cuda::rshift
void rshift(InputArray src, Scalar_< int > val, OutputArray dst, Stream &stream=Stream::Null())
Performs pixel by pixel right shift of an image by a constant value.
cv::videostab::WeightingDeblurer::sensitivity
float sensitivity() const
Definition: deblurring.hpp:102
cv::EVENT_MOUSEMOVE
indicates that the mouse pointer has moved over the window.
Definition: highgui.hpp:206
cv::cuda::mulSpectrums
void mulSpectrums(InputArray src1, InputArray src2, OutputArray dst, int flags, bool conjB=false, Stream &stream=Stream::Null())
Performs a per-element multiplication of two Fourier spectrums.
cv::v_reg::get0
_Tp get0() const
Access first value.
Definition: intrin_cpp.hpp:333
cv::detail::MatchesInfo::H
Mat H
Estimated transformation.
Definition: matchers.hpp:110
cv::optflow::PCAPrior::getBasisSize
int getBasisSize() const
Definition: pcaflow.hpp:87
cv::detail::fluid_get_in< cv::GMat >::get
static const cv::gapi::fluid::View & get(const cv::GArgs &in_args, int idx)
Definition: gfluidkernel.hpp:173
cv::ocl::buildOptionsAddMatrixDescription
void buildOptionsAddMatrixDescription(String &buildOptions, const String &name, InputArray _m)
hist_cost.hpp
cv::rgbd::RgbdPlane::setThreshold
void setThreshold(double val)
Definition: depth.hpp:416
hal_ni_add16s
int hal_ni_add16s(const short *src1_data, size_t src1_step, const short *src2_data, size_t src2_step, short *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:79
cv::datasets::imageType
imageType
Definition: slam_tumindoor.hpp:60
cv::ocl::useOpenCL
bool useOpenCL()
cv::multicalib::MultiCameraCalibration::vertex::pose
Mat pose
Definition: multicalib.hpp:100
cv::ppf_match_3d::Pose3D::pose
Matx44d pose
Definition: pose_3d.hpp:127
cv::cudev::vcmpeq2
__device__ __forceinline__ uint vcmpeq2(uint a, uint b)
Definition: simd_functions.hpp:261
Cv64suf::f
double f
Definition: cvdef.h:359
cv::Error::StsBadMask
bad format of mask (neither 8uC1 nor 8sC1)
Definition: base.hpp:108
HaarStage64::setStartClassifierRootNodeOffset
__host__ NCVStatus setStartClassifierRootNodeOffset(Ncv32u val)
Definition: NCVHaarObjectDetection.hpp:282
cv::tbm::TrackerParams::min_det_conf
float min_det_conf
Min confidence of detection.
Definition: tracking_by_matching.hpp:281
cv::dnn::ReshapeLayer::newShapeRange
Range newShapeRange
Definition: all_layers.hpp:300
cv::cudev::BinaryNegate::operator()
__device__ __forceinline__ Predicate::result_type operator()(typename TypeTraits< typename Predicate::first_argument_type >::parameter_type x, typename TypeTraits< typename Predicate::second_argument_type >::parameter_type y) const
Definition: functional.hpp:814
cv::face::PredictCollector
Abstract base class for all strategies of prediction result handling.
Definition: predict_collector.hpp:61
cv::COLOR_BayerRG2BGR_VNG
Definition: imgproc.hpp:757
cv::videostab::estimateOptimalTrimRatio
float estimateOptimalTrimRatio(const Mat &M, Size size)
cv::cuda::interpolateFrames
void interpolateFrames(const GpuMat &frame0, const GpuMat &frame1, const GpuMat &fu, const GpuMat &fv, const GpuMat &bu, const GpuMat &bv, float pos, GpuMat &newFrame, GpuMat &buf, Stream &stream=Stream::Null())
Interpolates frames (images) using provided optical flow (displacement field).
cv::DescriptorMatcher::MatcherType
MatcherType
Definition: features2d.hpp:863
cv::ocl::Platform
Definition: ocl.hpp:269
cv::cudev::BinaryNegate
Definition: functional.hpp:810
cv::ppf_match_3d::samplePCUniform
Mat samplePCUniform(Mat PC, int sampleStep)
cv::hal::mul8u
void mul8u(const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *scale)
cv::cudev::CubicInterPtrSz::rows
int rows
Definition: interpolation.hpp:215
cv::flann::GenericIndex::size
int size() const
Definition: flann.hpp:292
cv::datasets::GR_chalearnObj::numFrames
int numFrames
Definition: gr_chalearn.hpp:78
cv::TrackerCSRT::Params::number_of_scales
int number_of_scales
Definition: tracker.hpp:1522
cv::structured_light::SinusoidalPattern::Params
Parameters of SinusoidalPattern constructor.
Definition: sinusoidalpattern.hpp:82
cv::FileStorage::p
Ptr< Impl > p
Definition: persistence.hpp:456
cv::xphoto::dctDenoising
void dctDenoising(const Mat &src, Mat &dst, const double sigma, const int psize=16)
The function implements simple dct-based denoising.
cv::rgbd::RgbdNormals::getRows
int getRows() const
Definition: depth.hpp:124
cv::ximgproc::SuperpixelSEEDS
Class implementing the SEEDS (Superpixels Extracted via Energy-Driven Sampling) superpixels algorithm...
Definition: seeds.hpp:66
cv::groupRectangles_meanshift
void groupRectangles_meanshift(std::vector< Rect > &rectList, std::vector< double > &foundWeights, std::vector< double > &foundScales, double detectThreshold=0.0, Size winDetSize=Size(64, 128))
cv::cudev::singleMaskChannels
__host__ SingleMaskChannelsSz< typename PtrTraits< MaskPtr >::ptr_type > singleMaskChannels(const MaskPtr &mask, int channels)
Definition: mask.hpp:90
cv::detail::scalar_wrapper_ocl::m_org_s
cv::gapi::own::Scalar & m_org_s
Definition: goclkernel.hpp:148
cv::optflow::GPCMatchingParams::useOpenCL
bool useOpenCL
Whether to use OpenCL to speed up the matching.
Definition: sparse_matching_gpc.hpp:145
cv::gapi::own::Mat::copyTo
void copyTo(Mat &dst) const
Copies the matrix to another one.
Definition: mat.hpp:265
cv::stereoRectify
void stereoRectify(InputArray cameraMatrix1, InputArray distCoeffs1, InputArray cameraMatrix2, InputArray distCoeffs2, Size imageSize, InputArray R, InputArray T, OutputArray R1, OutputArray R2, OutputArray P1, OutputArray P2, OutputArray Q, int flags=CALIB_ZERO_DISPARITY, double alpha=-1, Size newImageSize=Size(), Rect *validPixROI1=0, Rect *validPixROI2=0)
Computes rectification transforms for each head of a calibrated stereo camera.
cv::FileNode::read
static void read(const FileNode &node, Point3_< _Tp > &value, const Point3_< _Tp > &default_value)
Definition: persistence.hpp:729
cv::quality::quality_utils::EXPANDED_MAT_DEFAULT_TYPE
static const CV_CONSTEXPR int EXPANDED_MAT_DEFAULT_TYPE
Definition: quality_utils.hpp:18
photo.hpp
cv::stereo::MCTKernel::MCTKernel
MCTKernel()
Definition: descriptor.hpp:105
cv::tracking::UnscentedKalmanFilterParams::errorCovInit
Mat errorCovInit
State estimate cross-covariance matrix, DP x DP, default is identity.
Definition: kalman_filters.hpp:133
cv::gapi::core::GMat3
std::tuple< GMat, GMat, GMat > GMat3
Definition: core.hpp:32
cv::detail::CylindricalWarper::detectResultRoi
void detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br) CV_OVERRIDE
Definition: warpers.hpp:322
cv::bioinspired::RetinaParameters::OPLandIplParvoParameters::ganglionCellsSensitivity
float ganglionCellsSensitivity
Definition: retina.hpp:162
cv::cudacodec::EncoderCallBack::PicType
PicType
Definition: cudacodec.hpp:133
G_TYPED_KERNEL
#define G_TYPED_KERNEL(Class, API, Id)
Definition: gkernel.hpp:252
cv::CAP_OPENNI_ASUS
OpenNI (for Asus Xtion)
Definition: videoio.hpp:104
edge_filter.hpp
cv::omnidir::CALIB_FIX_GAMMA
Definition: omnidir.hpp:63
cv::connectedComponentsWithStats
int connectedComponentsWithStats(InputArray image, OutputArray labels, OutputArray stats, OutputArray centroids, int connectivity, int ltype, int ccltype)
computes the connected components labeled image of boolean image and also produces a statistics outpu...
cv::viz::makeTransformToGlobal
Affine3d makeTransformToGlobal(const Vec3d &axis_x, const Vec3d &axis_y, const Vec3d &axis_z, const Vec3d &origin=Vec3d::all(0))
Takes coordinate frame data and builds transform to global coordinate frame.
cv::StrongClassifierDirectSelection::classifySmooth
float classifySmooth(const std::vector< Mat > &images, const Rect &sampleROI, int &idx)
cv::cudev::TexturePtr::value_type
T value_type
Definition: texture.hpp:187
cv::GMatDesc::GMatDesc
GMatDesc()
Definition: gmat.hpp:97
cv::CAP_PROP_BACKLIGHT
Definition: videoio.hpp:164
UINT32
uint32_t UINT32
Definition: descriptor.hpp:64
cv::ppf_match_3d::Pose3D::angle
double angle
Definition: pose_3d.hpp:128
util.hpp
cv::Point3_::value_type
_Tp value_type
Definition: types.hpp:242
cv::instr::IMPL_PLAIN
Definition: instrumentation.hpp:55
block_mean_hash.hpp
cv::CAP_PROP_XI_IMAGE_IS_COLOR
Returns 1 for color cameras.
Definition: videoio.hpp:400
qualitypsnr.hpp
cv::KAZE::DIFF_PM_G2
Definition: features2d.hpp:675
cv::v_ceil
v_reg< int, n > v_ceil(const v_reg< _Tp, n > &a)
Ceil elements.
Definition: intrin_cpp.hpp:537
cv::dnn::BatchNormLayer::epsilon
float epsilon
Definition: all_layers.hpp:528
cv::Matx::inv
Matx< _Tp, n, m > inv(int method=DECOMP_LU, bool *p_is_ok=NULL) const
invert the matrix
cv::rgbd::RgbdICPOdometry::setMaxRotation
void setMaxRotation(double val)
Definition: depth.hpp:992
cv::CAP_PROP_FPS
Frame rate.
Definition: videoio.hpp:137
cv::text::TextDetectorCNN
TextDetectorCNN class provides the functionallity of text bounding box detection. This class is repre...
Definition: textDetector.hpp:41
cv::cudev::NullType
Definition: type_traits.hpp:60
cv::datasets::TRACK_alov::activeDatasetID
int activeDatasetID
Definition: track_alov.hpp:98
cv::cudev::ResizePtr
Definition: resize.hpp:60
HaarStage64::getStageThreshold
__host__ __device__ Ncv32f getStageThreshold(void)
Definition: NCVHaarObjectDetection.hpp:302
cv::detail::BlocksChannelsCompensator::BlocksChannelsCompensator
BlocksChannelsCompensator(int bl_width=32, int bl_height=32, int nr_feeds=1)
Definition: exposure_compensate.hpp:219
cv::detail::get_window_helper
Definition: gfluidkernel.hpp:293
cv::CAP_OPENNI_DEPTH_MAP
Depth values in mm (CV_16UC1)
Definition: videoio.hpp:256
cv::detail::GCompoundContext::inArg
const T & inArg(int input)
Definition: gcompoundkernel.hpp:34
cv::ocl::Device
Definition: ocl.hpp:70
cv::cudev::NormHamming::NormHamming
__device__ __forceinline__ NormHamming()
Definition: vec_distance.hpp:162
cv::cudev::IntegerAreaInterPtr::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: interpolation.hpp:236
cv::rgbd::RgbdNormals::setCols
void setCols(int val)
Definition: depth.hpp:136
cv::COLOR_YUV2GRAY_NV21
Definition: imgproc.hpp:665
persistence.hpp
cv::TLSDataAccumulator::TLSDataAccumulator
TLSDataAccumulator()
Definition: tls.hpp:93
cv::cudev::TypeTraits::is_signed_int
Definition: type_traits.hpp:143
cv::datasets::IR_robot
Definition: ir_robot.hpp:76
cv::GTransform::description
std::string description
Definition: gtransform.hpp:30
cv::tracking::UnscentedKalmanFilterParams::dataType
int dataType
Type of elements of vectors and matrices, default is CV_64F.
Definition: kalman_filters.hpp:130
cv::cudev::ZipPtr< tuple< Ptr0, Ptr1 > >::ZipPtr
__host__ __device__ __forceinline__ ZipPtr(const tuple< Ptr0, Ptr1 > &t)
Definition: zip.hpp:67
cv::Complex::im
_Tp im
Definition: types.hpp:87
cv::rawOut
static _OutputArray rawOut(_Tp &v)
cv::v_matmuladd
v_float32x4 v_matmuladd(const v_float32x4 &v, const v_float32x4 &m0, const v_float32x4 &m1, const v_float32x4 &m2, const v_float32x4 &m3)
Matrix multiplication and add.
Definition: intrin_cpp.hpp:2516
cv::operator>
v_reg< _Tp, n > operator>(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Greater-than comparison.
Definition: intrin_cpp.hpp:678
cv::gapi::wip::draw::Image
This structure represents an image to draw.
Definition: render.hpp:311
CPU_AVX512_KNM
Knights Mill with AVX-512F/CD/ER/PF/4FMAPS/4VNNIW/VPOPCNTDQ.
Definition: cvdef.h:313
cv::sort
void sort(InputArray src, OutputArray dst, int flags)
Sorts each row or each column of a matrix.
cv::Error::HeaderIsNull
image header is NULL
Definition: base.hpp:78
inpainting.hpp
cv::ml::ParamGrid::logStep
double logStep
Logarithmic step for iterating the statmodel parameter.
Definition: ml.hpp:125
cv::dynafu::Params::tsdf_max_weight
int tsdf_max_weight
max number of frames per voxel
Definition: dynafu.hpp:81
mace.hpp
cv::cudev::IsBinaryFunction
Definition: functional.hpp:887
cv::cuda::WARP_SHUFFLE_FUNCTIONS
Definition: cuda.hpp:783
cv::Error::BadNumChannels
bad number of channels, for example, some functions accept only single channel matrices.
Definition: base.hpp:84
cv::CAP_CMU1394
Same value as CAP_FIREWIRE.
Definition: videoio.hpp:98
cv::linemod::Template
Definition: linemod.hpp:41
cv::stylization
void stylization(InputArray src, OutputArray dst, float sigma_s=60, float sigma_r=0.45f)
Stylization aims to produce digital imagery with a wide variety of effects not focused on photorealis...
cv::GMatDesc
Definition: gmat.hpp:79
cv::ml::SampleTypes
SampleTypes
Sample types.
Definition: ml.hpp:96
cv::cudev::bit_and
Definition: functional.hpp:225
cv::SVD::vt
Mat vt
Definition: core.hpp:2753
hal_ni_cmp8s
int hal_ni_cmp8s(const schar *src1_data, size_t src1_step, const schar *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, int operation)
Definition: hal_replacement.hpp:210
cv::text::ERFILTER_NM_RGBLGrad
Definition: erfilter.hpp:244
NCVMatrix::_width
Ncv32u _width
Definition: NCV.hpp:833
cv::gapi::dilate3x3
GMat dilate3x3(const GMat &src, int iterations=1, int borderType=BORDER_CONSTANT, const Scalar &borderValue=morphologyDefaultBorderValue())
Dilates an image by using 3 by 3 rectangular structuring element.
cv::GComputationT< R(Args...)>::GCompiledT::GCompiledT
GCompiledT()
Definition: gtyped.hpp:100
cv::hal::sub16s
void sub16s(const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *)
cv::tbm::ITrackerByMatching::Distance
std::shared_ptr< IDescriptorDistance > Distance
Definition: tracking_by_matching.hpp:413
cv::MatxCommaInitializer::dst
Matx< _Tp, m, n > * dst
Definition: matx.hpp:288
cv::v_load_low
v_reg< _Tp, V_TypeTraits< _Tp >::nlanes128 > v_load_low(const _Tp *ptr)
Load 64-bits of data to lower part (high part is undefined).
Definition: intrin_cpp.hpp:1405
cv::DetectionBasedTracker::IDetector::scaleFactor
float scaleFactor
Definition: detection_based_tracker.hpp:118
cv::datasets::index
Definition: gr_skig.hpp:77
cv::v_reduce_max
_Tp v_reduce_max(const v_reg< _Tp, n > &a)
Find one max value.
Definition: intrin_cpp.hpp:606
saturate_cast.hpp
cv::detail::get_in< cv::GMat >::get
static cv::Mat get(GCPUContext &ctx, int idx)
Definition: gcpukernel.hpp:134
cv::rawIn
static _InputArray rawIn(_Tp &v)
ncvStartTimer
NcvTimer ncvStartTimer(void)
cv::cuda::CornersDetector
Base class for Corners Detector. :
Definition: cudaimgproc.hpp:562
cv::viz::Mesh::tcoords
Mat tcoords
CV_32FC2 or CV_64FC2 with only 1 row.
Definition: types.hpp:138
cv::KalmanFilter::statePost
Mat statePost
corrected state (x(k)): x(k)=x'(k)+K(k)*(z(k)-H*x'(k))
Definition: tracking.hpp:394
OpenCV_API_Header
Definition: llapi.h:36
cv::detail::OCVCallHelper
Definition: gcpukernel.hpp:234
NCVVector::memType
NCVMemoryType memType() const
Definition: NCV.hpp:615
cv::cuda::fastNlMeansDenoising
void fastNlMeansDenoising(InputArray src, OutputArray dst, float h, int search_window=21, int block_size=7, Stream &stream=Stream::Null())
Perform image denoising using Non-local Means Denoising algorithm http://www.ipol....
alignUp
Ncv32u alignUp(Ncv32u what, Ncv32u alignment)
cv::ml::SVM::P
Definition: ml.hpp:672
cv::BRISK::getOctaves
virtual int getOctaves() const
Definition: features2d.hpp:303
nppiStDecimate_64u_C1R_host
NCVStatus nppiStDecimate_64u_C1R_host(Ncv64u *h_src, Ncv32u srcStep, Ncv64u *h_dst, Ncv32u dstStep, NcvSize32u srcRoi, Ncv32u scale)
cv::gapi::fluid::View
Definition: gfluidbuffer.hpp:45
HaarClassifierNodeDescriptor32::getLeafValueHost
__host__ Ncv32f getLeafValueHost(void)
Definition: NCVHaarObjectDetection.hpp:194
cv::linemod::QuantizedPyramid::Candidate::operator<
bool operator<(const Candidate &rhs) const
Sort candidates with high score to the front.
Definition: linemod.hpp:90
cv::Mat::dataend
const uchar * dataend
Definition: mat.hpp:2092
cv::ovis::WindowScene
Definition: ovis.hpp:58
cv::directx::ocl::initializeContextFromD3D10Device
Context & initializeContextFromD3D10Device(ID3D10Device *pD3D10Device)
Creates OpenCL context from D3D10 device.
cv::rgbd::RgbdNormals::getDepth
int getDepth() const
Definition: depth.hpp:148
cv::cudev::VecTraits< char2 >::make
__host__ __device__ static __forceinline__ char2 make(const schar *v)
Definition: vec_traits.hpp:164
cv::gapi::ie::detail::ParamDesc::ConstInput
std::pair< cv::Mat, TraitAs > ConstInput
Definition: ie.hpp:54
CV_BIG_UINT
#define CV_BIG_UINT(n)
Definition: interface.h:64
cv::CC_STAT_LEFT
Definition: imgproc.hpp:390
cv::cudev::plus
Definition: functional.hpp:77
cv::IMWRITE_PXM_BINARY
For PPM, PGM, or PBM, it can be a binary format flag, 0 or 1. Default value is 1.
Definition: imgcodecs.hpp:91
cv::CASCADE_SCALE_IMAGE
Definition: objdetect.hpp:169
cv::rgbd::RgbdNormals::rows_
int rows_
Definition: depth.hpp:177
cv::dnn::DictValue
This struct stores the scalar value (or array) of one of the following type: double,...
Definition: dict.hpp:60
cv::HOUGH_GRADIENT
basically 21HT, described in
Definition: imgproc.hpp:476
cv::ximgproc::rl::isRLMorphologyPossible
bool isRLMorphologyPossible(InputArray rlStructuringElement)
Check whether a custom made structuring element can be used with run length morphological operations....
cv::Mat::colRange
Mat colRange(int startcol, int endcol) const
Creates a matrix header for the specified column span.
cv::viz::WGrid
This 3D Widget defines a grid. :
Definition: widgets.hpp:525
cv::quality::QualitySSIM::empty
bool empty() const CV_OVERRIDE
Implements Algorithm::empty()
Definition: qualityssim.hpp:30
hal_ni_cmp8u
int hal_ni_cmp8u(const uchar *src1_data, size_t src1_step, const uchar *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, int operation)
Definition: hal_replacement.hpp:209
cv::videostab::WobbleSuppressorBase::motions2_
const std::vector< Mat > * motions2_
Definition: wobble_suppression.hpp:91
cv::videostab::StabilizerBase::doCorrectionForInclusion_
bool doCorrectionForInclusion_
Definition: stabilizer.hpp:122
cv::face::FacemarkAAM::Model::Texture::textureIdx
std::vector< std::vector< Point > > textureIdx
index for warping of each delaunay triangle region constructed by 3 facemarks
Definition: facemarkAAM.hpp:128
cv::operator^
v_reg< _Tp, n > operator^(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Bitwise XOR.
Definition: intrin_cpp.hpp:480
cv::cuda::setBufferPoolUsage
void setBufferPoolUsage(bool on)
BufferPool management (must be called before Stream creation)
NCVMemNativeAllocator
Definition: NCV.hpp:520
cv::detail::BasicVectorRef
Definition: garray.hpp:111
cv::datasets::FR_adienceObj::dx
int dx
Definition: fr_adience.hpp:76
cv::detail::Timelapser
Definition: timelapsers.hpp:57
cv::Exception::err
String err
error description
Definition: core.hpp:138
cv::cudev::ZipPtr< tuple< Ptr0, Ptr1 > >::value_type
tuple< typename PtrTraits< Ptr0 >::value_type, typename PtrTraits< Ptr1 >::value_type > value_type
Definition: zip.hpp:63
cv::v_invsqrt
v_reg< _Tp, n > v_invsqrt(const v_reg< _Tp, n > &a)
Inversed square root.
Definition: intrin_cpp.hpp:818
cv::img_hash::blockMeanHash
void blockMeanHash(cv::InputArray inputArr, cv::OutputArray outputArr, int mode=BLOCK_MEAN_HASH_MODE_0)
Computes block mean hash of the input image.
cv::COLOR_YUV420sp2RGBA
Definition: imgproc.hpp:643
cv::superres::createOptFlow_Farneback_CUDA
Ptr< FarnebackOpticalFlow > createOptFlow_Farneback_CUDA()
CV_32S
#define CV_32S
Definition: interface.h:77
cv::DownhillSolver
This class is used to perform the non-linear non-constrained minimization of a function,...
Definition: optim.hpp:155
cv::ft::filter
void filter(InputArray image, InputArray kernel, OutputArray output)
Image filtering.
cv::Mat
n-dimensional dense array class
Definition: mat.hpp:791
cv::Laplacian
void Laplacian(InputArray src, OutputArray dst, int ddepth, int ksize=1, double scale=1, double delta=0, int borderType=BORDER_DEFAULT)
Calculates the Laplacian of an image.
cv::detail::MercatorWarper
Definition: warpers.hpp:449
cv::videostab::NullFrameSource::nextFrame
virtual Mat nextFrame() CV_OVERRIDE
Definition: frame_source.hpp:69
cv::LineIterator::plusDelta
int plusDelta
Definition: imgproc.hpp:4738
cv::CvFeatureParams::CvFeatureParams
CvFeatureParams()
cv::ppf_match_3d::hashtableWrite
int hashtableWrite(const hashtable_int *hashtbl, const size_t dataSize, FILE *f)
cv::cuda::countNonZero
int countNonZero(InputArray src)
Counts non-zero matrix elements.
cv::Point2d
Point_< double > Point2d
Definition: types.hpp:193
_mm_interleave_epi8
void _mm_interleave_epi8(__m128i &v_r0, __m128i &v_r1, __m128i &v_g0, __m128i &v_g1)
Definition: sse_utils.hpp:172
gtype_traits.hpp
hal_ni_cmp16u
int hal_ni_cmp16u(const ushort *src1_data, size_t src1_step, const ushort *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, int operation)
Definition: hal_replacement.hpp:211
cv::cudev::derivX_
__host__ Expr< DerivXPtrSz< typename PtrTraits< SrcPtr >::ptr_type > > derivX_(const SrcPtr &src)
Definition: deriv.hpp:63
cv::DIST_MASK_PRECISE
Definition: imgproc.hpp:311
cv::datasets::TRACK_alovObj::id
int id
Definition: track_alov.hpp:63
cv::superres::SuperResolution
Base class for Super Resolution algorithms.
Definition: superres.hpp:87
cv::stereo::PropagationParameters::gftMaxNumFeatures
int gftMaxNumFeatures
Definition: quasi_dense_stereo.hpp:62
cv::text::createERFilterNM1
Ptr< ERFilter > createERFilterNM1(const Ptr< ERFilter::Callback > &cb, int thresholdDelta=1, float minArea=(float) 0.00025, float maxArea=(float) 0.13, float minProbability=(float) 0.4, bool nonMaxSuppression=true, float minProbabilityDiff=(float) 0.1)
Create an Extremal Region Filter for the 1st stage classifier of N&M algorithm .
CV_CUDEV_XYZ2RGB_INST
#define CV_CUDEV_XYZ2RGB_INST(name, scn, dcn, bidx)
Definition: color_cvt.hpp:191
cv::ml::KNearest::Types
Types
Implementations of KNearest algorithm.
Definition: ml.hpp:497
cv::MONOCHROME_TRANSFER
Definition: photo.hpp:721
cv::cudev::Avg::work_type
T work_type
Definition: reduce_to_vec.hpp:87
cv::cuda::createBoxFilter
Ptr< Filter > createBoxFilter(int srcType, int dstType, Size ksize, Point anchor=Point(-1, -1), int borderMode=BORDER_DEFAULT, Scalar borderVal=Scalar::all(0))
Creates a normalized 2D box filter.
cv::TrackerSamplerCSC::Params::trackMaxPosNum
int trackMaxPosNum
Definition: tracker.hpp:790
texture.hpp
cv::cuda::pyrUp
void pyrUp(InputArray src, OutputArray dst, Stream &stream=Stream::Null())
Upsamples an image and then smoothes it.
cv::textureFlattening
void textureFlattening(InputArray src, InputArray mask, OutputArray dst, float low_threshold=30, float high_threshold=45, int kernel_size=3)
By retaining only the gradients at edge locations, before integrating with the Poisson solver,...
cv::kinfu::KinFu
KinectFusion implementation.
Definition: kinfu.hpp:136
cv::Stitcher::warper
Ptr< WarperCreator > warper()
Definition: stitching.hpp:234
cv::IMREAD_UNCHANGED
If set, return the loaded image as is (with alpha channel, otherwise it gets cropped).
Definition: imgcodecs.hpp:65
cv::gapi::mul
GMat mul(const GMat &src1, const GMat &src2, double scale=1.0, int ddepth=-1)
Calculates the per-element scaled product of two matrices.
cv::videostab::MotionStabilizationPipeline
Definition: motion_stabilizing.hpp:70
cv::computeECC
double computeECC(InputArray templateImage, InputArray inputImage, InputArray inputMask=noArray())
Computes the Enhanced Correlation Coefficient value between two images .
cv::cudev::RemapPtr2::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: remap.hpp:77
cv::GArg::value
util::any value
Definition: garg.hpp:83
cv::cbrt
softfloat cbrt(const softfloat &a)
Cube root.
cv::detail::CameraParams::ppy
double ppy
Definition: camera.hpp:68
hal_ni_exp64f
int hal_ni_exp64f(const double *src, double *dst, int len)
Definition: hal_replacement.hpp:474
cv::Moments
struct returned by cv::moments
Definition: types.hpp:926
cv::FileNode::read
static void read(const FileNode &node, Rect_< _Tp > &value, const Rect_< _Tp > &default_value)
Definition: persistence.hpp:748
cv::Detector::getConfidenceOfBestDetection
float getConfidenceOfBestDetection()
Definition: onlineBoosting.hpp:213
NPPST_MEM_INTERNAL_ERROR
Internal memory management error.
Definition: NCV.hpp:370
cv::DistanceTransformLabelTypes
DistanceTransformLabelTypes
distanceTransform algorithm flags
Definition: imgproc.hpp:364
cv::GOCLContext
Definition: goclkernel.hpp:54
cv::viz::REPRESENTATION_WIREFRAME
Definition: widgets.hpp:77
cv::cuda::createGaussianFilter
Ptr< Filter > createGaussianFilter(int srcType, int dstType, Size ksize, double sigma1, double sigma2=0, int rowBorderMode=BORDER_DEFAULT, int columnBorderMode=-1)
Creates a Gaussian filter.
cv::detail::TypeHint
Definition: garray.hpp:66
cv::MatConstIterator::elemSize
size_t elemSize
Definition: mat.hpp:3066
cv::cudev::numeric_limits< ushort >::min
__device__ static __forceinline__ ushort min()
Definition: limits.hpp:90
cv::detail::CompressedRectilinearPortraitProjector
Definition: warpers.hpp:378
cv::CAP_PROP_XI_TRG_SOURCE
Defines source of trigger.
Definition: videoio.hpp:338
intrin_forward.hpp
cv::cudev::GpuMat_::channels
__host__ int channels() const
cv::CvFeatureParams::HOG
Definition: feature.hpp:144
cv::MatxCommaInitializer::operator,
MatxCommaInitializer< _Tp, m, n > & operator,(T2 val)
cvhalKeyPoint::response
float response
Definition: interface.h:25
cv::SL2::ResultType
Accumulator< T >::Type ResultType
Definition: features2d.hpp:808
cv::Error::BadImageSize
image size is invalid
Definition: base.hpp:79
cv::GArg::GArg
GArg(T &&t)
Definition: garg.hpp:54
cv::cuda::SHARED_ATOMICS
Definition: cuda.hpp:781
CPU_SSSE3
Definition: cvdef.h:277
cv::Hamming
Definition: base.hpp:382
cv_vrnd_u32_f32
uint32x2_t cv_vrnd_u32_f32(float32x2_t v)
Definition: neon_utils.hpp:70
cv::ximgproc::FHT_MAX
Definition: fast_hough_transform.hpp:92
cv::BaseClassifier::trainClassifier
void trainClassifier(const Mat &image, int target, float importance, std::vector< bool > &errorMask)
cv::cuda::FGDParams::N2cc
int N2cc
Used to allow the first N1cc vectors to adapt over time to changing background.
Definition: cudalegacy.hpp:163
bioinspired.hpp
cv::normL2Sqr
static _AccTp normL2Sqr(const _Tp *a, int n)
Definition: base.hpp:404
cv::DetectionBasedTracker::IDetector::maxObjSize
cv::Size maxObjSize
Definition: detection_based_tracker.hpp:116
cv::HoughLinesP
void HoughLinesP(InputArray image, OutputArray lines, double rho, double theta, int threshold, double minLineLength=0, double maxLineGap=0)
Finds line segments in a binary image using the probabilistic Hough transform.
cv::CAP_PROP_XI_COUNTER_SELECTOR
Select counter.
Definition: videoio.hpp:445
cv::optflow::RLOFOpticalFlowParameter::smallWinSize
int smallWinSize
Definition: rlofflow.hpp:104
HaarStage64
Definition: NCVHaarObjectDetection.hpp:268
cv::videostab::getMotion
Mat getMotion(int from, int to, const std::vector< Mat > &motions)
Computes motion between two frames assuming that all the intermediate motions are known.
cv::createAffineTransformer
Ptr< AffineTransformer > createAffineTransformer(bool fullAffine)
cv::detail::VectorRef::rref
const std::vector< T > & rref() const
Definition: garray.hpp:250
cv::img_hash::marrHildrethHash
void marrHildrethHash(cv::InputArray inputArr, cv::OutputArray outputArr, float alpha=2.0f, float scale=1.0f)
Computes average hash value of the input image.
cv::videostab::InpaintingPipeline
Definition: inpainting.hpp:108
cv::cudev::saturate_cast_func::operator()
__device__ __forceinline__ D operator()(typename TypeTraits< T >::parameter_type v) const
Definition: functional.hpp:665
cv::KalmanFilter::temp2
Mat temp2
Definition: tracking.hpp:406
CV_CUDEV_UNARY_FUNCTION_INST
#define CV_CUDEV_UNARY_FUNCTION_INST(name, func)
Definition: functional.hpp:456
cv::aruco::DetectorParameters::detectInvertedMarker
bool detectInvertedMarker
Definition: aruco.hpp:190
cv::FileStorage::write
static void write(FileStorage &fs, const String &name, const Complex< _Tp > &c)
Definition: persistence.hpp:1003
cv::COLORMAP_SUMMER
Definition: imgproc.hpp:4225
cv::instr::NodeData::m_ticksTotal
volatile uint64 m_ticksTotal
Definition: instrumentation.hpp:87
cv::hal::max8s
void max8s(const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *)
cv::cudev::GpuMat_::value_type
T value_type
Definition: gpumat.hpp:63
cv::TrackerCSRT::Params::num_hog_channels_used
int num_hog_channels_used
Definition: tracker.hpp:1517
cv::cudev::PtrTraits< Expr< Body > >::ptr_type
PtrTraits< Body >::ptr_type ptr_type
Definition: expr.hpp:73
cv::Stitcher::setWaveCorrection
void setWaveCorrection(bool flag)
Definition: stitching.hpp:199
cv::Error::OpenCLApiCallError
OpenCL API call error.
Definition: base.hpp:120
conditioning.hpp
cv::cudev::NormL1< float >::reduceWarp
__device__ __forceinline__ void reduceWarp(result_type *smem, uint tid)
Definition: vec_distance.hpp:104
cv::Exception::code
int code
error code
Definition: core.hpp:137
cv::CMP_LE
src1 is less than or equal to src2.
Definition: base.hpp:215
cv::stereo::QuasiDenseStereo
Class containing the methods needed for Quasi Dense Stereo computation.
Definition: quasi_dense_stereo.hpp:93
segmentation.hpp
cv::cudev::threshTrunc_
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< SrcPtr >::ptr_type, ThreshTruncFunc< typename PtrTraits< SrcPtr >::value_type > > > threshTrunc_(const SrcPtr &src, typename PtrTraits< SrcPtr >::value_type thresh)
Definition: per_element_func.hpp:96
cv::ximgproc::createDisparityWLSFilterGeneric
Ptr< DisparityWLSFilter > createDisparityWLSFilterGeneric(bool use_confidence)
More generic factory method, create instance of DisparityWLSFilter and execute basic initialization r...
cv::cudacodec::EncoderParams::NaluFramingType
int NaluFramingType
NVVE_CONFIGURE_NALU_FRAMING_TYPE.
Definition: cudacodec.hpp:104
cv::VideoCapture::icap
Ptr< IVideoCapture > icap
Definition: videoio.hpp:822
cv::CAP_OPENNI_QVGA_30HZ
Definition: videoio.hpp:272
cv::v_extract
v_reg< _Tp, n > v_extract(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Vector extract.
Definition: intrin_cpp.hpp:1780
cv::Vec::mul
Vec mul(const Vec< _Tp, cn > &v) const
per-element multiplication
cv::CAP_INTELPERC_UVDEPTH_MAP
Each pixel contains two 32-bit floating point values in the range of 0-1, representing the mapping of...
Definition: videoio.hpp:537
cv::bioinspired::RetinaParameters::IplMagnoParameters::V0CompressionParameter
float V0CompressionParameter
Definition: retina.hpp:176
cv::SparseMat::Hdr::valueOffset
int valueOffset
Definition: mat.hpp:2680
cv::Mat::getStdAllocator
static MatAllocator * getStdAllocator()
and the standard allocator
cv::COLORMAP_SPRING
Definition: imgproc.hpp:4226
cv::cudev::UnaryTransformPtr
Definition: transform.hpp:61
cv::HOGDescriptor::HOGDescriptor
HOGDescriptor(const HOGDescriptor &d)
Definition: objdetect.hpp:427
cv::Mat::type
int type() const
Returns the type of a matrix element.
cv::tbm::ResizedImageDescriptor::ResizedImageDescriptor
ResizedImageDescriptor(const cv::Size &descr_size, const cv::InterpolationFlags interpolation)
Constructor.
Definition: tracking_by_matching.hpp:107
cv::cudev::GpuMat_::GpuMat_
__host__ GpuMat_(Allocator *allocator=defaultAllocator())
default constructor
cv::UMatData::currAllocator
const MatAllocator * currAllocator
Definition: mat.hpp:555
cv::cudev::PtrTraitsBase< Ptr2DSz, Ptr2DSz >::shrinkPtr
static __host__ Ptr2DSz shrinkPtr(const Ptr2DSz &ptr)
Definition: traits.hpp:64
hal_ni_recip16s
int hal_ni_recip16s(const short *src_data, size_t src_step, short *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:278
cv::Algorithm
This is a base class for all more or less complex algorithms in OpenCV.
Definition: core.hpp:3076
cv::empty_array_desc
static GArrayDesc empty_array_desc()
Definition: garray.hpp:46
cv::ximgproc::createContourFitting
Ptr< ContourFitting > createContourFitting(int ctr=1024, int fd=16)
create ContourFitting algorithm object
cv::ThresholdTypes
ThresholdTypes
Definition: imgproc.hpp:316
cudalegacy.hpp
cv::CvHaarEvaluator::setWinSize
Size setWinSize() const
cv::cudev::CommonAreaInterPtr::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: interpolation.hpp:296
color_match.hpp
cv::SVD::u
Mat u
Definition: core.hpp:2753
cv::optflow::GPCTree::Node::left
unsigned left
Definition: sparse_matching_gpc.hpp:161
cv::cudev::WithOutMask
Definition: mask.hpp:57
cv::SpecialFilter
SpecialFilter
Definition: imgproc.hpp:207
cv::Vec< double, 3 >::all
static Vec all(double alpha)
cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategyColor
Color-based strategy for the selective search segmentation algorithm The class is implemented from th...
Definition: segmentation.hpp:100
cv::stereo::StereoBinaryBM::setPreFilterSize
virtual void setPreFilterSize(int preFilterSize)=0
cv::cudacodec::EncoderParams::QP_Level_InterP
int QP_Level_InterP
NVVE_QP_LEVEL_INTER_P,.
Definition: cudacodec.hpp:94
cv::bioinspired::RetinaParameters::IplMagnoParameters
Inner Plexiform Layer Magnocellular channel (IplMagno)
Definition: retina.hpp:165
cv::CAP_PROP_XI_HDR_T2
Position of second kneepoint (in % of XI_PRM_EXPOSURE).
Definition: videoio.hpp:470
cv::gapi::fluid::Buffer::OutLine
T * OutLine(int index=0)
Definition: gfluidbuffer.hpp:124
cv::detail::VoronoiSeamFinder
Voronoi diagram-based seam estimator.
Definition: seam_finders.hpp:108
cv::cudev::BrdBase::idx_col
__device__ __forceinline__ int idx_col(int x) const
Definition: extrapolation.hpp:107
cv::hal::max32f
void max32f(const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *)
cv::ml::DTrees::Split
The class represents split in a decision tree.
Definition: ml.hpp:1175
NCVMatrix::_memtype
NCVMemoryType _memtype
Definition: NCV.hpp:836
cv::CAP_OPENNI_IR_GENERATOR
Definition: videoio.hpp:222
cv::CALIB_FIX_TAUX_TAUY
Definition: calib3d.hpp:284
CV_16S
#define CV_16S
Definition: interface.h:76
cv::detail::ExposureCompensator::NO
Definition: exposure_compensate.hpp:66
cv::mulAdd
softfloat mulAdd(const softfloat &a, const softfloat &b, const softfloat &c)
Fused Multiplication and Addition.
NCVMatrix::pitch
Ncv32u pitch() const
Definition: NCV.hpp:827
cv::cuda::FGDParams::alpha3
float alpha3
Alternate to alpha2, used (e.g.) for quicker initial convergence. Typical value 0....
Definition: cudalegacy.hpp:172
cv::instr::IMPL_OPENCL
Definition: instrumentation.hpp:57
cv::Matx14d
Matx< double, 1, 4 > Matx14d
Definition: matx.hpp:217
cv::SVD::w
Mat w
Definition: core.hpp:2753
cv::videostab::StabilizerBase::doDeblurring_
bool doDeblurring_
Definition: stabilizer.hpp:129
cv::cuda::bitwise_or
void bitwise_or(InputArray src1, InputArray src2, OutputArray dst, InputArray mask=noArray(), Stream &stream=Stream::Null())
Performs a per-element bitwise disjunction of two matrices (or of matrix and scalar).
cv::detail::BundleAdjusterBase::term_criteria_
TermCriteria term_criteria_
Definition: motion_estimators.hpp:209
cv::face::FacemarkKazemi::Params::num_test_splits
unsigned long num_test_splits
num_test_splits stores number of random test splits generated.
Definition: face_alignment.hpp:35
cv::detail::GainCompensator::setNrFeeds
void setNrFeeds(int nr_feeds)
Definition: exposure_compensate.hpp:126
cv::rgbd::ICPOdometry::getMaxTranslation
double getMaxTranslation() const
Definition: depth.hpp:838
cv::HOGDescriptor::cellSize
Size cellSize
Cell size. Default value is Size(8,8).
Definition: objdetect.hpp:596
cv::stereo::PropagationParameters::gftMinSeperationDist
int gftMinSeperationDist
Definition: quasi_dense_stereo.hpp:61
cv::rgbd::RgbdPlane::getSensorErrorC
double getSensorErrorC() const
Definition: depth.hpp:436
cv::detail::CompressedRectilinearPortraitProjector::mapBackward
void mapBackward(float u, float v, float &x, float &y)
cv::GCPUContext::outValR
cv::gapi::own::Scalar & outValR(int output)
cv::rgbd::RgbdFrame::mask
Mat mask
Definition: depth.hpp:474
cv::aruco::DetectorParameters::minMarkerPerimeterRate
double minMarkerPerimeterRate
Definition: aruco.hpp:160
cv::cudev::UnaryTransformPtr::operator()
__device__ __forceinline__ Op::result_type operator()(typename PtrTraits< SrcPtr >::index_type y, typename PtrTraits< SrcPtr >::index_type x) const
Definition: transform.hpp:69
cv::v_pack_store
void v_pack_store(uchar *ptr, const v_uint16x8 &a)
Definition: intrin_cpp.hpp:2340
cv::Affine3::concatenate
Affine3 concatenate(const Affine3 &affine) const
a.concatenate(affine) is equivalent to affine * a;
cv::gapi::own::Rect::y
int y
y coordinate of the top-left corner
Definition: types.hpp:49
cv::videostab::ImageMotionEstimatorBase::setFrameMask
virtual void setFrameMask(InputArray mask)
Definition: global_motion.hpp:183
cv::gapi::wip::draw::Text
This structure represents a text string to draw.
Definition: render.hpp:98
cv::viz::WTrajectoryFrustums
This 3D Widget represents a trajectory. :
Definition: widgets.hpp:627
cv::TrackerFeature
Abstract base class for TrackerFeature that represents the feature.
Definition: tracker.hpp:71
cv::reg::MapTypeCaster::toProjec
static Ptr< MapProjec > toProjec(Ptr< Map > sourceMap)
Definition: mapperpyramid.hpp:94
cv::videostab::DeblurerBase::setFrames
virtual void setFrames(const std::vector< Mat > &val)
Definition: deblurring.hpp:74
HaarClassifierNode128::getFeatureDesc
__host__ __device__ HaarFeatureDescriptor32 getFeatureDesc(void)
Definition: NCVHaarObjectDetection.hpp:246
cv::detail::PlaneProjector::mapForward
void mapForward(float x, float y, float &u, float &v)
cv::cudev::exp
__device__ __forceinline__ float1 exp(const uchar1 &a)
Definition: vec_math.hpp:231
cv::cudev::BrdReflect101
Definition: extrapolation.hpp:145
CvHaarClassifierCascade
struct CvHaarClassifierCascade CvHaarClassifierCascade
Definition: objdetect.hpp:109
cv::hal::sub32s
void sub32s(const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *)
cv::cudev::magnitude_func::operator()
__device__ __forceinline__ functional_detail::FloatType< T >::type operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:615
cv::flip
void flip(InputArray src, OutputArray dst, int flipCode)
Flips a 2D array around vertical, horizontal, or both axes.
cv::ml::ParamGrid
The structure represents the logarithmic grid range of statmodel parameters.
Definition: ml.hpp:107
cv::drawKeypoints
void drawKeypoints(InputArray image, const std::vector< KeyPoint > &keypoints, InputOutputArray outImage, const Scalar &color=Scalar::all(-1), DrawMatchesFlags flags=DrawMatchesFlags::DEFAULT)
Draws keypoints.
CV_MAT_CONT_FLAG
#define CV_MAT_CONT_FLAG
Definition: cvdef.h:439
cvv::impl::CallMetaData::line
const size_t line
Definition: call_meta_data.hpp:47
cv::dnn::getInferenceEngineBackendType
cv::String getInferenceEngineBackendType()
Returns Inference Engine internal backend API.
cv::line_descriptor::KeyLine::numOfPixels
int numOfPixels
Definition: descriptor.hpp:141
cv::BaseClassifier::m_referenceWeakClassifier
bool m_referenceWeakClassifier
Definition: onlineBoosting.hpp:141
CPU_AVX512_CNL
Cannon Lake with AVX-512F/CD/BW/DQ/VL/IFMA/VBMI.
Definition: cvdef.h:314
cv::cudev::Min::result
__device__ static __forceinline__ T result(T r, int)
Definition: reduce_to_vec.hpp:119
cv::ovis::MATERIAL_EMISSIVE
Definition: ovis.hpp:38
cv::FileNodeIterator::nodeNElems
size_t nodeNElems
Definition: persistence.hpp:678
cv::CvHOGEvaluator::Feature::p1
int p1
Definition: feature.hpp:324
cv::videostab::LpMotionStabilizer::weight1
float weight1() const
Definition: motion_stabilizing.hpp:132
cv::v_setall_u32
v_uint32x4 v_setall_u32(unsigned val)
Definition: intrin_cpp.hpp:2164
params.h
cv::gapi::own::Mat::ptr
uchar * ptr(int row, int col=0)
Returns a pointer to the specified matrix row.
Definition: mat.hpp:321
cv::Accumulator
Definition: features2d.hpp:790
cv::hal::morph
void morph(int op, int src_type, int dst_type, uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int roi_width, int roi_height, int roi_x, int roi_y, int roi_width2, int roi_height2, int roi_x2, int roi_y2, int kernel_type, uchar *kernel_data, size_t kernel_step, int kernel_width, int kernel_height, int anchor_x, int anchor_y, int borderType, const double borderValue[4], int iterations, bool isSubmatrix)
cv::samples::findFileOrKeep
cv::String findFileOrKeep(const cv::String &relative_path, bool silentMode=false)
Definition: utility.hpp:1164
cv::rgbd::ICPOdometry::getCameraMatrix
cv::Mat getCameraMatrix() const CV_OVERRIDE
Definition: depth.hpp:782
cv::detail::BestOf2NearestMatcher
Features matcher which finds two best matches for each feature and leaves the best one only if the ra...
Definition: matchers.hpp:172
cvdef.h
cv::detail::BlocksCompensator::getBlockSize
Size getBlockSize() const
Definition: exposure_compensate.hpp:170
cv::BaseClassifier::getReferenceWeakClassifier
WeakClassifierHaarFeature ** getReferenceWeakClassifier()
Definition: onlineBoosting.hpp:116
cv::cudacodec::SF_YUY2
Definition: cudacodec.hpp:75
cv::hal::absdiff8s
void absdiff8s(const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *)
cv::datasets::AR_hmdbObj::videoName
std::string videoName
Definition: ar_hmdb.hpp:64
cv::cuda::Feature2DAsync
Abstract base class for CUDA asynchronous 2D image feature detectors and descriptor extractors.
Definition: cudafeatures2d.hpp:377
cv::cuda::alphaComp
void alphaComp(InputArray img1, InputArray img2, OutputArray dst, int alpha_op, Stream &stream=Stream::Null())
Composites two images using alpha opacity values contained in each image.
cv::cudev::sqr_func
Definition: functional.hpp:437
cv::TrackerFeatureHAAR::Params::isIntegral
bool isIntegral
true if input images are integral, false otherwise
Definition: tracker.hpp:985
cv::TrackerMedianFlow::Params::maxLevel
int maxLevel
maximal pyramid level number for Lucas-Kanade optical flow
Definition: tracker.hpp:1152
cv::datasets::wave
Definition: gr_skig.hpp:66
cv::minEnclosingTriangle
double minEnclosingTriangle(InputArray points, OutputArray triangle)
Finds a triangle of minimum area enclosing a 2D point set and returns its area.
logger.hpp
cv::THRESH_MASK
Definition: imgproc.hpp:322
cv::saliency::StaticSaliencySpectralResidual::resImWidth
int resImWidth
Definition: saliencySpecializedClasses.hpp:111
cv::GKernel::outMeta
const M outMeta
Definition: gkernel.hpp:40
cv::fisheye::CALIB_FIX_PRINCIPAL_POINT
Definition: calib3d.hpp:3059
cv::gapi::ie::PortCfg::Out
std::array< std::string, std::tuple_size< typename Net::OutArgs >::value > Out
Definition: ie.hpp:72
CV_MAKE_TYPE
#define CV_MAKE_TYPE
Definition: interface.h:86
log.hpp
cv::videostab::KeypointBasedMotionEstimator::setOpticalFlowEstimator
void setOpticalFlowEstimator(Ptr< ISparseOptFlowEstimator > val)
Definition: global_motion.hpp:240
cv::preCornerDetect
void preCornerDetect(InputArray src, OutputArray dst, int ksize, int borderType=BORDER_DEFAULT)
Calculates a feature map for corner detection.
cv::cudev::gridIntegral
__host__ void gridIntegral(const SrcPtr &src, GpuMat_< DstType > &dst, Stream &stream=Stream::Null())
Definition: integral.hpp:60
cv::datasets::MSM_epflObj::imageName
std::string imageName
Definition: msm_epfl.hpp:71
cv::softdouble::softdouble
softdouble(const softdouble &c)
Copy constructor.
Definition: softfloat.hpp:232
cv::viz::WText
Text and image widgets.
Definition: widgets.hpp:407
cv::Exception::func
String func
function name. Available only when the compiler supports getting it
Definition: core.hpp:139
cv::COLOR_BGR5652BGRA
Definition: imgproc.hpp:557
cv::BaseClassifier::getError
float getError(int curWeakClassifier)
cv::cudev::reduceToColumn_
__host__ Expr< ReduceToColumnBody< Reductor, SrcPtr > > reduceToColumn_(const SrcPtr &src)
Definition: reduction.hpp:209
cv::datasets::FR_lfwObj::image1
std::string image1
Definition: fr_lfw.hpp:62
cv::SimpleBlobDetector::Params::filterByArea
bool filterByArea
Definition: features2d.hpp:637
cv::randpattern::RandomPatternCornerFinder
Class for finding features points and corresponding 3D in world coordinate of a "random" pattern,...
Definition: randpattern.hpp:65
cv::getHardwareFeatureName
String getHardwareFeatureName(int feature)
Returns feature name by ID.
cv::cudev::derivXPtr
__host__ DerivXPtrSz< typename PtrTraits< SrcPtr >::ptr_type > derivXPtr(const SrcPtr &src)
Definition: deriv.hpp:86
cv::ocl::Kernel::set_args_
int set_args_(int i, const _Tp0 &a0)
Definition: ocl.hpp:413
cv::superres::PyrLKOpticalFlow::setWindowSize
virtual void setWindowSize(int val)=0
cv::detail::ArgKind::GOBJREF
cv::hal::cvtBGRtoBGR5x5
void cvtBGRtoBGR5x5(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int scn, bool swapBlue, int greenBits)
cv::detail::NoSeamFinder::find
void find(const std::vector< UMat > &, const std::vector< Point > &, std::vector< UMat > &) CV_OVERRIDE
Estimates seams.
Definition: seam_finders.hpp:79
cv::cudev::gridReduceToColumn_
__host__ void gridReduceToColumn_(const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: reduce_to_vec.hpp:178
cv::L2::ResultType
Accumulator< T >::Type ResultType
Definition: features2d.hpp:824
cv::gapi::blur
GMat blur(const GMat &src, const Size &ksize, const Point &anchor=Point(-1,-1), int borderType=BORDER_DEFAULT, const Scalar &borderValue=Scalar(0))
Blurs an image using the normalized box filter.
cv::cuda::DescriptorMatcher
Abstract base class for matching keypoint descriptors.
Definition: cudafeatures2d.hpp:75
cv::ParallelLoopBodyLambdaWrapper
Definition: utility.hpp:594
cv::cudev::CubicInterPtr::src
SrcPtr src
Definition: interpolation.hpp:160
hal_ni_merge16u
int hal_ni_merge16u(const ushort **src_data, ushort *dst_data, int len, int cn)
Definition: hal_replacement.hpp:367
scan.hpp
cv::ppf_match_3d::PPF3DDetector::use_weighted_avg
bool use_weighted_avg
Definition: ppf_match_3d.hpp:156
cv::cudev::Max::result
__device__ static __forceinline__ T result(T r, int)
Definition: reduce_to_vec.hpp:139
cv::dnn::blobFromImage
Mat blobFromImage(InputArray image, double scalefactor=1.0, const Size &size=Size(), const Scalar &mean=Scalar(), bool swapRB=false, bool crop=false, int ddepth=CV_32F)
Creates 4-dimensional blob from image. Optionally resizes and crops image from center,...
cv::DetectionBasedTracker::IDetector::setMinNeighbours
void setMinNeighbours(int value)
Definition: detection_based_tracker.hpp:108
cv::Affine3::Mat3
Matx< float_type, 3, 3 > Mat3
Definition: affine.hpp:130
cv::GProtoArg
util::variant< GMat, GMatP, GScalar, detail::GArrayU > GProtoArg
Definition: gproto.hpp:40
cv::v_absdiff
v_reg< typename V_TypeTraits< _Tp >::abs_type, n > v_absdiff(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Absolute difference.
Definition: intrin_cpp.hpp:764
cv::datasets::cameraParam::imageHeight
int imageHeight
Definition: msm_epfl.hpp:66
cv::structured_light::SinusoidalPattern::Params::methodId
int methodId
Definition: sinusoidalpattern.hpp:89
cv::cudev::Warp::warpId
__device__ static __forceinline__ uint warpId()
Definition: warp.hpp:71
cv::cudev::TransposeBody
Definition: warping.hpp:152
cv::DistanceTypes
DistanceTypes
Definition: imgproc.hpp:296
NCVMatrix::NCVMatrix
NCVMatrix()
Definition: NCV.hpp:744
cv::Matx< _Tp, cn, 1 >::val
_Tp val[m *n]
Definition: matx.hpp:209
NCV_HAAR_TOO_MANY_FEATURES_IN_CASCADE
Definition: NCV.hpp:345
cv::cudacodec::EncoderParams::DynamicGOP
int DynamicGOP
NVVE_DYNAMIC_GOP,.
Definition: cudacodec.hpp:89
cv::GKernelTypeM< K, std::function< std::tuple< R... >(Args...)> >::on
static std::tuple< R... > on(Args... args)
Definition: gkernel.hpp:199
cv::TrackerCSRT::Params::scale_step
float scale_step
Definition: tracker.hpp:1526
cv::FAST
void FAST(InputArray image, std::vector< KeyPoint > &keypoints, int threshold, bool nonmaxSuppression=true)
hal_ni_mul32f
int hal_ni_mul32f(const float *src1_data, size_t src1_step, const float *src2_data, size_t src2_step, float *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:243
cv::v_uint32x4
v_reg< unsigned, 4 > v_uint32x4
Four 32-bit unsigned integer values.
Definition: intrin_cpp.hpp:393
cv::cuda::scaleAdd
static void scaleAdd(InputArray src1, double alpha, InputArray src2, OutputArray dst, Stream &stream=Stream::Null())
adds scaled array to another one (dst = alpha*src1 + src2)
Definition: cudaarithm.hpp:334
cv::Subdiv2D::qedges
std::vector< QuadEdge > qedges
All of the edges.
Definition: imgproc.hpp:1236
cv::gapi::BGR2Gray
GMat BGR2Gray(const GMat &src)
Converts an image from BGR color space to gray-scaled. The conventional ranges for B,...
cv::MARKER_SQUARE
A square marker shape.
Definition: imgproc.hpp:834
cv::hal::normHamming
int normHamming(const uchar *a, int n)
cv::rgbd::depthTo3d
void depthTo3d(InputArray depth, InputArray K, OutputArray points3d, InputArray mask=noArray())
cv::Stitcher::setWaveCorrectKind
void setWaveCorrectKind(detail::WaveCorrectKind kind)
Definition: stitching.hpp:205
cv::COLOR_GRAY2BGR565
convert between grayscale to BGR565 (16-bit images)
Definition: imgproc.hpp:560
cv::ximgproc::RO_STRICT
Validate each rule in a proper way.
Definition: fast_hough_transform.hpp:117
cv::ClfMilBoost::Params::_lRate
float _lRate
Definition: onlineMIL.hpp:67
cv::ClassifierThreshold
Definition: onlineBoosting.hpp:263
cv::cudev::ZipPtr< tuple< Ptr0, Ptr1, Ptr2, Ptr3 > >::ZipPtr
__host__ __device__ __forceinline__ ZipPtr(const tuple< Ptr0, Ptr1, Ptr2, Ptr3 > &t)
Definition: zip.hpp:100
cv::aruco::drawPlanarBoard
void drawPlanarBoard(const Ptr< Board > &board, Size outSize, OutputArray img, int marginSize=0, int borderBits=1)
Draw a planar board.
cv::FisheyeWarper
Definition: warpers.hpp:165
cv::L1::operator()
ResultType operator()(const T *a, const T *b, int size) const
Definition: features2d.hpp:842
cv::fisheye::stereoCalibrate
double stereoCalibrate(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints1, InputArrayOfArrays imagePoints2, InputOutputArray K1, InputOutputArray D1, InputOutputArray K2, InputOutputArray D2, Size imageSize, OutputArray R, OutputArray T, int flags=fisheye::CALIB_FIX_INTRINSIC, TermCriteria criteria=TermCriteria(TermCriteria::COUNT+TermCriteria::EPS, 100, DBL_EPSILON))
Performs stereo calibration.
cv::solve
bool solve(InputArray src1, InputArray src2, OutputArray dst, int flags=DECOMP_LU)
Solves one or more linear systems or least-squares problems.
cv::sfm::libmv_CameraIntrinsicsOptions
Data structure describing the camera model and its parameters.
Definition: simple_pipeline.hpp:72
cv::detail::VectorRefT::~VectorRefT
virtual ~VectorRefT()
Definition: garray.hpp:142
cv::ocl::Device::driverVersion
String driverVersion() const
HaarStage64::getNumClassifierRootNodes
__host__ __device__ Ncv32u getNumClassifierRootNodes(void)
Definition: NCVHaarObjectDetection.hpp:312
cv::gapi::imgproc::G_TYPED_KERNEL
G_TYPED_KERNEL(GFilter2D,< GMat(GMat, int, Mat, Point, Scalar, int, Scalar)>,"org.opencv.imgproc.filters.filter2D")
Definition: imgproc.hpp:33
cv::videostab::DeblurerBase::setBlurrinessRates
virtual void setBlurrinessRates(const std::vector< float > &val)
Definition: deblurring.hpp:80
cv::stereo::ModifiedCsCensus::operator()
void operator()(int rrWidth, int w2, int rWidth, int jj, int j, int c[num_images]) const
Definition: descriptor.hpp:155
cv::aruco::calibrateCameraCharuco
double calibrateCameraCharuco(InputArrayOfArrays charucoCorners, InputArrayOfArrays charucoIds, const Ptr< CharucoBoard > &board, Size imageSize, InputOutputArray cameraMatrix, InputOutputArray distCoeffs, OutputArrayOfArrays rvecs, OutputArrayOfArrays tvecs, OutputArray stdDeviationsIntrinsics, OutputArray stdDeviationsExtrinsics, OutputArray perViewErrors, int flags=0, TermCriteria criteria=TermCriteria(TermCriteria::COUNT+TermCriteria::EPS, 30, DBL_EPSILON))
Calibrate a camera using Charuco corners.
cv::Mat::inv
MatExpr inv(int method=DECOMP_LU) const
Inverses a matrix.
cv::cudev::TupleTraits::size
Definition: tuple.hpp:67
cv::rgbd::FastICPOdometry::getAngleThreshold
float getAngleThreshold() const
Definition: depth.hpp:1087
cv::linemod::DepthNormal
Modality that computes quantized surface normals from a dense depth map.
Definition: linemod.hpp:203
cv::cudev::PyrDownBody::src
SrcPtr src
Definition: warping.hpp:110
CV_CUDEV_SAFE_CALL
#define CV_CUDEV_SAFE_CALL(expr)
Definition: common.hpp:76
cv::detail::resultRoi
Rect resultRoi(const std::vector< Point > &corners, const std::vector< UMat > &images)
cv::COLORMAP_AUTUMN
Definition: imgproc.hpp:4219
cv::detail::get_border_helper< true, Impl, Ins... >::help
static gapi::fluid::BorderOpt help(const GMetaArgs &metas, const cv::GArgs &in_args)
Definition: gfluidkernel.hpp:275
cv::datasets::join::Wy
double Wy
Definition: gr_chalearn.hpp:67
cv::CAP_PVAPI_PIXELFORMAT_RGBA32
Rgba32.
Definition: videoio.hpp:323
cv::hal::addRNGBias64f
void addRNGBias64f(double *arr, const double *scaleBiasPairs, int len)
cv::CAP_MSMF
Microsoft Media Foundation (via videoInput)
Definition: videoio.hpp:109
cv::videostab::MotionEstimatorRansacL2::setRansacParams
void setRansacParams(const RansacParams &val)
Definition: global_motion.hpp:136
cv::detail::PaniniProjector::mapForward
void mapForward(float x, float y, float &u, float &v)
cv::TLSDataContainer::detachData
void detachData(std::vector< void * > &data)
get TLS data and detach all data from threads (similar to cleanup() call)
cv::Matx22d
Matx< double, 2, 2 > Matx22d
Definition: matx.hpp:231
cv::datasets::TR_svtObj::tags
std::vector< tag > tags
Definition: tr_svt.hpp:70
cv::hal::and8u
void and8u(const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
cv::cuda::bitwise_xor
void bitwise_xor(InputArray src1, InputArray src2, OutputArray dst, InputArray mask=noArray(), Stream &stream=Stream::Null())
Performs a per-element bitwise exclusive or operation of two matrices (or of matrix and scalar).
cv::DetectionBasedTracker::InnerParameters::numStepsToWaitBeforeFirstShow
int numStepsToWaitBeforeFirstShow
Definition: detection_based_tracker.hpp:168
cv::SVD::operator()
SVD & operator()(InputArray src, int flags=0)
the operator that performs SVD. The previously allocated u, w and vt are released.
cv::MatExpr
Matrix expression representation.
Definition: mat.hpp:3516
cv::utils::getThreadID
int getThreadID()
cv::Mat_::col
Mat_ col(int x) const
cv::cudev::PyrDownBody
Definition: warping.hpp:108
cv::cuda::normalize
void normalize(InputArray src, OutputArray dst, double alpha, double beta, int norm_type, int dtype, InputArray mask=noArray(), Stream &stream=Stream::Null())
Normalizes the norm or value range of an array.
dict.hpp
cv::gapi::own::Rect::x
int x
x coordinate of the top-left corner
Definition: types.hpp:48
cv::detail::MetaHelper< K, std::tuple< Ins... >, Out >::getOutMeta_impl
static GMetaArgs getOutMeta_impl(const GMetaArgs &in_meta, const GArgs &in_args, detail::Seq< IIs... >)
Definition: gkernel.hpp:150
cv::cudev::NormL2::reduceWarp
__device__ __forceinline__ void reduceWarp(result_type *smem, uint tid)
Definition: vec_distance.hpp:137
cv::rgbd::ICPOdometry::getMaxDepthDiff
double getMaxDepthDiff() const
Definition: depth.hpp:806
cv::cudev::SingleMaskChannels
Definition: mask.hpp:68
cv::detail::BundleAdjusterRay::BundleAdjusterRay
BundleAdjusterRay()
Definition: motion_estimators.hpp:268
cv::cudev::Avg::rebind::other
Avg< U > other
Definition: reduce_to_vec.hpp:91
cv::CAP_XINE
XINE engine (Linux)
Definition: videoio.hpp:122
cv::alignPtr
static _Tp * alignPtr(_Tp *ptr, int n=(int) sizeof(_Tp))
Aligns a pointer to the specified number of bytes.
Definition: utility.hpp:466
cv::cudev::MakeVec< bool, 2 >::type
uchar2 type
Definition: vec_traits.hpp:82
cv::tracking::UnscentedKalmanFilterParams::UnscentedKalmanFilterParams
UnscentedKalmanFilterParams()
Definition: kalman_filters.hpp:148
cv::estimateAffine3D
int estimateAffine3D(InputArray src, InputArray dst, OutputArray out, OutputArray inliers, double ransacThreshold=3, double confidence=0.99)
Computes an optimal affine transformation between two 3D point sets.
cv::ximgproc::ContourFitting::getCtrSize
int getCtrSize()
Definition: fourier_descriptors.hpp:70
cv::tbm::IDescriptorDistance::~IDescriptorDistance
virtual ~IDescriptorDistance()
Definition: tracking_by_matching.hpp:173
cv::instr::NodeDataTls::m_ticksTotal
uint64 m_ticksTotal
Definition: instrumentation.hpp:66
HaarClassifierCascadeDescriptor::NumClassifierTotalNodes
Ncv32u NumClassifierTotalNodes
Definition: NCVHaarObjectDetection.hpp:337
cv::cudacodec::Uncompressed_YUV420
Y,U,V (4:2:0)
Definition: cudacodec.hpp:260
cv::utils::AllocatorStatisticsInterface::getPeakUsage
virtual uint64_t getPeakUsage() const =0
NCVHaarObjectDetection.hpp
cv::MARKER_TRIANGLE_DOWN
A downwards pointing triangle marker shape.
Definition: imgproc.hpp:836
cv::Accumulator< char >::Type
float Type
Definition: features2d.hpp:797
cv::quality::QualityGMSD::_mat_data
Definition: qualitygmsd.hpp:54
NcvCTprep::assertTest
Definition: NCV.hpp:78
cv::ximgproc::rl::createRLEImage
void createRLEImage(std::vector< cv::Point3i > &runs, OutputArray res, Size size=Size(0, 0))
Creates a run-length encoded image from a vector of runs (column begin, column end,...
cv::CvHaarEvaluator
Definition: feature.hpp:216
cv::cudacodec::ChromaFormat
ChromaFormat
Chroma formats supported by cudacodec::VideoReader .
Definition: cudacodec.hpp:269
cv::cudev::TypeTraits::referred_type
type_traits_detail::ReferenceTraits< T >::type referred_type
Definition: type_traits.hpp:134
cv::ppf_match_3d::PoseCluster3D::id
int id
Definition: pose_3d.hpp:179
cv::datasets::PD_inriaObj
Definition: pd_inria.hpp:66
ncvApplyHaarClassifierCascade_device
NCVStatus ncvApplyHaarClassifierCascade_device(NCVMatrix< Ncv32u > &d_integralImage, NCVMatrix< Ncv32f > &d_weights, NCVMatrixAlloc< Ncv32u > &d_pixelMask, Ncv32u &numDetections, HaarClassifierCascadeDescriptor &haar, NCVVector< HaarStage64 > &h_HaarStages, NCVVector< HaarStage64 > &d_HaarStages, NCVVector< HaarClassifierNode128 > &d_HaarNodes, NCVVector< HaarFeature64 > &d_HaarFeatures, NcvBool bMaskElements, NcvSize32u anchorsRoi, Ncv32u pixelStep, Ncv32f scaleArea, INCVMemAllocator &gpuAllocator, INCVMemAllocator &cpuAllocator, cudaDeviceProp &devProp, cudaStream_t cuStream)
triangulation.hpp
cv::v_store_aligned
void v_store_aligned(_Tp *ptr, const v_reg< _Tp, n > &a)
Store data to memory (aligned)
Definition: intrin_cpp.hpp:1660
cv::videostab::LpMotionStabilizer::trimRatio
float trimRatio() const
Definition: motion_stabilizing.hpp:129
cv::gapi::own::detail::MatHeader::MatHeader
MatHeader(int _rows, int _cols, int type, void *_data, size_t _step)
Definition: mat.hpp:49
cv::cuda::ALPHA_XOR_PREMUL
Definition: cudaimgproc.hpp:160
cv::dnn::BackendNode
Derivatives of this class encapsulates functions of certain backends.
Definition: dnn.hpp:120
cv::detail::plaidml_get_in
Definition: gplaidmlkernel.hpp:78
cv::hal::filter2D
void filter2D(int stype, int dtype, int kernel_type, uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int full_width, int full_height, int offset_x, int offset_y, uchar *kernel_data, size_t kernel_step, int kernel_width, int kernel_height, int anchor_x, int anchor_y, double delta, int borderType, bool isSubmatrix)
cv::detail::CompressedRectilinearPortraitProjector::mapForward
void mapForward(float x, float y, float &u, float &v)
cv::directx::convertToD3D10Texture2D
void convertToD3D10Texture2D(InputArray src, ID3D10Texture2D *pD3D10Texture2D)
Converts InputArray to ID3D10Texture2D.
cv::dynafu::Params::icpDistThresh
float icpDistThresh
distance theshold for ICP in meters
Definition: dynafu.hpp:97
cv::face::FacemarkKazemi
Definition: face_alignment.hpp:11
cv::Mat::copyTo
void copyTo(OutputArray m) const
Copies the matrix to another one.
cv::cudev::AffineMapPtr
Definition: warping.hpp:61
cv::cuda::Filter
Common interface for all CUDA filters :
Definition: cudafilters.hpp:75
cv::ovis::MATERIAL_TEXTURE3
Definition: ovis.hpp:44
CV_NODISCARD
#define CV_NODISCARD
Definition: cvdef.h:687
CV_16U
#define CV_16U
Definition: interface.h:75
cv::cudev::exp2
__device__ __forceinline__ double4 exp2(const double4 &a)
Definition: vec_math.hpp:247
cv::ROTATE_90_COUNTERCLOCKWISE
Rotate 270 degrees clockwise.
Definition: core.hpp:1063
cv::Mat_::Mat_
Mat_()
default constructor
cv::tbm::Track::back
const TrackedObject & back() const
back returns const reference to last object in track.
Definition: tracking_by_matching.hpp:366
cv::stereo::StarKernelCensus::StarKernelCensus
StarKernelCensus(const cv::Mat *img, int k2, int **distance)
Definition: descriptor.hpp:280
cv::rgbd::warpFrame
void warpFrame(const Mat &image, const Mat &depth, const Mat &mask, const Mat &Rt, const Mat &cameraMatrix, const Mat &distCoeff, OutputArray warpedImage, OutputArray warpedDepth=noArray(), OutputArray warpedMask=noArray())
cv::ximgproc::contourSampling
void contourSampling(InputArray src, OutputArray out, int nbElt)
Contour sampling .
cv::text::decoder_mode
decoder_mode
Definition: ocr.hpp:172
cv::utils::dumpInputOutputArray
String dumpInputOutputArray(InputOutputArray argument)
cv::cuda::HostMem::step
size_t step
Definition: cuda.hpp:588
cv::utils::fs::createDirectories
bool createDirectories(const cv::String &path)
cv::GMatDesc::depth
int depth
Definition: gmat.hpp:82
cv::matMulDeriv
void matMulDeriv(InputArray A, InputArray B, OutputArray dABdA, OutputArray dABdB)
Computes partial derivatives of the matrix product for each multiplied matrix.
cv::CALIB_FIX_ASPECT_RATIO
Definition: calib3d.hpp:270
cv::DISOpticalFlow
DIS optical flow algorithm.
Definition: tracking.hpp:584
NCVPyramid.hpp
cv::IMREAD_REDUCED_COLOR_2
If set, always convert image to the 3 channel BGR color image and the image size reduced 1/2.
Definition: imgcodecs.hpp:72
cv::cudev::SumExprBody::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: reduction.hpp:69
cvv::setDebugFlag
static void setDebugFlag(bool active)
Enable or disable cvv for current translation unit and thread.
Definition: debug_mode.hpp:42
HaarFeatureDescriptor32_Interpret_MaskFlagTilted
#define HaarFeatureDescriptor32_Interpret_MaskFlagTilted
Definition: NCVHaarObjectDetection.hpp:121
cv::v_rshr_pack_u
v_uint8x16 v_rshr_pack_u(const v_int16x8 &a, const v_int16x8 &b)
Definition: intrin_cpp.hpp:2316
cv::linemod::Detector::modalities
std::vector< Ptr< Modality > > modalities
Definition: linemod.hpp:396
cv::pyrDown
void pyrDown(InputArray src, OutputArray dst, const Size &dstsize=Size(), int borderType=BORDER_DEFAULT)
Blurs an image and downsamples it.
cv::ximgproc::createSuperpixelSEEDS
Ptr< SuperpixelSEEDS > createSuperpixelSEEDS(int image_width, int image_height, int image_channels, int num_superpixels, int num_levels, int prior=2, int histogram_bins=5, bool double_step=false)
Initializes a SuperpixelSEEDS object.
DUMP_CONFIG_PROPERTY
#define DUMP_CONFIG_PROPERTY(...)
Definition: opencl_info.hpp:11
cv::CvFeatureParams
Definition: feature.hpp:137
cv::dnn::MaxUnpoolLayer::poolKernel
Size poolKernel
Definition: all_layers.hpp:536
cv::Algorithm::empty
virtual bool empty() const
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read.
Definition: core.hpp:3101
cv::datasets::HPE_parseObj
Definition: hpe_parse.hpp:60
cv::datasets::HPE_humanevaObj::ofs
Matx13d ofs
Definition: hpe_humaneva.hpp:66
cv::aruco::GridBoard::getMarkerLength
float getMarkerLength() const
Definition: aruco.hpp:345
cv::gapi::wip::draw::Text::ff
int ff
The font type, see HersheyFonts.
Definition: render.hpp:128
cv::tbm::MatchTemplateDistance
Computes distance between images using MatchTemplate function from OpenCV library and its cross-corre...
Definition: tracking_by_matching.hpp:216
cv::kinfu::Params::bilateral_sigma_spatial
float bilateral_sigma_spatial
Spatial sigma in pixels for bilateral smooth.
Definition: kinfu.hpp:49
cv::cudev::log_
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< SrcPtr >::ptr_type, log_func< typename PtrTraits< SrcPtr >::value_type > > > log_(const SrcPtr &src)
Definition: unary_func.hpp:74
cv::CirclesGridFinderParameters::GridType
GridType
Definition: calib3d.hpp:1317
cv::CAP_OPENNI_DEPTH_GENERATOR_PRESENT
Definition: videoio.hpp:247
cv::videostab::RansacParams::default2dMotion
static RansacParams default2dMotion(MotionModel model)
Definition: motion_core.hpp:102
cv::TrackerCSRT::Params::use_channel_weights
bool use_channel_weights
Definition: tracker.hpp:1503
cv::COLOR_YUV2BGRA_YUYV
Definition: imgproc.hpp:706
cv::MinProblemSolver::Function
Represents function being optimized.
Definition: optim.hpp:63
cv::stereo::MVKernel::MVKernel
MVKernel()
Definition: descriptor.hpp:70
cv::Vec2w
Vec< ushort, 2 > Vec2w
Definition: matx.hpp:408
cv::MatExpr::operator^
MatExpr operator^(const Mat &a, const Mat &b)
cv::face::FacemarkLBF::Params::cascade_face
String cascade_face
filename of the face detector model
Definition: facemarkLBF.hpp:60
CPU_AVX_512VPOPCNTDQ
Definition: cvdef.h:299
cv::cuda::DensePyrLKOpticalFlow
Class used for calculating a dense optical flow.
Definition: cudaoptflow.hpp:228
cv::GNetworkType
Definition: infer.hpp:43
cv::RotatedRect::angle
float angle
returns the rotation angle. When the angle is 0, 90, 180, 270 etc., the rectangle becomes an up-right...
Definition: types.hpp:534
UINT16
uint16_t UINT16
Definition: descriptor.hpp:65
cv::MatCommaInitializer_
Comma-separated Matrix Initializer.
Definition: mat.hpp:510
cv::MatExpr::beta
double beta
Definition: mat.hpp:3549
CV_CUDEV_RGB5x52GRAY_INST
#define CV_CUDEV_RGB5x52GRAY_INST(name, green_bits)
Definition: color_cvt.hpp:467
cv::ximgproc::BrightEdges
void BrightEdges(Mat &_original, Mat &_edgeview, int contrast=1, int shortrange=3, int longrange=9)
cv::CAP_PROP_XI_DOWNSAMPLING
Change image resolution by binning or skipping.
Definition: videoio.hpp:334
cv::cudev::perspectiveMap
static __host__ PerspectiveMapPtrSz perspectiveMap(Size dstSize, const GpuMat_< float > &warpMat)
Definition: warping.hpp:134
cv::dnn::SigmoidLayer
Definition: all_layers.hpp:477
cv::cudev::NormHamming::value_type
int value_type
Definition: vec_distance.hpp:157
cv::phase_unwrapping::HistogramPhaseUnwrapping::Params::histThresh
float histThresh
Definition: histogramphaseunwrapping.hpp:83
cv::viz::Color::lime
static Color lime()
cv::MatExpr::s
Scalar s
Definition: mat.hpp:3550
cv::reg::Mapper
Base class for modelling an algorithm for calculating a map.
Definition: mapper.hpp:54
cv::gapi::ie::detail::ParamDesc::weights_path
std::string weights_path
Definition: ie.hpp:47
cv::norm
static double norm(const Matx< _Tp, m, n > &M, int normType)
cv::DECOMP_EIG
Definition: base.hpp:140
cv::PROJ_SPHERICAL_EQRECT
Definition: calib3d.hpp:2841
cv::detail::MetaHelper< K, std::tuple< Ins... >, std::tuple< Outs... > >::getOutMeta
static GMetaArgs getOutMeta(const GMetaArgs &in_meta, const GArgs &in_args)
Definition: gkernel.hpp:134
Cv32suf::u
unsigned u
Definition: cvdef.h:350
cv::ximgproc::GradientPaillouY
void GradientPaillouY(InputArray op, OutputArray _dst, double alpha, double omega)
Applies Paillou filter to an image.
nppiStDecimate_32u_C1R_host
NCVStatus nppiStDecimate_32u_C1R_host(Ncv32u *h_src, Ncv32u srcStep, Ncv32u *h_dst, Ncv32u dstStep, NcvSize32u srcRoi, Ncv32u scale)
cv::DenseOpticalFlow
Definition: tracking.hpp:436
cv::detail::BundleAdjusterReproj
Implementation of the camera parameters refinement algorithm which minimizes sum of the reprojection ...
Definition: motion_estimators.hpp:245
cv::datasets::comehere
Definition: gr_skig.hpp:69
cv::optflow::OpticalFlowPCAFlow::occlusionsThreshold
const float occlusionsThreshold
Definition: pcaflow.hpp:101
cv::gapi::compound::backend
cv::gapi::GBackend backend()
cv::composeRT
void composeRT(InputArray rvec1, InputArray tvec1, InputArray rvec2, InputArray tvec2, OutputArray rvec3, OutputArray tvec3, OutputArray dr3dr1=noArray(), OutputArray dr3dt1=noArray(), OutputArray dr3dr2=noArray(), OutputArray dr3dt2=noArray(), OutputArray dt3dr1=noArray(), OutputArray dt3dt1=noArray(), OutputArray dt3dr2=noArray(), OutputArray dt3dt2=noArray())
Combines two rotation-and-shift transformations.
cv::cudev::RemapPtr2Sz::cols
int cols
Definition: remap.hpp:105
cv::instr::InstrNode
Node< NodeData > InstrNode
Definition: instrumentation.hpp:97
cv::Mat::eye
static MatExpr eye(int rows, int cols, int type)
Returns an identity matrix of the specified size and type.
hal_ni_dctInit2D
int hal_ni_dctInit2D(cvhalDFT **context, int width, int height, int depth, int flags)
Definition: hal_replacement.hpp:561
cv::Range::all
static Range all()
cv::cudev::numeric_limits< short >::max
__device__ static __forceinline__ short max()
Definition: limits.hpp:84
cv::CAP_PVAPI_DECIMATION_OFF
Off.
Definition: videoio.hpp:310
cv::Vec8i
Vec< int, 8 > Vec8i
Definition: matx.hpp:416
cv::cuda::ALPHA_OVER
Definition: cudaimgproc.hpp:159
cv::softdouble::setExp
softdouble setExp(int e) const
Construct a copy with new 0-based exponent.
Definition: softfloat.hpp:318
cv::optflow::OpticalFlowPCAFlow::sparseRate
const float sparseRate
Definition: pcaflow.hpp:99
cv::GMetaArg
util::variant< util::monostate, GMatDesc, GScalarDesc, GArrayDesc > GMetaArg
Definition: gmetaarg.hpp:39
cv::CvLBPEvaluator
Definition: feature.hpp:365
cv::compareHist
double compareHist(InputArray H1, InputArray H2, int method)
Compares two histograms.
cv::GNetworkType< K, std::function< std::tuple< R... >(Args...)> >::Result
OutArgs Result
Definition: infer.hpp:54
cv::ParamType< uchar >::member_type
uchar member_type
Definition: core.hpp:3265
cv::cudev::gridPyrDown
__host__ void gridPyrDown(const SrcPtr &src, GpuMat_< DstType > &dst, Stream &stream=Stream::Null())
Definition: pyramids.hpp:73
cv::CompressedRectilinearPortraitWarper::CompressedRectilinearPortraitWarper
CompressedRectilinearPortraitWarper(float A=1, float B=1)
Definition: warpers.hpp:192
cv::videostab::MotionEstimatorBase::~MotionEstimatorBase
virtual ~MotionEstimatorBase()
Definition: global_motion.hpp:100
cv::dnn::_Range::_Range
_Range(const Range &r)
Definition: shape_utils.hpp:59
cv::optflow::PCAPrior::getPadding
int getPadding() const
Definition: pcaflow.hpp:85
cv::cudev::laplacianPtr
__host__ LaplacianPtrSz< ksize, typename PtrTraits< SrcPtr >::ptr_type > laplacianPtr(const SrcPtr &src)
Definition: deriv.hpp:381
cv::CAP_PROP_XI_LUT_EN
Activates LUT.
Definition: videoio.hpp:450
cv::aruco::DetectorParameters::perspectiveRemovePixelPerCell
int perspectiveRemovePixelPerCell
Definition: aruco.hpp:171
NCVMatrix::_ptr
T * _ptr
Definition: NCV.hpp:832
cv::GNetworkType< K, std::function< std::tuple< R... >(Args...)> >::API
std::function< Result(Args...)> API
Definition: infer.hpp:55
cv::reg::MapperGradSimilar
Definition: mappergradsimilar.hpp:52
cv::fisheye::undistortPoints
void undistortPoints(InputArray distorted, OutputArray undistorted, InputArray K, InputArray D, InputArray R=noArray(), InputArray P=noArray())
Undistorts 2D points using fisheye model.
cv::LDR_SIZE
Definition: photo.hpp:332
cv::CALIB_CB_SYMMETRIC_GRID
Definition: calib3d.hpp:263
memSegCopyHelper2D
NCVStatus memSegCopyHelper2D(void *dst, Ncv32u dstPitch, NCVMemoryType dstType, const void *src, Ncv32u srcPitch, NCVMemoryType srcType, Ncv32u widthbytes, Ncv32u height, cudaStream_t cuStream)
cv::fitEllipse
RotatedRect fitEllipse(InputArray points)
Fits an ellipse around a set of 2D points.
cv::face::FacemarkAAM::Model::textures
std::vector< Texture > textures
a container to holds the texture data for each scale of fitting
Definition: facemarkAAM.hpp:137
cv::Stitcher::registrationResol
double registrationResol() const
Definition: stitching.hpp:186
cv::UMatData::handle
void * handle
Definition: mat.hpp:563
cv::detail::MatchesInfo::getInliers
std::vector< uchar > getInliers()
Definition: matchers.hpp:113
cv::resize
void resize(InputArray src, OutputArray dst, Size dsize, double fx=0, double fy=0, int interpolation=INTER_LINEAR)
Resizes an image.
CV_ELEM_SIZE
#define CV_ELEM_SIZE(type)
Definition: cvdef.h:450
CV_CUDEV_HLS2RGB_INST
#define CV_CUDEV_HLS2RGB_INST(name, scn, dcn, bidx)
Definition: color_cvt.hpp:290
cv::cuda::bitwise_not
void bitwise_not(InputArray src, OutputArray dst, InputArray mask=noArray(), Stream &stream=Stream::Null())
Performs a per-element bitwise inversion.
cv::aruco::DetectorParameters::create
static Ptr< DetectorParameters > create()
cv::intersectConvexConvex
float intersectConvexConvex(InputArray _p1, InputArray _p2, OutputArray _p12, bool handleNested=true)
Finds intersection of two convex polygons.
cv::DetectionROI::confidences
std::vector< double > confidences
vector that will contain confidence values for each location
Definition: objdetect.hpp:352
cv::TM_SQDIFF_NORMED
Definition: imgproc.hpp:3651
cuda.hpp
cv::omnidir::internal::initializeCalibration
void initializeCalibration(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, Size size, OutputArrayOfArrays omAll, OutputArrayOfArrays tAll, OutputArray K, double &xi, OutputArray idx=noArray())
cv::IMWRITE_PNG_COMPRESSION
For PNG, it can be the compression level from 0 to 9. A higher value means a smaller size and longer ...
Definition: imgcodecs.hpp:88
cv::datasets::MSM_middleburyObj::r
Matx33d r
Definition: msm_middlebury.hpp:64
cv::cudev::BrdConstant::src
SrcPtr src
Definition: extrapolation.hpp:65
hal_ni_sub16u
int hal_ni_sub16u(const ushort *src1_data, size_t src1_step, const ushort *src2_data, size_t src2_step, ushort *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:86
NCVMemPtr
Definition: NCV.hpp:439
cv::videostab::MotionModel
MotionModel
Describes motion model between two point clouds.
Definition: motion_core.hpp:59
cv::HISTCMP_INTERSECT
Definition: imgproc.hpp:504
cv::tbm::operator!=
bool operator!=(const TrackedObject &first, const TrackedObject &second)
cv::gapi::wip::draw::Text::text
std::string text
The text string to be drawn.
Definition: render.hpp:126
cv::Scalar_::mul
Scalar_< _Tp > mul(const Scalar_< _Tp > &a, double scale=1) const
per-element product
cv::cudacodec::YUV420
Definition: cudacodec.hpp:272
cv::CAP_PROP_INTELPERC_DEPTH_FOCAL_LENGTH_HORZ
Definition: videoio.hpp:525
slic.hpp
cvflann
Definition: flann.hpp:59
cv::datasets::HPE_parseObj::name
std::string name
Definition: hpe_parse.hpp:62
cv::Vec::cross
Vec cross(const Vec &v) const
cv::tracking::UnscentedKalmanFilter::~UnscentedKalmanFilter
virtual ~UnscentedKalmanFilter()
Definition: kalman_filters.hpp:59
cv::videostab::ILog
Definition: log.hpp:56
cv::softdouble::setSign
softdouble setSign(bool sign) const
Construct a copy with new sign bit.
Definition: softfloat.hpp:314
cv::CAP_PROP_GIGA_FRAME_HEIGH_MAX
Definition: videoio.hpp:510
cv::perspectiveTransform
void perspectiveTransform(InputArray src, OutputArray dst, InputArray m)
Performs the perspective matrix transformation of vectors.
cv::cuda::reprojectImageTo3D
void reprojectImageTo3D(InputArray disp, OutputArray xyzw, InputArray Q, int dst_cn=4, Stream &stream=Stream::Null())
Reprojects a disparity image to 3D space.
saliencySpecializedClasses.hpp
cv::linemod::Modality::process
Ptr< QuantizedPyramid > process(const Mat &src, const Mat &mask=Mat()) const
Form a quantized image pyramid from a source image.
Definition: linemod.hpp:132
cv::Stitcher::setFeaturesFinder
void setFeaturesFinder(Ptr< Feature2D > features_finder)
Definition: stitching.hpp:209
cv::cudev::vadd4
__device__ __forceinline__ uint vadd4(uint a, uint b)
Definition: simd_functions.hpp:526
cv::BORDER_ISOLATED
do not look outside of ROI
Definition: base.hpp:278
cv::aruco::Dictionary::maxCorrectionBits
int maxCorrectionBits
Definition: dictionary.hpp:66
types.hpp
cv::ovis::MATERIAL_LINE_WIDTH
Definition: ovis.hpp:36
cv::Hamming::ResultType
int ResultType
Definition: base.hpp:386
cv::ClfOnlineStump::_mu1
float _mu1
Definition: onlineMIL.hpp:93
cv::estimateAffine2D
cv::Mat estimateAffine2D(InputArray from, InputArray to, OutputArray inliers=noArray(), int method=RANSAC, double ransacReprojThreshold=3, size_t maxIters=2000, double confidence=0.99, size_t refineIters=10)
Computes an optimal affine transformation between two 2D point sets.
cv_vrndq_s32_f32
int32x4_t cv_vrndq_s32_f32(float32x4_t v)
Definition: neon_utils.hpp:61
cv::DetectionBasedTracker::TrackedObject::PositionsVector
std::vector< cv::Rect > PositionsVector
Definition: detection_based_tracker.hpp:183
cv::gapi::wip::draw::Image::Image
Image(const cv::Point &org_, const cv::Mat &img_, const cv::Mat &alpha_)
Mosaic constructor.
Definition: render.hpp:320
cv::superres::createOptFlow_DualTVL1
Ptr< DualTVL1OpticalFlow > createOptFlow_DualTVL1()
cv::rgbd::ICPOdometry::getMaxDepth
double getMaxDepth() const
Definition: depth.hpp:798
cv::GArrayDesc
Definition: garray.hpp:39
cv::COLOR_YUV2GRAY_Y422
Definition: imgproc.hpp:713
cv::ml::SVMSGD::MarginType
MarginType
Definition: ml.hpp:1800
cv::dnn::DNN_TARGET_FPGA
FPGA device with CPU fallbacks using Inference Engine's Heterogeneous plugin.
Definition: dnn.hpp:94
cv::Mat::TYPE_MASK
Definition: mat.hpp:2074
matching.hpp
cv::cudev::sinh
__device__ __forceinline__ float1 sinh(const uchar1 &a)
Definition: vec_math.hpp:339
cv::CHAIN_APPROX_TC89_L1
Definition: imgproc.hpp:436
cv::KAZE
Class implementing the KAZE keypoint detector and descriptor extractor, described in .
Definition: features2d.hpp:669
miniflann.hpp
cv::kinfu::Params::volumePose
Affine3f volumePose
initial volume pose in meters
Definition: kinfu.hpp:71
cv::ocl::kernelToStr
String kernelToStr(InputArray _kernel, int ddepth=-1, const char *name=NULL)
cv::StrongClassifierDirectSelection::getUseFeatureExchange
bool getUseFeatureExchange() const
cv::cudev::IntegralBody::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: reduction.hpp:245
cv::GNetworkType< K, std::function< std::tuple< R... >(Args...)> >::InArgs
std::tuple< Args... > InArgs
Definition: infer.hpp:51
cv::cuda::convertFp16
void convertFp16(InputArray _src, OutputArray _dst, Stream &stream=Stream::Null())
Converts an array to half precision floating number.
cv::UPDATE_IMAGE_ELEMENT
Definition: cap_winrt.hpp:42
cv::COLOR_YUV2GRAY_YV12
Definition: imgproc.hpp:667
cv::ximgproc::RulesOption
RulesOption
Specifies the degree of rules validation.
Definition: fast_hough_transform.hpp:116
cv::ppf_match_3d::loadPLYSimple
Mat loadPLYSimple(const char *fileName, int withNormals=0)
Load a PLY file.
cv::viz::Mesh::normals
Mat normals
point normals of type CV_32FC3, CV_32FC4, CV_64FC3 or CV_64FC4 with only 1 row
Definition: types.hpp:131
cv::cudev::equal_to
Definition: functional.hpp:132
NCVMatrixAlloc
Definition: NCV.hpp:844
NCVVectorAlloc::getSegment
NCVMemSegment getSegment() const
Definition: NCV.hpp:674
cv::CAP_OPENNI_DISPARITY_MAP_32F
Disparity in pixels (CV_32FC1)
Definition: videoio.hpp:259
cv::rgbd::DepthCleaner::getMethod
int getMethod() const
Definition: depth.hpp:247
cv::dnn::details::_LayerStaticRegisterer::~_LayerStaticRegisterer
~_LayerStaticRegisterer()
Definition: layer.details.hpp:68
cv::CvFeatureEvaluator::getCls
float getCls(int si) const
Definition: feature.hpp:185
cv::Param::REAL
cv::optflow::RLOFOpticalFlowParameter::globalMotionRansacThreshold
float globalMotionRansacThreshold
Definition: rlofflow.hpp:147
cv::warpPolar
void warpPolar(InputArray src, OutputArray dst, Size dsize, Point2f center, double maxRadius, int flags)
Remaps an image to polar or semilog-polar coordinates space.
cv::text::ERStat::local_maxima
bool local_maxima
whenever the regions is a local maxima of the probability
Definition: erfilter.hpp:109
cv::CAP_INTELPERC_IMAGE
Definition: videoio.hpp:539
cv::gapi::infer
Net::ResultL infer(cv::GArray< cv::Rect > roi, Args &&... args)
Calculates responses for the specified network (template parameter) for every region in the source im...
Definition: infer.hpp:155
cv::pyrUp
void pyrUp(InputArray src, OutputArray dst, const Size &dstsize=Size(), int borderType=BORDER_DEFAULT)
Upsamples an image and then blurs it.
cv::CommandLineParser
Designed for command line parsing.
Definition: utility.hpp:796
cv::rgbd::RgbdPlane
Definition: depth.hpp:328
cv::gapi::SobelXY
std::tuple< GMat, GMat > SobelXY(const GMat &src, int ddepth, int order, int ksize=3, double scale=1, double delta=0, int borderType=BORDER_DEFAULT, const Scalar &borderValue=Scalar(0))
Calculates the first, second, third, or mixed image derivatives using an extended Sobel operator.
cv::HISTCMP_CHISQR
Definition: imgproc.hpp:501
cv::Stitcher::estimator
const Ptr< detail::Estimator > estimator() const
Definition: stitching.hpp:230
cv::dnn::readNetFromONNX
Net readNetFromONNX(const String &onnxFile)
Reads a network model ONNX.
hal_ni_magnitude64f
int hal_ni_magnitude64f(const double *x, const double *y, double *dst, int len)
Definition: hal_replacement.hpp:406
cv::structured_light::GrayCodePattern::Params::width
int width
Definition: graycodepattern.hpp:79
cv::cudev::ScharrXPtrSz::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: deriv.hpp:259
cv::dnn::Backend
Backend
Enum of computation backends supported by layers.
Definition: dnn.hpp:65
cvstd_wrapper.hpp
cv::stereo::StereoMatcher::getSpeckleRange
virtual int getSpeckleRange() const =0
cv::morphologyDefaultBorderValue
static Scalar morphologyDefaultBorderValue()
returns "magic" border value for erosion and dilation. It is automatically transformed to Scalar::all...
Definition: imgproc.hpp:1394
cv::dnn::ReLULayer
Definition: all_layers.hpp:431
cv::videostab::FastMarchingMethod
Describes the Fast Marching Method implementation.
Definition: fast_marching.hpp:63
cv::cudacodec::H264
Definition: cudacodec.hpp:251
cv::cudev::ScharrXPtr::operator()
__device__ PtrTraits< SrcPtr >::value_type operator()(int y, int x) const
Definition: deriv.hpp:241
cv::videostab::LpMotionStabilizer::setTrimRatio
void setTrimRatio(float val)
Definition: motion_stabilizing.hpp:128
cv::directx::convertFromDirect3DSurface9
void convertFromDirect3DSurface9(IDirect3DSurface9 *pDirect3DSurface9, OutputArray dst, void *surfaceSharedHandle=NULL)
Converts IDirect3DSurface9 to OutputArray.
cv::ft::FT02D_FL_process
void FT02D_FL_process(InputArray matrix, const int radius, OutputArray output)
Sligtly less accurate version of -transfrom computation optimized for higher speed....
cv::solvePnPGeneric
int solvePnPGeneric(InputArray objectPoints, InputArray imagePoints, InputArray cameraMatrix, InputArray distCoeffs, OutputArrayOfArrays rvecs, OutputArrayOfArrays tvecs, bool useExtrinsicGuess=false, SolvePnPMethod flags=SOLVEPNP_ITERATIVE, InputArray rvec=noArray(), InputArray tvec=noArray(), OutputArray reprojectionError=noArray())
Finds an object pose from 3D-2D point correspondences. This function returns a list of all the possib...
cv::softfloat::one
static softfloat one()
One constant.
Definition: softfloat.hpp:210
cv::dnn::ResizeLayer
Resize input 4-dimensional blob by nearest neighbor or bilinear strategy.
Definition: all_layers.hpp:621
cv::v_check_all
bool v_check_all(const v_reg< _Tp, n > &a)
Check if all packed values are less than zero.
Definition: intrin_cpp.hpp:1223
cvCeil
int cvCeil(double value)
Rounds floating-point number to the nearest integer not smaller than the original.
Definition: fast_math.hpp:251
cv::stereo::StarKernelCensus::operator()
void operator()(const cv::Range &r) const CV_OVERRIDE
Definition: descriptor.hpp:293
cv::MercatorWarper::create
Ptr< detail::RotationWarper > create(float scale) const CV_OVERRIDE
Definition: warpers.hpp:224
cv::Affine3::translate
Affine3 translate(const Vec3 &t) const
a.translate(t) is equivalent to Affine(E, t) * a, where E is an identity matrix
cv::cudev::LutPtrSz::cols
int cols
Definition: lut.hpp:77
cv::detail::BundleAdjusterBase::num_errs_per_measurement_
int num_errs_per_measurement_
Definition: motion_estimators.hpp:200
cv::videostab::MaskFrameSource::setMaskCallback
void setMaskCallback(std::function< void(Mat &)> MaskCallback)
Definition: frame_source.hpp:101
cv::omnidir::CALIB_USE_GUESS
Definition: omnidir.hpp:56
cv::saliency::ObjectnessBING::getBase
double getBase() const
Definition: saliencySpecializedClasses.hpp:337
cv::cudev::LinearInterPtr::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: interpolation.hpp:99
cv::KalmanFilter::temp4
Mat temp4
Definition: tracking.hpp:408
cv::GComputationT< R(Args...)>::compile
GCompiledT compile(detail::ProtoToMetaT< Args >... inDescs)
Definition: gtyped.hpp:139
cv::int16_t
::int16_t int16_t
Definition: cvdef.h:768
cv::sortIdx
void sortIdx(InputArray src, OutputArray dst, int flags)
Sorts each row or each column of a matrix.
cv::Stitcher::estimator
Ptr< detail::Estimator > estimator()
Definition: stitching.hpp:229
CV_8UC1
#define CV_8UC1
Definition: interface.h:88
cv::detail::postprocess_ocl
void postprocess_ocl(Outputs &... outs)
Definition: goclkernel.hpp:152
CvResult
CvResult
Definition: llapi.h:30
cv::quality::QualityPSNR::compute
cv::Scalar compute(InputArray cmp) CV_OVERRIDE
Compute the PSNR.
Definition: qualitypsnr.hpp:48
cv::datasets::MSM_middlebury
Definition: msm_middlebury.hpp:68
cv::cudacodec::Uncompressed_UYVY
UYVY (4:2:2)
Definition: cudacodec.hpp:264
cv::CAP_PROP_XI_CHIP_TEMP
Camera sensor temperature.
Definition: videoio.hpp:394
cv::CHAIN_APPROX_NONE
Definition: imgproc.hpp:431
cv::cuda::FEATURE_SET_COMPUTE_11
Definition: cuda.hpp:770
cv::ximgproc::DTF_NC
Definition: edge_filter.hpp:53
cv::compare
void compare(InputArray src1, InputArray src2, OutputArray dst, int cmpop)
Performs the per-element comparison of two arrays or an array and scalar value.
cv::viz::WLine
Simple widgets.
Definition: widgets.hpp:235
cv::v_expand_low
v_reg< typename V_TypeTraits< _Tp >::w_type, n/2 > v_expand_low(const v_reg< _Tp, n > &a)
Expand lower values to the wider pack type.
Definition: intrin_cpp.hpp:1298
cv::CAP_OPENCV_MJPEG
Built-in OpenCV MotionJPEG codec.
Definition: videoio.hpp:120
cv::ximgproc::DTF_IC
Definition: edge_filter.hpp:54
cv::cudev::NearestInterPtr
Definition: interpolation.hpp:63
cv::dnn::BackendWrapper::BackendWrapper
BackendWrapper(int backendId, int targetId)
cv::sampsonDistance
double sampsonDistance(InputArray pt1, InputArray pt2, InputArray F)
Calculates the Sampson Distance between two points.
all_indices.h
cv::Node::removeChilds
void removeChilds()
Definition: utility.hpp:1103
cv::gapi::ocl::backend
cv::gapi::GBackend backend()
Get a reference to OCL backend.
cv::UMatData::originalUMatData
UMatData * originalUMatData
Definition: mat.hpp:567
cv::face::BasicFaceRecognizer::_projections
std::vector< Mat > _projections
Definition: facerec.hpp:47
cv::gapi::NV12toRGBp
GMatP NV12toRGBp(const GMat &src_y, const GMat &src_uv)
Converts an image from NV12 (YUV420p) color space to RGB. The function converts an input image from N...
cv::ppf_match_3d::PoseCluster3D::~PoseCluster3D
virtual ~PoseCluster3D()
Definition: pose_3d.hpp:162
HaarStage64_Interpret_MaskRootNodes
#define HaarStage64_Interpret_MaskRootNodes
Definition: NCVHaarObjectDetection.hpp:270
cv::AutoBuffer::operator=
AutoBuffer< _Tp, fixed_size > & operator=(const AutoBuffer< _Tp, fixed_size > &buf)
the assignment operator
cv::stereo::StereoMatcher::getNumDisparities
virtual int getNumDisparities() const =0
cv::HOGDescriptor::svmDetector
std::vector< float > svmDetector
coefficients for the linear SVM classifier.
Definition: objdetect.hpp:617
cv::ml::SVMSGD::SvmsgdType
SvmsgdType
Definition: ml.hpp:1793
cv::Param::UNSIGNED_INT
cv::TLSData::TLSData
TLSData()
Definition: tls.hpp:64
cv::cudev::numeric_limits< uint >::min
__device__ static __forceinline__ uint min()
Definition: limits.hpp:104
cv::cudev::blockScanExclusive
__device__ __forceinline__ T blockScanExclusive(T data, volatile T *smem, uint tid)
Definition: scan.hpp:246
cv::detail::are_meta_descrs_but_last
all_satisfy< is_meta_descr, typename all_but_last< Ts... >::type > are_meta_descrs_but_last
Definition: gmetaarg.hpp:60
cv::detail::FisheyeProjector::mapForward
void mapForward(float x, float y, float &u, float &v)
cv::tbm::operator==
bool operator==(const TrackedObject &first, const TrackedObject &second)
hal_ni_max64f
int hal_ni_max64f(const double *src1_data, size_t src1_step, const double *src2_data, size_t src2_step, double *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:109
cv::viz::REPRESENTATION_POINTS
Definition: widgets.hpp:76
nppiStDecimate_64f_C1R_host
NCVStatus nppiStDecimate_64f_C1R_host(Ncv64f *h_src, Ncv32u srcStep, Ncv64f *h_dst, Ncv32u dstStep, NcvSize32u srcRoi, Ncv32u scale)
cv::text::ERFilter
Base class for 1st and 2nd stages of Neumann and Matas scene text detection algorithm ....
Definition: erfilter.hpp:118
hal_ni_canny
int hal_ni_canny(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int cn, double lowThreshold, double highThreshold, int ksize, bool L2gradient)
Canny edge detector.
Definition: hal_replacement.hpp:769
cv::CvLBPEvaluator::sum
Mat sum
Definition: feature.hpp:394
cv::cudev::GpuMat_::adjustROI
__host__ GpuMat_ & adjustROI(int dtop, int dbottom, int dleft, int dright)
cv::cudev::ScharrXPtr::src
SrcPtr src
Definition: deriv.hpp:239
cv::videostab::StabilizerBase::log
Ptr< ILog > log() const
Definition: stabilizer.hpp:72
cv::gapi::NV12toBGR
GMat NV12toBGR(const GMat &src_y, const GMat &src_uv)
Converts an image from NV12 (YUV420p) color space to BGR. The function converts an input image from N...
operators.hpp
cv::cudev::PtrTraitsBase< Ptr2DSz, Ptr2DSz >::getCols
static __host__ int getCols(const Ptr2DSz &ptr)
Definition: traits.hpp:74
cv::GKernelType
Definition: gkernel.hpp:207
cv::WND_PROP_OPENGL
opengl support.
Definition: highgui.hpp:199
cv::CAP_PROP_OPENNI_BASELINE
In mm.
Definition: videoio.hpp:229
cv::v_store_high
void v_store_high(_Tp *ptr, const v_reg< _Tp, n > &a)
Store data to memory (higher half)
Definition: intrin_cpp.hpp:1645
cv::videostab::MaskFrameSource::reset
virtual void reset() CV_OVERRIDE
Definition: frame_source.hpp:94
cv::stereo::PropagationParameters::lkTermParam2
float lkTermParam2
Definition: quasi_dense_stereo.hpp:57
cv::gapi::fluid::Buffer::Cache::m_desc
GMatDesc m_desc
Definition: gfluidbuffer.hpp:101
hal_ni_cvtBGRtoThreePlaneYUV
int hal_ni_cvtBGRtoThreePlaneYUV(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int scn, bool swapBlue, int uIdx)
hal_cvtBGRtoThreePlaneYUV
Definition: hal_replacement.hpp:525
cv::CvHaarFeatureParams::printAttrs
virtual void printAttrs() const CV_OVERRIDE
cv::CAP_PROP_XI_WB_KB
White balance blue coefficient.
Definition: videoio.hpp:380
cv::v_reduce_sum4
v_float32x4 v_reduce_sum4(const v_float32x4 &a, const v_float32x4 &b, const v_float32x4 &c, const v_float32x4 &d)
Sums all elements of each input vector, returns the vector of sums.
Definition: intrin_cpp.hpp:1158
cv::stereo::StereoBinaryBM::setPreFilterCap
virtual void setPreFilterCap(int preFilterCap)=0
cv::gapi::wip::draw::FText::org
cv::Point org
The bottom-left corner of the text string in the image.
Definition: render.hpp:164
NSObject
cv::Mat::operator=
Mat & operator=(const Mat &m)
assignment operators
cv::FileNode::SEQ
sequence
Definition: persistence.hpp:484
cv::HistogramCostExtractor
Abstract base class for histogram cost algorithms.
Definition: hist_cost.hpp:57
cv::FileNode::read
static void read(const FileNode &node, schar &value, schar default_value)
Definition: persistence.hpp:1130
cv::tbm::Track::descriptor_fast
cv::Mat descriptor_fast
Fast descriptor.
Definition: tracking_by_matching.hpp:384
cv::ocl::OCL_VECTOR_MAX
Definition: ocl.hpp:614
cv::ParamType< std::vector< Mat > >::const_param_type
const typedef std::vector< Mat > & const_param_type
Definition: core.hpp:3224
CV_HAL_ERROR_NOT_IMPLEMENTED
#define CV_HAL_ERROR_NOT_IMPLEMENTED
Definition: interface.h:10
cv::videostab::InpainterBase::motionModel_
MotionModel motionModel_
Definition: inpainting.hpp:95
cv::face::StandardCollector::threshold
double threshold
Definition: predict_collector.hpp:92
cv::int8_t
::int8_t int8_t
Definition: cvdef.h:766
cv::CALIB_FIX_INTRINSIC
Definition: calib3d.hpp:288
cv::hdf::open
Ptr< HDF5 > open(const String &HDF5Filename)
Open or create hdf5 file.
cv::face::FacemarkLBF::Params::model_filename
std::string model_filename
filename where the trained model will be saved
Definition: facemarkLBF.hpp:79
cv::detail::KernelTypeMedium
Definition: infer.hpp:31
cv::TrackerModel::trajectory
Trajectory trajectory
Definition: tracker.hpp:512
cv::rgbd::FastICPOdometry::getCameraMatrix
cv::Mat getCameraMatrix() const CV_OVERRIDE
Definition: depth.hpp:1071
cv::datasets::SLAM_tumindoorObj
Definition: slam_tumindoor.hpp:67
cv::cudev::ScharrYPtrSz::rows
int rows
Definition: deriv.hpp:302
cv::v_max
v_reg< _Tp, n > v_max(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Choose max values for each pair.
Definition: intrin_cpp.hpp:588
cv::videostab::NullFrameSource
Definition: frame_source.hpp:65
cv::gapi::phase
GMat phase(const GMat &x, const GMat &y, bool angleInDegrees=false)
Calculates the rotation angle of 2D vectors.
cv::reg::MapAffine::getShift
const cv::Vec< double, 2 > & getShift() const
Definition: mapaffine.hpp:96
cv::ft::FT02D_iteration
int FT02D_iteration(InputArray matrix, InputArray kernel, OutputArray output, InputArray mask, OutputArray maskOutput, bool firstStop)
Computes -transfrom and inverse -transfrom at once and return state.
cv::CAP_GIGANETIX
Smartek Giganetix GigEVisionSDK.
Definition: videoio.hpp:108
cv::repeat
void repeat(InputArray src, int ny, int nx, OutputArray dst)
Fills the output array with repeated copies of the input array.
cv::cudev::SumExprBody::src
SrcPtr src
Definition: reduction.hpp:66
tonemap.hpp
cv::saliency::MotionSaliencyBinWangApr2014::getImageWidth
int getImageWidth() const
Definition: saliencySpecializedClasses.hpp:199
cv::detail::ArgKind::GMATP
config.h
cv::saliency::StaticSaliencySpectralResidual::computeSaliency
bool computeSaliency(InputArray image, OutputArray saliencyMap)
Definition: saliencySpecializedClasses.hpp:81
cv::detail::ProtoToMeta
Definition: gtyped.hpp:31
cv::ximgproc::createQuaternionImage
void createQuaternionImage(InputArray img, OutputArray qimg)
creates a quaternion image.
cv::hal::STORE_UNALIGNED
Definition: intrin.hpp:95
cv::saliency::MotionSaliencyBinWangApr2014
the Fast Self-tuning Background Subtraction Algorithm from
Definition: saliencySpecializedClasses.hpp:169
cv::haveImageWriter
bool haveImageWriter(const String &filename)
Returns true if an image with the specified filename can be encoded by OpenCV.
cv::createGeneralizedHoughBallard
Ptr< GeneralizedHoughBallard > createGeneralizedHoughBallard()
Creates a smart pointer to a cv::GeneralizedHoughBallard class and initializes it.
cv::quality::QualityMSE::compute
cv::Scalar compute(InputArrayOfArrays cmpImgs) CV_OVERRIDE
Computes MSE for reference images supplied in class constructor and provided comparison images.
cv::cudacodec::YUV444
Definition: cudacodec.hpp:274
cv::Stitcher::featuresMatcher
const Ptr< detail::FeaturesMatcher > featuresMatcher() const
Definition: stitching.hpp:213
cv::MergeExposures
The base class algorithms that can merge exposure sequence to a single image.
Definition: photo.hpp:598
cv::COLOR_BayerBG2BGR_EA
Edge-Aware Demosaicing.
Definition: imgproc.hpp:766
cv::FileStorage::write
static void write(FileStorage &fs, const Point3_< _Tp > &pt)
Definition: persistence.hpp:915
cv::ppf_match_3d::samplePCByQuantization
Mat samplePCByQuantization(Mat pc, Vec2f &xrange, Vec2f &yrange, Vec2f &zrange, float sample_step_relative, int weightByCenter=0)
cv::VideoWriter::writer
Ptr< CvVideoWriter > writer
Definition: videoio.hpp:973
cv::Matx41d
Matx< double, 4, 1 > Matx41d
Definition: matx.hpp:226
cv::aruco::DICT_5X5_250
Definition: dictionary.hpp:148
cv::gapi::fluid::backend
cv::gapi::GBackend backend()
Get a reference to Fluid backend.
cv::cudev::NearestInterPtrSz::rows
int rows
Definition: interpolation.hpp:78
cv::cudev::TransposeBody::src
SrcPtr src
Definition: warping.hpp:154
cv::cudacodec::FormatInfo::width
int width
Definition: cudacodec.hpp:285
cv::aruco::estimatePoseBoard
int estimatePoseBoard(InputArrayOfArrays corners, InputArray ids, const Ptr< Board > &board, InputArray cameraMatrix, InputArray distCoeffs, InputOutputArray rvec, InputOutputArray tvec, bool useExtrinsicGuess=false)
Pose estimation for a board of markers.
cv::cudev::IsBinaryFunction::Yes
char Yes
Definition: functional.hpp:889
cv::cudacodec::SF_UYVY
Definition: cudacodec.hpp:74
cv::cudev::zipPtr
__host__ ZipPtrSz< tuple< typename PtrTraits< Ptr0 >::ptr_type, typename PtrTraits< Ptr1 >::ptr_type > > zipPtr(const Ptr0 &ptr0, const Ptr1 &ptr1)
Definition: zip.hpp:118
cv::viz::KeyboardEvent::Action
Action
Definition: types.hpp:286
cv::datasets::POS
Definition: pd_inria.hpp:62
cv::datasets::z
Definition: gr_skig.hpp:67
cv::INTER_NEAREST
Definition: imgproc.hpp:246
cv::v_pack
v_uint8x16 v_pack(const v_uint16x8 &a, const v_uint16x8 &b)
Definition: intrin_cpp.hpp:2275
cv::CvParams::printDefaults
virtual void printDefaults() const
hdf5.h
cv::gapi::own::operator!=
bool operator!=(const Rect &lhs, const Rect &rhs)
Definition: types.hpp:59
cv::videostab::RansacParams::prob
float prob
probability of success
Definition: motion_core.hpp:78
cv::optflow::GPCForest::findCorrespondences
void findCorrespondences(InputArray imgFrom, InputArray imgTo, std::vector< std::pair< Point2i, Point2i > > &corr, const GPCMatchingParams params=GPCMatchingParams()) const
Find correspondences between two images.
Definition: sparse_matching_gpc.hpp:313
cv::rgbd::RgbdOdometry::getMaxRotation
double getMaxRotation() const
Definition: depth.hpp:723
cv::util::any::any
any(any const &src)
Definition: any.hpp:78
cv::Formatter::get
static Ptr< Formatter > get(Formatter::FormatType fmt=FMT_DEFAULT)
cv::Scalar_::conj
Scalar_< _Tp > conj() const
returns (v0, -v1, -v2, -v3)
cv::gapi::own::Size::Size
Size(int _width, int _height)
Definition: types.hpp:92
cv::createThinPlateSplineShapeTransformer
Ptr< ThinPlateSplineShapeTransformer > createThinPlateSplineShapeTransformer(double regularizationParameter=0)
cv::GCompiled
Represents a compiled computation (graph). Can only be used with image / data formats & resolutions i...
Definition: gcompiled.hpp:66
cv::detail::scratch_helper< true, Impl, Ins... >::help_reset
static void help_reset(gapi::fluid::Buffer &b)
Definition: gfluidkernel.hpp:235
cv::stereo::MCTKernel::operator()
void operator()(int rrWidth, int w2, int rWidth, int jj, int j, int c[num_images]) const
Definition: descriptor.hpp:115
cv::gapi::imgproc::G_TYPED_KERNEL_M
G_TYPED_KERNEL_M(GSobelXY,< GMat2(GMat, int, int, int, double, double, int, Scalar)>, "org.opencv.imgproc.filters.sobelxy")
Definition: imgproc.hpp:87
cv::cuda::HostMem
Class with reference counting wrapping special memory type allocation functions from CUDA.
Definition: cuda.hpp:524
cv::videostab::StabilizerBase::radius
int radius() const
Definition: stabilizer.hpp:75
cv::directx::getTypeFromD3DFORMAT
int getTypeFromD3DFORMAT(const int iD3DFORMAT)
Get OpenCV type from DirectX type.
cv::GCPUContext::inMat
const cv::gapi::own::Mat & inMat(int input)
cv::cuda::COLOR_BayerGR2GRAY_MHT
Definition: cudaimgproc.hpp:108
cv::ClfOnlineStump::_e1
float _e1
Definition: onlineMIL.hpp:97
NcvSize32s::height
Ncv32s height
Rectangle height.
Definition: NCV.hpp:175
cv::quality::QualityPSNR
Full reference peak signal to noise ratio (PSNR) algorithm https://en.wikipedia.org/wiki/Peak_signal-...
Definition: qualitypsnr.hpp:20
cv::WINDOW_FREERATIO
the image expends as much as it can (no ratio constraint).
Definition: highgui.hpp:188
cv::cudacodec::EncoderParams::DeblockMode
int DeblockMode
NVVE_DEBLOCK_MODE,.
Definition: cudacodec.hpp:96
cv::v_pack_u
v_uint8x16 v_pack_u(const v_int16x8 &a, const v_int16x8 &b)
Definition: intrin_cpp.hpp:2281
cv::StrongClassifierDirectSelection::replaceWeakClassifier
void replaceWeakClassifier(int idx)
NcvSize32u::operator==
__host__ __device__ bool operator==(const NcvSize32u &another) const
Definition: NCV.hpp:187
cv::detail::createLaplacePyr
void createLaplacePyr(InputArray img, int num_levels, std::vector< UMat > &pyr)
cv::v_reinterpret_as_s16
v_int16x8 v_reinterpret_as_s16(const v_reg< _Tp0, n0 > &a)
Definition: intrin_cpp.hpp:2185
cv::CAP_INTELPERC_IR_GENERATOR
Definition: videoio.hpp:532
cv::Size_::height
_Tp height
the height
Definition: types.hpp:340
cv::omnidir::internal::fillFixed
void fillFixed(Mat &G, int flags, int n)
cv::ocl::KernelArg::wscale
int wscale
Definition: ocl.hpp:383
cv::detail::WrapValue::wrap_in
static U wrap_in(const U &u)
Definition: gtype_traits.hpp:146
cv::DetectionBasedTracker::IDetector::getMaxObjectSize
cv::Size getMaxObjectSize() const
Definition: detection_based_tracker.hpp:92
cv::cudev::warpReduce
__device__ __forceinline__ void warpReduce(volatile T *smem, T &val, uint tid, const Op &op)
Definition: reduce.hpp:62
cv::Detector::getIdxDetections
const std::vector< int > & getIdxDetections() const
Definition: onlineBoosting.hpp:225
cv::createShapeContextDistanceExtractor
Ptr< ShapeContextDistanceExtractor > createShapeContextDistanceExtractor(int nAngularBins=12, int nRadialBins=4, float innerRadius=0.2f, float outerRadius=2, int iterations=3, const Ptr< HistogramCostExtractor > &comparer=createChiHistogramCostExtractor(), const Ptr< ShapeTransformer > &transformer=createThinPlateSplineShapeTransformer())
cv::cudev::BrdConstant::val
PtrTraits< SrcPtr >::value_type val
Definition: extrapolation.hpp:67
cv::Mat_::forEach
void forEach(const Functor &operation)
template methods for for operation over all matrix elements.
cv::optflow::RLOFOpticalFlowParameter::useGlobalMotionPrior
bool useGlobalMotionPrior
Definition: rlofflow.hpp:134
cv::CAP_PROP_XI_BPC
Correction of bad pixels.
Definition: videoio.hpp:377
cv::cudev::numeric_limits< short >::min
__device__ static __forceinline__ short min()
Definition: limits.hpp:83
cv::TrackerBoosting::~TrackerBoosting
virtual ~TrackerBoosting() CV_OVERRIDE
Definition: tracker.hpp:1129
cv::COLOR_BGRA2BGR
remove alpha channel from RGB or BGR image
Definition: imgproc.hpp:527
cv::GComputation::apply
void apply(GRunArgs &&ins, GRunArgsP &&outs, GCompileArgs &&args={})
Compile graph on-the-fly and immediately execute it on the inputs data vectors.
cv::v_popcount
v_reg< typename V_TypeTraits< _Tp >::abs_type, n > v_popcount(const v_reg< _Tp, n > &a)
Count the 1 bits in the vector lanes and return result as corresponding unsigned type.
Definition: intrin_cpp.hpp:635
cv::Algorithm::clear
virtual void clear()
Clears the algorithm state.
Definition: core.hpp:3084
cv::gapi::ie::detail::ParamDesc::const_inputs
std::unordered_map< std::string, ConstInput > const_inputs
Definition: ie.hpp:55
cv::gapi::own::floord
double floord(double x)
Definition: saturate.hpp:83
cv::Mat_::stepT
size_t stepT(int i=0) const
returns step()/sizeof(_Tp)
cv::COLOR_BGR2GRAY
convert between RGB/BGR and grayscale, color conversions
Definition: imgproc.hpp:542
cv::ximgproc::HDO_RAW
Definition: fast_hough_transform.hpp:107
cv::EVENT_FLAG_SHIFTKEY
indicates that SHIFT Key is pressed.
Definition: highgui.hpp:226
cv::line_descriptor::drawLineMatches
void drawLineMatches(const Mat &img1, const std::vector< KeyLine > &keylines1, const Mat &img2, const std::vector< KeyLine > &keylines2, const std::vector< DMatch > &matches1to2, Mat &outImg, const Scalar &matchColor=Scalar::all(-1), const Scalar &singleLineColor=Scalar::all(-1), const std::vector< char > &matchesMask=std::vector< char >(), int flags=DrawLinesMatchesFlags::DEFAULT)
Draws the found matches of keylines from two images.
CV_CUDEV_HSV2RGB_INST
#define CV_CUDEV_HSV2RGB_INST(name, scn, dcn, bidx)
Definition: color_cvt.hpp:236
cv::cudev::SobelXPtr::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: deriv.hpp:143
cv::gapi::subRC
GMat subRC(const GScalar &c, const GMat &src, int ddepth=-1)
Calculates the per-element difference between given scalar and the matrix.
cv::BOWKMeansTrainer::attempts
int attempts
Definition: features2d.hpp:1368
cv::utils::dumpInputOutputArrayOfArrays
String dumpInputOutputArrayOfArrays(InputOutputArrayOfArrays argument)
cv::datasets::PascalPart::ymax
int ymax
Definition: or_pascal.hpp:65
cv::HOGDescriptor::DEFAULT_NLEVELS
Default nlevels value.
Definition: objdetect.hpp:377
cv::videostab::MM_RIGID
Definition: motion_core.hpp:64
NCVMatrix::size
NcvSize32u size() const
Definition: NCV.hpp:826
cv::datasets::PD_inriaObj::width
int width
Definition: pd_inria.hpp:75
cv::FileStorage::write
static void write(FileStorage &fs, const String &name, const _Tp &val)
Definition: persistence.hpp:1067
HaarClassifierNode128::getLeftNodeDesc
__host__ __device__ HaarClassifierNodeDescriptor32 getLeftNodeDesc(void)
Definition: NCVHaarObjectDetection.hpp:256
variant.hpp
cv::Vec6i
Vec< int, 6 > Vec6i
Definition: matx.hpp:415
cv::AutoBuffer::value_type
_Tp value_type
Definition: utility.hpp:104
cv::dpm::DPMDetector::ObjectDetection::score
float score
Definition: dpm.hpp:113
cv::videostab::MotionInpainter::setOptFlowEstimator
void setOptFlowEstimator(Ptr< IDenseOptFlowEstimator > val)
Definition: inpainting.hpp:146
cv::COLOR_RGBA2YUV_YV12
Definition: imgproc.hpp:735
cv::saliency::ObjectnessBING::setBase
void setBase(double val)
Definition: saliencySpecializedClasses.hpp:341
cv::AutoBuffer::allocate
void allocate(size_t _size)
allocates the new buffer of size _size. if the _size is small enough, stack-allocated buffer is used
cv::dnn::PriorBoxLayer
Definition: all_layers.hpp:558
cv::LineIterator::minusStep
int minusStep
Definition: imgproc.hpp:4739
logtag.hpp
cv::cudev::ConstantPtr::value
T value
Definition: constant.hpp:62
cv::CAP_PROP_IOS_DEVICE_EXPOSURE
Definition: videoio.hpp:495
cv::aruco::GridBoard::getGridSize
Size getGridSize() const
Definition: aruco.hpp:340
cv::cudev::vsetgt2
__device__ __forceinline__ uint vsetgt2(uint a, uint b)
Definition: simd_functions.hpp:322
cv::face::loadFacePoints
bool loadFacePoints(String filename, OutputArray points, float offset=0.0f)
A utility to load facial landmark information from a given file.
cv::datasets::OR_sun::paths
std::vector< std::string > paths
Definition: or_sun.hpp:73
cv::cudev::SelectIf
Definition: type_traits.hpp:96
cv::imwrite
bool imwrite(const String &filename, InputArray img, const std::vector< int > &params=std::vector< int >())
Saves an image to a specified file.
cv::freetype::FreeType2
Definition: freetype.hpp:74
cv::MultiTracker
This class is used to track multiple objects using the specified tracker algorithm.
Definition: tracker.hpp:1330
hal_ni_fastAtan32f
int hal_ni_fastAtan32f(const float *y, const float *x, float *dst, int len, bool angleInDegrees)
Definition: hal_replacement.hpp:388
cv::dnn::Model::impl
Ptr< Impl > impl
Definition: dnn.hpp:1145
cv::cudev::functional_detail::FloatType
Definition: functional.hpp:447
cv::ogl::Buffer::elemSize
int elemSize() const
cv::bioinspired::RetinaParameters::OPLandIplParvoParameters::hcellsTemporalConstant
float hcellsTemporalConstant
Definition: retina.hpp:162
cv::viz::WCube
This 3D Widget defines a cube.
Definition: widgets.hpp:372
cv::CvFeatureParams::HAAR
Definition: feature.hpp:142
cv::MatExpr::operator&
MatExpr operator&(const Mat &a, const Mat &b)
ncvAssertPrintCheck
#define ncvAssertPrintCheck(pred, msg)
Definition: NCV.hpp:256
cv::MatConstIterator_::difference_type
ptrdiff_t difference_type
Definition: mat.hpp:3083
cv::videostab::WobbleSuppressorBase::setMotions2
virtual void setMotions2(const std::vector< Mat > &val)
Definition: wobble_suppression.hpp:81
cv::IMREAD_ANYDEPTH
If set, return 16-bit/32-bit image when the input has the corresponding depth, otherwise convert it t...
Definition: imgcodecs.hpp:68
cv::BackgroundSubtractor
Base class for background/foreground segmentation. :
Definition: background_segm.hpp:60
cv::ximgproc::weightedMedianFilter
void weightedMedianFilter(InputArray joint, InputArray src, OutputArray dst, int r, double sigma=25.5, int weightType=WMF_EXP, InputArray mask=noArray())
Applies weighted median filter to an image.
cv::cudev::log2
__device__ __forceinline__ double4 log2(const double4 &a)
Definition: vec_math.hpp:274
cv::multicalib::MultiCameraCalibration::edge::cameraVertex
int cameraVertex
Definition: multicalib.hpp:84
cv::GIn
GProtoInputArgs GIn(Ts &&... ts)
Definition: gproto.hpp:70
cv::dnn::DNN_BACKEND_DEFAULT
Definition: dnn.hpp:70
cv::cuda::minMax
void minMax(InputArray src, double *minVal, double *maxVal, InputArray mask=noArray())
Finds global minimum and maximum matrix elements and returns their values.
cv::cudev::logical_not
Definition: functional.hpp:214
VASurfaceID
unsigned int VASurfaceID
Definition: va_intel.hpp:23
cv::Affine3::float_type
T float_type
Definition: affine.hpp:129
cv::datasets::pat
Definition: gr_skig.hpp:71
cv::videostab::MotionEstimatorBase::motionModel
virtual MotionModel motionModel() const
Definition: global_motion.hpp:111
cv::StrongClassifierDirectSelection::eval
float eval(const Mat &response)
cv::findFundamentalMat
Mat findFundamentalMat(InputArray points1, InputArray points2, int method=FM_RANSAC, double ransacReprojThreshold=3., double confidence=0.99, OutputArray mask=noArray())
Calculates a fundamental matrix from the corresponding points in two images.
cv::videostab::DeblurerBase
Definition: deblurring.hpp:59
cv::instr::NodeData::m_threads
int m_threads
Definition: instrumentation.hpp:89
cv::BufferPoolController
Definition: bufferpool.hpp:21
cv::DIST_HUBER
distance = |x|<c ? x^2/2 : c(|x|-c/2), c=1.345
Definition: imgproc.hpp:304
cv::rgbd::RgbdOdometry::setMaxTranslation
void setMaxTranslation(double val)
Definition: depth.hpp:719
cuda_types.hpp
cv::optflow::GPCForest::train
void train(GPCTrainingSamples &samples, const GPCTrainingParams params=GPCTrainingParams())
Train the forest using one sample set for every tree. Please, consider using the next method instead ...
Definition: sparse_matching_gpc.hpp:237
cv::cudev::SumExprBody
Definition: reduction.hpp:64
cv::softdouble::setFrac
softdouble setFrac(const softdouble &s) const
Construct a copy with provided significand.
Definition: softfloat.hpp:338
cv::ximgproc::DTF_RF
Definition: edge_filter.hpp:55
cv::COLOR_RGB2YCrCb
Definition: imgproc.hpp:581
cv::gapi::cpu::backend
cv::gapi::GBackend backend()
Get a reference to CPU (OpenCV) backend.
cv::stereo::StereoBinaryBM::getUsePrefilter
virtual bool getUsePrefilter() const =0
CV_CUDEV_EXPR_BINARY_FUNC
#define CV_CUDEV_EXPR_BINARY_FUNC(name)
Definition: binary_func.hpp:61
cv::GC_EVAL
Definition: imgproc.hpp:358
cv::cudev::ResizePtr::operator()
__device__ __forceinline__ PtrTraits< SrcPtr >::value_type operator()(typename PtrTraits< SrcPtr >::index_type y, typename PtrTraits< SrcPtr >::index_type x) const
Definition: resize.hpp:68
cv::cudev::ConstantPtrSz
Definition: constant.hpp:67
cv::instr::TYPE_WRAPPER
Definition: instrumentation.hpp:49
cv::videostab::GaussianMotionFilter::stdev
float stdev() const
Definition: motion_stabilizing.hpp:104
hal_ni_add64f
int hal_ni_add64f(const double *src1_data, size_t src1_step, const double *src2_data, size_t src2_step, double *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:82
cv::fisheye::initUndistortRectifyMap
void initUndistortRectifyMap(InputArray K, InputArray D, InputArray R, InputArray P, const cv::Size &size, int m1type, OutputArray map1, OutputArray map2)
Computes undistortion and rectification maps for image transform by cv::remap(). If D is empty zero d...
cv::Vec3f
Vec< float, 3 > Vec3f
Definition: matx.hpp:419
cv::quality::QualityBRISQUE
BRISQUE (Blind/Referenceless Image Spatial Quality Evaluator) is a No Reference Image Quality Assessm...
Definition: qualitybrisque.hpp:26
cv::determinant
static double determinant(const Matx< _Tp, m, m > &a)
cv::gapi::fluid::Buffer::Cache::m_linePtrs
std::vector< uint8_t * > m_linePtrs
Definition: gfluidbuffer.hpp:100
cv::img_hash::AverageHash::AverageHash
AverageHash()
Definition: average_hash.hpp:26
cv::cudev::IntegerAreaInterPtr::index_type
float index_type
Definition: interpolation.hpp:237
cv::CLAHE::apply
virtual void apply(InputArray src, OutputArray dst)=0
Equalizes the histogram of a grayscale image using Contrast Limited Adaptive Histogram Equalization.
cv::createTrackbar
int createTrackbar(const String &trackbarname, const String &winname, int *value, int count, TrackbarCallback onChange=0, void *userdata=0)
Creates a trackbar and attaches it to the specified window.
cv::cudev::ThreshBinaryFunc
Definition: functional.hpp:694
cv::aruco::DetectorParameters::polygonalApproxAccuracyRate
double polygonalApproxAccuracyRate
Definition: aruco.hpp:162
cv::INTERSECT_PARTIAL
There is a partial intersection.
Definition: imgproc.hpp:796
cv::UMatData::userdata
void * userdata
Definition: mat.hpp:564
cv::ogl::Buffer::elemSize1
int elemSize1() const
cv::stereo::PropagationParameters::corrWinSizeY
int corrWinSizeY
Definition: quasi_dense_stereo.hpp:41
_v512_set_epu32
#define _v512_set_epu32(a15, a14, a13, a12, a11, a10, a9, a8, a7, a6, a5, a4, a3, a2, a1, a0)
Definition: intrin_avx512.hpp:21
cv::xphoto::InpaintTypes
InpaintTypes
Various inpainting algorithms.
Definition: inpainting.hpp:69
cv
"black box" representation of the file storage associated with a file on disk.
Definition: affine.hpp:51
cv::ovis::createPointCloudMesh
void createPointCloudMesh(const String &name, InputArray vertices, InputArray colors=noArray())
cv::freetype::createFreeType2
Ptr< FreeType2 > createFreeType2()
Create FreeType2 Instance.
cv::estimateAffinePartial2D
cv::Mat estimateAffinePartial2D(InputArray from, InputArray to, OutputArray inliers=noArray(), int method=RANSAC, double ransacReprojThreshold=3, size_t maxIters=2000, double confidence=0.99, size_t refineIters=10)
Computes an optimal limited affine transformation with 4 degrees of freedom between two 2D point sets...
cv::line_descriptor::KeyLine::pt
Point2f pt
Definition: descriptor.hpp:115
cv::bioinspired::RetinaParameters::OPLandIplParvoParameters::photoreceptorsSpatialConstant
float photoreceptorsSpatialConstant
Definition: retina.hpp:162
cv::cudev::abs_
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< SrcPtr >::ptr_type, abs_func< typename PtrTraits< SrcPtr >::value_type > > > abs_(const SrcPtr &src)
Definition: unary_func.hpp:68
cv::SparseMat::iterator
SparseMatIterator iterator
Definition: mat.hpp:2668
cv::CAP_PROP_APERTURE
Aperture. Can be readonly, depends on camera program.
Definition: videoio.hpp:561
cv::detail::BlocksGainCompensator::getMatGains
void getMatGains(std::vector< Mat > &umv) CV_OVERRIDE
Definition: exposure_compensate.hpp:208
cv::bioinspired::RETINA_COLOR_BAYER
standard bayer sampling
Definition: retina.hpp:86
cv::TickMeter::getTimeMilli
double getTimeMilli() const
Definition: utility.hpp:359
nppiStDecimate_32f_C1R
NCVStatus nppiStDecimate_32f_C1R(Ncv32f *d_src, Ncv32u srcStep, Ncv32f *d_dst, Ncv32u dstStep, NcvSize32u srcRoi, Ncv32u scale, NcvBool readThruTexture)
cv::omnidir::internal::decodeParameters
void decodeParameters(InputArray paramsters, OutputArray K, OutputArrayOfArrays omAll, OutputArrayOfArrays tAll, OutputArray distoration, double &xi)
cv::IMREAD_REDUCED_COLOR_4
If set, always convert image to the 3 channel BGR color image and the image size reduced 1/4.
Definition: imgcodecs.hpp:74
cv::FarnebackOpticalFlow
Class computing a dense optical flow using the Gunnar Farneback's algorithm.
Definition: tracking.hpp:475
cv::bgsegm::createBackgroundSubtractorLSBP
Ptr< BackgroundSubtractorLSBP > createBackgroundSubtractorLSBP(int mc=LSBP_CAMERA_MOTION_COMPENSATION_NONE, int nSamples=20, int LSBPRadius=16, float Tlower=2.0f, float Tupper=32.0f, float Tinc=1.0f, float Tdec=0.05f, float Rscale=10.0f, float Rincdec=0.005f, float noiseRemovalThresholdFacBG=0.0004f, float noiseRemovalThresholdFacFG=0.0008f, int LSBPthreshold=8, int minCount=2)
Creates an instance of BackgroundSubtractorLSBP algorithm.
cv::dnn::DictValue::DictValue
DictValue(unsigned p)
Constructs integer scalar.
Definition: dict.hpp:66
cv::cudev::sin
__device__ __forceinline__ float1 sin(const uchar1 &a)
Definition: vec_math.hpp:285
cv::detail::RotationWarper::setScale
virtual void setScale(float)
Definition: warpers.hpp:119
cv::SparseMat
The class SparseMat represents multi-dimensional sparse numerical arrays.
Definition: mat.hpp:2665
cv::aruco::DICT_4X4_50
Definition: dictionary.hpp:142
cv::CAP_PROP_XI_CC_MATRIX_10
Color Correction Matrix element [1][0].
Definition: videoio.hpp:409
hal_ni_cvtBGRtoBGR5x5
int hal_ni_cvtBGRtoBGR5x5(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int scn, bool swapBlue, int greenBits)
hal_cvtBGRtoBGR5x5
Definition: hal_replacement.hpp:322
cv::detail::FeatherBlender
Simple blender which mixes images at its borders.
Definition: blenders.hpp:100
cv::cnn_3dobj::icoSphere
Icosohedron based camera view data generator. The class create some sphere views of camera towards a ...
Definition: cnn_3dobj.hpp:124
cv::GPlaidMLKernel::F
std::function< void(GPlaidMLContext &)> F
Definition: gplaidmlkernel.hpp:59
cv::COLOR_HLS2BGR_FULL
Definition: imgproc.hpp:613
cv::flann::GenericIndex::veclen
int veclen() const
Definition: flann.hpp:290
cv::getStructuringElement
Mat getStructuringElement(int shape, Size ksize, Point anchor=Point(-1,-1))
Returns a structuring element of the specified size and shape for morphological operations.
cv::COLOR_YUV420p2BGRA
Definition: imgproc.hpp:662
cv::Error::StsAutoTrace
tracing
Definition: base.hpp:77
cv::superres::createSuperResolution_BTVL1
Ptr< SuperResolution > createSuperResolution_BTVL1()
Create Bilateral TV-L1 Super Resolution.
cv::CvFeatureEvaluator::featureParams
CvFeatureParams * featureParams
Definition: feature.hpp:195
cv::datasets::cross
Definition: gr_skig.hpp:68
cv::hal::sqrt32f
void sqrt32f(const float *src, float *dst, int len)
cv::quality::QualityPSNR::empty
bool empty() const CV_OVERRIDE
Implements Algorithm::empty()
Definition: qualitypsnr.hpp:59
cv::face::loadDatasetList
bool loadDatasetList(String imageList, String annotationList, std::vector< String > &images, std::vector< String > &annotations)
A utility to load list of paths to training image and annotation file.
cv::GFluidKernel::F
std::function< void(const cv::GArgs &, const std::vector< gapi::fluid::Buffer * > &)> F
Definition: gfluidkernel.hpp:57
cv::rgbd::RgbdOdometry::setMaxDepth
void setMaxDepth(double val)
Definition: depth.hpp:671
cv::cuda::meanShiftProc
void meanShiftProc(InputArray src, OutputArray dstr, OutputArray dstsp, int sp, int sr, TermCriteria criteria=TermCriteria(TermCriteria::MAX_ITER+TermCriteria::EPS, 5, 1), Stream &stream=Stream::Null())
Performs a mean-shift procedure and stores information about processed points (their colors and posit...
cv::TLSDataAccumulator::~TLSDataAccumulator
~TLSDataAccumulator()
Definition: tls.hpp:94
cv::CAP_PROP_XI_DECIMATION_SELECTOR
Decimation engine selector.
Definition: videoio.hpp:364
cv::instr::resetTrace
void resetTrace()
cv::CALIB_CB_FAST_CHECK
Definition: calib3d.hpp:258
cv::videostab::InpainterBase::radius_
int radius_
Definition: inpainting.hpp:94
cv::cuda::ALPHA_OUT_PREMUL
Definition: cudaimgproc.hpp:159
cv::text::createOCRHMMTransitionsTable
void createOCRHMMTransitionsTable(std::string &vocabulary, std::vector< std::string > &lexicon, OutputArray transition_probabilities_table)
Utility function to create a tailored language model transitions table from a given list of words (le...
cv::rgbd::ICPOdometry::setMaxPointsPart
void setMaxPointsPart(double val)
Definition: depth.hpp:826
cv::cuda::GpuMat::refcount
int * refcount
Definition: cuda.hpp:330
cv::TLSData::createDataInstance
virtual void * createDataInstance() const CV_OVERRIDE
Wrapper to allocate data by template.
Definition: tls.hpp:78
cv::cudev::AffineMapPtr::warpMat
const float * warpMat
Definition: warping.hpp:66
cv::THRESH_TOZERO_INV
Definition: imgproc.hpp:321
cv::GCPUKernel::F
std::function< void(GCPUContext &)> F
Definition: gcpukernel.hpp:116
cv::gapi::combine
GKernelPackage combine(const GKernelPackage &lhs, const GKernelPackage &rhs)
cv::hal::recip64f
void recip64f(const double *, size_t, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *scale)
NppStInterpolationState::pBV
Ncv32f * pBV
backward vertical displacement
Definition: NPP_staging.hpp:124
msa_macros.h
cv::GScalar
Definition: gscalar.hpp:30
cv::COLOR_BGR5652BGR
Definition: imgproc.hpp:553
cv::findNonZero
void findNonZero(InputArray src, OutputArray idx)
Returns the list of locations of non-zero pixels.
cv::hal::recip8s
void recip8s(const schar *, size_t, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *scale)
cv::cuda::histRange
void histRange(InputArray src, OutputArray hist, InputArray levels, Stream &stream=Stream::Null())
Calculates a histogram with bins determined by the levels array.
cv::dnn::KeypointsModel
This class represents high-level API for keypoints models.
Definition: dnn.hpp:1187
cv::superres::createFrameSource_Camera
Ptr< FrameSource > createFrameSource_Camera(int deviceId=0)
cv::SparseOpticalFlow
Base interface for sparse optical flow algorithms.
Definition: tracking.hpp:453
cv::CvFeatureEvaluator::getCls
const Mat & getCls() const
Definition: feature.hpp:181
cv::gapi::GBackend::hash
std::size_t hash() const
cv::detail::RotationWarperBase::detectResultRoi
virtual void detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br)
cv::Affine3::matrix
Mat4 matrix
Definition: affine.hpp:273
cv::phase
void phase(InputArray x, InputArray y, OutputArray angle, bool angleInDegrees=false)
Calculates the rotation angle of 2D vectors.
cv::CAP_PROP_XI_ACQ_BUFFER_SIZE
Acquisition buffer size in buffer_size_unit. Default bytes.
Definition: videoio.hpp:457
cv::GFluidKernelImpl::API
K API
Definition: gfluidkernel.hpp:421
cv::detail::NoExposureCompensator::getMatGains
void getMatGains(std::vector< Mat > &umv) CV_OVERRIDE
Definition: exposure_compensate.hpp:104
cv::detail::GCompoundContext::m_args
GArgs m_args
Definition: gcompoundkernel.hpp:36
cv::bilateralFilter
void bilateralFilter(InputArray src, OutputArray dst, int d, double sigmaColor, double sigmaSpace, int borderType=BORDER_DEFAULT)
Applies the bilateral filter to an image.
cv::CAP_PROP_XI_DECIMATION_VERTICAL
Vertical Decimation - vertical sub-sampling of the image - reduces the vertical resolution of the ima...
Definition: videoio.hpp:365
cv::ppf_match_3d::computeBboxStd
void computeBboxStd(Mat pc, Vec2f &xRange, Vec2f &yRange, Vec2f &zRange)
cv::Param::UCHAR
cv::cudev::ScharrXPtrSz::cols
int cols
Definition: deriv.hpp:256
cv::cuda::CornernessCriteria
Base class for Cornerness Criteria computation. :
Definition: cudaimgproc.hpp:519
cv::dnn::ConcatLayer::axis
int axis
Definition: all_layers.hpp:314
cv::CAP_PROP_XI_IMAGE_DATA_FORMAT_RGB32_ALPHA
The alpha channel of RGB32 output image format.
Definition: videoio.hpp:438
cv::filterHomographyDecompByVisibleRefpoints
void filterHomographyDecompByVisibleRefpoints(InputArrayOfArrays rotations, InputArrayOfArrays normals, InputArray beforePoints, InputArray afterPoints, OutputArray possibleSolutions, InputArray pointsMask=noArray())
Filters homography decompositions based on additional information.
cv::stereo::StereoBinarySGBM::setSpekleRemovalTechnique
virtual void setSpekleRemovalTechnique(int factor)=0
cv::videostab::MaskFrameSource::nextFrame
virtual Mat nextFrame() CV_OVERRIDE
Definition: frame_source.hpp:95
cv::linemod::Modality::~Modality
virtual ~Modality()
Definition: linemod.hpp:123
imgproc.hpp
cv::CAP_PROP_XI_SHUTTER_TYPE
Change sensor shutter type(CMOS sensor).
Definition: videoio.hpp:371
cv::datasets::illuminationType
illuminationType
Definition: gr_skig.hpp:81
cv::text::PSM_SINGLE_LINE
Definition: ocr.hpp:76
HaarStage64_Interpret_ShiftRootNodeOffset
#define HaarStage64_Interpret_ShiftRootNodeOffset
Definition: NCVHaarObjectDetection.hpp:272
cv::cudev::RemapPtr2::operator()
__device__ __forceinline__ PtrTraits< SrcPtr >::value_type operator()(typename PtrTraits< MapXPtr >::index_type y, typename PtrTraits< MapXPtr >::index_type x) const
Definition: remap.hpp:84
cv::BufferPoolController::getMaxReservedSize
virtual size_t getMaxReservedSize() const =0
cv::UMat::usageFlags
UMatUsageFlags usageFlags
Definition: mat.hpp:2564
cv::KalmanFilter::temp1
Mat temp1
Definition: tracking.hpp:405
NCVVectorAlloc::~NCVVectorAlloc
~NCVVectorAlloc()
Definition: NCV.hpp:654
cv::IMWRITE_JPEG_LUMA_QUALITY
Separate luma quality level, 0 - 100, default is 0 - don't use.
Definition: imgcodecs.hpp:86
cv::ft::FT02D_inverseFT
void FT02D_inverseFT(InputArray components, InputArray kernel, OutputArray output, int width, int height)
Computes inverse -transfrom.
cv::cudev::bit_or::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:236
NcvRect8u::width
Ncv8u width
Definition: NCV.hpp:141
constant.hpp
Cv16suf::u
ushort u
Definition: cvdef.h:340
saturate_cast.hpp
cv::aruco::CORNER_REFINE_NONE
Tag and corners detection based on the ArUco approach.
Definition: aruco.hpp:82
cv::fastAtan2
float fastAtan2(float y, float x)
Calculates the angle of a 2D vector in degrees.
cv::detail::ArgKind
ArgKind
Definition: gtype_traits.hpp:28
cv::aruco::CharucoBoard::chessboardCorners
std::vector< Point3f > chessboardCorners
Definition: charuco.hpp:66
cv::CAP_PROP_PVAPI_FRAMESTARTTRIGGERMODE
FrameStartTriggerMode: Determines how a frame is initiated.
Definition: videoio.hpp:293
hal_ni_div8u
int hal_ni_div8u(const uchar *src1_data, size_t src1_step, const uchar *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:257
cv::cuda::ALPHA_IN
Definition: cudaimgproc.hpp:159
cv::text::loadOCRHMMClassifierNM
Ptr< OCRHMMDecoder::ClassifierCallback > loadOCRHMMClassifierNM(const String &filename)
Allow to implicitly load the default character classifier when creating an OCRHMMDecoder object.
cv::face::FN_FaceDetector
bool(* FN_FaceDetector)(InputArray, OutputArray, void *userData)
Definition: facemark_train.hpp:33
hal_ni_cmp32s
int hal_ni_cmp32s(const int *src1_data, size_t src1_step, const int *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, int operation)
Definition: hal_replacement.hpp:213
cv::FONT_HERSHEY_DUPLEX
normal size sans-serif font (more complex than FONT_HERSHEY_SIMPLEX)
Definition: imgproc.hpp:816
cv::dnn::NormalizeBBoxLayer::acrossSpatial
bool acrossSpatial
Definition: all_layers.hpp:611
cv::sfm::libmv_ReconstructionOptions::keyframe2
int keyframe2
Definition: simple_pipeline.hpp:152
cv::gapi::wip::Data::operator=
Data & operator=(const T &t)
Definition: garg.hpp:116
cv::detail::get_in< cv::GArray< U > >::get
static const std::vector< U > & get(GCPUContext &ctx, int idx)
Definition: gcpukernel.hpp:146
cv::cudev::affineMap
static __host__ AffineMapPtrSz affineMap(Size dstSize, const GpuMat_< float > &warpMat)
Definition: warping.hpp:86
opencv_includes.hpp
cv::stereo::StereoBinaryBM::getPreFilterSize
virtual int getPreFilterSize() const =0
cv::GOCLKernelImpl::kernel
static cv::GOCLKernel kernel()
Definition: goclkernel.hpp:239
hal_ni_exp32f
int hal_ni_exp32f(const float *src, float *dst, int len)
Definition: hal_replacement.hpp:473
cv::detail::NoTag::tag
static constexpr const char * tag()
Definition: gkernel.hpp:173
cv::ConnectedComponentsTypes
ConnectedComponentsTypes
connected components algorithm output formats
Definition: imgproc.hpp:389
onlineBoosting.hpp
cv::gapi::ie::Params
Definition: ie.hpp:75
cv::cudev::gridTransformBinary
__host__ void gridTransformBinary(const SrcPtr1 &src1, const SrcPtr2 &src2, GpuMat_< DstType > &dst, const Op &op, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: transform.hpp:447
cv::tbm::TrackerParams::shape_affinity_w
float shape_affinity_w
Shape affinity weight.
Definition: tracking_by_matching.hpp:275
aruco.hpp
cv::datasets::TRACK_vot::frameCounter
int frameCounter
Definition: track_vot.hpp:88
hal_ni_add32s
int hal_ni_add32s(const int *src1_data, size_t src1_step, const int *src2_data, size_t src2_step, int *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:80
cv::optflow::OpticalFlowPCAFlow::prior
const Ptr< const PCAPrior > prior
Definition: pcaflow.hpp:97
CPU_VSX3
Definition: cvdef.h:308
cv::utils::logging::internal::writeLogMessageEx
void writeLogMessageEx(LogLevel logLevel, const char *tag, const char *file, int line, const char *func, const char *message)
cv::CAP_PVAPI_DECIMATION_2OUTOF8
2 out of 8 decimation
Definition: videoio.hpp:312
cv::RNG::RNG
RNG()
constructor
cv::ximgproc::GradientDericheY
void GradientDericheY(InputArray op, OutputArray dst, double alpha, double omega)
Applies Y Deriche filter to an image.
cv::detail::DisjointSets::DisjointSets
DisjointSets(int elem_count=0)
Definition: util.hpp:58
cv::cudev::ZipPtr< tuple< Ptr0, Ptr1 > >::index_type
PtrTraits< Ptr0 >::index_type index_type
Definition: zip.hpp:64
Cv32suf::f
float f
Definition: cvdef.h:351
cv::detail::leaveBiggestComponent
std::vector< int > leaveBiggestComponent(std::vector< ImageFeatures > &features, std::vector< MatchesInfo > &pairwise_matches, float conf_threshold)
cv::detail::BlocksGainCompensator::BlocksGainCompensator
BlocksGainCompensator(int bl_width, int bl_height, int nr_feeds)
Definition: exposure_compensate.hpp:198
cv::KeyPoint::KeyPoint
KeyPoint()
the default constructor
cv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategySize
Ptr< SelectiveSearchSegmentationStrategySize > createSelectiveSearchSegmentationStrategySize()
Create a new size-based strategy.
cv::fillPoly
void fillPoly(InputOutputArray img, const Point **pts, const int *npts, int ncontours, const Scalar &color, int lineType=LINE_8, int shift=0, Point offset=Point())
cv::stereo::Matching::setScallingFactor
void setScallingFactor(int val)
a number by which the disparity will be multiplied for better display
Definition: matching.hpp:387
cv::fisheye::CALIB_RECOMPUTE_EXTRINSIC
Definition: calib3d.hpp:3051
NCV_ALLOCATOR_BAD_DEALLOC
Definition: NCV.hpp:334
cv::pow
softfloat pow(const softfloat &a, const softfloat &b)
Raising to the power.
cv::cudev::DefaultTransposePolicy::block_dim_y
Definition: transpose.hpp:88
cv::CvFeatureEvaluator::winSize
Size winSize
Definition: feature.hpp:194
cv::MatExpr::operator>=
MatExpr operator>=(const Mat &a, const Mat &b)
cv::sfm::applyTransformationToPoints
void applyTransformationToPoints(InputArray points, InputArray T, OutputArray transformed_points)
Apply Transformation to points.
cv::datasets::IR_affineObj::mat
Matx33d mat
Definition: ir_affine.hpp:64
cv::FileStorage::write
static void write(FileStorage &fs, const Vec< _Tp, cn > &v)
Definition: persistence.hpp:946
cv::cuda::Event::CreateFlags
CreateFlags
Definition: cuda.hpp:698
cv::videostab::DeblurerBase::radius
virtual int radius() const
Definition: deblurring.hpp:67
cv::datasets::SR_general100Obj
Definition: sr_general100.hpp:23
cv::aruco::DICT_APRILTAG_36h10
6x6 bits, minimum hamming distance between any two codes = 10, 2320 codes
Definition: dictionary.hpp:161
cv::detail::BlocksCompensator::setMatGains
void setMatGains(std::vector< Mat > &umv) CV_OVERRIDE
cv::gapi::wip::draw::Mosaic::cellSz
int cellSz
Cell size (same for X, Y). Note: mosaic size must be a multiple of cell size.
Definition: render.hpp:301
cv::COLOR_YUV2BGR_IYUV
Definition: imgproc.hpp:649
cv::text::TextDetector
An abstract class providing interface for text detection algorithms.
Definition: textDetector.hpp:20
cv::detail::CompressedRectilinearProjector::mapForward
void mapForward(float x, float y, float &u, float &v)
cv::ClfMilBoost
Definition: onlineMIL.hpp:59
cv::phase_unwrapping::HistogramPhaseUnwrapping::Params::width
int width
Definition: histogramphaseunwrapping.hpp:81
cv::ximgproc::amFilter
void amFilter(InputArray joint, InputArray src, OutputArray dst, double sigma_s, double sigma_r, bool adjust_outliers=false)
Simple one-line Adaptive Manifold Filter call.
cv::viz::IMMEDIATE_RENDERING
Definition: widgets.hpp:68
cv::datasets::PascalPart::xmin
int xmin
Definition: or_pascal.hpp:62
cv::detail::SphericalWarperGpu::buildMaps
Rect buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) CV_OVERRIDE
Builds the projection maps according to the given camera data.
Definition: warpers.hpp:529
cv::dnn::BatchNormLayer
Definition: all_layers.hpp:524
cv::TrackerStateEstimatorAdaBoosting
TrackerStateEstimatorAdaBoosting based on ADA-Boosting.
Definition: tracker.hpp:646
HaarFeatureDescriptor32_Interpret_MaskFlagRightNodeLeaf
#define HaarFeatureDescriptor32_Interpret_MaskFlagRightNodeLeaf
Definition: NCVHaarObjectDetection.hpp:123
cv::sqrBoxFilter
void sqrBoxFilter(InputArray src, OutputArray dst, int ddepth, Size ksize, Point anchor=Point(-1, -1), bool normalize=true, int borderType=BORDER_DEFAULT)
Calculates the normalized sum of squares of the pixel values overlapping the filter.
cv::linemod::Detector::LinearMemoryPyramid
std::vector< std::vector< LinearMemories > > LinearMemoryPyramid
Definition: linemod.hpp:406
cv::v_cvt_f64
v_reg< double, n > v_cvt_f64(const v_reg< int, n *2 > &a)
Convert to double.
Definition: intrin_cpp.hpp:1957
cv::COLOR_BayerGR2BGRA
Definition: imgproc.hpp:780
cv::cudev::vavrg2
__device__ __forceinline__ uint vavrg2(uint a, uint b)
Definition: simd_functions.hpp:220
cv::datasets::HPE_parse
Definition: hpe_parse.hpp:65
cv::COLOR_YUV2RGBA_NV12
Definition: imgproc.hpp:639
cv::cuda::DeviceInfo
Class providing functionality for querying the specified GPU properties.
Definition: cuda.hpp:823
cv::LineSegmentDetector
Line segment detector class.
Definition: imgproc.hpp:1260
cv::aruco::Board::objPoints
std::vector< std::vector< Point3f > > objPoints
Definition: aruco.hpp:286
cv::IMWRITE_PNG_STRATEGY_FIXED
Using this value prevents the use of dynamic Huffman codes, allowing for a simpler decoder for specia...
Definition: imgcodecs.hpp:121
cv::aruco::DetectorParameters::minCornerDistanceRate
double minCornerDistanceRate
Definition: aruco.hpp:163
cv::face::FacemarkLBF::~FacemarkLBF
virtual ~FacemarkLBF()
Definition: facemarkLBF.hpp:112
cv::cudev::constantPtr
__host__ ConstantPtr< T > constantPtr(T value)
Definition: constant.hpp:73
cv::viz::Color::olive
static Color olive()
cv::StrongClassifierDirectSelection::getNumBaseClassifier
int getNumBaseClassifier()
cv::videostab::WobbleSuppressorBase::motions
virtual const std::vector< Mat > & motions() const
Definition: wobble_suppression.hpp:79
cv::stereo::StereoBinaryBM::create
static Ptr< cv::stereo::StereoBinaryBM > create(int numDisparities=0, int blockSize=9)
Creates StereoBM object.
cv::CAP_PROP_XI_SENSOR_FEATURE_VALUE
Allows access to sensor feature value currently selected by XI_PRM_SENSOR_FEATURE_SELECTOR.
Definition: videoio.hpp:483
cv::gapi::own::Size::Size
Size()=default
cv::cudev::VecTraits< schar >::make
__host__ __device__ static __forceinline__ schar make(const schar *x)
Definition: vec_traits.hpp:148
cv::destroyAllWindows
void destroyAllWindows()
Destroys all of the HighGUI windows.
cv::redirectError
ErrorCallback redirectError(ErrorCallback errCallback, void *userdata=0, void **prevUserdata=0)
Sets the new error handler and the optional user data.
cv::TrackerCSRT::Params::cheb_attenuation
float cheb_attenuation
Definition: tracker.hpp:1508
cv::GMatDesc::asPlanar
GMatDesc asPlanar(int planes) const
Definition: gmat.hpp:194
cv::saliency::Saliency::className
String className
Definition: saliencyBaseClasses.hpp:81
cv::CascadeClassifier::cc
Ptr< BaseCascadeClassifier > cc
Definition: objdetect.hpp:337
cv::hal::cvtRGBAtoMultipliedRGBA
void cvtRGBAtoMultipliedRGBA(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height)
cv::rgbd::DepthCleaner::depth_
int depth_
Definition: depth.hpp:260
cv::saturate_cast< ushort >
ushort saturate_cast< ushort >(schar v)
Definition: saturate.hpp:120
cv::Size_::aspectRatio
double aspectRatio() const
aspect ratio (width/height)
cvhalKeyPoint::angle
float angle
Definition: interface.h:24
cv::ppf_match_3d::PPF3DDetector::sampling_step_relative
double sampling_step_relative
Definition: ppf_match_3d.hpp:149
cv::rgbd::RgbdOdometry::getMinDepth
double getMinDepth() const
Definition: depth.hpp:659
cv::detail::MatchesInfo::getMatches
std::vector< DMatch > getMatches()
Definition: matchers.hpp:112
cv::ml::DTrees::Split::next
int next
Index of the next split in the list of splits for the node.
Definition: ml.hpp:1183
cv::COLOR_BGR5552BGR
Definition: imgproc.hpp:565
cv::stereo::StereoBinaryBM::PREFILTER_XSOBEL
Definition: stereo.hpp:132
cv::optflow::GPC_DESCRIPTOR_WHT
Worse quality but much faster.
Definition: sparse_matching_gpc.hpp:93
cv::cudacodec::Codec
Codec
Video codecs supported by cudacodec::VideoReader .
Definition: cudacodec.hpp:245
cv::detail::VectorRefT
Definition: garray.hpp:121
cv::CAP_PROP_XI_SENSOR_CLOCK_FREQ_INDEX
Sensor clock frequency index. Sensor with selected frequencies have possibility to set the frequency ...
Definition: videoio.hpp:442
CPU_AVX_512CD
Definition: cvdef.h:288
K_LOG2_WARP_SIZE
const Ncv32u K_LOG2_WARP_SIZE
Definition: NCV.hpp:237
cv::InputArray
const typedef _InputArray & InputArray
Definition: mat.hpp:437
cv::omnidir::CALIB_FIX_CENTER
Definition: omnidir.hpp:64
CV_FORMAT_PRINTF
#define CV_FORMAT_PRINTF(A, B)
Definition: operations.hpp:61
cv::linemod::ColorGradient::num_features
size_t num_features
Definition: linemod.hpp:192
cv::aruco::_drawPlanarBoardImpl
void _drawPlanarBoardImpl(Board *board, Size outSize, OutputArray img, int marginSize=0, int borderBits=1)
Implementation of drawPlanarBoard that accepts a raw Board pointer.
cv::dnn::SwishLayer
Definition: all_layers.hpp:465
cv::calcCovarMatrix
void calcCovarMatrix(const Mat *samples, int nsamples, Mat &covar, Mat &mean, int flags, int ctype=CV_64F)
Calculates the covariance matrix of a set of vectors.
HaarClassifierNode128::setRightNodeDesc
__host__ NCVStatus setRightNodeDesc(HaarClassifierNodeDescriptor32 nr)
Definition: NCVHaarObjectDetection.hpp:240
cv::videostab::StabilizerBase::deblurrer
Ptr< DeblurerBase > deblurrer() const
Definition: stabilizer.hpp:87
reduce.hpp
cv::SparseMat_::const_iterator
SparseMatConstIterator_< _Tp > const_iterator
Definition: mat.hpp:2947
cv::text::erGrouping
void erGrouping(InputArray img, InputArrayOfArrays channels, std::vector< std::vector< ERStat > > &regions, std::vector< std::vector< Vec2i > > &groups, std::vector< Rect > &groups_rects, int method=ERGROUPING_ORIENTATION_HORIZ, const std::string &filename=std::string(), float minProbablity=0.5)
Find groups of Extremal Regions that are organized as text blocks.
cv::INTER_TAB_SIZE2
Definition: imgproc.hpp:286
cv::gapi::wip::draw::GMat2
std::tuple< cv::GMat, cv::GMat > GMat2
Definition: render.hpp:380
cv::dnn::details::_LayerStaticRegisterer::_LayerStaticRegisterer
_LayerStaticRegisterer(const String &layerType, LayerFactory::Constructor layerConstructor)
Definition: layer.details.hpp:62
cv::cudev::NormL1::result_type
uint result_type
Definition: vec_distance.hpp:64
cv::dct
void dct(InputArray src, OutputArray dst, int flags=0)
Performs a forward or inverse discrete Cosine transform of 1D or 2D array.
cv::dnn::resetMyriadDevice
void resetMyriadDevice()
Release a Myriad device (binded by OpenCV).
cv::dnn::SoftmaxLayer
Definition: all_layers.hpp:270
cv::videostab::ISparseOptFlowEstimator::~ISparseOptFlowEstimator
virtual ~ISparseOptFlowEstimator()
Definition: optical_flow.hpp:64
hal_ni_min8u
int hal_ni_min8u(const uchar *src1_data, size_t src1_step, const uchar *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:111
HaarClassifierNodeDescriptor32
Definition: NCVHaarObjectDetection.hpp:178
cv::gapi::wip::draw::Mosaic::mos
cv::Rect mos
Coordinates of the mosaic.
Definition: render.hpp:300
cv::detail::ArgKind::OPAQUE_VAL
cv::ocl::Device::preferredVectorWidthChar
int preferredVectorWidthChar() const
CV_CUDEV_DATA_TYPE_INST
#define CV_CUDEV_DATA_TYPE_INST(_depth_type, _channel_num)
Definition: vec_traits.hpp:206
cv::WARP_POLAR_LOG
Remaps an image to/from semilog-polar space.
Definition: imgproc.hpp:279
cv::MatConstIterator::iterator_category
std::random_access_iterator_tag iterator_category
Definition: mat.hpp:3022
cv::detail::get_compound_in::get
static T get(GCompoundContext &ctx, int idx)
Definition: gcompoundkernel.hpp:55
cv::TrackerMIL::Params::featureSetNumFeatures
int featureSetNumFeatures
Definition: tracker.hpp:1078
CV_PI
#define CV_PI
Definition: cvdef.h:326
cv::hal::addWeighted16u
void addWeighted16u(const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *scalars)
cv::util::suppress_unused_warning
void suppress_unused_warning(const T &)
Utility template function to prevent "unused" warnings by various compilers.
Definition: compiler_hints.hpp:15
hal_ni_integral
int hal_ni_integral(int depth, int sdepth, int sqdepth, const uchar *src_data, size_t src_step, uchar *sum_data, size_t sum_step, uchar *sqsum_data, size_t sqsum_step, uchar *tilted_data, size_t tilted_step, int width, int height, int cn)
Calculate integral image.
Definition: hal_replacement.hpp:612
cv::Allocator::value_type
_Tp value_type
Definition: cvstd.hpp:113
cv::FileNode::read
static void read(const FileNode &node, Point_< _Tp > &value, const Point_< _Tp > &default_value)
Definition: persistence.hpp:723
cv::v_int32x4
v_reg< int, 4 > v_int32x4
Four 32-bit signed integer values.
Definition: intrin_cpp.hpp:395
cv::face::createFacemarkKazemi
Ptr< Facemark > createFacemarkKazemi()
construct a Kazemi facemark detector
cv::Error::StsVecLengthErr
incorrect vector length
Definition: base.hpp:97
cv::blendLinear
void blendLinear(InputArray src1, InputArray src2, InputArray weights1, InputArray weights2, OutputArray dst)
cv::BaseClassifier::getIdxOfNewWeakClassifier
int getIdxOfNewWeakClassifier()
Definition: onlineBoosting.hpp:125
cv::detail::TransverseMercatorWarper::TransverseMercatorWarper
TransverseMercatorWarper(float scale)
Definition: warpers.hpp:466
cv::ximgproc::createRFFeatureGetter
Ptr< RFFeatureGetter > createRFFeatureGetter()
version.hpp
cv::winrt_startMessageLoop
void winrt_startMessageLoop(std::function< void(Args...)> &&callback, Args... args)
cv::calcOpticalFlowPyrLK
void calcOpticalFlowPyrLK(InputArray prevImg, InputArray nextImg, InputArray prevPts, InputOutputArray nextPts, OutputArray status, OutputArray err, Size winSize=Size(21, 21), int maxLevel=3, TermCriteria criteria=TermCriteria(TermCriteria::COUNT+TermCriteria::EPS, 30, 0.01), int flags=0, double minEigThreshold=1e-4)
Calculates an optical flow for a sparse feature set using the iterative Lucas-Kanade method with pyra...
cv::linemod::Template::pyramid_level
int pyramid_level
Definition: linemod.hpp:45
cv::mean
Scalar mean(InputArray src, InputArray mask=noArray())
Calculates an average (mean) of array elements.
cv::dynafu::Params::icpIterations
std::vector< int > icpIterations
Definition: dynafu.hpp:101
cv::CAP_PVAPI_PIXELFORMAT_BAYER16
Bayer16.
Definition: videoio.hpp:320
cv::linemod::Feature
Discriminant feature described by its location and label.
Definition: linemod.hpp:26
cv::WINDOW_AUTOSIZE
the user cannot resize the window, the size is constrainted by the image displayed.
Definition: highgui.hpp:184
cv::dnn::shrinkCaffeModel
void shrinkCaffeModel(const String &src, const String &dst, const std::vector< String > &layersTypes=std::vector< String >())
Convert all weights of Caffe network to half precision floating point.
cv::Point3_::Point3_
Point3_()
default constructor
cv::detail::Timelapser::~Timelapser
virtual ~Timelapser()
Definition: timelapsers.hpp:63
cv::linemod::Detector::getModalities
const std::vector< Ptr< Modality > > & getModalities() const
Get the modalities used by this detector.
Definition: linemod.hpp:359
cv::CAP_PROP_PVAPI_DECIMATIONHORIZONTAL
Horizontal sub-sampling of the image.
Definition: videoio.hpp:294
cv::TrackerKCF::~TrackerKCF
virtual ~TrackerKCF() CV_OVERRIDE
Definition: tracker.hpp:1269
cv::rgbd::rescaleDepth
void rescaleDepth(InputArray in, int depth, OutputArray out)
cv::Mat::ones
static MatExpr ones(int rows, int cols, int type)
Returns an array of all 1's of the specified size and type.
cv::cudev::numeric_limits< float >::epsilon
__device__ static __forceinline__ float epsilon()
Definition: limits.hpp:113
cv::normInf
static _AccTp normInf(const _Tp *a, int n)
Definition: base.hpp:441
cv::Mat::create
void create(int rows, int cols, int type)
Allocates new array data if needed.
NCV_NPP_ERROR
Definition: NCV.hpp:320
cv::ml::ROW_SAMPLE
each training sample is a row of samples
Definition: ml.hpp:98
cv::LINE_8
8-connected line
Definition: imgproc.hpp:806
cv::cudev::MakeVec< schar, 1 >::type
schar type
Definition: vec_traits.hpp:76
cv::gapi::fluid::View::InLineB
const uint8_t * InLineB(int index) const
Definition: gfluidbuffer.hpp:66
cv::hal::QR32f
int QR32f(float *A, size_t astep, int m, int n, int k, float *b, size_t bstep, float *hFactors)
cv::cuda::createBackgroundSubtractorFGD
Ptr< cuda::BackgroundSubtractorFGD > createBackgroundSubtractorFGD(const FGDParams &params=FGDParams())
Creates FGD Background Subtractor.
cv::EVENT_LBUTTONUP
indicates that left mouse button is released.
Definition: highgui.hpp:210
cv::detail::is_garg
std::is_same< GArg, typename std::decay< T >::type > is_garg
Definition: garg.hpp:34
cv::line_descriptor::LSDParam::quant
double quant
Definition: descriptor.hpp:703
cv::insertChannel
void insertChannel(InputArray src, InputOutputArray dst, int coi)
Inserts a single channel to dst (coi is 0-based index)
cv::videostab::WobbleSuppressorBase::motionEstimator_
Ptr< ImageMotionEstimatorBase > motionEstimator_
Definition: wobble_suppression.hpp:88
cv::CAP_PROP_AUTOFOCUS
Definition: videoio.hpp:171
cv::detail::matchesGraphAsString
String matchesGraphAsString(std::vector< String > &pathes, std::vector< MatchesInfo > &pairwise_matches, float conf_threshold)
OPENCV_HAL_IMPL_C_RSHIFTR
#define OPENCV_HAL_IMPL_C_RSHIFTR(_Tpvec, _Tp)
Helper macro.
Definition: intrin_cpp.hpp:2230
cv::tbm::CosDistance
The CosDistance class allows computing cosine distance between two reidentification descriptors.
Definition: tracking_by_matching.hpp:180
cv::gapi::fluid::View::Cache::linePtr
const uint8_t * linePtr(int index) const
Definition: gfluidbuffer.hpp:54
cv::KeyPoint::size
float size
diameter of the meaningful keypoint neighborhood
Definition: types.hpp:772
cv::sfm::reconstruct
void reconstruct(InputArrayOfArrays points2d, OutputArray Ps, OutputArray points3d, InputOutputArray K, bool is_projective=false)
Reconstruct 3d points from 2d correspondences while performing autocalibration.
cv::cudev::saturate_cast_fp16_func
Definition: functional.hpp:672
cv::cudev::DynamicSharedMem
Definition: dynamic_smem.hpp:56
cv::CirclesGridFinderParameters::densityNeighborhoodSize
cv::Size2f densityNeighborhoodSize
Definition: calib3d.hpp:1303
cv::winrt_onVisibilityChanged
void winrt_onVisibilityChanged(bool visible)
cv::COLOR_XYZ2BGR
Definition: imgproc.hpp:577
cv::THRESH_TRUNC
Definition: imgproc.hpp:319
cv::cuda::HostMem::rows
int rows
Definition: cuda.hpp:587
cv::line_descriptor::KeyLine::sPointInOctaveY
float sPointInOctaveY
Definition: descriptor.hpp:133
cv::detail::GArrayU
Definition: garray.hpp:71
cv::tracking::UkfSystemModel
Model of dynamical system for Unscented Kalman filter. The interface for dynamical system model....
Definition: kalman_filters.hpp:98
cv::CvHaarFeatureParams::read
virtual bool read(const FileNode &node) CV_OVERRIDE
cv::createLineSegmentDetector
Ptr< LineSegmentDetector > createLineSegmentDetector(int _refine=LSD_REFINE_STD, double _scale=0.8, double _sigma_scale=0.6, double _quant=2.0, double _ang_th=22.5, double _log_eps=0, double _density_th=0.7, int _n_bins=1024)
Creates a smart pointer to a LineSegmentDetector object and initializes it.
cv::line_descriptor::BinaryDescriptor::Params::ksize_
int ksize_
Definition: descriptor.hpp:202
cv::findTransformECC
double findTransformECC(InputArray templateImage, InputArray inputImage, InputOutputArray warpMatrix, int motionType, TermCriteria criteria, InputArray inputMask, int gaussFiltSize)
Finds the geometric transform (warp) between two images in terms of the ECC criterion .
cv::cudev::IsUnaryFunction::Yes
char Yes
Definition: functional.hpp:876
cv::getVersionMinor
int getVersionMinor()
Returns minor library version.
common.hpp
cv::gapi::fluid::View::length
int length() const
Definition: gfluidbuffer.hpp:79
cv::cudev::bit_lshift::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:262
hal_ni_SVD64f
int hal_ni_SVD64f(double *src, size_t src_step, double *w, double *u, size_t u_step, double *vt, size_t vt_step, int m, int n, int flags)
Definition: hal_replacement.hpp:634
cv::text::ERStat::parent
ERStat * parent
pointers preserving the tree structure of the component tree
Definition: erfilter.hpp:103
cv::cudev::DefaultSplitMergePolicy
Definition: split_merge.hpp:493
cv::COLOR_BGRA2RGB
Definition: imgproc.hpp:534
cv::dnn::getAvailableTargets
std::vector< Target > getAvailableTargets(Backend be)
cv::videostab::IDenseOptFlowEstimator
Definition: optical_flow.hpp:70
cv::gapi::LUT
GMat LUT(const GMat &src, const Mat &lut)
Performs a look-up table transform of a matrix.
cv::cudev::unary_function::argument_type
_Arg argument_type
Definition: functional.hpp:64
cv::aruco::Board::ids
std::vector< int > ids
Definition: aruco.hpp:293
cv::cuda::ALPHA_IN_PREMUL
Definition: cudaimgproc.hpp:159
NppStInterpolationState::pBU
Ncv32f * pBU
backward horizontal displacement
Definition: NPP_staging.hpp:123
cv::face::FacemarkLBF::BBox::y_center
double y_center
Definition: facemarkLBF.hpp:106
cv::utils::logging::registerLogTag
void registerLogTag(cv::utils::logging::LogTag *plogtag)
cv::Vec::channels
Definition: matx.hpp:337
CV_DECL_ALIGNED
#define CV_DECL_ALIGNED(x)
Definition: cvdef.h:216
AVCaptureVideoDataOutputSampleBufferDelegate-p
cv::sfm::motionFromEssentialChooseSolution
int motionFromEssentialChooseSolution(InputArrayOfArrays Rs, InputArrayOfArrays ts, InputArray K1, InputArray x1, InputArray K2, InputArray x2)
hal_ni_absdiff32f
int hal_ni_absdiff32f(const float *src1_data, size_t src1_step, const float *src2_data, size_t src2_step, float *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:135
cv::Error::OpenCLInitError
OpenCL initialization error.
Definition: base.hpp:122
cv::operator&
v_reg< _Tp, n > operator&(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Bitwise AND.
Definition: intrin_cpp.hpp:470
cv::CAP_PROP_XI_CC_MATRIX_30
Color Correction Matrix element [3][0].
Definition: videoio.hpp:417
cv::motempl::segmentMotion
void segmentMotion(InputArray mhi, OutputArray segmask, std::vector< Rect > &boundingRects, double timestamp, double segThresh)
Splits a motion history image into a few parts corresponding to separate independent motions (for exa...
cv::eigen
bool eigen(InputArray src, OutputArray eigenvalues, OutputArray eigenvectors=noArray())
Calculates eigenvalues and eigenvectors of a symmetric matrix.
Ncv16s
short Ncv16s
Definition: NCV.hpp:129
cv::dnn::PoolingLayer::spatialScale
float spatialScale
Definition: all_layers.hpp:263
cv::CAP_OPENNI_GENERATORS_MASK
Definition: videoio.hpp:223
cv::detail::BestOf2NearestRangeMatcher::range_width_
int range_width_
Definition: matchers.hpp:210
cv::ocl::Platform::p
Impl * p
Definition: ocl.hpp:282
TABLE_ENTRY
#define TABLE_ENTRY(type)
cv::detail::OCLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_impl
static void call_impl(GOCLContext &ctx, detail::Seq< IIs... >, detail::Seq< OIs... >)
Definition: goclkernel.hpp:210
cv::Subdiv2D::QuadEdge
Definition: imgproc.hpp:1223
cv::haveImageReader
bool haveImageReader(const String &filename)
Returns true if the specified image can be decoded by OpenCV.
cv::BOWImgDescriptorExtractor::vocabulary
Mat vocabulary
Definition: features2d.hpp:1444
cv::ml::TEST_ERROR
Definition: ml.hpp:91
cv::rgbd::RgbdOdometry::setMinGradientMagnitudes
void setMinGradientMagnitudes(const cv::Mat &val)
Definition: depth.hpp:695
cv::omnidir::undistortImage
void undistortImage(InputArray distorted, OutputArray undistorted, InputArray K, InputArray D, InputArray xi, int flags, InputArray Knew=cv::noArray(), const Size &new_size=Size(), InputArray R=Mat::eye(3, 3, CV_64F))
Undistort omnidirectional images to perspective images.
cv::MatxCommaInitializer
Comma-separated Matrix Initializer.
Definition: matx.hpp:281
cv::BufferPoolController::setMaxReservedSize
virtual void setMaxReservedSize(size_t size)=0
cv::gapi::wip::draw::Image::alpha
cv::Mat alpha
Alpha channel for image to draw (same size and number of channels)
Definition: render.hpp:330
cv::cudev::GlobPtr::row
__device__ __forceinline__ T * row(int y)
Definition: glob.hpp:72
cv::BaseClassifier::replaceClassifierStatistic
void replaceClassifierStatistic(int sourceIndex, int targetIndex)
cv::spatialGradient
void spatialGradient(InputArray src, OutputArray dx, OutputArray dy, int ksize=3, int borderType=BORDER_DEFAULT)
Calculates the first order image derivative in both x and y using a Sobel operator.
cv::utils::lock_guard::release
void release()
Definition: lock.private.hpp:24
cv::gapi::own::Mat::create
void create(Size _size, int _type)
Definition: mat.hpp:231
CvVideoCameraDelegate-p
Definition: cap_ios.h:90
cv::v_store_interleave
void v_store_interleave(_Tp *ptr, const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b, hal::StoreMode=hal::STORE_UNALIGNED)
Interleave and store (2 channels)
Definition: intrin_cpp.hpp:1551
cv::cudev::thresh_to_zero_inv_func
__host__ __device__ ThreshToZeroInvFunc< T > thresh_to_zero_inv_func(T thresh)
Definition: functional.hpp:782
cv::findChessboardCorners
bool findChessboardCorners(InputArray image, Size patternSize, OutputArray corners, int flags=CALIB_CB_ADAPTIVE_THRESH+CALIB_CB_NORMALIZE_IMAGE)
Finds the positions of internal corners of the chessboard.
cv::GFluidKernel::m_is
const IS m_is
Definition: gfluidkernel.hpp:91
CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC
#define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(func_name, func, input_type, scalar_type, output_type)
Definition: vec_math.hpp:825
cv::detail::CameraParams
Describes camera parameters.
Definition: camera.hpp:58
detection_based_tracker.hpp
cv::ogl::Buffer::size
Size size() const
cv::hal::resize
void resize(int src_type, const uchar *src_data, size_t src_step, int src_width, int src_height, uchar *dst_data, size_t dst_step, int dst_width, int dst_height, double inv_scale_x, double inv_scale_y, int interpolation)
NCV_HAAR_XML_LOADING_EXCEPTION
Definition: NCV.hpp:347
cv::UMat::offset
size_t offset
Definition: mat.hpp:2575
NCVVector::ptr
T * ptr() const
Definition: NCV.hpp:613
cv::GPlaidMLKernel::m_f
F m_f
Definition: gplaidmlkernel.hpp:71
cv::TLSDataAccumulator
TLS data accumulator with gathering methods.
Definition: tls.hpp:86
cv::optflow::GPCTree
Class for individual tree.
Definition: sparse_matching_gpc.hpp:154
cv::ximgproc::WMF_EXP
Definition: weighted_median_filter.hpp:66
cv::cudacodec::H264_MVC
Definition: cudacodec.hpp:254
cv::detail::CameraParams::ppx
double ppx
Definition: camera.hpp:67
cv::getRectSubPix
void getRectSubPix(InputArray image, Size patchSize, Point2f center, OutputArray patch, int patchType=-1)
Retrieves a pixel rectangle from an image with sub-pixel accuracy.
cv::text::OEM_DEFAULT
Definition: ocr.hpp:88
cv::dnn::PowerLayer::shift
float shift
Definition: all_layers.hpp:498
cv::minMaxIdx
void minMaxIdx(InputArray src, double *minVal, double *maxVal=0, int *minIdx=0, int *maxIdx=0, InputArray mask=noArray())
Finds the global minimum and maximum in an array.
cv::detail::ProjectorBase::scale
float scale
Definition: warpers.hpp:130
cv::detail::last_type_t
typename last_type< Ts... >::type last_type_t
Definition: gcomputation.hpp:36
cv::datasets::GR_chalearnObj::name
std::string name
Definition: gr_chalearn.hpp:77
fuzzy_image.hpp
cv::datasets::getDirList
void getDirList(const std::string &dirName, std::vector< std::string > &fileNames)
cv::detail::GArrayU::holds
bool holds() const
Definition: garray.hpp:96
cv::NORM_INF
Definition: base.hpp:168
cv::cudev::NormHamming::result_type
int result_type
Definition: vec_distance.hpp:158
cv::dnn::MVNLayer::eps
float eps
Definition: all_layers.hpp:288
cv::v_reinterpret_as_s8
v_int8x16 v_reinterpret_as_s8(const v_reg< _Tp0, n0 > &a)
Definition: intrin_cpp.hpp:2183
cv::UMat
Definition: mat.hpp:2374
cv::rgbd::ICPOdometry::getMinDepth
double getMinDepth() const
Definition: depth.hpp:790
cv::CAP_UNICAP
Unicap drivers (obsolete, removed)
Definition: videoio.hpp:100
cv::detail::FisheyeWarper::FisheyeWarper
FisheyeWarper(float scale)
Definition: warpers.hpp:339
cv::cuda::StreamAccessor
Class that enables getting cudaStream_t from cuda::Stream.
Definition: cuda_stream_accessor.hpp:67
shape_distance.hpp
cv::aruco::DICT_7X7_250
Definition: dictionary.hpp:156
cv::AVIWriteContainer::getChannels
int getChannels() const
Definition: container_avi.private.hpp:167
NCV_INVALID_ROI
Definition: NCV.hpp:328
cv::TrackbarCallback
void(* TrackbarCallback)(int pos, void *userdata)
Callback function for Trackbar see cv::createTrackbar.
Definition: highgui.hpp:267
cv::AdaptiveThresholdTypes
AdaptiveThresholdTypes
Definition: imgproc.hpp:329
cv::ClfMilBoost::sigmoid
float sigmoid(float x)
Definition: onlineMIL.hpp:76
cv::detail::GCompoundKernel::m_f
F m_f
Definition: gcompoundkernel.hpp:50
cv::cudev::FindMinMaxValExprBody::src
SrcPtr src
Definition: reduction.hpp:132
cv::operator*
static Affine3< T > operator*(const Affine3< T > &affine1, const Affine3< T > &affine2)
cv::detail::PlaidMLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_impl
static void call_impl(GPlaidMLContext &ctx, detail::Seq< IIs... >, detail::Seq< OIs... >)
Definition: gplaidmlkernel.hpp:108
cv::cuda::COLOR_BayerGR2BGR_MHT
Definition: cudaimgproc.hpp:98
cv::rgbd::RgbdPlane::setSensorErrorB
void setSensorErrorB(double val)
Definition: depth.hpp:432
cv::datasets::FR_adienceObj::x
int x
Definition: fr_adience.hpp:74
cv::sfm::BaseSFM
base class BaseSFM declares a common API that would be used in a typical scene reconstruction scenari...
Definition: simple_pipeline.hpp:161
cvv::impl::CallMetaData::file
const char * file
Definition: call_meta_data.hpp:46
cv::Exception::line
int line
line number in the source file where the error has occurred
Definition: core.hpp:141
cv::datasets::OR_imagenetObj::image
std::string image
Definition: or_imagenet.hpp:63
NCVDebugOutputHandler
void NCVDebugOutputHandler(const cv::String &msg)
Definition: NCV.hpp:250
cv::imencode
bool imencode(const String &ext, InputArray img, std::vector< uchar > &buf, const std::vector< int > &params=std::vector< int >())
Encodes an image into a memory buffer.
cv::line_descriptor::KeyLine::octave
int octave
Definition: descriptor.hpp:112
matx.hpp
Ncv16u
unsigned short Ncv16u
Definition: NCV.hpp:130
cv::detail::ProtoToParam
Definition: gtyped.hpp:25
cv::datasets::PD_inria
Definition: pd_inria.hpp:83
cv::ClfOnlineStump::_e0
float _e0
Definition: onlineMIL.hpp:97
cv::aruco::DetectorParameters::markerBorderBits
int markerBorderBits
Definition: aruco.hpp:170
cv::FileStorage::write
static void write(FileStorage &fs, const String &name, const Range &r)
Definition: persistence.hpp:1037
cv::COLOR_LBGR2Lab
Definition: imgproc.hpp:616
cv::Rect2i
Rect_< int > Rect2i
Definition: types.hpp:459
cv::datasets::tag::y
int y
Definition: tr_svt.hpp:63
CV_EXPORTS_W_SIMPLE
#define CV_EXPORTS_W_SIMPLE
Definition: cvdef.h:417
cv::CAP_PROP_MONOCHROME
Definition: videoio.hpp:152
cv::TransverseMercatorWarper::create
Ptr< detail::RotationWarper > create(float scale) const CV_OVERRIDE
Definition: warpers.hpp:230
cv::DIST_MASK_5
mask=5
Definition: imgproc.hpp:310
cv::hal::Cholesky64f
bool Cholesky64f(double *A, size_t astep, int m, double *b, size_t bstep, int n)
CV_WRAP_AS
#define CV_WRAP_AS(synonym)
Definition: cvdef.h:425
cv::Matx::solve
Matx< _Tp, n, l > solve(const Matx< _Tp, m, l > &rhs, int flags=DECOMP_LU) const
solve linear system
cv::cuda::BroxOpticalFlow
Class computing the optical flow for two images using Brox et al Optical Flow algorithm ().
Definition: cudaoptflow.hpp:153
warp.hpp
cv::xphoto::BM3D_STEPALL
Definition: bm3d_image_denoising.hpp:71
cv::detail::estimateFocal
void estimateFocal(const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< double > &focals)
Estimates focal lengths for each given camera.
cv::bitwise_not
void bitwise_not(InputArray src, OutputArray dst, InputArray mask=noArray())
Inverts every bit of an array.
cv::cudacodec::EncoderCallBack
Callbacks for CUDA video encoder.
Definition: cudacodec.hpp:130
cv::COLOR_YUV2RGBA_Y422
Definition: imgproc.hpp:687
cv::ACCESS_WRITE
Definition: mat.hpp:64
cv::cudev::UnaryTupleAdapter::result_type
Op::result_type result_type
Definition: tuple_adapter.hpp:59
cv::TermCriteria::epsilon
double epsilon
the desired accuracy
Definition: types.hpp:883
cv::VideoCaptureProperties
VideoCaptureProperties
VideoCapture generic properties identifier.
Definition: videoio.hpp:131
cv::face::PredictCollector::init
virtual void init(size_t size)
Interface method called by face recognizer before results processing.
Definition: predict_collector.hpp:69
cv::rotatedRectangleIntersection
int rotatedRectangleIntersection(const RotatedRect &rect1, const RotatedRect &rect2, OutputArray intersectingRegion)
Finds out if there is any intersection between two rotated rectangles.
cv::cudev::vsetge4
__device__ __forceinline__ uint vsetge4(uint a, uint b)
Definition: simd_functions.hpp:728
cv::cudev::smem_tuple
__device__ __forceinline__ tuple< volatile T0 *, volatile T1 *, volatile T2 *, volatile T3 *, volatile T4 *, volatile T5 *, volatile T6 *, volatile T7 *, volatile T8 *, volatile T9 * > smem_tuple(T0 *t0, T1 *t1, T2 *t2, T3 *t3, T4 *t4, T5 *t5, T6 *t6, T7 *t7, T8 *t8, T9 *t9)
Definition: reduce.hpp:202
cv::Error::StsNullPtr
null pointer
Definition: base.hpp:96
cv::viz::writePose
void writePose(const String &file, const Affine3d &pose, const String &tag="pose")
cv::ml::DTrees
The class represents a single decision tree or a collection of decision trees.
Definition: ml.hpp:1053
cv::dnn::DictValue::ps
AutoBuffer< String, 1 > * ps
Definition: dict.hpp:105
cv::detail::MultiBandBlender::numBands
int numBands() const
Definition: blenders.hpp:132
cv::CAP_IEEE1394
Same value as CAP_FIREWIRE.
Definition: videoio.hpp:96
cv::cudev::interNearest
__host__ NearestInterPtrSz< typename PtrTraits< SrcPtr >::ptr_type > interNearest(const SrcPtr &src)
Definition: interpolation.hpp:82
cv::dnn::ScaleLayer::hasBias
bool hasBias
Definition: all_layers.hpp:546
cv::datasets::PD_caltechObj::imageNames
std::vector< std::string > imageNames
Definition: pd_caltech.hpp:65
cvv::impl::CallMetaData::isKnown
const bool isKnown
Whether *this holds actual data.
Definition: call_meta_data.hpp:53
NcvRect32u::x
Ncv32u x
x-coordinate of upper left corner.
Definition: NCV.hpp:162
cv::cuda::ALPHA_XOR
Definition: cudaimgproc.hpp:159
cv::datasets::FR_lfw
Definition: fr_lfw.hpp:66
randpattern.hpp
cv::stereo::StereoBinaryBM::setAgregationWindowSize
virtual void setAgregationWindowSize(int value)=0
cv::quality::QualitySSIM::_refImgData
_mat_data _refImgData
Reference image data.
Definition: qualityssim.hpp:84
hal_ni_sub8u
int hal_ni_sub8u(const uchar *src1_data, size_t src1_step, const uchar *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:84
cv::GProtoArgs
std::vector< GProtoArg > GProtoArgs
Definition: gproto.hpp:42
cv::videostab::StabilizerBase::setMaskSource
void setMaskSource(const Ptr< IFrameSource > &val)
Definition: stabilizer.hpp:80
cv::line_descriptor::KeyLine::getEndPoint
Point2f getEndPoint() const
Definition: descriptor.hpp:150
cv::GCPUContext::outVecR
std::vector< T > & outVecR(int output)
Definition: gcpukernel.hpp:93
cv::cudev::sinh
__device__ __forceinline__ double4 sinh(const double4 &a)
Definition: vec_math.hpp:346
cv::cuda::LookUpTable
Base class for transform using lookup table.
Definition: cudaarithm.hpp:484
NCVBroxOpticalFlowDescriptor::alpha
Ncv32f alpha
flow smoothness
Definition: NCVBroxOpticalFlow.hpp:72
cv::GComputationT< std::tuple< R... >(Args...)>::GCompiledT::operator()
void operator()(detail::ProtoToParamT< Args >... inArgs, detail::ProtoToParamT< R > &... outArgs)
Definition: gtyped.hpp:169
cv::TermCriteria::isValid
bool isValid() const
Definition: types.hpp:874
cv::multicalib::MultiCameraCalibration::edge::photoVertex
int photoVertex
Definition: multicalib.hpp:85
cv::detail::PlanePortraitProjector::mapBackward
void mapBackward(float u, float v, float &x, float &y)
CV_DbgAssert
#define CV_DbgAssert(expr)
Definition: base.hpp:375
cv::cudev::gridTransformUnary
__host__ void gridTransformUnary(const SrcPtr &src, GpuMat_< DstType > &dst, const Op &op, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: transform.hpp:423
cv::CALIB_CB_EXHAUSTIVE
Definition: calib3d.hpp:259
cv::COLOR_RGB2YUV_YV12
Definition: imgproc.hpp:733
cv::_InputArray
This is the proxy class for passing read-only input arrays into OpenCV functions.
Definition: mat.hpp:158
cv::adaptiveThreshold
void adaptiveThreshold(InputArray src, OutputArray dst, double maxValue, int adaptiveMethod, int thresholdType, int blockSize, double C)
Applies an adaptive threshold to an array.
cv::ParamType< _Tp, typename std::enable_if< std::is_enum< _Tp >::value >::type >::member_type
std::underlying_type< _Tp >::type member_type
Definition: core.hpp:3282
cv::cudev::PerspectiveMapPtrSz
Definition: warping.hpp:125
cv::sfm::libmv_CameraIntrinsicsOptions::libmv_CameraIntrinsicsOptions
libmv_CameraIntrinsicsOptions(const int _distortion_model=0, const double _focal_length_x=0, const double _focal_length_y=0, const double _principal_point_x=0, const double _principal_point_y=0, const double _polynomial_k1=0, const double _polynomial_k2=0, const double _polynomial_k3=0, const double _polynomial_p1=0, const double _polynomial_p2=0)
Definition: simple_pipeline.hpp:76
cv::aruco::DetectorParameters::aprilTagMinWhiteBlackDiff
int aprilTagMinWhiteBlackDiff
Definition: aruco.hpp:186
retina.hpp
cv::detail::get_in< cv::GMatP >::get
static cv::Mat get(GCPUContext &ctx, int idx)
Definition: gcpukernel.hpp:138
cv::cudev::LinearInterPtrSz::rows
int rows
Definition: interpolation.hpp:136
cv::CAP_OPENNI_POINT_CLOUD_MAP
XYZ in meters (CV_32FC3)
Definition: videoio.hpp:257
cv::v_zip
void v_zip(const v_reg< _Tp, n > &a0, const v_reg< _Tp, n > &a1, v_reg< _Tp, n > &b0, v_reg< _Tp, n > &b1)
Interleave two vectors.
Definition: intrin_cpp.hpp:1356
cv::QT_FONT_BOLD
Weight of 75.
Definition: highgui.hpp:235
cv::ORB
Class implementing the ORB (oriented BRIEF) keypoint detector and descriptor extractor.
Definition: features2d.hpp:313
cv::face::FacemarkLBF::Params::radius_m
std::vector< double > radius_m
Definition: facemarkLBF.hpp:85
cv::face::FacemarkAAM::Config::model_scale_idx
int model_scale_idx
Definition: facemarkAAM.hpp:91
cv::cudev::bit_or
Definition: functional.hpp:234
cv::WindowFlags
WindowFlags
Flags for cv::namedWindow.
Definition: highgui.hpp:182
cv::sfm::motionFromEssential
void motionFromEssential(InputArray E, OutputArrayOfArrays Rs, OutputArrayOfArrays ts)
cv::convertMaps
void convertMaps(InputArray map1, InputArray map2, OutputArray dstmap1, OutputArray dstmap2, int dstmap1type, bool nninterpolation=false)
Converts image transformation maps from one representation to another.
cv::ogl::Texture2D::Texture2D
Texture2D()
The constructors.
cv::hal::absdiff32f
void absdiff32f(const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *)
cv::videostab::InpainterBase::stabilizationMotions_
const std::vector< Mat > * stabilizationMotions_
Definition: inpainting.hpp:99
cv::gapi::own::Mat::operator()
Mat operator()(const Rect &roi) const
Definition: mat.hpp:308
cv::QtFont::cyrillic
const int * cyrillic
Definition: highgui.hpp:695
cv::dnn::LayerParams
This class provides all data needed to initialize layer.
Definition: dnn.hpp:107
cv::operator-=
v_reg< _Tp, n > & operator-=(v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Definition: intrin_cpp.hpp:432
cv::WND_PROP_FULLSCREEN
fullscreen property (can be WINDOW_NORMAL or WINDOW_FULLSCREEN).
Definition: highgui.hpp:196
intrin_sse.hpp
cv::MatExpr::operator|
MatExpr operator|(const Mat &a, const Mat &b)
cv::ximgproc::FHT_AVE
Definition: fast_hough_transform.hpp:96
cv::ximgproc::BINARIZATION_NIBLACK
Classic Niblack binarization. See .
Definition: ximgproc.hpp:119
cv::ppf_match_3d::Pose3D::numVotes
size_t numVotes
Definition: pose_3d.hpp:126
cv::util::variant::memory
Memory memory
Definition: variant.hpp:152
cv::ppf_match_3d::hashtablePrint
void hashtablePrint(hashtable_int *hashtbl)
cv::EVENT_FLAG_MBUTTON
indicates that the middle mouse button is down.
Definition: highgui.hpp:224
cv::ogl::Buffer::Access
Access
Definition: opengl.hpp:92
cv::rgbd::RgbdOdometry
Definition: depth.hpp:623
cv::BORDER_TRANSPARENT
uvwxyz|abcdefgh|ijklmno
Definition: base.hpp:274
cv::CAP_OPENNI_DEPTH_GENERATOR_REGISTRATION
Definition: videoio.hpp:250
cv::COLOR_RGB2BGR
Definition: imgproc.hpp:537
cv::gapi::wip::draw::Text::thick
int thick
The thickness of the lines used to draw a text.
Definition: render.hpp:131
cv::viz::REPRESENTATION
Definition: widgets.hpp:67
ocl.hpp
cv::ADAPTIVE_THRESH_GAUSSIAN_C
Definition: imgproc.hpp:337
cv::DetectionBasedTracker::Parameters::maxTrackLifetime
int maxTrackLifetime
Definition: detection_based_tracker.hpp:62
_v512_set_epu16
#define _v512_set_epu16(a31, a30, a29, a28, a27, a26, a25, a24, a23, a22, a21, a20, a19, a18, a17, a16, a15, a14, a13, a12, a11, a10, a9, a8, a7, a6, a5, a4, a3, a2, a1, a0)
Definition: intrin_avx512.hpp:24
cv::stereo::StereoBinaryBM::setBinaryKernelType
virtual void setBinaryKernelType(int value)=0
exposure_compensate.hpp
cv::ximgproc::ARO_45_90
Definition: fast_hough_transform.hpp:67
cv::COLOR_YUV2BGRA_YV12
Definition: imgproc.hpp:656
cv::operator>>
v_reg< _Tp, n > operator>>(const v_reg< _Tp, n > &a, int imm)
Bitwise shift right.
Definition: intrin_cpp.hpp:1084
cv::cudev::ThreshToZeroInvFunc
Definition: functional.hpp:771
cv::dnn::DNN_TARGET_MYRIAD
Definition: dnn.hpp:92
cv::cuda::TemplateMatching
Base class for Template Matching. :
Definition: cudaimgproc.hpp:657
cv::Mat::channels
int channels() const
Returns the number of matrix channels.
cv::stereo::CV_MEAN_VARIATION
Definition: descriptor.hpp:60
cv::cuda::createHoughLinesDetector
Ptr< HoughLinesDetector > createHoughLinesDetector(float rho, float theta, int threshold, bool doSort=false, int maxLines=4096)
Creates implementation for cuda::HoughLinesDetector .
cv::videostab::StabilizerBase::motions_
std::vector< Mat > motions_
Definition: stabilizer.hpp:135
cv::cudev::exp10
__device__ __forceinline__ double4 exp10(const double4 &a)
Definition: vec_math.hpp:256
cv::ml::DTrees::Split::c
float c
Definition: ml.hpp:1184
cv::face::FacemarkLBF::Params::n_landmarks
int n_landmarks
number of landmark points
Definition: facemarkLBF.hpp:65
cv::cuda::FEATURE_SET_COMPUTE_30
Definition: cuda.hpp:775
cv::gapi::own::Scalar::Scalar
Scalar(double v0, double v1, double v2=0, double v3=0)
Definition: scalar.hpp:25
cv::utils::optional_lock_guard::~optional_lock_guard
~optional_lock_guard()
Definition: lock.private.hpp:82
cv::cuda::GpuMat::Allocator
Definition: cuda.hpp:108
cv::imdecode
Mat imdecode(InputArray buf, int flags)
Reads an image from a buffer in memory.
cv::GMatDesc::isND
bool isND() const
Definition: gmat.hpp:113
cv::ximgproc::createGuidedFilter
Ptr< GuidedFilter > createGuidedFilter(InputArray guide, int radius, double eps)
Factory method, create instance of GuidedFilter and produce initialization routines.
cv::rgbd::RgbdPlane::RgbdPlane
RgbdPlane(int method=RgbdPlane::RGBD_PLANE_METHOD_DEFAULT)
Definition: depth.hpp:336
cv::multicalib::MultiCameraCalibration::edge::edge
edge(int cv, int pv, int pi, Mat trans)
Definition: multicalib.hpp:89
cv::GCompileArg::get
const T & get() const
Definition: gcommon.hpp:111
cv::optflow::calcOpticalFlowSF
void calcOpticalFlowSF(InputArray from, InputArray to, OutputArray flow, int layers, int averaging_block_size, int max_flow)
cv::cuda::split
void split(InputArray src, GpuMat *dst, Stream &stream=Stream::Null())
Copies each plane of a multi-channel matrix into an array.
cv::detail::has_custom_wrap::type
decltype(test< T >(nullptr)) type
Definition: gtype_traits.hpp:84
cv::Param::UINT64
cv::flann::GenericIndex::~GenericIndex
~GenericIndex()
cv::GFluidKernel::Kind::Filter
nppiStIntegral_8u32u_C1R
NCVStatus nppiStIntegral_8u32u_C1R(Ncv8u *d_src, Ncv32u srcStep, Ncv32u *d_dst, Ncv32u dstStep, NcvSize32u roiSize, Ncv8u *pBuffer, Ncv32u bufSize, cudaDeviceProp &devProp)
cv::saliency::StaticSaliencySpectralResidual::getImageHeight
int getImageHeight() const
Definition: saliencySpecializedClasses.hpp:100
cv::dnn::LayerFactory::unregisterLayer
static void unregisterLayer(const String &type)
Unregisters registered layer with specified type name. Thread-safe.
cv::stereo::Match
Definition: quasi_dense_stereo.hpp:27
cv::datasets::TRACK_alovObj::imagePath
std::string imagePath
Definition: track_alov.hpp:64
cv::moments
Moments moments(InputArray array, bool binaryImage=false)
Calculates all of the moments up to the third order of a polygon or rasterized shape.
hal_ni_cvtOnePlaneYUVtoBGR
int hal_ni_cvtOnePlaneYUVtoBGR(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int dcn, bool swapBlue, int uIdx, int ycn)
hal_cvtOnePlaneYUVtoBGR
Definition: hal_replacement.hpp:539
cv::multicalib::MultiCameraCalibration::vertex::vertex
vertex()
Definition: multicalib.hpp:111
cv::GKernel::outShapes
const GShapes outShapes
Definition: gkernel.hpp:41
cv::GComputationT< std::tuple< R... >(Args...)>::GCompiledT::GCompiledT
GCompiledT()
Definition: gtyped.hpp:167
cv::TrackerCSRT::Params::use_rgb
bool use_rgb
Definition: tracker.hpp:1502
cv::detail::ArgKind::GARRAY
cv::face::CParams::maxSize
Size maxSize
Maximum possible object size.
Definition: facemark_train.hpp:40
cv::stereo::StereoBinaryBM
Class for computing stereo correspondence using the block matching algorithm, introduced and contribu...
Definition: stereo.hpp:128
cv::datasets::tag
Definition: tr_svt.hpp:60
cv::detail::VectorRefT::reset
void reset()
Definition: garray.hpp:154
outlier_rejection.hpp
cv::gapi::addWeighted
GMat addWeighted(const GMat &src1, double alpha, const GMat &src2, double beta, double gamma, int ddepth=-1)
Calculates the weighted sum of two matrices.
cv::cudev::transformPtr
__host__ UnaryTransformPtrSz< typename PtrTraits< SrcPtr >::ptr_type, Op > transformPtr(const SrcPtr &src, const Op &op)
Definition: transform.hpp:88
kdtree_index.h
cv::cuda::lshift
void lshift(InputArray src, Scalar_< int > val, OutputArray dst, Stream &stream=Stream::Null())
Performs pixel by pixel right left of an image by a constant value.
cv::Matx66d
Matx< double, 6, 6 > Matx66d
Definition: matx.hpp:248
cv::DrawMatchesFlags
DrawMatchesFlags
Definition: features2d.hpp:1205
cv::phase_unwrapping::HistogramPhaseUnwrapping::Params::height
int height
Definition: histogramphaseunwrapping.hpp:82
cv::datasets::HPE_humanevaObj::person
char person
Definition: hpe_humaneva.hpp:62
cv::gapi::filter2D
GMat filter2D(const GMat &src, int ddepth, const Mat &kernel, const Point &anchor=Point(-1,-1), const Scalar &delta=Scalar(0), int borderType=BORDER_DEFAULT, const Scalar &borderValue=Scalar(0))
Convolves an image with the kernel.
cv::gapi::GKernelPackage::remove
void remove()
Remove all kernels implementing the given API from the package.
Definition: gkernel.hpp:452
cv::rectify3Collinear
float rectify3Collinear(InputArray cameraMatrix1, InputArray distCoeffs1, InputArray cameraMatrix2, InputArray distCoeffs2, InputArray cameraMatrix3, InputArray distCoeffs3, InputArrayOfArrays imgpt1, InputArrayOfArrays imgpt3, Size imageSize, InputArray R12, InputArray T12, InputArray R13, InputArray T13, OutputArray R1, OutputArray R2, OutputArray R3, OutputArray P1, OutputArray P2, OutputArray P3, OutputArray Q, double alpha, Size newImgSize, Rect *roi1, Rect *roi2, int flags)
computes the rectification transformations for 3-head camera, where all the heads are on the same lin...
cv::Mat::forEach_impl
void forEach_impl(const Functor &operation)
Definition: utility.hpp:616
cv::detail::ocl_get_out< cv::GMat >::get
static tracked_cv_umat get(GOCLContext &ctx, int idx)
Definition: goclkernel.hpp:169
cv::dnn::CropAndResizeLayer
Definition: all_layers.hpp:644
cv::videostab::TwoPassStabilizer::mustEstimateTrimaRatio
bool mustEstimateTrimaRatio() const
Definition: stabilizer.hpp:175
cv::videostab::MotionFilterBase::~MotionFilterBase
virtual ~MotionFilterBase()
Definition: motion_stabilizing.hpp:87
cv::cudev::threshBinaryInv_
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< SrcPtr >::ptr_type, ThreshBinaryInvFunc< typename PtrTraits< SrcPtr >::value_type > > > threshBinaryInv_(const SrcPtr &src, typename PtrTraits< SrcPtr >::value_type thresh, typename PtrTraits< SrcPtr >::value_type maxVal)
Definition: per_element_func.hpp:89
cv::cudev::VecTraits< char3 >::elem_type
schar elem_type
Definition: vec_traits.hpp:168
cv::cudev::saturate_cast< uint >
__device__ __forceinline__ uint saturate_cast< uint >(double v)
Definition: saturate_cast.hpp:267
cv::viz::WCoordinateSystem
Compound widgets.
Definition: widgets.hpp:513
CV_CUDEV_RGB5x52RGB_INST
#define CV_CUDEV_RGB5x52RGB_INST(name, dcn, bidx, green_bits)
Definition: color_cvt.hpp:441
cv::CAP_PROP_XI_LENS_FOCAL_LENGTH
Lens focal distance in mm.
Definition: videoio.hpp:433
cv::cudev::CubicInterPtr
Definition: interpolation.hpp:155
cv::datasets::OR_sunObj
Definition: or_sun.hpp:60
cv::detail::TimelapserCrop
Definition: timelapsers.hpp:80
cv::LineTypes
LineTypes
Definition: imgproc.hpp:803
cv::cudev::lut_
__host__ Expr< LutPtrSz< typename PtrTraits< SrcPtr >::ptr_type, typename PtrTraits< TablePtr >::ptr_type > > lut_(const SrcPtr &src, const TablePtr &tbl)
Definition: per_element_func.hpp:128
cv::bioinspired::RetinaParameters::IplMagnoParameters::amacrinCellsTemporalCutFrequency
float amacrinCellsTemporalCutFrequency
Definition: retina.hpp:176
motempl.hpp
cv::FloodFillFlags
FloodFillFlags
floodfill algorithm flags
Definition: imgproc.hpp:373
cv::cudev::vmax2
__device__ __forceinline__ uint vmax2(uint a, uint b)
Definition: simd_functions.hpp:478
hal_ni_split8u
int hal_ni_split8u(const uchar *src_data, uchar **dst_data, int len, int cn)
Definition: hal_replacement.hpp:345
cv::TrackerStateEstimatorAdaBoosting::boostClassifier
Ptr< StrongClassifierDirectSelection > boostClassifier
Definition: tracker.hpp:738
cv::cudev::remapPtr
__host__ RemapPtr1Sz< typename PtrTraits< SrcPtr >::ptr_type, typename PtrTraits< MapPtr >::ptr_type > remapPtr(const SrcPtr &src, const MapPtr &map)
Definition: remap.hpp:116
NcvSize32s
Definition: NCV.hpp:172
cv::CvHaarEvaluator::features
std::vector< FeatureHaar > features
Definition: feature.hpp:289
cv::videostab::StabilizerBase::borderMode
int borderMode() const
Definition: stabilizer.hpp:96
cv::cuda::findMinMaxLoc
void findMinMaxLoc(InputArray src, OutputArray minMaxVals, OutputArray loc, InputArray mask=noArray(), Stream &stream=Stream::Null())
hal_ni_minMaxIdx
int hal_ni_minMaxIdx(const uchar *src_data, size_t src_step, int width, int height, int depth, double *minVal, double *maxVal, int *minIdx, int *maxIdx, uchar *mask)
Finds the global minimum and maximum in an array.
Definition: hal_replacement.hpp:724
shuffle.hpp
cv::detail::MetaHelper< K, std::tuple< Ins... >, std::tuple< Outs... > >::getOutMeta_impl
static GMetaArgs getOutMeta_impl(const GMetaArgs &in_meta, const GArgs &in_args, detail::Seq< IIs... >, detail::Seq< OIs... >)
Definition: gkernel.hpp:122
cv::videostab::LogToStdout
Definition: log.hpp:69
cv::datasets::TRACK_vot::activeDatasetID
int activeDatasetID
Definition: track_vot.hpp:87
cv::cudacodec::NumFormats
Definition: cudacodec.hpp:275
cv::gapi::fluid::View::Cache
Definition: gfluidbuffer.hpp:48
cv::ximgproc::rl::erode
void erode(InputArray rlSrc, OutputArray rlDest, InputArray rlKernel, bool bBoundaryOn=true, Point anchor=Point(0, 0))
Erodes an run-length encoded binary image by using a specific structuring element.
cv::ximgproc::BINARIZATION_NICK
NICK technique. See .
Definition: ximgproc.hpp:122
cv::DetectionBasedTracker::ExtObject::id
int id
Definition: detection_based_tracker.hpp:147
cv::HOGDescriptor::L2Hys
Default histogramNormType.
Definition: objdetect.hpp:375
cv::ocl::getOpenCLErrorString
const char * getOpenCLErrorString(int errorCode)
cv::ParamType< _Tp, typename std::enable_if< std::is_enum< _Tp >::value >::type >::const_param_type
std::underlying_type< _Tp >::type const_param_type
Definition: core.hpp:3281
cv::cudev::NormL1< float >::reduceThread
__device__ __forceinline__ void reduceThread(value_type val1, value_type val2)
Definition: vec_distance.hpp:99
cv::cudev::greater_equal::operator()
__device__ __forceinline__ MakeVec< uchar, VecTraits< T >::cn >::type operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:175
cvhalDFT
Dummy structure storing DFT/DCT context.
Definition: hal_replacement.hpp:500
cv::v_scan_forward
int v_scan_forward(const v_reg< _Tp, n > &a)
Get first negative lane index.
Definition: intrin_cpp.hpp:1211
cv::VideoWriter::iwriter
Ptr< IVideoWriter > iwriter
Definition: videoio.hpp:974
cv::flann::CvType< char >::type
static int type()
Definition: flann.hpp:77
cv::stereo::CV_SPECKLE_REMOVAL_ALGORITHM
Definition: stereo.hpp:119
cv::datasets::flat
Definition: gr_skig.hpp:78
cv::TLSData::getRef
T & getRef() const
Get data associated with key.
Definition: tls.hpp:68
cv::cudev::warpTransform
__device__ __forceinline__ OutIt warpTransform(InIt beg, InIt end, OutIt out, const UnOp &op)
Definition: warp.hpp:94
NcvRect32u::height
Ncv32u height
Rectangle height.
Definition: NCV.hpp:165
cv::CAP_PROP_XI_TS_RST_SOURCE
Defines which source will be used for timestamp reset. Writing this parameter will trigger settings o...
Definition: videoio.hpp:455
cv::COLOR_BayerBG2BGRA
Demosaicing with alpha channel.
Definition: imgproc.hpp:777
cv::detail::GCompoundContext::GCompoundContext
GCompoundContext(const GArgs &in_args)
cv::dnn::DNN_BACKEND_VKCOM
Definition: dnn.hpp:75
cv::FileStorage::write
static void write(FileStorage &fs, const String &name, const Vec< _Tp, cn > &v)
Definition: persistence.hpp:1017
cv::_InputArray::obj
void * obj
Definition: mat.hpp:256
cv::IMWRITE_WEBP_QUALITY
override EXR storage type (FLOAT (FP32) is default)
Definition: imgcodecs.hpp:93
cv::Range::size
int size() const
cv::viz::Viz3d::Color
cv::viz::Color Color
Definition: viz3d.hpp:70
cvhalKeyPoint::size
float size
Definition: interface.h:23
cv::GPlaidMLContext::m_results
std::unordered_map< std::size_t, GArg > m_results
Definition: gplaidmlkernel.hpp:53
cv::gapi::wip::draw::Poly::lt
int lt
The Type of the line. See LineTypes.
Definition: render.hpp:361
cv::cudev::LaplacianPtrSz
Definition: deriv.hpp:369
cv::cudev::RemapPtr2Sz::rows
int rows
Definition: remap.hpp:105
cv::cuda::DeviceInfo::ComputeMode
ComputeMode
Definition: cuda.hpp:899
cv::line_descriptor::LSDDetector::LSDDetector
LSDDetector(LSDParam _params)
Definition: descriptor.hpp:730
cv::GPlaidMLKernelImpl
Definition: gplaidmlkernel.hpp:124
cv::GComputationT< R(Args...)>::GCompiledT::operator()
void operator()(detail::ProtoToParamT< Args >... inArgs, detail::ProtoToParamT< R > &outArg)
Definition: gtyped.hpp:102
cv::Matx16d
Matx< double, 1, 6 > Matx16d
Definition: matx.hpp:219
cv::cudev::min
__device__ __forceinline__ uchar1 min(const uchar1 &a, const uchar1 &b)
Definition: vec_math.hpp:794
cv::optflow::GPCPatchSample::neg
GPCPatchDescriptor neg
Definition: sparse_matching_gpc.hpp:81
cv::COLOR_YUV2BGRA_YVYU
Definition: imgproc.hpp:704
cv::hal::recip16s
void recip16s(const short *, size_t, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *scale)
cv::cudev::minMaxVal_
__host__ Expr< FindMinMaxValExprBody< SrcPtr > > minMaxVal_(const SrcPtr &src)
Definition: reduction.hpp:143
cv::cudev::Binder2nd::operator()
__device__ __forceinline__ Op::result_type operator()(typename TypeTraits< typename Op::first_argument_type >::parameter_type a) const
Definition: functional.hpp:856
cv::multiply
void multiply(InputArray src1, InputArray src2, OutputArray dst, double scale=1, int dtype=-1)
Calculates the per-element scaled product of two arrays.
cv::cudev::vsetne4
__device__ __forceinline__ uint vsetne4(uint a, uint b)
Definition: simd_functions.hpp:802
cv::datasets::SR_bsds
Definition: sr_bsds.hpp:28
cv::detail::MatchesInfo::dst_img_idx
int dst_img_idx
Images indices (optional)
Definition: matchers.hpp:106
cv::Mat::datastart
const uchar * datastart
helper fields used in locateROI and adjustROI
Definition: mat.hpp:2091
hal_ni_cvtRGBAtoMultipliedRGBA
int hal_ni_cvtRGBAtoMultipliedRGBA(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height)
hal_cvtRGBAtoMultipliedRGBA
Definition: hal_replacement.hpp:550
NPPST_TEXTURE_BIND_ERROR
CUDA texture binding error or non-zero offset returned.
Definition: NCV.hpp:359
cv::log
softfloat log(const softfloat &a)
Natural logarithm.
cv::ml::SVMSGD::SGD
Stochastic Gradient Descent.
Definition: ml.hpp:1795
cv::detail::plaidml_get_out
Definition: gplaidmlkernel.hpp:92
cv::aruco::DetectorParameters::minMarkerDistanceRate
double minMarkerDistanceRate
Definition: aruco.hpp:165
cv::COLOR_RGB2BGR565
Definition: imgproc.hpp:552
cv::ClfOnlineStump::_q
float _q
Definition: onlineMIL.hpp:94
cv::gapi::fluid::Border::value
cv::gapi::own::Scalar value
Definition: gfluidbuffer.hpp:36
cv::stereo::Matching
Definition: matching.hpp:57
cv::Matx::ones
static Matx ones()
cv::detail::AffineBestOf2NearestMatcher
Features matcher similar to cv::detail::BestOf2NearestMatcher which finds two best matches for each f...
Definition: matchers.hpp:222
cv::bioinspired::SegmentationParameters::thresholdON
float thresholdON
Definition: transientareassegmentationmodule.hpp:92
cv::GCall::pass
GCall & pass(Ts &&... args)
Definition: gcall.hpp:33
cv::CAP_PROP_XI_OFFSET_Y
Vertical offset from the origin to the area of interest (in pixels).
Definition: videoio.hpp:337
cv::winrt_setFrameContainer
void winrt_setFrameContainer(::Windows::UI::Xaml::Controls::Image^ image)
cv::ocl::Device::addressBits
int addressBits() const
cv::BaseClassifier::m_wCorrect
std::vector< float > m_wCorrect
Definition: onlineBoosting.hpp:145
cv::ocl::PlatformInfo::deviceNumber
int deviceNumber() const
cv::instr::FLAGS_NONE
Definition: instrumentation.hpp:110
cv::v_float64x2
v_reg< double, 2 > v_float64x2
Two 64-bit floating point values (double precision)
Definition: intrin_cpp.hpp:399
cv::Mat_< float >
hal_ni_sepFilterFree
int hal_ni_sepFilterFree(cvhalFilter2D *context)
hal_sepFilterFree
Definition: hal_replacement.hpp:174
cv::TrackerKCF::Params::resize
bool resize
activate the resize feature to improve the processing speed
Definition: tracker.hpp:1250
cv::cudev::interArea
__host__ IntegerAreaInterPtrSz< typename PtrTraits< SrcPtr >::ptr_type > interArea(const SrcPtr &src, Size areaSize)
Definition: interpolation.hpp:277
cv::CHAIN_APPROX_SIMPLE
Definition: imgproc.hpp:434
cv::Error::BadTileSize
Definition: base.hpp:92
cv::sfm::meanAndVarianceAlongRows
void meanAndVarianceAlongRows(InputArray A, OutputArray mean, OutputArray variance)
Computes the mean and variance of a given matrix along its rows.
cv::datasets::SLAM_kittiObj::velodyne
std::vector< std::string > velodyne
Definition: slam_kitti.hpp:69
cv::cudev::DerivXPtrSz
Definition: deriv.hpp:74
cv::ximgproc::ARO_CTR_VER
Definition: fast_hough_transform.hpp:75
cv::Vec4w
Vec< ushort, 4 > Vec4w
Definition: matx.hpp:410
cv::videostab::MotionEstimatorRansacL2
Describes a robust RANSAC-based global 2D motion estimation method which minimizes L2 error.
Definition: global_motion.hpp:131
cv::gapi::erode3x3
GMat erode3x3(const GMat &src, int iterations=1, int borderType=BORDER_CONSTANT, const Scalar &borderValue=morphologyDefaultBorderValue())
Erodes an image by using 3 by 3 rectangular structuring element.
cv::GKernelType< K, std::function< R(Args...)> >::OutArgs
std::tuple< R > OutArgs
Definition: gkernel.hpp:216
cv::img_hash::AverageHash
Computes average hash value of the input image.
Definition: average_hash.hpp:21
cv::cudev::atomicMin
static __device__ double atomicMin(double *address, double val)
Definition: atomic.hpp:132
cv::ParamType< Scalar >::member_type
Scalar member_type
Definition: core.hpp:3273
cv::ximgproc::createDisparityWLSFilter
Ptr< DisparityWLSFilter > createDisparityWLSFilter(Ptr< StereoMatcher > matcher_left)
Convenience factory method that creates an instance of DisparityWLSFilter and sets up all the relevan...
cv::pointPolygonTest
double pointPolygonTest(InputArray contour, Point2f pt, bool measureDist)
Performs a point-in-contour test.
ncvSetDebugOutputHandler
void ncvSetDebugOutputHandler(NCVDebugOutputHandler *func)
mapprojec.hpp
cv::cuda::graphcut
void graphcut(GpuMat &terminals, GpuMat &leftTransp, GpuMat &rightTransp, GpuMat &top, GpuMat &bottom, GpuMat &labels, GpuMat &buf, Stream &stream=Stream::Null())
performs labeling via graph cuts of a 2D regular 4-connected graph.
cv::bgsegm::createSyntheticSequenceGenerator
Ptr< SyntheticSequenceGenerator > createSyntheticSequenceGenerator(InputArray background, InputArray object, double amplitude=2.0, double wavelength=20.0, double wavespeed=0.2, double objspeed=6.0)
Creates an instance of SyntheticSequenceGenerator.
cv::viz::Viz3d
The Viz3d class represents a 3D visualizer window. This class is implicitly shared.
Definition: viz3d.hpp:67
cv::cudev::integral_
__host__ Expr< IntegralBody< SrcPtr > > integral_(const SrcPtr &src)
Definition: reduction.hpp:253
cv::v_fma
v_reg< _Tp, n > v_fma(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b, const v_reg< _Tp, n > &c)
Multiply and add.
Definition: intrin_cpp.hpp:857
types.hpp
cv::videostab::DeblurerBase::~DeblurerBase
virtual ~DeblurerBase()
Definition: deblurring.hpp:64
NcvSize32s::width
Ncv32s width
Rectangle width.
Definition: NCV.hpp:174
cv::fastNlMeansDenoisingColored
void fastNlMeansDenoisingColored(InputArray src, OutputArray dst, float h=3, float hColor=3, int templateWindowSize=7, int searchWindowSize=21)
Modification of fastNlMeansDenoising function for colored images.
cv::videostab::InpainterBase::setMotionModel
virtual void setMotionModel(MotionModel val)
Definition: inpainting.hpp:73
cv::face::FacemarkAAM::Params::save_model
bool save_model
Definition: facemarkAAM.hpp:72
_mm512_cvtpd_pslo
#define _mm512_cvtpd_pslo(a)
Definition: intrin_avx512.hpp:60
cv::detail::PaniniWarper::PaniniWarper
PaniniWarper(float scale, float A=1, float B=1)
Definition: warpers.hpp:411
cv::superres::createOptFlow_PyrLK_CUDA
Ptr< PyrLKOpticalFlow > createOptFlow_PyrLK_CUDA()
any.hpp
cv::HoughLinesPointSet
void HoughLinesPointSet(InputArray _point, OutputArray _lines, int lines_max, int threshold, double min_rho, double max_rho, double rho_step, double min_theta, double max_theta, double theta_step)
Finds lines in a set of points using the standard Hough transform.
cv::COLOR_BayerGB2RGBA
Definition: imgproc.hpp:783
cv::stereo::ModifiedCsCensus::ModifiedCsCensus
ModifiedCsCensus()
Definition: descriptor.hpp:147
cv::gapi::ie::Params::Params
Params(const std::string &model, const std::string &weights, const std::string &device)
Definition: ie.hpp:77
cv::setIdentity
void setIdentity(InputOutputArray mtx, const Scalar &s=Scalar(1))
Initializes a scaled identity matrix.
cv::cudev::LinearInterPtr::src
SrcPtr src
Definition: interpolation.hpp:102
cv::ImwriteFlags
ImwriteFlags
Imwrite flags.
Definition: imgcodecs.hpp:81
hal_ni_recip16u
int hal_ni_recip16u(const ushort *src_data, size_t src_step, ushort *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:277
cv::stereo::Match::corr
float corr
Definition: quasi_dense_stereo.hpp:31
cv::rgbd::Odometry::DEFAULT_MAX_ROTATION
static float DEFAULT_MAX_ROTATION()
Definition: depth.hpp:559
cv::CAP_PROP_XI_ROW_FPN_CORRECTION
Correction of row FPN.
Definition: videoio.hpp:465
cv::img_hash::colorMomentHash
void colorMomentHash(cv::InputArray inputArr, cv::OutputArray outputArr)
Computes color moment hash of the input, the algorithm is come from the paper "Perceptual Hashing f...
cv::reduce
void reduce(InputArray src, OutputArray dst, int dim, int rtype, int dtype=-1)
Reduces a matrix to a vector.
unary_func.hpp
cv::datasets::split
void split(const std::string &s, std::vector< std::string > &elems, char delim)
cv::detail::BundleAdjusterAffine::BundleAdjusterAffine
BundleAdjusterAffine()
Definition: motion_estimators.hpp:292
cv::cudev::DefaultTransposePolicy
Definition: transpose.hpp:84
cv::DetectionBasedTracker::IDetector::getScaleFactor
float getScaleFactor()
Definition: detection_based_tracker.hpp:96
cv::TLSData::get
T * get() const
Get data associated with key.
Definition: tls.hpp:67
cv::TLSDataAccumulator::createDataInstance
virtual void * createDataInstance() const CV_OVERRIDE
Wrapper to allocate data by template.
Definition: tls.hpp:209
cv::cudev::IntegerAreaInterPtr::area_height
int area_height
Definition: interpolation.hpp:240
async_promise.hpp
cv::cudev::IntegralBody::src
SrcPtr src
Definition: reduction.hpp:242
cv::ppf_match_3d::hashtable_int_clone
hashtable_int * hashtable_int_clone(hashtable_int *hashtbl)
cv::rgbd::Odometry::DEFAULT_MAX_TRANSLATION
static float DEFAULT_MAX_TRANSLATION()
Definition: depth.hpp:554
nppiStFilterColumnBorder_32f_C1R
NCVStatus nppiStFilterColumnBorder_32f_C1R(const Ncv32f *pSrc, NcvSize32u srcSize, Ncv32u nSrcStep, Ncv32f *pDst, NcvSize32u dstSize, Ncv32u nDstStep, NcvRect32u oROI, NppStBorderType borderType, const Ncv32f *pKernel, Ncv32s nKernelSize, Ncv32s nAnchor, Ncv32f multiplier)
cv::FileNode::read
static void read(const FileNode &node, Scalar_< _Tp > &value, const Scalar_< _Tp > &default_value)
Definition: persistence.hpp:772
cv::cudev::reshape_
__host__ GpuMat_< typename MakeVec< typename VecTraits< T >::elem_type, cn >::type > reshape_(const GpuMat_< T > &mat, int rows=0)
Definition: gpumat.hpp:150
cv::CAP_PROP_XI_CC_MATRIX_00
Color Correction Matrix element [0][0].
Definition: videoio.hpp:405
cv::CAP_INTEL_MFX
Intel MediaSDK.
Definition: videoio.hpp:121
cv::GCPUKernelImpl::kernel
static cv::GCPUKernel kernel()
Definition: gcpukernel.hpp:285
cv::xobjdetect::WBDetector
WaldBoost detector.
Definition: xobjdetect.hpp:61
cv::text::loadOCRBeamSearchClassifierCNN
Ptr< OCRBeamSearchDecoder::ClassifierCallback > loadOCRBeamSearchClassifierCNN(const String &filename)
Allow to implicitly load the default character classifier when creating an OCRBeamSearchDecoder objec...
cv::face::FacemarkLBF::Params::save_model
bool save_model
flag to save the trained model or not
Definition: facemarkLBF.hpp:81
cv::rgbd::RgbdNormals::rgbd_normals_impl_
void * rgbd_normals_impl_
Definition: depth.hpp:181
cv::createTonemapReinhard
Ptr< TonemapReinhard > createTonemapReinhard(float gamma=1.0f, float intensity=0.0f, float light_adapt=1.0f, float color_adapt=0.0f)
Creates TonemapReinhard object.
cv::COLOR_BayerGB2BGR_EA
Definition: imgproc.hpp:767
cv::cudev::bit_rshift::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:271
cv::CAP_PROP_IOS_DEVICE_WHITEBALANCE
Definition: videoio.hpp:497
hal_ni_mul8u
int hal_ni_mul8u(const uchar *src1_data, size_t src1_step, const uchar *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:238
cv::cuda::FEATURE_SET_COMPUTE_13
Definition: cuda.hpp:772
cv::Node::m_pParent
Node< OBJECT > * m_pParent
Definition: utility.hpp:1123
cv::AVIWriteContainer::isEmptyFrameSize
bool isEmptyFrameSize() const
Definition: container_avi.private.hpp:173
cv::COLOR_BayerBG2RGB_EA
Definition: imgproc.hpp:771
cv::cudev::LinearInterPtr::operator()
__device__ PtrTraits< SrcPtr >::value_type operator()(float y, float x) const
Definition: interpolation.hpp:104
cv::bgsegm::LSBP_CAMERA_MOTION_COMPENSATION_LK
Definition: bgsegm.hpp:247
cv::cuda::sum
Scalar sum(InputArray src, InputArray mask=noArray())
Returns the sum of matrix elements.
cv::cudev::vsetgt4
__device__ __forceinline__ uint vsetgt4(uint a, uint b)
Definition: simd_functions.hpp:765
cv::detail::MatchesInfo::matches
std::vector< DMatch > matches
Definition: matchers.hpp:107
cv::TrackerCSRT::Params::scale_model_max_area
float scale_model_max_area
Definition: tracker.hpp:1524
cv::dnn::DictValue::DictValue
DictValue(const char *s)
This is an overloaded member function, provided for convenience. It differs from the above function o...
Definition: dict.hpp:69
cv::MOTION_EUCLIDEAN
Definition: tracking.hpp:263
cv::gapi::NV12toRGB
GMat NV12toRGB(const GMat &src_y, const GMat &src_uv)
Converts an image from NV12 (YUV420p) color space to RGB. The function converts an input image from N...
cv::AKAZE::DESCRIPTOR_MLDB
Definition: features2d.hpp:740
hal_ni_dftFree2D
int hal_ni_dftFree2D(cvhalDFT *context)
Definition: hal_replacement.hpp:547
cv::gapi::wip::draw::render3ch
GMat render3ch(const GMat &src, const GArray< Prim > &prims)
Renders on 3 channels input.
cv::hal::LU32f
int LU32f(float *A, size_t astep, int m, float *b, size_t bstep, int n)
cv::videostab::KeypointBasedMotionEstimator
Describes a global 2D motion estimation method which uses keypoints detection and optical flow for ma...
Definition: global_motion.hpp:229
cv::gapi::sepFilter
GMat sepFilter(const GMat &src, int ddepth, const Mat &kernelX, const Mat &kernelY, const Point &anchor, const Scalar &delta, int borderType=BORDER_DEFAULT, const Scalar &borderValue=Scalar(0))
Applies a separable linear filter to a matrix(image).
cv::cudev::ZipPtrSz::ZipPtrSz
__host__ __device__ __forceinline__ ZipPtrSz()
Definition: zip.hpp:112
cv::face::FacemarkAAM::Params::scales
std::vector< float > scales
Definition: facemarkAAM.hpp:74
cv::CalibrateCRF
The base class for camera response calibration algorithms.
Definition: photo.hpp:531
cv::gapi::mask
GMat mask(const GMat &src, const GMat &mask)
Applies a mask to a matrix.
cv::gapi::own::Point::y
int y
Definition: types.hpp:28
cv::USAGE_ALLOCATE_HOST_MEMORY
Definition: mat.hpp:454
cv::stereo::StereoMatcher::setSpeckleRange
virtual void setSpeckleRange(int speckleRange)=0
cv::stereo::censusTransform
void censusTransform(const cv::Mat &image1, const cv::Mat &image2, int kernelSize, cv::Mat &dist1, cv::Mat &dist2, const int type)
cv::CAP_PROP_XI_REGION_MODE
Activates/deactivates Region selected by Region Selector.
Definition: videoio.hpp:384
cv::CAP_INTELPERC_DEPTH_GENERATOR
Definition: videoio.hpp:530
cv::cudev::log10
__device__ __forceinline__ double4 log10(const double4 &a)
Definition: vec_math.hpp:283
cv::CAP_PROP_XI_AVAILABLE_BANDWIDTH
Calculate and returns available interface bandwidth(int Megabits).
Definition: videoio.hpp:448
cv::ClfMilBoost::Params::_numFeat
int _numFeat
Definition: onlineMIL.hpp:66
cv::divide
void divide(InputArray src1, InputArray src2, OutputArray dst, double scale=1, int dtype=-1)
Performs per-element division of two arrays or a scalar by an array.
cv::HoughModes
HoughModes
Variants of a Hough transform.
Definition: imgproc.hpp:461
cv::gapi::own::operator==
bool operator==(const Scalar &lhs, const Scalar &rhs)
Definition: scalar.hpp:38
cv::ParamType< float >::member_type
float member_type
Definition: core.hpp:3241
cv::gapi::wip::draw::FText::FText
FText(const std::wstring &text_, const cv::Point &org_, int fh_, const cv::Scalar &color_)
FText constructor.
Definition: render.hpp:154
cv::Matx31d
Matx< double, 3, 1 > Matx31d
Definition: matx.hpp:224
cv::hal::exp32f
void exp32f(const float *src, float *dst, int n)
cv::cuda::FGDParams::N1c
int N1c
Number of color vectors used to model normal background color variation at a given pixel.
Definition: cudalegacy.hpp:157
cv::optflow::RLOFOpticalFlowParameter::supportRegionType
SupportRegionType supportRegionType
Definition: rlofflow.hpp:88
cv::text::OCR_LEVEL_TEXTLINE
Definition: ocr.hpp:63
NCV_MEM_RESIDENCE_ERROR
Definition: NCV.hpp:340
cv::BaseClassifier::computeReplaceWeakestClassifier
int computeReplaceWeakestClassifier(const std::vector< float > &errors)
cv::utils::shared_lock_guard
A shared scoped lock (RAII-style locking for shared/reader access).
Definition: lock.private.hpp:45
cv::videostab::StabilizerBase::maskSource_
Ptr< IFrameSource > maskSource_
Definition: stabilizer.hpp:116
cv::datasets::paperWithCharacters
Definition: gr_skig.hpp:91
cv::optflow::createOptFlow_SparseToDense
Ptr< DenseOpticalFlow > createOptFlow_SparseToDense()
Additional interface to the SparseToDenseFlow algorithm - calcOpticalFlowSparseToDense()
NppStInterpolationState
Definition: NPP_staging.hpp:114
cv::TrackerMOSSE
the MOSSE (Minimum Output Sum of Squared Error) tracker
Definition: tracker.hpp:1313
cv::cudev::ScharrXPtr::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: deriv.hpp:236
cv::GeneralizedHough
finds arbitrary template in the grayscale image using Generalized Hough Transform
Definition: imgproc.hpp:841
cv::videostab::PyrLkOptFlowEstimatorBase::setMaxLevel
virtual void setMaxLevel(int val)
Definition: optical_flow.hpp:87
NppStBorderType
NppStBorderType
Definition: NPP_staging.hpp:88
cv::FileStorage::INSIDE_MAP
Definition: persistence.hpp:328
cv::dynafu::Params::depthFactor
float depthFactor
pre-scale per 1 meter for input values
Definition: dynafu.hpp:42
cv::getWindowProperty
double getWindowProperty(const String &winname, int prop_id)
Provides parameters of a window.
cv::CirclesGridFinderParameters2
CirclesGridFinderParameters CirclesGridFinderParameters2
Definition: calib3d.hpp:1328
cv::detail::wrap_gapi_helper
WrapValue< typename std::decay< T >::type > wrap_gapi_helper
Definition: gtype_traits.hpp:165
cv::rgbd::DepthCleaner::method_
int method_
Definition: depth.hpp:262
cv::cudev::acosh
__device__ __forceinline__ float1 acosh(const uchar1 &a)
Definition: vec_math.hpp:375
cv::CalibrateDebevec
Inverse camera response function is extracted for each brightness value by minimizing an objective fu...
Definition: photo.hpp:549
cv::utils::logging::LogTag::name
const char * name
Definition: logtag.hpp:17
cv::hal::gemm32fc
void gemm32fc(const float *src1, size_t src1_step, const float *src2, size_t src2_step, float alpha, const float *src3, size_t src3_step, float beta, float *dst, size_t dst_step, int m_a, int n_a, int n_d, int flags)
cv::BORDER_REFLECT101
same as BORDER_REFLECT_101
Definition: base.hpp:276
cv::util::any::any
any(value_t &&arg)
Definition: any.hpp:76
cv::text::PSM_SINGLE_BLOCK
Definition: ocr.hpp:75
cv::text::ERStat::rect
Rect rect
Definition: erfilter.hpp:82
cv::TrackerMIL::~TrackerMIL
virtual ~TrackerMIL() CV_OVERRIDE
Definition: tracker.hpp:1091
cv::viz::Camera
This class wraps intrinsic parameters of a camera.
Definition: types.hpp:158
cv::reg::MapperGradShift
Definition: mappergradshift.hpp:52
cv::CAP_PROP_XI_TRG_SELECTOR
Selects the type of trigger.
Definition: videoio.hpp:422
cv::undistortPoints
void undistortPoints(InputArray src, OutputArray dst, InputArray cameraMatrix, InputArray distCoeffs, InputArray R=noArray(), InputArray P=noArray())
Computes the ideal point coordinates from the observed point coordinates.
cv::CAP_PROP_XI_TRG_SOFTWARE
Generates an internal trigger. PRM_TRG_SOURCE must be set to TRG_SOFTWARE.
Definition: videoio.hpp:339
cv::createMergeDebevec
Ptr< MergeDebevec > createMergeDebevec()
Creates MergeDebevec object.
cv::cudev::DefaultHistogramPolicy::block_size_x
Definition: histogram.hpp:103
cv::detail::resultTl
Point resultTl(const std::vector< Point > &corners)
cv::detail::NoExposureCompensator::setMatGains
void setMatGains(std::vector< Mat > &umv) CV_OVERRIDE
Definition: exposure_compensate.hpp:105
cv::value_of
GRunArg value_of(const GOrigin &origin)
cv::Matx34d
Matx< double, 3, 4 > Matx34d
Definition: matx.hpp:241
cv::GPlaidMLKernel::apply
void apply(GPlaidMLContext &ctx) const
Definition: gplaidmlkernel.hpp:64
cv::validateDisparity
void validateDisparity(InputOutputArray disparity, InputArray cost, int minDisparity, int numberOfDisparities, int disp12MaxDisp=1)
validates disparity using the left-right check. The matrix "cost" should be computed by the stereo co...
cv::CvHaarEvaluator::_ii_img
Mat _ii_img
Definition: feature.hpp:281
cv::Stitcher::ORIG_RESOL
static const double ORIG_RESOL
Definition: stitching.hpp:149
facemark_train.hpp
cv::SortFlags
SortFlags
Definition: core.hpp:154
cv::cudev::minus::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:88
cv::createCalibrateRobertson
Ptr< CalibrateRobertson > createCalibrateRobertson(int max_iter=30, float threshold=0.01f)
Creates CalibrateRobertson object.
cv::linemod::Detector
Object detector using the LINE template matching algorithm with any set of modalities.
Definition: linemod.hpp:298
cv::gout
GRunArgsP gout(Ts &... args)
Definition: garg.hpp:140
cv::ximgproc::segmentation::SelectiveSearchSegmentation
Selective search segmentation algorithm The class implements the algorithm described in .
Definition: segmentation.hpp:181
cv::MorphTypes
MorphTypes
type of morphological operation
Definition: imgproc.hpp:212
cv::stereo::StereoBinarySGBM::MODE_HH
Definition: stereo.hpp:207
cv::COLOR_RGB2Lab
Definition: imgproc.hpp:589
cv::MinProblemSolver
Basic interface for all solvers.
Definition: optim.hpp:58
cv::cudev::identity::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type x) const
Definition: functional.hpp:282
cv::reg::MapShift
Definition: mapshift.hpp:53
cv::cudev::warpReduceKeyVal
__device__ __forceinline__ void warpReduceKeyVal(volatile K *skeys, K &key, volatile V *svals, V &val, uint tid, const Cmp &cmp)
Definition: reduce.hpp:84
cv::cudev::ThreshToZeroFunc::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type src) const
Definition: functional.hpp:757
cv::reg::MapperPyramid::numIterPerScale_
int numIterPerScale_
Definition: mapperpyramid.hpp:69
cv::cuda::meanShiftFiltering
void meanShiftFiltering(InputArray src, OutputArray dst, int sp, int sr, TermCriteria criteria=TermCriteria(TermCriteria::MAX_ITER+TermCriteria::EPS, 5, 1), Stream &stream=Stream::Null())
Performs mean-shift filtering for each point of the source image.
cv::xphoto::GrayworldWB
Gray-world white balance algorithm.
Definition: white_balance.hpp:139
cv::videostab::PyrLkOptFlowEstimatorBase
Definition: optical_flow.hpp:79
cv::ParamType< double >::member_type
double member_type
Definition: core.hpp:3201
cv::hal::warpPerspective
void warpPerspective(int src_type, const uchar *src_data, size_t src_step, int src_width, int src_height, uchar *dst_data, size_t dst_step, int dst_width, int dst_height, const double M[9], int interpolation, int borderType, const double borderValue[4])
cv::DetectionBasedTracker::DETECTED
Definition: detection_based_tracker.hpp:141
cv::v_rshr_pack_u_store
void v_rshr_pack_u_store(uchar *ptr, const v_int16x8 &a)
Definition: intrin_cpp.hpp:2376
cv::videostab::InpainterBase::~InpainterBase
virtual ~InpainterBase()
Definition: inpainting.hpp:68
cv::saliency::Objectness
Definition: saliencyBaseClasses.hpp:120
warping.hpp
NCVMatrix::height
Ncv32u height() const
Definition: NCV.hpp:825
cv::gapi::own::Size
Definition: types.hpp:88
cv::RETR_TREE
Definition: imgproc.hpp:422
cv::hal::min32f
void min32f(const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *)
cv::detail::NoExposureCompensator
Stub exposure compensator which does nothing.
Definition: exposure_compensate.hpp:98
cv::softdouble::nan
static softdouble nan()
Default NaN constant.
Definition: softfloat.hpp:350
hal_ni_dftFree1D
int hal_ni_dftFree1D(cvhalDFT *context)
Definition: hal_replacement.hpp:520
cv::face::Facemark
Abstract base class for all facemark models.
Definition: facemark.hpp:47
cv::FileStorage::write
static void write(FileStorage &fs, const Rect_< _Tp > &r)
Definition: persistence.hpp:937
cv::QtFontWeights
QtFontWeights
Qt font weight.
Definition: highgui.hpp:231
cv::cudev::ReduceToRowBody::src
SrcPtr src
Definition: reduction.hpp:176
cv::CvHaarEvaluator::FeatureHaar
Definition: feature.hpp:220
cv::tbm::TrackedObject::TrackedObject
TrackedObject()
Default constructor.
Definition: tracking_by_matching.hpp:37
cv::face::CParams::cascade
String cascade
the face detector
Definition: facemark_train.hpp:36
cv::detail::CompileArgTag< cv::gapi::use_only >::tag
static const char * tag()
Definition: gkernel.hpp:604
NCVMatrix::_pitch
Ncv32u _pitch
Definition: NCV.hpp:835
cv::decomposeProjectionMatrix
void decomposeProjectionMatrix(InputArray projMatrix, OutputArray cameraMatrix, OutputArray rotMatrix, OutputArray transVect, OutputArray rotMatrixX=noArray(), OutputArray rotMatrixY=noArray(), OutputArray rotMatrixZ=noArray(), OutputArray eulerAngles=noArray())
Decomposes a projection matrix into a rotation matrix and a camera matrix.
objdetect.hpp
Ncv8u
unsigned char Ncv8u
Definition: NCV.hpp:132
cv::rgbd::registerDepth
void registerDepth(InputArray unregisteredCameraMatrix, InputArray registeredCameraMatrix, InputArray registeredDistCoeffs, InputArray Rt, InputArray unregisteredDepth, const Size &outputImagePlaneSize, OutputArray registeredDepth, bool depthDilation=false)
cv::dnn::DictValue::DictValue
DictValue(int i)
Constructs integer scalar.
Definition: dict.hpp:65
cv::cudev::numeric_limits< uchar >::min
__device__ static __forceinline__ uchar min()
Definition: limits.hpp:76
cv::normalize
static Vec< _Tp, cn > normalize(const Vec< _Tp, cn > &v)
cv::Rect_::empty
bool empty() const
true if empty
cv::CvLBPEvaluator::Feature
Definition: feature.hpp:381
cv::COLORMAP_JET
Definition: imgproc.hpp:4221
cv::GNetworkType< K, std::function< R(Args...)> >::OutArgs
std::tuple< R > OutArgs
Definition: infer.hpp:67
cv::rgbd::FastICPOdometry::getIterationCounts
cv::Mat getIterationCounts() const
Definition: depth.hpp:1119
cv::cudev::TexturePtr::operator()
__device__ __forceinline__ T operator()(float y, float x) const
Definition: texture.hpp:192
cv::INTER_TAB_SIZE
Definition: imgproc.hpp:285
cv::dnn::SliceLayer::num_split
int num_split
Definition: all_layers.hpp:369
cv::util::any::operator=
any & operator=(any &&)=default
cv::aruco::DICT_6X6_100
Definition: dictionary.hpp:151
NPPST_SUCCESS
Successful operation (same as NPP_NO_ERROR)
Definition: NCV.hpp:355
cv::gapi::RGB2YUV422
GMat RGB2YUV422(const GMat &src)
Converts an image from RGB color space to YUV422. The function converts an input image from RGB color...
throw.hpp
cv::face::createFacemarkAAM
Ptr< Facemark > createFacemarkAAM()
construct an AAM facemark detector
cv::cudev::gridTranspose_
__host__ void gridTranspose_(const SrcPtr &src, GpuMat_< DstType > &dst, Stream &stream=Stream::Null())
Definition: transpose.hpp:61
cvhalKeyPoint::y
float y
Definition: interface.h:22
cudaoptflow.hpp
cv::detail::BundleAdjusterAffinePartial::BundleAdjusterAffinePartial
BundleAdjusterAffinePartial()
Definition: motion_estimators.hpp:316
HaarClassifierNodeDescriptor32::create
__host__ NCVStatus create(Ncv32f leafValue)
Definition: NCVHaarObjectDetection.hpp:182
cv::face::MACE
Minimum Average Correlation Energy Filter useful for authentication with (cancellable) biometrical fe...
Definition: mace.hpp:71
cv::v_abs
v_reg< typename V_TypeTraits< _Tp >::abs_type, n > v_abs(const v_reg< _Tp, n > &a)
Absolute value of elements.
Definition: intrin_cpp.hpp:522
cv::aruco::CORNER_REFINE_CONTOUR
ArUco approach and refine the corners locations using the contour-points line fitting.
Definition: aruco.hpp:84
cv::CAP_PROP_OPENNI2_SYNC
Definition: videoio.hpp:240
cv::seamlessClone
void seamlessClone(InputArray src, InputArray dst, InputArray mask, Point p, OutputArray blend, int flags)
Image editing tasks concern either global changes (color/intensity corrections, filters,...
cv::detail::Timelapser::getDst
virtual const UMat & getDst()
Definition: timelapsers.hpp:69
cv::dnn::PoolingLayer::stride
Size stride
Definition: all_layers.hpp:251
cv::Node::addChild
void addChild(Node< OBJECT > *pNode)
Definition: utility.hpp:1093
cv::cudev::ResizePtr::src
SrcPtr src
Definition: resize.hpp:65
cv::hal::sepFilter2D
void sepFilter2D(int stype, int dtype, int ktype, uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int full_width, int full_height, int offset_x, int offset_y, uchar *kernelx_data, int kernelx_len, uchar *kernely_data, int kernely_len, int anchor_x, int anchor_y, double delta, int borderType)
cv::ParamType< Mat >::const_param_type
const typedef Mat & const_param_type
Definition: core.hpp:3216
cv::LSD_REFINE_STD
Standard refinement is applied. E.g. breaking arches into smaller straighter line approximations.
Definition: imgproc.hpp:482
cv::detail::GTypeTraits::kind
static constexpr const ArgKind kind
Definition: gtype_traits.hpp:49
cv::Mat::depth
int depth() const
Returns the depth of a matrix element.
cv::operator-
v_reg< _Tp, n > operator-(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Subtract values.
Definition: intrin_cpp.hpp:432
N_BINS
#define N_BINS
Definition: feature.hpp:79
reduce_to_vec.hpp
cv::cudev::LaplacianPtr< 1, SrcPtr >::src
SrcPtr src
Definition: deriv.hpp:334
cv::datasets::IR_affineObj::imageName
std::string imageName
Definition: ir_affine.hpp:63
cv::v_setzero_u64
v_uint64x2 v_setzero_u64()
Definition: intrin_cpp.hpp:2148
cv::Error::StsBadMemBlock
an allocated block has been corrupted
Definition: base.hpp:114
cv::detail::RotationWarperBase
Base class for rotation-based warper using a detail::ProjectorBase_ derived class.
Definition: warpers.hpp:141
cv::cudev::resize_
__host__ Expr< ResizePtrSz< typename PtrTraits< SrcPtr >::ptr_type > > resize_(const SrcPtr &src, float fx, float fy)
Definition: warping.hpp:67
cv::Stitcher::bundleAdjuster
const Ptr< detail::BundleAdjusterBase > bundleAdjuster() const
Definition: stitching.hpp:225
cv::CirclesGridFinderParameters::edgePenalty
float edgePenalty
Definition: calib3d.hpp:1313
cv::rgbd::DepthCleaner
Definition: depth.hpp:186
cv::detailEnhance
void detailEnhance(InputArray src, OutputArray dst, float sigma_s=10, float sigma_r=0.15f)
This filter enhances the details of a particular image.
cv::gapi::own::detail::MatHeader::AUTO_STEP
Definition: mat.hpp:44
NcvSize32u::NcvSize32u
__host__ __device__ NcvSize32u()
Definition: NCV.hpp:185
cv::detail::CylindricalPortraitProjector::mapBackward
void mapBackward(float u, float v, float &x, float &y)
cv::cudev::RemapPtr1::src
SrcPtr src
Definition: remap.hpp:65
hal_ni_max32f
int hal_ni_max32f(const float *src1_data, size_t src1_step, const float *src2_data, size_t src2_step, float *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:108
cv::datasets::PascalObj::pose
std::string pose
Definition: or_pascal.hpp:70
cv::cudev::SobelYPtrSz
Definition: deriv.hpp:207
cv::cudev::DefaultTransformPolicy::block_size_y
Definition: transform.hpp:417
cv::datasets::SR_bsdsObj
Definition: sr_bsds.hpp:23
cv::omnidir::internal::encodeParameters
void encodeParameters(InputArray K, InputArrayOfArrays omAll, InputArrayOfArrays tAll, InputArray distoaration, double xi, OutputArray parameters)
cv::videostab::LpMotionStabilizer::weight4
float weight4() const
Definition: motion_stabilizing.hpp:141
cv::detail::has_custom_wrap::value
static const constexpr bool value
Definition: gtype_traits.hpp:85
pcaflow.hpp
Implementation of the PCAFlow algorithm from the following paper: http://files.is....
cv::HOGDescriptor::L2HysThreshold
double L2HysThreshold
L2-Hys normalization method shrinkage.
Definition: objdetect.hpp:611
cv::detail::get_in::get
static T get(GCPUContext &ctx, int idx)
Definition: gcpukernel.hpp:156
CV_CUDEV_MINMAX_INST
#define CV_CUDEV_MINMAX_INST(type, maxop, minop)
Definition: functional.hpp:328
cv::float16_t::bits
ushort bits() const
Definition: cvdef.h:880
cv::DetectionBasedTracker::cascadeForTracking
cv::Ptr< IDetector > cascadeForTracking
Definition: detection_based_tracker.hpp:210
cv::IMWRITE_PNG_STRATEGY_HUFFMAN_ONLY
Use this value to force Huffman encoding only (no string match).
Definition: imgcodecs.hpp:119
cv::detail::TransHelper< K, std::tuple< Ins... >, Out >::get_pattern
static GComputation get_pattern()
Definition: gtransform.hpp:55
cv::detail::is_compile_arg
std::is_same< GCompileArg, typename std::decay< T >::type > is_compile_arg
Definition: gcommon.hpp:53
cv::Mat_::create
void create(int _rows, int _cols)
equivalent to Mat::create(_rows, _cols, DataType<_Tp>::type)
cv::ximgproc::ARO_315_135
Definition: fast_hough_transform.hpp:72
NCV_MEM_INSUFFICIENT_CAPACITY
Definition: NCV.hpp:341
cv::ocl::KernelArg::ReadWriteNoSize
static KernelArg ReadWriteNoSize(const UMat &m, int wscale=1, int iwscale=1)
Definition: ocl.hpp:365
cv::rgbd::ICPOdometry::getMaxPointsPart
double getMaxPointsPart() const
Definition: depth.hpp:822
cv::GOCLContext::outMatR
cv::UMat & outMatR(int output)
cv::Mat::CONTINUOUS_FLAG
Definition: mat.hpp:2073
cv::NORMAL_CLONE
Definition: photo.hpp:716
cv::cudev::NormL1< float >::value_type
float value_type
Definition: vec_distance.hpp:92
NcvRect32s::NcvRect32s
__host__ __device__ NcvRect32s()
Definition: NCV.hpp:154
cv::aruco::Board::dictionary
Ptr< Dictionary > dictionary
the dictionary of markers employed for this board
Definition: aruco.hpp:289
cv::IMREAD_LOAD_GDAL
If set, use the gdal driver for loading the image.
Definition: imgcodecs.hpp:70
cv::kinfu::Params::bilateral_sigma_depth
float bilateral_sigma_depth
Depth sigma in meters for bilateral smooth.
Definition: kinfu.hpp:47
hal_ni_addWeighted32f
int hal_ni_addWeighted32f(const float *src1_data, size_t src1_step, const float *src2_data, size_t src2_step, float *dst_data, size_t dst_step, int width, int height, const double scalars[3])
Definition: hal_replacement.hpp:323
cv::frame_iterator
frame_list::iterator frame_iterator
Definition: container_avi.private.hpp:69
cv::detail::strip
gapi::GNetParam strip(T &&t)
Definition: infer.hpp:215
cv::Point2l
Point_< int64 > Point2l
Definition: types.hpp:191
cv::InputArrayOfArrays
InputArray InputArrayOfArrays
Definition: mat.hpp:438
cv::detail::GCompoundCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::expand
static void expand(GCompoundContext &ctx)
Definition: gcompoundkernel.hpp:82
cv::dnn::Layer
This interface class allows to build new Layers - are building blocks of networks.
Definition: dnn.hpp:182
cv::SolveLPResult
SolveLPResult
return codes for cv::solveLP() function
Definition: optim.hpp:257
cv::CAP_PROP_XI_WB_KR
White balance red coefficient.
Definition: videoio.hpp:378
cv::detail::ImageFeatures::keypoints
std::vector< KeyPoint > keypoints
Definition: matchers.hpp:62
cv::rgbd::ICPOdometry
Definition: depth.hpp:758
cv::aruco::drawDetectedDiamonds
void drawDetectedDiamonds(InputOutputArray image, InputArrayOfArrays diamondCorners, InputArray diamondIds=noArray(), Scalar borderColor=Scalar(0, 0, 255))
Draw a set of detected ChArUco Diamond markers.
cv::cudev::PtrTraits< Expr< Body > >::value_type
ptr_type::value_type value_type
Definition: expr.hpp:75
cv::cuda::createStereoConstantSpaceBP
Ptr< cuda::StereoConstantSpaceBP > createStereoConstantSpaceBP(int ndisp=128, int iters=8, int levels=4, int nr_plane=4, int msg_type=CV_32F)
Creates StereoConstantSpaceBP object.
cv::detail::restoreImageFromLaplacePyr
void restoreImageFromLaplacePyr(std::vector< UMat > &pyr)
cv::GMatDesc::size
cv::gapi::own::Size size
Definition: gmat.hpp:84
cv::saliency::MotionSaliencyBinWangApr2014::setImageWidth
void setImageWidth(int val)
Definition: saliencySpecializedClasses.hpp:203
cv::MORPH_DILATE
see dilate
Definition: imgproc.hpp:214
cv::videostab::SparsePyrLkOptFlowEstimator
Definition: optical_flow.hpp:96
cv::WeakClassifierHaarFeature::eval
int eval(float value)
cv::FileStorage::elname
std::string elname
Definition: persistence.hpp:454
numeric.hpp
cv::GCompileArgs
std::vector< GCompileArg > GCompileArgs
Definition: gcommon.hpp:120
cv::aruco::interpolateCornersCharuco
int interpolateCornersCharuco(InputArrayOfArrays markerCorners, InputArray markerIds, InputArray image, const Ptr< CharucoBoard > &board, OutputArray charucoCorners, OutputArray charucoIds, InputArray cameraMatrix=noArray(), InputArray distCoeffs=noArray(), int minMarkers=2)
Interpolate position of ChArUco board corners.
cv::ClassifierThreshold::eval
int eval(float value)
cv::tbm::TrackerParams::min_track_duration
size_t min_track_duration
Min track duration in milliseconds.
Definition: tracking_by_matching.hpp:261
cv::cuda::sqr
void sqr(InputArray src, OutputArray dst, Stream &stream=Stream::Null())
Computes a square value of each matrix element.
cv::hal::DCT2D
Definition: hal.hpp:220
cv::QRCodeDetector::p
Ptr< Impl > p
Definition: objdetect.hpp:711
cv::createFaceDetectionMaskGenerator
Ptr< BaseCascadeClassifier::MaskGenerator > createFaceDetectionMaskGenerator()
HaarFeatureDescriptor32_CreateCheck_MaxFeatureOffset
#define HaarFeatureDescriptor32_CreateCheck_MaxFeatureOffset
Definition: NCVHaarObjectDetection.hpp:126
cv::hal::gemm64f
void gemm64f(const double *src1, size_t src1_step, const double *src2, size_t src2_step, double alpha, const double *src3, size_t src3_step, double beta, double *dst, size_t dst_step, int m_a, int n_a, int n_d, int flags)
cv::viz::Color::not_set
static Color not_set()
cv::cudev::ZipPtrSz
Definition: zip.hpp:108
cv::tracking::UnscentedKalmanFilterParams::CP
int CP
Dimensionality of the control vector.
Definition: kalman_filters.hpp:129
cv::ximgproc::fastBilateralSolverFilter
void fastBilateralSolverFilter(InputArray guide, InputArray src, InputArray confidence, OutputArray dst, double sigma_spatial=8, double sigma_luma=8, double sigma_chroma=8, double lambda=128.0, int num_iter=25, double max_tol=1e-5)
Simple one-line Fast Bilateral Solver filter call. If you have multiple images to filter with the sam...
cv::dnn::AbsLayer
Definition: all_layers.hpp:489
utility.hpp
cv::GMatDesc::withSizeDelta
GMatDesc withSizeDelta(int dx, int dy) const
Definition: gmat.hpp:147
cv::gapi::own::Rect::height
int height
height of the rectangle
Definition: types.hpp:51
cv::L2
Definition: features2d.hpp:820
NCVVectorReuse::NCVVectorReuse
NCVVectorReuse(const NCVMemSegment &memSegment, Ncv32u length_)
Definition: NCV.hpp:708
cv::operator<<
v_reg< _Tp, n > operator<<(const v_reg< _Tp, n > &a, int imm)
Bitwise shift left.
Definition: intrin_cpp.hpp:1079
cv::Stitcher::compositingResol
double compositingResol() const
Definition: stitching.hpp:192
deriche_filter.hpp
cv::cudev::cosh
__device__ __forceinline__ float1 cosh(const uchar1 &a)
Definition: vec_math.hpp:348
cv::cudacodec::Uncompressed_YUYV
YUYV/YUY2 (4:2:2)
Definition: cudacodec.hpp:263
cv::v_reg::v_reg
v_reg(const _Tp *ptr)
Constructor.
Definition: intrin_cpp.hpp:276
cv::Vec2f
Vec< float, 2 > Vec2f
Definition: matx.hpp:418
cv::gapi::own::Point::x
int x
Definition: types.hpp:27
cv::ogl::TRIANGLE_FAN
Definition: opengl.hpp:485
cv::rgbd::FastICPOdometry::getSigmaDepth
float getSigmaDepth() const
Definition: depth.hpp:1095
cv::cudev::DisableIf
Definition: type_traits.hpp:112
cv::reg::Mapper::sqr
cv::Mat sqr(const cv::Mat &mat1) const
Definition: mapper.hpp:99
cv::TrackerSamplerCSC::Params
Definition: tracker.hpp:783
cv::videostab::MotionEstimatorRansacL2::ransacParams
RansacParams ransacParams() const
Definition: global_motion.hpp:137
cv::datasets::HPE_humanevaObj::type1
int type1
Definition: hpe_humaneva.hpp:64
cv::ximgproc::createSuperpixelSLIC
Ptr< SuperpixelSLIC > createSuperpixelSLIC(InputArray image, int algorithm=SLICO, int region_size=10, float ruler=10.0f)
Initialize a SuperpixelSLIC object.
cv::ellipse
void ellipse(InputOutputArray img, Point center, Size axes, double angle, double startAngle, double endAngle, const Scalar &color, int thickness=1, int lineType=LINE_8, int shift=0)
Draws a simple or thick elliptic arc or fills an ellipse sector.
cv::text::erGrouping_Modes
erGrouping_Modes
text::erGrouping operation modes
Definition: erfilter.hpp:267
cv::MatxCommaInitializer::operator*
Matx< _Tp, m, n > operator*() const
cv::AVIReadContainer::parseInfo
bool parseInfo()
Definition: container_avi.private.hpp:114
cv::WND_PROP_VISIBLE
checks whether the window exists and is visible
Definition: highgui.hpp:200
cv::softfloat::min
static softfloat min()
Smallest normalized value.
Definition: softfloat.hpp:212
cv::detail::RotationWarperBase::detectResultRoiByBorder
void detectResultRoiByBorder(Size src_size, Point &dst_tl, Point &dst_br)
cv::cuda::StreamAccessor::wrapStream
static Stream wrapStream(cudaStream_t stream)
cv::cudev::Int2Type::value
Definition: type_traits.hpp:66
cv::Matx::diag
diag_type diag() const
extract the matrix diagonal
cv::dnn::NormalizeBBoxLayer::pnorm
float pnorm
Definition: all_layers.hpp:610
cv::hal::add16s
void add16s(const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *)
cv::text::ERStat::max_probability_ancestor
ERStat * max_probability_ancestor
Definition: erfilter.hpp:110
cv::HOGDescriptor::derivAperture
int derivAperture
not documented
Definition: objdetect.hpp:602
cv::Matx::reshape
Matx< _Tp, m1, n1 > reshape() const
change the matrix shape
cv::datasets::FR_adienceObj::user_id
std::string user_id
Definition: fr_adience.hpp:69
cv::CAP_PROP_RECTIFICATION
Rectification flag for stereo cameras (note: only supported by DC1394 v 2.x backend currently).
Definition: videoio.hpp:151
cv::cudev::BinaryTransformPtrSz::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: transform.hpp:124
cv::videostab::LpMotionStabilizer::setMotionModel
void setMotionModel(MotionModel val)
Definition: motion_stabilizing.hpp:122
cv::COLOR_YUV2BGR_YV12
Definition: imgproc.hpp:647
cv::cudev::gridSplit_
__host__ void gridSplit_(const SrcPtr &src, const tuple< GpuMat_< DstType > &, GpuMat_< DstType > & > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: split_merge.hpp:135
cv::gapi::wip::IStreamSource::~IStreamSource
virtual ~IStreamSource()=default
cv::tbm::Track
The Track class describes tracks.
Definition: tracking_by_matching.hpp:312
cv::detail::scalar_wrapper_ocl::scalar_wrapper_ocl
scalar_wrapper_ocl(cv::gapi::own::Scalar &s)
Definition: goclkernel.hpp:143
cv::stereo::StereoMatcher::DISP_SHIFT
Definition: stereo.hpp:83
OPENCV_HAL_IMPL_BIN_OP
#define OPENCV_HAL_IMPL_BIN_OP(bin_op)
Helper macro.
Definition: intrin_cpp.hpp:407
cv::viz::Widget3D
Base class of all 3D widgets.
Definition: widgets.hpp:181
cv::Stitcher::featuresFinder
const Ptr< Feature2D > featuresFinder() const
Definition: stitching.hpp:208
cv::Stitcher
High level image stitcher.
Definition: stitching.hpp:138
hal_ni_fastAtan64f
int hal_ni_fastAtan64f(const double *y, const double *x, double *dst, int len, bool angleInDegrees)
Definition: hal_replacement.hpp:389
NCVMatrixAlloc::getSegment
NCVMemSegment getSegment() const
Definition: NCV.hpp:903
cv::DescriptorMatcher::create
static Ptr< DescriptorMatcher > create(const String &descriptorMatcherType)
Creates a descriptor matcher of a given type with the default parameters (using default constructor).
cv::Affine3f
Affine3< float > Affine3f
Definition: affine.hpp:290
bm3d_image_denoising.hpp
cv::gapi::wip::draw::Poly::points
std::vector< cv::Point > points
Points to connect.
Definition: render.hpp:358
cv::cudev::DerivXPtrSz::rows
int rows
Definition: deriv.hpp:76
cv::AVIWriteContainer::getWidth
int getWidth() const
Definition: container_avi.private.hpp:165
cv::ximgproc::PeiLinNormalization
Matx23d PeiLinNormalization(InputArray I)
Calculates an affine transformation that normalize given image using Pei&Lin Normalization.
cv::COLOR_BGR2BGR555
convert between RGB/BGR and BGR555 (16-bit images)
Definition: imgproc.hpp:563
cv::MultiTracker_Alt
Base abstract class for the long-term Multi Object Trackers:
Definition: tracker.hpp:1399
cv::cudev::ConstantPtr::value_type
T value_type
Definition: constant.hpp:59
cv::videostab::IOutlierRejector
Definition: outlier_rejection.hpp:58
cv::ccalib::CustomPattern
Definition: ccalib.hpp:60
cv::cudev::NormL1::reduceThread
__device__ __forceinline__ void reduceThread(value_type val1, value_type val2)
Definition: vec_distance.hpp:70
cv::ClfOnlineStump::_lRate
float _lRate
Definition: onlineMIL.hpp:98
cv::quality::QualityBase
Definition: qualitybase.hpp:23
cv::aruco::estimatePoseSingleMarkers
void estimatePoseSingleMarkers(InputArrayOfArrays corners, float markerLength, InputArray cameraMatrix, InputArray distCoeffs, OutputArray rvecs, OutputArray tvecs, OutputArray _objPoints=noArray())
Pose estimation for single markers.
cv::Scalar_::operator=
Scalar_ & operator=(const Scalar_ &s)
cv::gapi::ie::TraitAs
TraitAs
Definition: ie.hpp:38
CPU_AVX
Definition: cvdef.h:282
cv::IMWRITE_PNG_STRATEGY_DEFAULT
Use this value for normal data.
Definition: imgcodecs.hpp:117
cv::superres::BroxOpticalFlow
Definition: optical_flow.hpp:143
cv::cudev::ZipPtr< tuple< Ptr0, Ptr1, Ptr2, Ptr3 > >::index_type
PtrTraits< Ptr0 >::index_type index_type
Definition: zip.hpp:97
cv::FileNode::read
static void read(const FileNode &node, bool &value, bool default_value)
Definition: persistence.hpp:1114
cv::bioinspired::TransientAreasSegmentationModule
class which provides a transient/moving areas segmentation module
Definition: transientareassegmentationmodule.hpp:122
cv::detail::FeaturesMatcher::is_thread_safe_
bool is_thread_safe_
Definition: matchers.hpp:164
cv::dnn::MaxUnpoolLayer::poolStride
Size poolStride
Definition: all_layers.hpp:538
histogramphaseunwrapping.hpp
cv::videostab::WobbleSuppressorBase::motions_
const std::vector< Mat > * motions_
Definition: wobble_suppression.hpp:90
cv::detail::GraphEdge::weight
float weight
Definition: util.hpp:79
cv::COLOR_YUV2RGB_NV12
YUV 4:2:0 family to RGB.
Definition: imgproc.hpp:632
cv::empty_scalar_desc
static GScalarDesc empty_scalar_desc()
Definition: gscalar.hpp:70
cv::text::ERStat
The ERStat structure represents a class-specific Extremal Region (ER).
Definition: erfilter.hpp:66
NcvPoint2D32s::x
Ncv32s x
Point X.
Definition: NCV.hpp:193
cv::GCPUContext::outMatR
cv::gapi::own::Mat & outMatR(int output)
cv::ACCESS_READ
Definition: mat.hpp:64
cv::ppf_match_3d::PoseCluster3D
When multiple poses (see Pose3D) are grouped together (contribute to the same transformation) pose cl...
Definition: pose_3d.hpp:138
cv::ml::DTrees::Node
The class represents a decision tree node.
Definition: ml.hpp:1157
cv::computeCorrespondEpilines
void computeCorrespondEpilines(InputArray points, int whichImage, InputArray F, OutputArray lines)
For points in an image of a stereo pair, computes the corresponding epilines in the other image.
nppiStDecimate_64f_C1R
NCVStatus nppiStDecimate_64f_C1R(Ncv64f *d_src, Ncv32u srcStep, Ncv64f *d_dst, Ncv32u dstStep, NcvSize32u srcRoi, Ncv32u scale, NcvBool readThruTexture)
cv::Vec::_dummy_enum_finalizer
Definition: matx.hpp:342
cv::useOptimized
bool useOptimized()
Returns the status of optimized code usage.
cv::TrackerCSRT::Params::weights_lr
float weights_lr
Definition: tracker.hpp:1516
cv::stereo::PropagationParameters
Definition: quasi_dense_stereo.hpp:38
cv::Stitcher::featuresMatcher
Ptr< detail::FeaturesMatcher > featuresMatcher()
Definition: stitching.hpp:212
composite_index.h
cv::videostab::WobbleSuppressorBase::setFrameCount
virtual void setFrameCount(int val)
Definition: wobble_suppression.hpp:75
cv::BaseClassifier::~BaseClassifier
virtual ~BaseClassifier()
NcvRect32s::NcvRect32s
__host__ __device__ NcvRect32s(Ncv32s x_, Ncv32s y_, Ncv32s width_, Ncv32s height_)
Definition: NCV.hpp:155
cv::cudev::vabsdiff2
__device__ __forceinline__ uint vabsdiff2(uint a, uint b)
Definition: simd_functions.hpp:178
cv::cudev::BrdConstant::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: extrapolation.hpp:62
cv::aruco::DICT_4X4_250
Definition: dictionary.hpp:144
cv::Vec3s
Vec< short, 3 > Vec3s
Definition: matx.hpp:405
cv::gapi::ie::detail::ParamDesc::input_names
std::vector< std::string > input_names
Definition: ie.hpp:51
cv::BaseClassifier::getSelectedClassifier
int getSelectedClassifier() const
cv::createTonemap
Ptr< Tonemap > createTonemap(float gamma=1.0f)
Creates simple linear mapper with gamma correction.
cv::TrackerCSRT::Params::filter_lr
float filter_lr
Definition: tracker.hpp:1515
cv::cudev::Expr::body
Body body
Definition: expr.hpp:59
cv::detail::WAVE_CORRECT_VERT
Definition: motion_estimators.hpp:331
cv::QRCodeDetector
Definition: objdetect.hpp:670
cv::cudev::SobelYPtr::index_type
int index_type
Definition: deriv.hpp:191
cv::detail::SeamFinder::~SeamFinder
virtual ~SeamFinder()
Definition: seam_finders.hpp:61
cv::ocl::setUseOpenCL
void setUseOpenCL(bool flag)
cv::COLOR_RGB2YUV_I420
RGB to YUV 4:2:0 family.
Definition: imgproc.hpp:724
cv::cuda::COLOR_BayerGB2GRAY_MHT
Definition: cudaimgproc.hpp:106
cv::CAP_VFW
Video For Windows (obsolete, removed)
Definition: videoio.hpp:91
cv::HOGDescriptor::nlevels
int nlevels
Maximum number of detection window increases. Default value is 64.
Definition: objdetect.hpp:626
cv::TrackerFeatureHOG
TrackerFeature based on HOG.
Definition: tracker.hpp:958
cv::detail::BlocksGainCompensator::BlocksGainCompensator
BlocksGainCompensator(int bl_width=32, int bl_height=32)
Definition: exposure_compensate.hpp:196
cv::ft::MULTI_STEP
processing in multiple step
Definition: types.hpp:62
saliencyBaseClasses.hpp
cv::detail::VectorRef::wref
std::vector< T > & wref()
Definition: garray.hpp:244
cv::TrackerCSRT::Params::gsl_sigma
float gsl_sigma
Definition: tracker.hpp:1511
cv::cudev::GpuMat_::operator[]
__host__ T * operator[](int y)
more convenient forms of row and element access operators
cv::dnn::BaseConvolutionLayer::numOutput
int numOutput
Definition: all_layers.hpp:218
cv::NAryMatIterator
n-ary multi-dimensional array iterator.
Definition: mat.hpp:3391
cv::hal::min8u
void min8u(const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
cv::cudev::DefaultGlobReducePolicy::block_size_x
Definition: reduce.hpp:296
cv::MatSize::dims
int dims() const
cv::bgsegm::BackgroundSubtractorLSBP
Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found ...
Definition: bgsegm.hpp:265
cv::CAP_PROP_CONTRAST
Contrast of the image (only for cameras).
Definition: videoio.hpp:144
cv::cudev::gridHistogram_
__host__ void gridHistogram_(const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: histogram.hpp:61
cv::SimpleBlobDetector::Params::filterByConvexity
bool filterByConvexity
Definition: features2d.hpp:646
cv::AVIReadContainer::getFps
double getFps()
Definition: container_avi.private.hpp:95
cv::hal::cmp8s
void cmp8s(const schar *src1, size_t step1, const schar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *_cmpop)
cv::datasets::circle
Definition: gr_skig.hpp:62
cv::cudev::vcmple2
__device__ __forceinline__ uint vcmple2(uint a, uint b)
Definition: simd_functions.hpp:376
cv::read
void read(const FileNode &fn, optflow::GPCTree::Node &node, optflow::GPCTree::Node)
cv::cudev::SobelXPtr::index_type
int index_type
Definition: deriv.hpp:144
cv::gapi::resizeP
GMatP resizeP(const GMatP &src, const Size &dsize, int interpolation=cv::INTER_LINEAR)
Resizes a planar image.
cv::Error::StsInplaceNotSupported
in-place operation is not supported
Definition: base.hpp:103
cv::dnn::SplitLayer::outputsCount
int outputsCount
Number of copies that will be produced (is ignored when negative).
Definition: all_layers.hpp:329
cv::ximgproc::ContourFitting::getFDSize
int getFDSize()
Definition: fourier_descriptors.hpp:74
cv::videostab::PyrLkOptFlowEstimatorBase::~PyrLkOptFlowEstimatorBase
virtual ~PyrLkOptFlowEstimatorBase()
Definition: optical_flow.hpp:89
cv::superres::PyrLKOpticalFlow::getMaxLevel
virtual int getMaxLevel() const =0
cv::cudev::plus::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:79
cv::gapi::add
GMat add(const GMat &src1, const GMat &src2, int ddepth=-1)
Calculates the per-element sum of two matrices.
cv::GArrayDesc::operator==
bool operator==(const GArrayDesc &) const
Definition: garray.hpp:43
cv::detail::GTypeTraits< cv::GArray< T > >::wrap_out
static cv::detail::VectorRef wrap_out(std::vector< T > &t)
Definition: gtype_traits.hpp:74
cv::TrackerKCF::Params::wrap_kernel
bool wrap_kernel
wrap around the kernel values
Definition: tracker.hpp:1252
cv::gapi::wip::GCaptureSource::pull
virtual bool pull(cv::gapi::wip::Data &data) override
Definition: cap.hpp:76
cv::Point3_::y
_Tp y
y coordinate of the 3D point
Definition: types.hpp:266
cv::ximgproc::DisparityFilter
Main interface for all disparity map filters.
Definition: disparity_filter.hpp:52
cv::FileNode::read
static void read(const FileNode &node, Complex< _Tp > &value, const Complex< _Tp > &default_value)
Definition: persistence.hpp:742
cv::videostab::MoreAccurateMotionWobbleSuppressorBase::period_
int period_
Definition: wobble_suppression.hpp:110
cv::gapi::own::Mat::empty
bool empty() const
Returns true if the array has no elements.
Definition: mat.hpp:287
cv::gapi::core::cpu::kernels
GKernelPackage kernels()
Create a kernel package object containing kernels and transformations specified in variadic template ...
Definition: gkernel.hpp:538
cv::cudev::PerspectiveMapPtr::index_type
float index_type
Definition: warping.hpp:110
cv::ximgproc::FastGlobalSmootherFilter
Interface for implementations of Fast Global Smoother filter.
Definition: edge_filter.hpp:457
cv::datasets::TR_charsObj::imgName
std::string imgName
Definition: tr_chars.hpp:62
_mm_deinterleave_ps
void _mm_deinterleave_ps(__m128 &v_r0, __m128 &v_r1, __m128 &v_g0, __m128 &v_g1)
Definition: sse_utils.hpp:494
cv::datasets::MSM_middleburyObj::t
double t[3]
Definition: msm_middlebury.hpp:65
cv::Mutex
std::recursive_mutex Mutex
Definition: utility.hpp:714
cv::detail::CompileArgTag< GFluidParallelOutputRois >::tag
static const char * tag()
Definition: gfluidkernel.hpp:163
cv::videostab::StabilizerBase::inpaintingMask_
Mat inpaintingMask_
Definition: stabilizer.hpp:132
cv::cudev::IntegerAreaInterPtr
Definition: interpolation.hpp:234
cv::Allocator
Definition: cvstd.hpp:110
cv::dnn::Layer::blobs
std::vector< Mat > blobs
List of learned parameters must be stored here to allow read them by using Net::getParam().
Definition: dnn.hpp:187
cv::detail::ExposureCompensator::getMatGains
virtual void getMatGains(std::vector< Mat > &)
Definition: exposure_compensate.hpp:88
cv::optflow::OpticalFlowPCAFlow::useOpenCL
bool useOpenCL
Definition: pcaflow.hpp:104
cv::face::LBPHFaceRecognizer
Definition: facerec.hpp:126
cv::TLSDataAccumulator::_cleanupTerminatedData
void _cleanupTerminatedData()
Definition: tls.hpp:199
cv::dnn::clamp
int clamp(int ax, int dims)
Definition: shape_utils.hpp:198
cv::CvHaarEvaluator::init
virtual void init(const CvFeatureParams *_featureParams, int _maxSampleCount, Size _winSize) CV_OVERRIDE
cvIsInf
int cvIsInf(double value)
Determines if the argument is Infinity.
Definition: fast_math.hpp:288
cv::cudev::TypeTraits::is_float
Definition: type_traits.hpp:145
cv::ximgproc::SuperpixelSEEDS::~SuperpixelSEEDS
virtual ~SuperpixelSEEDS()
Definition: seeds.hpp:141
cv::Mat::locateROI
void locateROI(Size &wholeSize, Point &ofs) const
Locates the matrix header within a parent matrix.
cv::detail::SphericalWarperGpu::warp
Point warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst) CV_OVERRIDE
Projects the image.
Definition: warpers.hpp:537
cv::ocl::Device::preferredVectorWidthInt
int preferredVectorWidthInt() const
cv::optflow::InterpolationType
InterpolationType
Definition: rlofflow.hpp:30
cv::cudev::UnaryTupleAdapter::op
Op op
Definition: tuple_adapter.hpp:61
hal_ni_mul64f
int hal_ni_mul64f(const double *src1_data, size_t src1_step, const double *src2_data, size_t src2_step, double *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:244
cv::cudev::IntegralBody
Definition: reduction.hpp:240
cv::tbm::Track::predicted_rect
cv::Rect predicted_rect
Definition: tracking_by_matching.hpp:381
CV_API_CALL
#define CV_API_CALL
calling convention (including callbacks)
Definition: llapi.h:27
cv::CAP_XIAPI
XIMEA Camera API.
Definition: videoio.hpp:106
cv::sepFilter2D
void sepFilter2D(InputArray src, OutputArray dst, int ddepth, InputArray kernelX, InputArray kernelY, Point anchor=Point(-1,-1), double delta=0, int borderType=BORDER_DEFAULT)
Applies a separable linear filter to an image.
atomic.hpp
cv::CvHaarEvaluator::compute_integral
void compute_integral(const cv::Mat &img, std::vector< cv::Mat_< float > > &ii_imgs)
Definition: feature.hpp:282
cv::aruco::DICT_APRILTAG_16h5
4x4 bits, minimum hamming distance between any two codes = 5, 30 codes
Definition: dictionary.hpp:159
cv::COLORMAP_RAINBOW
Definition: imgproc.hpp:4223
cv::face::FacemarkAAM::Params::verbose
bool verbose
Definition: facemarkAAM.hpp:71
ncvEndQueryTimerUs
double ncvEndQueryTimerUs(NcvTimer t)
NcvTimer
struct _NcvTimer * NcvTimer
Definition: NCV.hpp:402
cv::TrackerSamplerPF::Params::particlesNum
int particlesNum
number of "perturbed" boxes on each round
Definition: tracker.hpp:907
cv::add
void add(InputArray src1, InputArray src2, OutputArray dst, InputArray mask=noArray(), int dtype=-1)
Calculates the per-element sum of two arrays or an array and a scalar.
cv::hal::addRNGBias32f
void addRNGBias32f(float *arr, const float *scaleBiasPairs, int len)
cv::linemod::Match
Represents a successful template match.
Definition: linemod.hpp:259
cv::cudacodec::EncoderParams::P_Interval
int P_Interval
NVVE_P_INTERVAL,.
Definition: cudacodec.hpp:87
cv::detail::PaniniPortraitWarper
Definition: warpers.hpp:429
cv::cudev::CubicInterPtr::bicubicCoeff
static __device__ float bicubicCoeff(float x_)
Definition: interpolation.hpp:162
cv::cuda::sqrIntegral
void sqrIntegral(InputArray src, OutputArray sqsum, Stream &stream=Stream::Null())
Computes a squared integral image.
cv::text::loadClassifierNM1
Ptr< ERFilter::Callback > loadClassifierNM1(const String &filename)
Allow to implicitly load the default classifier when creating an ERFilter object.
cv::ParallelLoopBodyLambdaWrapper::operator()
virtual void operator()(const cv::Range &range) const CV_OVERRIDE
Definition: utility.hpp:603
cv::gapi::ie::Params::desc
detail::ParamDesc desc
Definition: ie.hpp:116
cv::hal::add64f
void add64f(const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *)
cv::operator==
v_reg< _Tp, n > operator==(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Equal comparison.
Definition: intrin_cpp.hpp:693
cv::datasets::PD_caltechObj
Definition: pd_caltech.hpp:60
cv::gapi::own::Size::Size
Size(const cv::Size &other)
Definition: types.hpp:94
cv::getElemSize
static size_t getElemSize(int type)
Definition: utility.hpp:577
cv::gapi::concatHor
GMat concatHor(const GMat &src1, const GMat &src2)
Applies horizontal concatenation to given matrices.
OPENCV_HAL_IMPL_C_SHIFTR
#define OPENCV_HAL_IMPL_C_SHIFTR(_Tpvec, _Tp)
Helper macro.
Definition: intrin_cpp.hpp:2213
cv::ximgproc::jointBilateralFilter
void jointBilateralFilter(InputArray joint, InputArray src, OutputArray dst, int d, double sigmaColor, double sigmaSpace, int borderType=BORDER_DEFAULT)
Applies the joint bilateral filter to an image.
nppiStDecimate_32f_C1R_host
NCVStatus nppiStDecimate_32f_C1R_host(Ncv32f *h_src, Ncv32u srcStep, Ncv32f *h_dst, Ncv32u dstStep, NcvSize32u srcRoi, Ncv32u scale)
cv::HISTCMP_CORREL
Definition: imgproc.hpp:498
cv::CAP_PVAPI_FSTRIGMODE_SYNCIN1
SyncIn1.
Definition: videoio.hpp:303
cv::text::OCR_KNN_CLASSIFIER
Definition: ocr.hpp:180
cv::cuda::norm
double norm(InputArray src1, int normType, InputArray mask=noArray())
Returns the norm of a matrix (or difference of two matrices).
cv::MatAllocator::~MatAllocator
virtual ~MatAllocator()
Definition: mat.hpp:469
sinusoidalpattern.hpp
hal_ni_xor8u
int hal_ni_xor8u(const uchar *src1_data, size_t src1_step, const uchar *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:153
cv::AVIReadContainer::m_movi_end
unsigned long long int m_movi_end
Definition: container_avi.private.hpp:127
cv::cudev::modulus::operator()
__device__ __forceinline__ T operator()(typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
Definition: functional.hpp:115
cv::DetectionBasedTracker::weightsPositionsSmoothing
std::vector< float > weightsPositionsSmoothing
Definition: detection_based_tracker.hpp:207
cv::saliency::MotionSaliencyBinWangApr2014::create
static Ptr< MotionSaliencyBinWangApr2014 > create()
Definition: saliencySpecializedClasses.hpp:175
cv::detail::GArrayU::m_priv
std::shared_ptr< GOrigin > m_priv
Definition: garray.hpp:91
cv::ppf_match_3d::PoseCluster3D::PoseCluster3D
PoseCluster3D()
Definition: pose_3d.hpp:141
cv::NORMCONV_FILTER
Normalized Convolution Filtering.
Definition: photo.hpp:800
cv::COLOR_RGBA2RGB
Definition: imgproc.hpp:528
cv::IMWRITE_TIFF_YDPI
For TIFF, use to specify the Y direction DPI.
Definition: imgcodecs.hpp:97
cv::NAryMatIterator::planes
Mat * planes
the current planes
Definition: mat.hpp:3411
cv::quality::QualityPSNR::clear
void clear() CV_OVERRIDE
Implements Algorithm::clear()
Definition: qualitypsnr.hpp:62
hal_ni_min8s
int hal_ni_min8s(const schar *src1_data, size_t src1_step, const schar *src2_data, size_t src2_step, schar *dst_data, size_t dst_step, int width, int height)
Definition: hal_replacement.hpp:112
cv::saliency::ObjectnessBING::getNSS
int getNSS() const
Definition: saliencySpecializedClasses.hpp:345
cv::dnn::CropLayer
Definition: all_layers.hpp:505
cv::COLOR_GRAY2BGR
Definition: imgproc.hpp:544
cv::AVIWriteContainer::getMoviPointer
size_t getMoviPointer() const
Definition: container_avi.private.hpp:168
cv::videostab::PyrLkOptFlowEstimatorBase::winSize_
Size winSize_
Definition: optical_flow.hpp:92
hal_ni_mul32s
int hal_ni_mul32s(const int *src1_data, size_t src1_step, const int *src2_data, size_t src2_step, int *dst_data, size_t dst_step, int width, int height, double scale)
Definition: hal_replacement.hpp:242
cv::Error::GpuNotSupported
no CUDA support
Definition: base.hpp:116
cv::CAP_OPENNI_VALID_DEPTH_MASK
CV_8UC1.
Definition: videoio.hpp:260
cv::ximgproc::HDO_DESKEW
Definition: fast_hough_transform.hpp:108
cv::gapi::own::ceild
double ceild(double x)
Definition: saturate.hpp:82
OPENCV_HAL_IMPL_CMP_OP
#define OPENCV_HAL_IMPL_CMP_OP(cmp_op)
Helper macro.
Definition: intrin_cpp.hpp:659
cv::linemod::Detector::T_at_level
std::vector< int > T_at_level
Definition: linemod.hpp:398
cv::stereo::CombinedDescriptor::operator()
void operator()(const cv::Range &r) const CV_OVERRIDE
Definition: descriptor.hpp:218
cv::cudev::NormL1::reduceWarp
__device__ __forceinline__ void reduceWarp(result_type *smem, uint tid)
Definition: vec_distance.hpp:75
cv::Stitcher::bundleAdjuster
Ptr< detail::BundleAdjusterBase > bundleAdjuster()
Definition: stitching.hpp:224
videoio.hpp
cv::viz::Color::amethyst
static Color amethyst()
cv::gapi::sum
GScalar sum(const GMat &src)
Calculates sum of all matrix elements.
cv::datasets::IS_weizmannObj::srcBw
std::string srcBw
Definition: is_weizmann.hpp:63
cv::Matx21f
Matx< float, 2, 1 > Matx21f
Definition: matx.hpp:221
cv::cudev::NormL1< float >::mySum
result_type mySum
Definition: vec_distance.hpp:95
cv::tld::tld_getNextDatasetFrame
cv::String tld_getNextDatasetFrame()
UINT8
uint8_t UINT8
Definition: descriptor.hpp:66
cv::CAP_PVAPI
PvAPI, Prosilica GigE SDK.
Definition: videoio.hpp:102
cv::text::ERFilter::Callback
Callback with the classifier is made a class.
Definition: erfilter.hpp:127
cv::ppf_match_3d::hashtableGetBucketHashed
hashnode_i * hashtableGetBucketHashed(hashtable_int *hashtbl, KeyType key)
cv::detail::RotationWarperBase::buildMaps
Rect buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) CV_OVERRIDE
Builds the projection maps according to the given camera data.
cv::structured_light::SinusoidalPattern::Params::setMarkers
bool setMarkers
Definition: sinusoidalpattern.hpp:92
cv::cudev::AffineMapPtr::operator()
__device__ __forceinline__ float2 operator()(float y, float x) const
Definition: warping.hpp:68
cv::getVersionString
String getVersionString()
Returns library version string.
cv::FileStorage::WRITE
value, open the file for writing
Definition: persistence.hpp:310
cv::CirclesGridFinderParameters::minRNGEdgeSwitchDist
float minRNGEdgeSwitchDist
Definition: calib3d.hpp:1315
cv::stereo::CensusKernel::image
uint8_t * image[num_images]
Definition: descriptor.hpp:173
cv::omnidir::internal::flags2idx
void flags2idx(int flags, std::vector< int > &idx, int n)
cv::cudev::vcmplt4
__device__ __forceinline__ uint vcmplt4(uint a, uint b)
Definition: simd_functions.hpp:708
cv::viz::writeTrajectory
void writeTrajectory(InputArray traj, const String &files_format="pose%05d.xml", int start=0, const String &tag="pose")
cv::videostab::ensureInclusionConstraint
Mat ensureInclusionConstraint(const Mat &M, Size size, float trimRatio)
cv::sfm::fundamentalFromEssential
void fundamentalFromEssential(InputArray E, InputArray K1, InputArray K2, OutputArray F)
Get Essential matrix from Fundamental and Camera matrices.
cv::gapi::wip::draw::Line::Line
Line(const cv::Point &pt1_, const cv::Point &pt2_, const cv::Scalar &color_, int thick_=1, int lt_=cv::LINE_8, int shift_=0)
Line constructor.
Definition: render.hpp:258
OPENCV_HAL_IMPL_REDUCE_MINMAX_FUNC
#define OPENCV_HAL_IMPL_REDUCE_MINMAX_FUNC(func, cfunc)
Helper macro.
Definition: intrin_cpp.hpp:557
quasi_dense_stereo.hpp
cv::gapi::fluid::Border
Definition: gfluidbuffer.hpp:28
NCVMatrixReuse::isMemReused
NcvBool isMemReused() const
Definition: NCV.hpp:979
heap.h
cv::ximgproc::WMF_COS
Definition: weighted_median_filter.hpp:69
cv::detail::OCVCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_and_postprocess::call
static void call(Inputs &&... ins, Outputs &&... outs)
Definition: gcpukernel.hpp:244
cv::hal::DFT2D
Definition: hal.hpp:211
cv::viz::unregisterAllWindows
void unregisterAllWindows()
Unregisters all Viz windows from internal database. After it 'getWindowByName()' will create new wind...
cv::bioinspired::SegmentationParameters::contextEnergy_spatialConstant
float contextEnergy_spatialConstant
Definition: transientareassegmentationmodule.hpp:105
cv::ParamType< String >::member_type
String member_type
Definition: core.hpp:3209
cv::createCalibrateDebevec
Ptr< CalibrateDebevec > createCalibrateDebevec(int samples=70, float lambda=10.0f, bool random=false)
Creates CalibrateDebevec object.
cv::dnn::LayerParams::blobs
std::vector< Mat > blobs
List of learned parameters stored as blobs.
Definition: dnn.hpp:111
cv::cuda::FEATURE_SET_COMPUTE_21
Definition: cuda.hpp:774
cv::CvFeatureEvaluator::setImage
virtual void setImage(const Mat &img, uchar clsLabel, int idx)
cv::Error::StsNoMem
insufficient memory
Definition: base.hpp:73
cv::ximgproc::rollingGuidanceFilter
void rollingGuidanceFilter(InputArray src, OutputArray dst, int d=-1, double sigmaColor=25, double sigmaSpace=3, int numOfIter=4, int borderType=BORDER_DEFAULT)
Applies the rolling guidance filter to an image.
cv::ShapeDistanceExtractor
Abstract base class for shape distance algorithms.
Definition: shape_distance.hpp:61
cv::cudev::CubicInterPtr::value_type
PtrTraits< SrcPtr >::value_type value_type
Definition: interpolation.hpp:157
NcvCTprep
Definition: NCV.hpp:69
cv::detail::RotationWarperBase::warpBackward
void warpBackward(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, Size dst_size, OutputArray dst) CV_OVERRIDE
Projects the image backward.
cv::bioinspired::RetinaParameters::IplMagnoParameters::IplMagnoParameters
IplMagnoParameters()
Definition: retina.hpp:166
cv::face::BasicFaceRecognizer::_mean
Mat _mean
Definition: facerec.hpp:51
cv::detail::scratch_helper< true, Impl, Ins... >::help_init
static void help_init(const cv::GMetaArgs &metas, const cv::GArgs &in_args, gapi::fluid::Buffer &b)
Definition: gfluidkernel.hpp:227
cv::cudev::TypeTraits::is_scalar
Definition: type_traits.hpp:146
depth.hpp
cv::dnn::NormalizeBBoxLayer
- normalization layer.
Definition: all_layers.hpp:607
cv::FileNode::read
static void read(const FileNode &node, uchar &value, uchar default_value)
Definition: persistence.hpp:1122
cv::DECOMP_QR
Definition: base.hpp:145
cv::datasets::TR_svtObj::lex
std::vector< std::string > lex
Definition: tr_svt.hpp:69
cv::viz::POINT_SIZE
Definition: widgets.hpp:63
cv::GArray::GArray
GArray()
Definition: garray.hpp:293
cv::viz::imshow
Viz3d imshow(const String &window_name, InputArray image, const Size &window_size=Size(-1, -1))
Displays image in specified window.
cv::cudacodec::Uncompressed_NV12
Y,UV (4:2:0)
Definition: cudacodec.hpp:262
cv::cudev::gridCalcSum_
__host__ void gridCalcSum_(const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
Definition: reduce.hpp:64
cv::dnn_objdetect::object::ymin
int ymin
Definition: core_detect.hpp:29
cv::cudev::gridPyrDown_
__host__ void gridPyrDown_(const SrcPtr &src, GpuMat_< DstType > &dst, Stream &stream=Stream::Null())
Definition: pyramids.hpp:62
cv::stereo::SymetricCensus::SymetricCensus
SymetricCensus(const cv::Mat *img, int k2, int **distance)
Definition: descriptor.hpp:372
cv::ocl::KernelArg::PtrReadWrite
static KernelArg PtrReadWrite(const UMat &m)
Definition: ocl.hpp:361
cv::bgsegm::createBackgroundSubtractorGMG
Ptr< BackgroundSubtractorGMG > createBackgroundSubtractorGMG(int initializationFrames=120, double decisionThreshold=0.8)
Creates a GMG Background Subtractor.
cv::v_interleave_quads
v_reg< _Tp, n > v_interleave_quads(const v_reg< _Tp, n > &vec)
Definition: intrin_cpp.hpp:2076
cv::FileStorage::write
static void write(FileStorage &fs, const String &name, const std::vector< std::vector< _Tp > > &vec)
Definition: persistence.hpp:1080
cv::utils::AllocatorStatisticsInterface::getTotalUsage
virtual uint64_t getTotalUsage() const =0
cv::dnn::readNetFromDarknet
Net readNetFromDarknet(const String &cfgFile, const String &darknetModel=String())
Reads a network model stored in Darknet model files.
cv::GC_FGD
an obvious foreground (object) pixel
Definition: imgproc.hpp:343
cv::TrackerSamplerAlgorithm::className
String className
Definition: tracker.hpp:240
cv::superres::FarnebackOpticalFlow
Definition: optical_flow.hpp:64
cv::cuda::OpticalFlowDual_TVL1
Implementation of the Zach, Pock and Bischof Dual TV-L1 Optical Flow method.
Definition: cudaoptflow.hpp:303
CvPhotoCamera
Definition: cap_ios.h:140
cv::gapi::own::detail::MatHeader::operator=
MatHeader & operator=(const MatHeader &)=default
cv::instr::IMPL
IMPL
Definition: instrumentation.hpp:53
cv::quality::QualitySSIM::QualitySSIM
QualitySSIM(_mat_data refImgData)
Constructor.
Definition: qualityssim.hpp:90
cv::cudev::Max
Definition: reduce_to_vec.hpp:125
cv::hal::absdiff16u
void absdiff16u(const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *)
cv::ParamType< unsigned >::const_param_type
unsigned const_param_type
Definition: core.hpp:3248
cv::cudev::TypeTraits::unqualified_type
type_traits_detail::UnVolatile< typename type_traits_detail::UnConst< T >::type >::type unqualified_type
Definition: type_traits.hpp:132
cv::Error::StsBadPoint
bad CvPoint
Definition: base.hpp:107
cv::cuda::GpuMat::defaultAllocator
static GpuMat::Allocator * defaultAllocator()
default allocator
cv::CAP_PROP_GAMMA
Definition: videoio.hpp:155
nppiStDecimate_32s_C1R_host
NCVStatus nppiStDecimate_32s_C1R_host(Ncv32s *h_src, Ncv32u srcStep, Ncv32s *h_dst, Ncv32u dstStep, NcvSize32u srcRoi, Ncv32u scale)
nppiStIntegralGetSize_8u32u
NCVStatus nppiStIntegralGetSize_8u32u(NcvSize32u roiSize, Ncv32u *pBufsize, cudaDeviceProp &devProp)
cv::CCL_GRANA
BBDT algorithm for 8-way connectivity, SAUF algorithm for 4-way connectivity.
Definition: imgproc.hpp:406
cv::TrackerCSRT::Params::hog_clip
float hog_clip
Definition: tracker.hpp:1513
cv::KalmanFilter::controlMatrix
Mat controlMatrix
control matrix (B) (not used if there is no control)
Definition: tracking.hpp:396
cv::CylindricalWarper
Cylindrical warper factory class.
Definition: warpers.hpp:152
cv::viz::MouseEvent::modifiers
int modifiers
Definition: types.hpp:325
cv::cudacodec::EncoderParams::QP_Level_InterB
int QP_Level_InterB
NVVE_QP_LEVEL_INTER_B,.
Definition: cudacodec.hpp:95
cv::CvFeatureEvaluator::getMaxCatCount
int getMaxCatCount() const
Definition: feature.hpp:173
cv::dnn::Net
This class allows to create and manipulate comprehensive artificial neural networks.
Definition: dnn.hpp:390
cv::Complexd
Complex< double > Complexd
Definition: types.hpp:91
nppStGetActiveCUDAstream
cudaStream_t nppStGetActiveCUDAstream()
cv::fastMalloc
void * fastMalloc(size_t bufSize)
Allocates an aligned memory buffer.
cv::drawMarker
void drawMarker(InputOutputArray img, Point position, const Scalar &color, int markerType=MARKER_CROSS, int markerSize=20, int thickness=1, int line_type=8)
Draws a marker on a predefined position in an image.
cv::detail::GArrayU::setConstructFcn
void setConstructFcn(ConstructVec &&cv)
cv::optflow::calcOpticalFlowSparseRLOF
void calcOpticalFlowSparseRLOF(InputArray prevImg, InputArray nextImg, InputArray prevPts, InputOutputArray nextPts, OutputArray status, OutputArray err, Ptr< RLOFOpticalFlowParameter > rlofParam=Ptr< RLOFOpticalFlowParameter >(), float forwardBackwardThreshold=0)
Calculates fast optical flow for a sparse feature set using the robust local optical flow (RLOF) simi...
cv::cudev::ZipPtrSz::cols
int cols
Definition: zip.hpp:110
cv::omnidir::RECTIFY_CYLINDRICAL
Definition: omnidir.hpp:69
cv::videostab::LpMotionStabilizer::setWeight1
void setWeight1(float val)
Definition: motion_stabilizing.hpp:131
cv::GIOProtoArgs::m_args
GProtoArgs m_args
Definition: gproto.hpp:60
cv::optflow::GPCTree::write
void write(FileStorage &fs) const CV_OVERRIDE
Stores algorithm parameters in a file storage.
cv::Mat_::const_iterator
MatConstIterator_< _Tp > const_iterator
Definition: mat.hpp:2183
cv::videostab::TranslationBasedLocalOutlierRejector::cellSize
Size cellSize() const
Definition: outlier_rejection.hpp:80
cvv::impl::CallMetaData::CallMetaData
CallMetaData()
Creates an unknown location.
Definition: call_meta_data.hpp:26
cv::MIXED_CLONE
Definition: photo.hpp:719
cv::detail::CompileArgTag< cv::gapi::wip::draw::freetype_font >::tag
static const char * tag()
Definition: render.hpp:464
cv::int64_t
::int64_t int64_t
Definition: cvdef.h:772
cv::EVENT_MOUSEWHEEL
positive and negative values mean forward and backward scrolling, respectively.
Definition: highgui.hpp:216
HaarClassifierCascadeDescriptor::NumFeatures
Ncv32u NumFeatures
Definition: NCVHaarObjectDetection.hpp:338
cv::v_combine_high
v_reg< _Tp, n > v_combine_high(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Combine vector from last elements of two vectors.
Definition: intrin_cpp.hpp:1713
cv::ovis::SCENE_AA
Apply anti-aliasing. The first window determines the setting for all windows.
Definition: ovis.hpp:28
cv::GComputationT< std::tuple< R... >(Args...)>::compile
GCompiledT compile(detail::ProtoToMetaT< Args >... inDescs)
Definition: gtyped.hpp:212
cv::ml::DTrees::Node::right
int right
Index of right child node.
Definition: ml.hpp:1167
cv::cuda::rectStdDev
void rectStdDev(InputArray src, InputArray sqr, OutputArray dst, Rect rect, Stream &stream=Stream::Null())
Computes a standard deviation of integral images.
cv::cuda::warpAffine
void warpAffine(InputArray src, OutputArray dst, InputArray M, Size dsize, int flags=INTER_LINEAR, int borderMode=BORDER_CONSTANT, Scalar borderValue=Scalar(), Stream &stream=Stream::Null())
Applies an affine transformation to an image.
CV_32FC1
#define CV_32FC1
Definition: interface.h:118
cv::ml::SVMSGD::ASGD
Average Stochastic Gradient Descent.
Definition: ml.hpp:1796
cv::NORM_L2SQR
Definition: base.hpp:194
HaarFeatureDescriptor32::isLeftNodeLeaf
__device__ __host__ NcvBool isLeftNodeLeaf(void)
Definition: NCVHaarObjectDetection.hpp:157
cv::cuda::getDevice
int getDevice()
Returns the current device index set by cuda::setDevice or initialized by default.
cv::cuda::max
void max(InputArray src1, InputArray src2, OutputArray dst, Stream &stream=Stream::Null())
Computes the per-element maximum of two matrices (or a matrix and a scalar).
cv::Allocator::deallocate
void deallocate(pointer p, size_type)
Definition: cvstd.hpp:133
cv::DetectionBasedTracker::InnerParameters::numStepsToTrackWithoutDetectingIfObjectHasNotBeenShown
int numStepsToTrackWithoutDetectingIfObjectHasNotBeenShown
Definition: detection_based_tracker.hpp:169
cv::Rect_::x
_Tp x
x coordinate of the top-left corner
Definition: types.hpp:453
cv::viz::ShadingValues
ShadingValues
Definition: widgets.hpp:81
cv::cudev::FindMinMaxValExprBody::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: reduction.hpp:135
cv::gapi::own::Mat::Mat
Mat(std::vector< int > &&_dims, int _type, void *_data)
Definition: mat.hpp:114
cv::TrackerMedianFlow::~TrackerMedianFlow
virtual ~TrackerMedianFlow() CV_OVERRIDE
Definition: tracker.hpp:1168
_mm_interleave_ps
void _mm_interleave_ps(__m128 &v_r0, __m128 &v_r1, __m128 &v_g0, __m128 &v_g1)
Definition: sse_utils.hpp:568
cv::FileNode::read
static void read(const FileNode &node, Size_< _Tp > &value, const Size_< _Tp > &default_value)
Definition: persistence.hpp:736
cv::structured_light::FTP
Definition: sinusoidalpattern.hpp:58
cv::cornerHarris
void cornerHarris(InputArray src, OutputArray dst, int blockSize, int ksize, double k, int borderType=BORDER_DEFAULT)
Harris corner detector.
cv::cartToPolar
void cartToPolar(InputArray x, InputArray y, OutputArray magnitude, OutputArray angle, bool angleInDegrees=false)
Calculates the magnitude and angle of 2D vectors.
cv::cudev::SingleMaskChannelsSz::cols
int cols
Definition: mask.hpp:85
cv::ocl::predictOptimalVectorWidthMax
int predictOptimalVectorWidthMax(InputArray src1, InputArray src2=noArray(), InputArray src3=noArray(), InputArray src4=noArray(), InputArray src5=noArray(), InputArray src6=noArray(), InputArray src7=noArray(), InputArray src8=noArray(), InputArray src9=noArray())
cv::Error::StsAssert
assertion failed
Definition: base.hpp:115
cv::AffineWarper::create
Ptr< detail::RotationWarper > create(float scale) const CV_OVERRIDE
Definition: warpers.hpp:146
cv::GPlaidMLKernel
Definition: gplaidmlkernel.hpp:56
cvflann::flann_distance_type
flann_distance_t flann_distance_type()
cv::cudev::ResizePtrSz::cols
int cols
Definition: resize.hpp:79
cv::OpenGlDrawCallback
void(* OpenGlDrawCallback)(void *userdata)
Callback function defined to be called every frame. See cv::setOpenGlDrawCallback.
Definition: highgui.hpp:272
cv::videostab::MotionFilterBase
Definition: motion_stabilizing.hpp:84
cv::videoio_registry::getBackendName
cv::String getBackendName(VideoCaptureAPIs api)
Returns backend API name or "UnknownVideoAPI(xxx)".
cv::ogl::Texture2D
Smart pointer for OpenGL 2D texture memory with reference counting.
Definition: opengl.hpp:283
cv::detail::GraphCutSeamFinderBase::CostType
CostType
Definition: seam_finders.hpp:235
cv::TrackerSamplerPF::Params::alpha
double alpha
Definition: tracker.hpp:908
cv::CvHOGEvaluator::hist
std::vector< Mat > hist
Definition: feature.hpp:330
NCV_CT_ASSERT
NCV_CT_ASSERT(sizeof(HaarFeature64)==8)
cv::Mat::data
uchar * data
pointer to the data
Definition: mat.hpp:2088
cv::GMatDesc::asPlanar
GMatDesc asPlanar() const
Definition: gmat.hpp:183
cv::FileStorage::state
int state
Definition: persistence.hpp:453
cv::v_muladd
v_reg< _Tp, n > v_muladd(const v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b, const v_reg< _Tp, n > &c)
A synonym for v_fma.
Definition: intrin_cpp.hpp:868
cv::cudev::direction_func::operator()
__device__ T operator()(T x, T y) const
Definition: functional.hpp:632
cv::TransverseMercatorWarper
Definition: warpers.hpp:227
cv::winrt_initContainer
void winrt_initContainer(::Windows::UI::Xaml::Controls::Panel^ container)
Initializes container component that will be used to hold generated window content.
cv::CAP_OPENNI_QVGA_60HZ
Definition: videoio.hpp:273
cvhalKeyPoint
Definition: interface.h:19
cv::stereo::CV_MODIFIED_CENSUS_TRANSFORM
Definition: descriptor.hpp:59
cv::cuda::createHoughCirclesDetector
Ptr< HoughCirclesDetector > createHoughCirclesDetector(float dp, float minDist, int cannyThreshold, int votesThreshold, int minRadius, int maxRadius, int maxCircles=4096)
Creates implementation for cuda::HoughCirclesDetector .
cv::gapi::cmpGE
GMat cmpGE(const GMat &src1, const GMat &src2)
Performs the per-element comparison of two matrices checking if elements from first matrix are greate...
cv::text::ERStat::area
int area
incrementally computable features
Definition: erfilter.hpp:79
cv::ocl::OclVectorStrategy
OclVectorStrategy
Definition: ocl.hpp:608
cv::directx::ocl::initializeContextFromDirect3DDevice9Ex
Context & initializeContextFromDirect3DDevice9Ex(IDirect3DDevice9Ex *pDirect3DDevice9Ex)
Creates OpenCL context from Direct3DDevice9Ex device.
CV_CUDEV_GRAY2RGB5x5_INST
#define CV_CUDEV_GRAY2RGB5x5_INST(name, green_bits)
Definition: color_cvt.hpp:457
cv::cudev::ThreshBinaryFunc::maxVal
T maxVal
Definition: functional.hpp:697
cv::cuda::drawColorDisp
void drawColorDisp(InputArray src_disp, OutputArray dst_disp, int ndisp, Stream &stream=Stream::Null())
Colors a disparity image.
NCVMemPtr::ptr
void * ptr
Definition: NCV.hpp:441
peilin.hpp
cv::ppf_match_3d::Pose3DPtr
Ptr< Pose3D > Pose3DPtr
Definition: pose_3d.hpp:58
cv::CAP_PROP_WHITE_BALANCE_RED_V
Definition: videoio.hpp:159
cv::detail::CompressedRectilinearWarper
Definition: warpers.hpp:366
fast_marching.hpp
cv::stereo::StereoBinarySGBM::setPreFilterCap
virtual void setPreFilterCap(int preFilterCap)=0
cv::directx::convertFromD3D10Texture2D
void convertFromD3D10Texture2D(ID3D10Texture2D *pD3D10Texture2D, OutputArray dst)
Converts ID3D10Texture2D to OutputArray.
cv::face::EigenFaceRecognizer
Definition: facerec.hpp:54
cv::cudev::ScharrYPtr::src
SrcPtr src
Definition: deriv.hpp:286
cv::viz::MouseEvent::pointer
Point pointer
Definition: types.hpp:324
cv::LDA::eigenvalues
Mat eigenvalues() const
Definition: core.hpp:2603
cv::rgbd::RgbdNormals::RgbdNormals
RgbdNormals()
Definition: depth.hpp:83
cv::MergeMertens
Pixels are weighted using contrast, saturation and well-exposedness measures, than images are combine...
Definition: photo.hpp:641
cv::cudev::BrdBase::idx_row
__device__ __forceinline__ int idx_row(int y) const
Definition: extrapolation.hpp:102
cv::tbm::TrackedObject::TrackedObject
TrackedObject(const cv::Rect &rect, float confidence, int frame_idx, int object_id)
Constructor with parameters.
Definition: tracking_by_matching.hpp:50
cv::datasets::tag::value
std::string value
Definition: tr_svt.hpp:62
cv::videostab::MM_TRANSLATION
Definition: motion_core.hpp:61
cv::detail::CylindricalPortraitProjector::mapForward
void mapForward(float x, float y, float &u, float &v)
cv::ximgproc::qconj
void qconj(InputArray qimg, OutputArray qcimg)
calculates conjugate of a quaternion image.
cv::cudev::sobelYPtr
__host__ SobelYPtrSz< typename PtrTraits< SrcPtr >::ptr_type > sobelYPtr(const SrcPtr &src)
Definition: deriv.hpp:219
cv::viz::Color::violet
static Color violet()
cv::gapi::cmpNE
GMat cmpNE(const GMat &src1, const GMat &src2)
Performs the per-element comparison of two matrices checking if elements from first matrix are not eq...
cv::ovis::SCENE_INTERACTIVE
allow the user to control the camera.
Definition: ovis.hpp:24
cv::COLOR_YCrCb2BGR
Definition: imgproc.hpp:582
cv::videostab::MotionEstimatorRansacL2::minInlierRatio
float minInlierRatio() const
Definition: global_motion.hpp:140
cv::matchShapes
double matchShapes(InputArray contour1, InputArray contour2, int method, double parameter)
Compares two shapes.
OpenCV_API_Header::opencv_version_major
unsigned opencv_version_major
compiled OpenCV version
Definition: llapi.h:44
cv::Hamming::ValueType
unsigned char ValueType
Definition: base.hpp:385
cv::uint64_t
::uint64_t uint64_t
Definition: cvdef.h:773
hal_ni_addWeighted8u
int hal_ni_addWeighted8u(const uchar *src1_data, size_t src1_step, const uchar *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, const double scalars[3])
Definition: hal_replacement.hpp:318
cv::utils::optional_lock_guard::Mutex
_Mutex Mutex
Definition: lock.private.hpp:78
cv::hal::cvt16f32f
void cvt16f32f(const float16_t *src, float *dst, int len)
cv::videostab::StabilizerBase::setRadius
void setRadius(int val)
Definition: stabilizer.hpp:74
simd_functions.hpp
cv::kinfu::Params::raycast_step_factor
float raycast_step_factor
A length of one raycast step.
Definition: kinfu.hpp:89
cv::L2::ValueType
T ValueType
Definition: features2d.hpp:823
cv::hal::cvtBGRtoTwoPlaneYUV
void cvtBGRtoTwoPlaneYUV(const uchar *src_data, size_t src_step, uchar *y_data, uchar *uv_data, size_t dst_step, int width, int height, int scn, bool swapBlue, int uIdx)
Separate Y and UV planes.
cv::line_descriptor::LSDDetector::LSDDetector
LSDDetector()
Definition: descriptor.hpp:725
cv::ORB::ScoreType
ScoreType
Definition: features2d.hpp:316
cv::detail::VectorRefT::VectorRefT
VectorRefT(std::vector< T > &vec)
Definition: garray.hpp:145
cv::detail::PaniniPortraitProjector::a
float a
Definition: warpers.hpp:422
cv::MatStep
Definition: mat.hpp:586
cv::cudev::Avg::rebind
Definition: reduce_to_vec.hpp:89
cv::CAP_PROP_OPENNI_APPROX_FRAME_SYNC
Definition: videoio.hpp:235
cv::Param::BOOLEAN
cv::ximgproc::fastGlobalSmootherFilter
void fastGlobalSmootherFilter(InputArray guide, InputArray src, OutputArray dst, double lambda, double sigma_color, double lambda_attenuation=0.25, int num_iter=3)
Simple one-line Fast Global Smoother filter call. If you have multiple images to filter with the same...
cv::detail::tracked_cv_umat::validate
void validate() const
Definition: goclkernel.hpp:128
hal_ni_split64s
int hal_ni_split64s(const int64 *src_data, int64 **dst_data, int len, int cn)
Definition: hal_replacement.hpp:348
hashnode_i::next
struct hashnode_i * next
Definition: t_hash_int.hpp:64
cv::MatAllocator::MatAllocator
MatAllocator()
Definition: mat.hpp:468
cv::GCall::yieldArray
GArray< T > yieldArray(int output=0)
Definition: gcall.hpp:44
cv::LINE_AA
antialiased line
Definition: imgproc.hpp:807
cv::Range::end
int end
Definition: types.hpp:598
cv::Mat::assignTo
void assignTo(Mat &m, int type=-1) const
Provides a functional form of convertTo.
interpolation.hpp
cv::v_lut_quads
v_reg< _Tp, V_TypeTraits< _Tp >::nlanes128 > v_lut_quads(const _Tp *tab, const int *idx)
Definition: intrin_cpp.hpp:2001
cv::hal::mul32s
void mul32s(const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *scale)
cvhalKeyPoint::octave
int octave
Definition: interface.h:26
cv::TrackerModel::maxCMLength
int maxCMLength
Definition: tracker.hpp:513
CPU_AVX_512BW
Definition: cvdef.h:287
cv::cudev::Block::threadLineId
__device__ static __forceinline__ uint threadLineId()
Definition: block.hpp:68
cv::rgbd::FastICPOdometry::getKernelSize
int getKernelSize() const
Definition: depth.hpp:1111
cv::uint32_t
::uint32_t uint32_t
Definition: cvdef.h:771
cv::detail::MetaType
Definition: gkernel.hpp:86
cv::cudacodec::SurfaceFormat
SurfaceFormat
Definition: cudacodec.hpp:72
cv::gapi::wip::draw::render
void render(cv::Mat &y_plane, cv::Mat &uv_plane, const Prims &prims, cv::GCompileArgs &&args={})
The function renders on two NV12 planes passed drawing primitivies.
cv::CAP_PROP_TRIGGER_DELAY
Definition: videoio.hpp:158
cv::cudev::DerivXPtr::src
SrcPtr src
Definition: deriv.hpp:66
cv::datasets::HPE_humaneva
Definition: hpe_humaneva.hpp:77
cv::datasets::join::Ry
double Ry
Definition: gr_chalearn.hpp:67
cv::detail::DisjointSets::size
std::vector< int > size
Definition: util.hpp:65
cv::CAP_PROP_WHITE_BALANCE_BLUE_U
Currently unsupported.
Definition: videoio.hpp:150
cv::GInferListBase::id
static constexpr const char * id()
Definition: infer.hpp:96
cv::cudev::functional_detail::FloatType::type
MakeVec< typename LargerType< float, typename VecTraits< T >::elem_type >::type, VecTraits< T >::cn >::type type
Definition: functional.hpp:452
cv::gapi::fluid::BorderOpt
util::optional< Border > BorderOpt
Definition: gfluidbuffer.hpp:39
cv::stereoCalibrate
double stereoCalibrate(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints1, InputArrayOfArrays imagePoints2, InputOutputArray cameraMatrix1, InputOutputArray distCoeffs1, InputOutputArray cameraMatrix2, InputOutputArray distCoeffs2, Size imageSize, InputOutputArray R, InputOutputArray T, OutputArray E, OutputArray F, OutputArray perViewErrors, int flags=CALIB_FIX_INTRINSIC, TermCriteria criteria=TermCriteria(TermCriteria::COUNT+TermCriteria::EPS, 30, 1e-6))
Calibrates the stereo camera.
ncvEndQueryTimerMs
double ncvEndQueryTimerMs(NcvTimer t)
cv::stereo::StereoBinarySGBM::setUniquenessRatio
virtual void setUniquenessRatio(int uniquenessRatio)=0
cv::dnn::BackendWrapper::targetId
int targetId
Target identifier.
Definition: dnn.hpp:172
binary_func.hpp
cv::CAP_OPENNI_SXGA_30HZ
Definition: videoio.hpp:271
cv::gapi::wip::draw::Image::img
cv::Mat img
Image to draw.
Definition: render.hpp:329
cv::optflow::GPCTrainingParams::descriptorType
int descriptorType
Type of descriptors to use.
Definition: sparse_matching_gpc.hpp:127
cv::gapi::wip::IStreamSource
Abstract streaming pipeline source.
Definition: source.hpp:39
cv::softfloat::fromRaw
static const softfloat fromRaw(const uint32_t a)
Construct from raw.
Definition: softfloat.hpp:106
cv::gapi::wip::draw::Circle
This structure represents a circle to draw.
Definition: render.hpp:209
cv::BRISK::setOctaves
virtual void setOctaves(int octaves)
Set detection octaves.
Definition: features2d.hpp:302
cv::ximgproc::createRightMatcher
Ptr< StereoMatcher > createRightMatcher(Ptr< StereoMatcher > matcher_left)
Convenience method to set up the matcher for computing the right-view disparity map that is required ...
cvv::impl::debugDMatch
void debugDMatch(cv::InputArray img1, std::vector< cv::KeyPoint > keypoints1, cv::InputArray img2, std::vector< cv::KeyPoint > keypoints2, std::vector< cv::DMatch > matches, const CallMetaData &data, const char *description, const char *view, bool useTrainDescriptor)
cv::detail::VectorRefT::rref
const std::vector< T > & rref() const
Definition: garray.hpp:184
CvVideoCamera::lastSampleTime
CMTime lastSampleTime
Definition: cap_ios.h:107
cv::hal::sub32f
void sub32f(const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *)
cv::videostab::RansacParams
Describes RANSAC method parameters.
Definition: motion_core.hpp:73
cv::tbm::TrackerParams::time_affinity_w
float time_affinity_w
Time affinity weight.
Definition: tracking_by_matching.hpp:279
cv::detail::CompressedRectilinearProjector::mapBackward
void mapBackward(float u, float v, float &x, float &y)
util_inl.hpp
cv::detail::BestOf2NearestMatcher::num_matches_thresh1_
int num_matches_thresh1_
Definition: matchers.hpp:194
NCV_INCONSISTENT_INPUT
Definition: NCV.hpp:324
cv::viz::Color::orange_red
static Color orange_red()
cv::cudev::SobelYPtr::operator()
__device__ PtrTraits< SrcPtr >::value_type operator()(int y, int x) const
Definition: deriv.hpp:195
cv::detail::CylindricalPortraitWarper
Definition: warpers.hpp:613
cv::dnn::Layer::preferableTarget
int preferableTarget
prefer target for layer forwarding
Definition: dnn.hpp:372
cv::cudev::Binder1st::op
Op op
Definition: functional.hpp:832
cv::detail::tracked_cv_mat::tracked_cv_mat
tracked_cv_mat(cv::gapi::own::Mat &m)
Definition: gcpukernel.hpp:160
cv::Node
Definition: utility.hpp:1051
cv::TrackerMedianFlow::Params::termCriteria
TermCriteria termCriteria
termination criteria for Lucas-Kanade optical flow
Definition: tracker.hpp:1153
cv::ml::SVM::KernelTypes
KernelTypes
SVM kernel type
Definition: ml.hpp:647
INCVMemAllocator::isCounting
virtual NcvBool isCounting(void) const =0
cv::DMatch::distance
float distance
Definition: types.hpp:819
cv::face::FacemarkAAM
Definition: facemarkAAM.hpp:47
cv::cudev::ConstantPtr::index_type
int index_type
Definition: constant.hpp:60
cv::cudev::SobelYPtrSz::assignTo
__host__ void assignTo(GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Definition: deriv.hpp:212
cv::softdouble::inf
static softdouble inf()
Positive infinity constant.
Definition: softfloat.hpp:348
cv::superres::SuperResolution::isUmat_
bool isUmat_
Definition: superres.hpp:173
warping.hpp
cv::cuda::BufferPool::getAllocator
Ptr< GpuMat::Allocator > getAllocator() const
Returns the allocator associated with the stream.
Definition: cuda.hpp:495
color_moment_hash.hpp
cv::CAP_PVAPI_FSTRIGMODE_FIXEDRATE
FixedRate.
Definition: videoio.hpp:305
cv::CvHOGEvaluator::Feature::p2
int p2
Definition: feature.hpp:324
cv::ogl::Buffer::depth
int depth() const
cv::BufferPoolController::~BufferPoolController
~BufferPoolController()
Definition: bufferpool.hpp:24
cv::datasets::updown
Definition: gr_skig.hpp:64
cv::cudev::numeric_limits< bool >::min
__device__ static __forceinline__ bool min()
Definition: limits.hpp:62
cv::KalmanFilter::transitionMatrix
Mat transitionMatrix
state transition matrix (A)
Definition: tracking.hpp:395
cv::videostab::StabilizerBase::frameSource_
Ptr< IFrameSource > frameSource_
Definition: stabilizer.hpp:115
cv::dynafu::Params::icpAngleThresh
float icpAngleThresh
Definition: dynafu.hpp:99
cv::circle
void circle(InputOutputArray img, Point center, int radius, const Scalar &color, int thickness=1, int lineType=LINE_8, int shift=0)
Draws a circle.
cv::HOGDescriptor::oclSvmDetector
UMat oclSvmDetector
coefficients for the linear SVM classifier used when OpenCL is enabled
Definition: objdetect.hpp:620
cv::MatAllocator
Custom array allocator.
Definition: mat.hpp:465
cv::cudev::LaplacianPtrSz::cols
int cols
Definition: deriv.hpp:371
cv::cudev::UnaryTransformPtr::op
Op op
Definition: transform.hpp:67
cv::videostab::NullLog
Definition: log.hpp:63
cv::TrackerMIL::Params::samplerInitMaxNegNum
int samplerInitMaxNegNum
Definition: tracker.hpp:1073
cv::dnn::LRNLayer::bias
float bias
Definition: all_layers.hpp:239
neon_utils.hpp
cv::tbm::MatchTemplateDistance::~MatchTemplateDistance
virtual ~MatchTemplateDistance()
Definition: tracking_by_matching.hpp:247
icp.hpp
Implementation of ICP (Iterative Closest Point) Algorithm.
cv::SparseMatConstIterator
Read-Only Sparse Matrix Iterator.
Definition: mat.hpp:3190
rlofflow.hpp
cv::KMEANS_USE_INITIAL_LABELS
Definition: core.hpp:216
cv::rgbd::depthTo3dSparse
void depthTo3dSparse(InputArray depth, InputArray in_K, InputArray in_points, OutputArray points3d)
cv::linemod::Feature::y
int y
y offset
Definition: linemod.hpp:29
cv::aruco::DICT_APRILTAG_36h11
6x6 bits, minimum hamming distance between any two codes = 11, 587 codes
Definition: dictionary.hpp:162
cv::detail::GraphCutSeamFinder
Minimum graph cut-based seam estimator. See details in .
Definition: seam_finders.hpp:240
cv::detail::BundleAdjusterRay
Implementation of the camera parameters refinement algorithm which minimizes sum of the distances bet...
Definition: motion_estimators.hpp:265
CPU_AVX_512ER
Definition: cvdef.h:290
cv::face::FacemarkKazemi::Params::num_test_coordinates
unsigned long num_test_coordinates
num_test_coordinates stores number of test coordinates.
Definition: face_alignment.hpp:31
hal_ni_dftInit1D
int hal_ni_dftInit1D(cvhalDFT **context, int len, int count, int depth, int flags, bool *needBuffer)
Definition: hal_replacement.hpp:510
cv::cudev::numeric_limits< float >::max
__device__ static __forceinline__ float max()
Definition: limits.hpp:112
cv::detail::tracked_cv_mat::original_data
uchar * original_data
Definition: gcpukernel.hpp:162
cv::cudev::VecTraits< char4 >::make
__host__ __device__ static __forceinline__ char4 make(schar x, schar y, schar z, schar w)
Definition: vec_traits.hpp:179
cv::cudev::PerspectiveMapPtr::operator()
__device__ __forceinline__ float2 operator()(float y, float x) const
Definition: warping.hpp:114
cv::sfm::SFM_DISTORTION_MODEL_DIVISION
Definition: simple_pipeline.hpp:53
cv::detail::BestOf2NearestMatcher::impl_
Ptr< FeaturesMatcher > impl_
Definition: matchers.hpp:196
cv::operator&=
v_reg< _Tp, n > & operator&=(v_reg< _Tp, n > &a, const v_reg< _Tp, n > &b)
Definition: intrin_cpp.hpp:470
cv::QtFont::thickness
int thickness
See cv::QtFontWeights.
Definition: highgui.hpp:698
cv::ParamType< uint64 >::member_type
uint64 member_type
Definition: core.hpp:3257
cv::tbm::Track::size
size_t size() const
size returns number of detected objects in a track.
Definition: tracking_by_matching.hpp:344
nppiStDecimate_32s_C1R
NCVStatus nppiStDecimate_32s_C1R(Ncv32s *d_src, Ncv32u srcStep, Ncv32s *d_dst, Ncv32u dstStep, NcvSize32u srcRoi, Ncv32u scale, NcvBool readThruTexture)
optional.hpp
cv::quality::QualityBase::clear
void clear() CV_OVERRIDE
Implements Algorithm::clear()
Definition: qualitybase.hpp:46
cv::cudev::log2
__device__ __forceinline__ float1 log2(const uchar1 &a)
Definition: vec_math.hpp:267
cv::TLSDataAccumulator::deleteDataInstance
virtual void deleteDataInstance(void *pData) const CV_OVERRIDE
Wrapper to release data by template.
Definition: tls.hpp:214
cv::aruco::CharucoBoard::nearestMarkerIdx
std::vector< std::vector< int > > nearestMarkerIdx
Definition: charuco.hpp:69
cv::eigen2cv
static void eigen2cv(const Eigen::Matrix< _Tp, _rows, _cols, _options, _maxRows, _maxCols > &src, OutputArray dst)
Definition: eigen.hpp:63
cv::rgbd::RgbdICPOdometry::setMinGradientMagnitudes
void setMinGradientMagnitudes(const cv::Mat &val)
Definition: depth.hpp:968
stabilizer.hpp
cv::float16_t::w
ushort w
Definition: cvdef.h:882
cv::Affine3::linear
Mat3 linear() const
cv::OPTFLOW_FARNEBACK_GAUSSIAN
Definition: tracking.hpp:58
NcvRect32u::NcvRect32u
__host__ __device__ NcvRect32u()
Definition: NCV.hpp:166
cv::CAP_PVAPI_PIXELFORMAT_MONO8
Mono8.
Definition: videoio.hpp:317
cv::ogl::Texture2D::format
Format format() const
cv::isContourConvex
bool isContourConvex(InputArray contour)
Tests a contour convexity.
cv::detail::get_in_meta
std::enable_if<!is_nongapi_type< T >::value, typename MetaType< T >::type >::type get_in_meta(const GMetaArgs &in_meta, const GArgs &, int idx)
Definition: gkernel.hpp:99
cv::DetectionBasedTracker::weightsSizesSmoothing
std::vector< float > weightsSizesSmoothing
Definition: detection_based_tracker.hpp:208