OpenCV 4.12.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::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.