OpenCV 4.10.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
scale.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for scale.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  cv
 
namespace  cv::fastcv
 

Functions

void cv::fastcv::resizeDownBy2 (cv::InputArray _src, cv::OutputArray _dst)
 Down-scale the image by averaging each 2x2 pixel block.
 
void cv::fastcv::resizeDownBy4 (cv::InputArray _src, cv::OutputArray _dst)
 Down-scale the image by averaging each 4x4 pixel block.