HomeSort by relevance Sort by last modified time
    Searched refs:getEpsilon (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/superres/include/opencv2/superres/
optical_flow.hpp 127 virtual double getEpsilon() const = 0;
128 /** @copybrief getEpsilon @see getEpsilon */
  /external/opencv3/modules/cudaoptflow/include/opencv2/
cudaoptflow.hpp 317 virtual double getEpsilon() const = 0;
  /external/opencv3/modules/video/include/opencv2/video/
tracking.hpp 477 virtual double getEpsilon() const = 0;
478 /** @copybrief getEpsilon @see getEpsilon */
  /external/opencv3/modules/cudaoptflow/src/
tvl1flow.cpp 104 virtual double getEpsilon() const { return epsilon_; }
  /external/opencv3/modules/superres/src/
optical_flow.cpp 758 epsilon_ = alg_->getEpsilon();

Completed in 380 milliseconds