Lines Matching full:halfsample
152 static const int HALFSAMPLE = 0;
196 halfsample(const cv::Mat& srcimg, cv::Mat& dstimg);
858 pyramid_.push_back(BriskLayer(pyramid_[i - 2], BriskLayer::CommonParams::HALFSAMPLE));
859 pyramid_.push_back(BriskLayer(pyramid_[i - 1], BriskLayer::CommonParams::HALFSAMPLE));
2082 if (mode == CommonParams::HALFSAMPLE)
2085 halfsample(layer.img(), img_);
2289 BriskLayer::halfsample(const cv::Mat& srcimg, cv::Mat& dstimg)