HomeSort by relevance Sort by last modified time
    Searched refs:Algorithm (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/opencv3/modules/calib3d/
precomp.hpp 66 class CV_EXPORTS LMSolver : public Algorithm
82 class CV_EXPORTS PointSetRegistrator : public Algorithm
  /external/opencv3/modules/calib3d/src/
precomp.hpp 66 class CV_EXPORTS LMSolver : public Algorithm
82 class CV_EXPORTS PointSetRegistrator : public Algorithm
  /external/opencv3/modules/cudaobjdetect/include/opencv2/
cudaobjdetect.hpp 78 class CV_EXPORTS HOG : public Algorithm
203 class CV_EXPORTS CascadeClassifier : public Algorithm
  /external/opencv3/modules/java/src/
calib3d+StereoMatcher.java 7 import org.opencv.core.Algorithm;
12 public class StereoMatcher extends Algorithm {
imgproc+LineSegmentDetector.java 7 import org.opencv.core.Algorithm;
13 public class LineSegmentDetector extends Algorithm {
  /external/opencv3/modules/cudaimgproc/include/opencv2/
cudaimgproc.hpp 127 - Demosaicing using Malvar-He-Cutler algorithm (@cite MHT2011)
279 class CV_EXPORTS CannyEdgeDetector : public Algorithm
282 /** @brief Finds edges in an image using the @cite Canny86 algorithm.
330 /** @brief Base class for lines detector algorithm. :
332 class CV_EXPORTS HoughLinesDetector : public Algorithm
388 /** @brief Base class for line segments detector algorithm. :
390 class CV_EXPORTS HoughSegmentDetector : public Algorithm
434 /** @brief Base class for circles detector algorithm. :
436 class CV_EXPORTS HoughCirclesDetector : public Algorithm
510 class CV_EXPORTS CornernessCriteria : public Algorithm
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/
Lzma.java 49 public int Algorithm = 2;
66 if (!encoder.SetAlgorithm(params.Algorithm)) throw new RuntimeException("Incorrect compression mode");
  /external/opencv3/modules/cudaoptflow/include/opencv2/
cudaoptflow.hpp 70 class CV_EXPORTS DenseOpticalFlow : public Algorithm
85 class CV_EXPORTS SparseOpticalFlow : public Algorithm
110 /** @brief Class computing the optical flow for two images using Brox et al Optical Flow algorithm (@cite Brox2004).
157 - An example of the Lucas Kanade optical flow algorithm can be found at
213 /** @brief Class computing a dense optical flow using the Gunnar Farneback?s algorithm.
292 * See: Chambolle et al, A First-Order Primal-Dual Algorithm for Convex Problems with Applications to Imaging
  /libcore/benchmarks/src/benchmarks/regression/
CipherBenchmark.java 51 @Param private Algorithm algorithm; field in class:CipherBenchmark
53 public enum Algorithm {
100 cipherAlgorithm = algorithm.toString() + "/" + mode.toString() + "/"
103 String keyAlgorithm = algorithm.toString();
SignatureBenchmark.java 41 @Param private Algorithm algorithm; field in class:SignatureBenchmark
43 public enum Algorithm {
68 this.signatureAlgorithm = algorithm.toString();
  /external/libchrome/crypto/
secure_hash_default.cc 86 SecureHash* SecureHash::Create(Algorithm algorithm) {
87 switch (algorithm) {
secure_hash_openssl.cc 92 SecureHash* SecureHash::Create(Algorithm algorithm) {
93 switch (algorithm) {
  /external/opencv3/modules/core/include/opencv2/core/
optim.hpp 58 class CV_EXPORTS MinProblemSolver : public Algorithm
91 /** @brief Getter for the previously set terminal criteria for this algorithm.
102 Algorithm stops when the number of function evaluations done exceeds termcrit.maxCount, when
110 /** @brief actually runs the algorithm and performs the minimization.
117 @param x The initial point, that will become a centroid of an initial simplex. After the algorithm
118 will terminate, it will be setted to the point where the algorithm stops, the point of possible
140 Algorithm stops when the number of function evaluations done exceeds termcrit.maxCount, when the
146 cv::MinProblemSolver, which in turn is derived from the Algorithm interface and is used to
158 /** @brief Returns the initial step that will be used in downhill simplex algorithm.
160 @param step Initial step that will be used in algorithm. Note, that although corresponding sette
    [all...]
  /external/opencv3/modules/superres/include/opencv2/superres/
optical_flow.hpp 56 class CV_EXPORTS DenseOpticalFlowExt : public cv::Algorithm
  /external/opencv3/modules/superres/include/opencv2/
superres.hpp 87 class CV_EXPORTS SuperResolution : public cv::Algorithm, public FrameSource
90 /** @brief Set input frame source for Super Resolution algorithm.
161 //! @brief Dense optical flow algorithm
182 This class implements Super Resolution algorithm described in the papers @cite Farsiu03 and
185 Here are important members of the class that control the algorithm, which you can set after
197 - **Ptr\<DenseOpticalFlowExt\> opticalFlow** Dense optical flow algorithm.
  /external/opencv3/modules/photo/include/opencv2/
photo.hpp 70 //! the inpainting algorithm
73 INPAINT_NS = 0, // Navier-Stokes algorithm
74 INPAINT_TELEA = 1 // A. Telea algorithm
97 by the algorithm.
118 /** @brief Perform image denoising using Non-local Means Denoising algorithm
141 /** @brief Perform image denoising using Non-local Means Denoising algorithm
278 /** @brief Primal-dual algorithm is an algorithm for solving special types of variational problems (that is,
280 as the variational problem, primal-dual algorithm then can be used to perform denoising and this is
288 Although the thorough discussion and justification of the algorithm involved may be found i
    [all...]
  /external/opencv3/modules/shape/include/opencv2/shape/
shape_distance.hpp 58 class CV_EXPORTS_W ShapeDistanceExtractor : public Algorithm
72 /** @brief Implementation of the Shape Context descriptor and matching algorithm
158 /** @brief Set the algorithm used for building the shape context descriptor cost matrix.
160 @param comparer Smart pointer to a HistogramCostExtractor, an algorithm that defines the cost
173 /** @brief Set the algorithm used for aligning the shapes.
175 @param transformer Smart pointer to a ShapeTransformer, an algorithm that defines the aligning
  /external/opencv3/modules/video/include/opencv2/video/
background_segm.hpp 60 class CV_EXPORTS_W BackgroundSubtractor : public Algorithm
68 learnt. Negative parameter value makes the algorithm to use some automatically chosen learning
85 /** @brief Gaussian Mixture-based Background/Foreground Segmentation Algorithm.
109 /** @brief Returns the "background ratio" parameter of the algorithm
116 /** @brief Sets the "background ratio" parameter of the algorithm
159 is a default value for all the samples. By setting CT=0 you get an algorithm very similar to the
160 standard Stauffer&Grimson algorithm.
169 If true, the algorithm detects shadows and marks them. See createBackgroundSubtractorMOG2 for
206 @param detectShadows If true, the algorithm will detect shadows and mark them. It decreases the
213 /** @brief K-nearest neigbours - based Background/Foreground Segmentation Algorithm
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winefs.h 37 ALG_ID Algorithm;
  /external/lzma/Java/SevenZip/
LzmaAlone.java 26 public int Algorithm = 2;
45 Algorithm = Integer.parseInt(s.substring(1));
204 if (!encoder.SetAlgorithm(params.Algorithm))
  /external/opencv3/modules/ml/test/
test_mltests2.cpp 475 model = Algorithm::load<NormalBayesClassifier>( filename );
477 model = Algorithm::load<KNearest>( filename );
479 model = Algorithm::load<SVM>( filename );
481 model = Algorithm::load<ANN_MLP>( filename );
483 model = Algorithm::load<DTrees>( filename );
485 model = Algorithm::load<Boost>( filename );
487 model = Algorithm::load<RTrees>( filename );
  /external/curl/tests/
stunnel.pem 64 Signature Algorithm: sha1WithRSAEncryption
71 Public Key Algorithm: rsaEncryption
107 Signature Algorithm: sha1WithRSAEncryption
  /external/opencv3/modules/cudafilters/include/opencv2/
cudafilters.hpp 75 class CV_EXPORTS Filter : public Algorithm
  /external/opencv3/modules/cudastereo/include/opencv2/
cudastereo.hpp 68 /** @brief Class computing stereo correspondence (disparity map) using the block matching algorithm. :
82 @param numDisparities the disparity search range. For each pixel algorithm will find the best
85 @param blockSize the linear size of the blocks compared by the algorithm. The size should be odd
88 chance for algorithm to find a wrong correspondence.
95 /** @brief Class computing stereo correspondence using the belief propagation algorithm. :
97 The class implements algorithm described in @cite Felzenszwalb2006 . It can compute own data cost
193 /** @brief Class computing stereo correspondence using the constant space belief propagation algorithm. :
195 The class implements algorithm described in @cite Yang2010 . StereoConstantSpaceBP supports both local
197 mentioned above. By default, a local algorithm is used. To enable a global algorithm, se
    [all...]
  /external/opencv3/modules/core/include/opencv2/
core.hpp     [all...]

Completed in 530 milliseconds

12 3 4