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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 125 CostFunction costFunction() const { return costFunc_; }
126 void setCostFunction(CostFunction val) { costFunc_ = val; }
207 CostFunction costFunc_;
  /external/opencv3/modules/stitching/src/
seam_finders.cpp 165 DpSeamFinder::DpSeamFinder(CostFunction costFunc) : costFunc_(costFunc) {}
402 if (costFunc_ == COLOR_GRAD)
750 if (costFunc_ == COLOR)
752 else if (costFunc_ == COLOR_GRAD)
774 if (costFunc_ == COLOR)
776 else if (costFunc_ == COLOR_GRAD)
    [all...]

Completed in 123 milliseconds