$darkmode
#include <opencv2/core.hpp>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... | |