$darkmode
OpenCV 4.12.0
Open Source Computer Vision
Namespaces | Functions
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

 cv
 
 cv::fastcv
 

Functions

void cv::fastcv::resizeDown (cv::InputArray _src, cv::OutputArray _dst, Size dsize, double inv_scale_x, double inv_scale_y)
 Down-scales the image using specified scaling factors or dimensions. This function supports both single-channel (CV_8UC1) and two-channel (CV_8UC2) images. More...