HomeSort by relevance Sort by last modified time
    Searched refs:InputArray (Results 226 - 250 of 298) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/opencv3/modules/video/src/
bgfg_KNN.cpp 120 void apply(InputArray image, OutputArray fgmask, double learningRate=-1);
560 void BackgroundSubtractorKNNImpl::apply(InputArray _image, OutputArray _fgmask, double learningRate)
bgfg_gaussmix2.cpp 177 void apply(InputArray image, OutputArray fgmask, double learningRate=-1);
383 bool ocl_apply(InputArray _image, OutputArray _fgmask, double learningRate=-1);
752 bool BackgroundSubtractorMOG2Impl::ocl_apply(InputArray _image, OutputArray _fgmask, double learningRate)
822 void BackgroundSubtractorMOG2Impl::apply(InputArray _image, OutputArray _fgmask, double learningRate)
    [all...]
lkpyramid.cpp 744 int cv::buildOpticalFlowPyramid(InputArray _img, OutputArrayOfArrays pyramid, Size winSize, int maxLevel, bool withDerivatives,
    [all...]
tvl1flow.cpp 94 void calc(InputArray I0, InputArray I1, InputOutputArray flow);
129 bool calc_ocl(InputArray I0, InputArray I1, InputOutputArray flow);
373 void OpticalFlowDual_TVL1::calc(InputArray _I0, InputArray _I1, InputOutputArray _flow)
502 bool OpticalFlowDual_TVL1::calc_ocl(InputArray _I0, InputArray _I1, InputOutputArray _flow)
    [all...]
  /external/opencv3/modules/calib3d/src/
quadsubpix.cpp 164 bool cv::find4QuadCornerSubpix(InputArray _img, InputOutputArray _corners, Size region_size)
stereobm.cpp 89 static bool ocl_prefilter_norm(InputArray _input, OutputArray _output, int winsize, int prefilterCap)
173 static bool ocl_prefilter_xsobel(InputArray _input, OutputArray _output, int prefilterCap)
    [all...]
  /external/opencv3/modules/core/src/
precomp.hpp 228 inline bool checkScalar(InputArray sc, int atype, int sckind, int akind)
directx.cpp 704 void convertToD3D11Texture2D(InputArray src, ID3D11Texture2D* pD3D11Texture2D)
    [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/cudaobjdetect/src/
cascadeclassifier.cpp 120 virtual void detectMultiScale(InputArray image,
171 void HaarCascade_Impl::detectMultiScale(InputArray _image,
471 virtual void detectMultiScale(InputArray image,
523 void LbpCascade_Impl::detectMultiScale(InputArray _image,
  /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 )
378 bool isContourConvex( InputArray _contour )
cornersubpix.cpp 44 void cv::cornerSubPix( InputArray _image, InputOutputArray _corners,
hough.cpp 665 static bool ocl_makePointsList(InputArray _src, OutputArray _pointsList, InputOutputArray _counters)
689 static bool ocl_fillAccum(InputArray _pointsList, OutputArray _accum, int total_points, double rho, double theta, int numrho, int numangle)
730 static bool ocl_HoughLines(InputArray _src, OutputArray _lines, double rho, double theta, int threshold,
790 static bool ocl_HoughLinesP(InputArray _src, OutputArray _lines, double rho, double theta, int threshold,
849 void cv::HoughLines( InputArray _image, OutputArray _lines,
868 void cv::HoughLinesP(InputArray _image, OutputArray _lines,
    [all...]
min_enclosing_triangle.cpp 134 static void createConvexHull(cv::InputArray points, std::vector<cv::Point2f> &polygon);
147 static void findMinEnclosingTriangle(cv::InputArray points,
301 double cv::minEnclosingTriangle(cv::InputArray points, CV_OUT cv::OutputArray triangle) {
321 static void findMinEnclosingTriangle(cv::InputArray points,
335 static void createConvexHull(cv::InputArray points, std::vector<cv::Point2f> &polygon) {
    [all...]
shapedescr.cpp 196 void cv::minEnclosingCircle( InputArray _points, Point2f& _center, float& _radius )
296 double cv::arcLength( InputArray _curve, bool is_closed )
338 double cv::contourArea( InputArray _contour, bool oriented )
369 cv::RotatedRect cv::fitEllipse( InputArray _points )
698 cv::Rect cv::boundingRect(InputArray array)
segmentation.cpp 88 void cv::watershed( InputArray _src, InputOutputArray _markers )
331 void cv::pyrMeanShiftFiltering( InputArray _src, OutputArray _dst,
rotcalipers.cpp 343 cv::RotatedRect cv::minAreaRect( InputArray _points )
  /external/opencv3/modules/photo/src/
contrast_preserve.cpp 53 void cv::decolor(InputArray _src, OutputArray _dst, OutputArray _color_boost)
  /external/opencv3/modules/objdetect/src/
cascadedetect.cpp 501 bool FeatureEvaluator::setImage( InputArray _image, const std::vector<float>& _scales )
663 void HaarEvaluator::computeChannels(int scaleIdx, InputArray img)
846 void LBPEvaluator::computeChannels(int scaleIdx, InputArray _img)
    [all...]
  /external/opencv3/modules/ml/src/
lr.cpp 99 virtual float predict(InputArray samples, OutputArray results, int) const;
224 float LogisticRegressionImpl::predict(InputArray samples, OutputArray results, int) const
precomp.hpp 327 virtual float predict( InputArray inputs, OutputArray outputs, int flags ) const;
  /external/opencv3/modules/viz/src/
vizimpl.cpp 311 void cv::viz::Viz3d::VizImpl::showImage(InputArray image, const Size& window_size)
358 void cv::viz::Viz3d::VizImpl::setBackgroundTexture(InputArray image)
  /external/opencv3/modules/features2d/src/
orb.cpp 698 void detectAndCompute( InputArray image, InputArray mask, std::vector<KeyPoint>& keypoints,
    [all...]
  /external/opencv3/modules/ml/
precomp.hpp 327 virtual float predict( InputArray inputs, OutputArray outputs, int flags ) const;
  /external/opencv3/modules/core/include/opencv2/core/
operations.hpp 290 inline SVD::SVD( InputArray m, int flags ) { operator ()(m, flags); }
291 inline void SVD::solveZ( InputArray m, OutputArray _dst )
371 Ptr<Formatted> format(InputArray mtx, int fmt)

Completed in 377 milliseconds

1 2 3 4 5 6 7 8 91011>>