HomeSort by relevance Sort by last modified time
    Searched refs:ParallelLoopBody (Results 1 - 25 of 41) sorted by null

1 2

  /external/opencv3/modules/video/src/
lkpyramid.hpp 10 struct LKTrackerInvoker : ParallelLoopBody
tvl1flow.cpp 605 struct BuildFlowMapBody : ParallelLoopBody
652 struct CenteredGradientBody : ParallelLoopBody
739 struct ForwardGradientBody : ParallelLoopBody
809 struct DivergenceBody : ParallelLoopBody
868 struct CalcGradRhoBody : ParallelLoopBody
938 struct EstimateVBody : ParallelLoopBody
    [all...]
  /external/opencv3/modules/core/src/
parallel_pthreads.cpp 78 work_load(const cv::Range& range, const cv::ParallelLoopBody& body, int nstripes)
83 void set(const cv::Range& range, const cv::ParallelLoopBody& body, int nstripes)
91 const cv::ParallelLoopBody* m_body;
183 void run(const cv::Range& range, const cv::ParallelLoopBody& body, double nstripes);
407 void ThreadManager::run(const cv::Range& range, const cv::ParallelLoopBody& body, double nstripes)
570 void parallel_for_pthreads(const cv::Range& range, const cv::ParallelLoopBody& body, double nstripes);
591 void parallel_for_pthreads(const cv::Range& range, const cv::ParallelLoopBody& body, double nstripes)
parallel.cpp 134 ParallelLoopBody::~ParallelLoopBody() {}
143 ParallelLoopBodyWrapper(const cv::ParallelLoopBody& _body, const cv::Range& _r, double _nstripes)
162 const cv::ParallelLoopBody* body;
171 ProxyLoopBody(const cv::ParallelLoopBody& _body, const cv::Range& _r, double _nstripes)
193 ProxyLoopBody(const cv::ParallelLoopBody& _body, const cv::Range& _r, double _nstripes)
246 void cv::parallel_for_(const cv::Range& range, const cv::ParallelLoopBody& body, double nstripes)
304 void parallel_for_pthreads(const Range& range, const ParallelLoopBody& body, double nstripes);
kmeans.cpp 59 class KMeansPPDistanceComputer : public ParallelLoopBody
162 class KMeansDistanceComputer : public ParallelLoopBody
dxt.cpp     [all...]
  /external/opencv3/modules/videoio/test/
test_ffmpeg.cpp 222 public ParallelLoopBody
229 ParallelLoopBody(), writers(&_writers), files(&_files)
257 public ParallelLoopBody
266 ParallelLoopBody(), writers(&_writers)
313 public ParallelLoopBody
317 ParallelLoopBody(), readers(&_readers), files(&_files)
335 public ParallelLoopBody
339 ParallelLoopBody(), readers(&_readers), ts(_ts)
  /external/opencv3/modules/core/include/opencv2/core/
utility.hpp 378 class CV_EXPORTS ParallelLoopBody
381 virtual ~ParallelLoopBody();
387 CV_EXPORTS void parallel_for_(const Range& range, const ParallelLoopBody& body, double nstripes=-1.);
403 class PixelOperationWrapper :public ParallelLoopBody
  /external/opencv3/modules/imgproc/src/
blend.cpp 53 public ParallelLoopBody
clahe.cpp 131 class CLAHE_CalcLut_Body : public cv::ParallelLoopBody
231 class CLAHE_Interpolation_Body : public cv::ParallelLoopBody
413 cv::Ptr<cv::ParallelLoopBody> calcLutBody;
423 cv::Ptr<cv::ParallelLoopBody> interpolationBody;
demosaicing.cpp 504 public ParallelLoopBody
509 ParallelLoopBody(), srcmat(_srcmat), dstmat(_dstmat), Start_with_green(_start_with_green),
664 public ParallelLoopBody
668 ParallelLoopBody(),
    [all...]
imgwarp.cpp 327 public ParallelLoopBody
331 ParallelLoopBody(), src(_src), dst(_dst), x_ofs(_x_ofs), pix_size4(_pix_size4),
    [all...]
distransform.cpp 445 struct DTColumnInvoker : ParallelLoopBody
491 struct DTRowInvoker : ParallelLoopBody
  /external/opencv3/modules/features2d/src/kaze/
AKAZEFeatures.cpp 179 class MultiscaleDerivativesAKAZEInvoker : public ParallelLoopBody
459 class SURF_Descriptor_Upright_64_Invoker : public ParallelLoopBody
485 class SURF_Descriptor_64_Invoker : public ParallelLoopBody
512 class MSURF_Upright_Descriptor_64_Invoker : public ParallelLoopBody
538 class MSURF_Descriptor_64_Invoker : public ParallelLoopBody
565 class Upright_MLDB_Full_Descriptor_Invoker : public ParallelLoopBody
593 class Upright_MLDB_Descriptor_Subset_Invoker : public ParallelLoopBody
631 class MLDB_Full_Descriptor_Invoker : public ParallelLoopBody
664 class MLDB_Descriptor_Subset_Invoker : public ParallelLoopBody
    [all...]
KAZEFeatures.cpp 192 class MultiscaleDerivativesKAZEInvoker : public ParallelLoopBody
234 class FindExtremumKAZEInvoker : public ParallelLoopBody
491 class KAZE_Descriptor_Invoker : public ParallelLoopBody
    [all...]
nldiffusion_functions.cpp 344 class Nld_Step_Scalar_Invoker : public cv::ParallelLoopBody
  /external/opencv3/modules/photo/src/
fast_nlmeans_denoising_invoker.hpp 55 public ParallelLoopBody
fast_nlmeans_multi_denoising_invoker.hpp 55 ParallelLoopBody
  /external/opencv3/apps/traincascade/
boost.cpp 14 using cv::ParallelLoopBody;
27 using cv::ParallelLoopBody;
845 struct FeatureIdxOnlyPrecalc : ParallelLoopBody
882 struct FeatureValAndIdxPrecalc : ParallelLoopBody
919 struct FeatureValOnlyPrecalc : ParallelLoopBody
    [all...]
  /external/opencv3/modules/cudalegacy/src/
calib3d.cpp 153 class TransformHypothesesGenerator : public ParallelLoopBody
  /external/opencv3/modules/ml/src/
knearest.cpp 283 struct findKNearestInvoker : public ParallelLoopBody
nbayes.cpp 187 class NBPredictBody : public ParallelLoopBody
gbt.cpp 889 class Tree_predictor : public cv::ParallelLoopBody
    [all...]
  /external/opencv3/modules/flann/include/opencv2/flann/
kmeans_index.h 274 class KMeansDistanceComputer : public cv::ParallelLoopBody
    [all...]
  /external/opencv3/modules/stitching/src/
matchers.cpp 64 struct MatchPairsBody : ParallelLoopBody

Completed in 1429 milliseconds

1 2