HomeSort by relevance Sort by last modified time
    Searched refs:OutputArray (Results 201 - 225 of 250) sorted by null

1 2 3 4 5 6 7 8910

  /external/opencv3/modules/ml/src/
boost.cpp 475 float predict( InputArray samples, OutputArray results, int flags ) const
rtrees.cpp 385 float predict( InputArray samples, OutputArray results, int flags ) const
svm.cpp     [all...]
  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 99 CV_EXPORTS void convert(const Mat& src, cv::OutputArray dst, int dtype, double alpha=1, double beta=0);
  /external/opencv3/modules/core/src/
dxt.cpp     [all...]
matrix.cpp 925 void cv::extractImageCOI(const CvArr* arr, OutputArray _ch, int coi)
    [all...]
matmul.cpp 698 InputArray matC, double beta, OutputArray matD, int flags )
792 InputArray matC, double beta, OutputArray matD, int flags )
870 InputArray matC, double beta, OutputArray _matD, int flags )
    [all...]
opengl.cpp 644 void cv::ogl::Buffer::copyTo(OutputArray arr) const
684 void cv::ogl::Buffer::copyTo(OutputArray arr, cuda::Stream& stream) const
1162 void cv::ogl::Texture2D::copyTo(OutputArray arr, int ddepth, bool autoRelease) const
    [all...]
stat.cpp     [all...]
  /external/opencv3/modules/cudaarithm/src/cuda/
add_weighted.cu 99 void cv::cuda::addWeighted(InputArray _src1, double alpha, InputArray _src2, double beta, double gamma, OutputArray _dst, int ddepth, Stream& stream)
  /external/opencv3/modules/imgproc/src/
convhull.cpp 129 void convexHull( InputArray _points, OutputArray _hull, bool clockwise, bool returnPoints )
265 void convexityDefects( InputArray _points, InputArray _hull, OutputArray _defects )
histogram.cpp     [all...]
smooth.cpp     [all...]
thresh.cpp     [all...]
geometry.cpp 505 float cv::intersectConvexConvex( InputArray _p1, InputArray _p2, OutputArray _p12, bool handleNested )
linefit.cpp 594 void cv::fitLine( InputArray _points, OutputArray _line, int distType,
pyramids.cpp     [all...]
samplers.cpp 366 OutputArray _patch, int patchType )
segmentation.cpp 331 void cv::pyrMeanShiftFiltering( InputArray _src, OutputArray _dst,
canny.cpp 98 static bool ocl_Canny(InputArray _src, OutputArray _dst, float low_thresh, float high_thresh,
580 void cv::Canny( InputArray _src, OutputArray _dst,
    [all...]
imgwarp.cpp     [all...]
  /external/opencv3/modules/shape/src/
sc_dis.cpp 124 virtual void getImages(OutputArray _image1, OutputArray _image2) const
  /external/opencv3/modules/superres/src/
btv_l1_cuda.cpp 426 void processImpl(Ptr<FrameSource>& frameSource, OutputArray output);
495 void BTVL1_CUDA::processImpl(Ptr<FrameSource>& frameSource, OutputArray _output)
  /external/opencv3/modules/features2d/src/
brisk.cpp 88 OutputArray descriptors,
95 OutputArray descriptors, bool doDescriptors, bool doOrientation,
618 OutputArray _descriptors, bool useProvidedKeypoints)
631 OutputArray _descriptors, bool doDescriptors, bool doOrientation,
    [all...]
  /external/opencv3/modules/video/src/
lkpyramid.cpp     [all...]

Completed in 1124 milliseconds

1 2 3 4 5 6 7 8910