opencv2/fastcv/scale.hpp#
#include <opencv2/core.hpp>
Include dependency graph for scale.hpp:
This graph shows which files directly or indirectly include scale.hpp:
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.