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

  /external/opencv3/modules/stitching/src/
stitcher.cpp 172 Ptr<detail::RotationWarper> w = warper_->create(float(warped_image_scale_ * seam_work_aspect_));
240 warped_image_scale_ *= static_cast<float>(compose_work_aspect);
241 w = warper_->create((float)warped_image_scale_);
517 warped_image_scale_ = static_cast<float>(focals[focals.size() / 2]);
519 warped_image_scale_ = static_cast<float>(focals[focals.size() / 2 - 1] + focals[focals.size() / 2]) * 0.5f;
  /external/opencv3/modules/stitching/include/opencv2/
stitching.hpp 248 double warped_image_scale_; member in class:cv::Stitcher

Completed in 41 milliseconds