#include <opencv_util.h>
|
| static void | copyMakeBorder (cv::InputArray src, cv::OutputArray dst, const PaddingParam ¶m) |
| |
| static void | copyMakeBorder (cv::InputArray src, cv::OutputArray dst, int top, int bottom, int left, int right, base::BorderType border_type, const base::Scalar2d &border_val) |
| |
| static cv::Mat | crop (cv::InputArray src, const CropParam ¶m) |
| |
| static cv::Mat | crop (cv::InputArray src, int x, int y, int w, int h) |
| |
| static void | cvtColor (cv::InputArray src, cv::OutputArray dst, base::PixelType src_pixel_type, base::PixelType dst_pixel_type) |
| |
| static void | cvtColor (cv::InputArray src, cv::OutputArray dst, const CvtcolorParam ¶m) |
| |
| static void | resize (cv::InputArray src, cv::OutputArray dst, const ResizeParam ¶m) |
| |
| static void | resize (cv::InputArray src, cv::OutputArray dst, int dst_w, int dst_h, float scale_w, float scale_h, base::InterpType interp_type) |
| |
| static void | warpAffine (cv::InputArray src, cv::OutputArray dst, const WarpAffineCvtNormTransParam ¶m) |
| |
| static void | warpAffine (cv::InputArray src, cv::OutputArray dst, float *transform, int dst_w, int dst_h, base::InterpType interp_type, base::BorderType border_type, const base::Scalar2d &border_val) |
| |
Definition at line 25 of file opencv_util.h.
◆ copyMakeBorder() [1/2]
| static void nndeploy::preprocess::OpenCvUtil::copyMakeBorder |
( |
cv::InputArray |
src, |
|
|
cv::OutputArray |
dst, |
|
|
const PaddingParam & |
param |
|
) |
| |
|
static |
◆ copyMakeBorder() [2/2]
| static void nndeploy::preprocess::OpenCvUtil::copyMakeBorder |
( |
cv::InputArray |
src, |
|
|
cv::OutputArray |
dst, |
|
|
int |
top, |
|
|
int |
bottom, |
|
|
int |
left, |
|
|
int |
right, |
|
|
base::BorderType |
border_type, |
|
|
const base::Scalar2d & |
border_val |
|
) |
| |
|
static |
◆ crop() [1/2]
| static cv::Mat nndeploy::preprocess::OpenCvUtil::crop |
( |
cv::InputArray |
src, |
|
|
const CropParam & |
param |
|
) |
| |
|
static |
◆ crop() [2/2]
| static cv::Mat nndeploy::preprocess::OpenCvUtil::crop |
( |
cv::InputArray |
src, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
w, |
|
|
int |
h |
|
) |
| |
|
static |
◆ cvtColor() [1/2]
| static void nndeploy::preprocess::OpenCvUtil::cvtColor |
( |
cv::InputArray |
src, |
|
|
cv::OutputArray |
dst, |
|
|
base::PixelType |
src_pixel_type, |
|
|
base::PixelType |
dst_pixel_type |
|
) |
| |
|
static |
◆ cvtColor() [2/2]
| static void nndeploy::preprocess::OpenCvUtil::cvtColor |
( |
cv::InputArray |
src, |
|
|
cv::OutputArray |
dst, |
|
|
const CvtcolorParam & |
param |
|
) |
| |
|
static |
◆ resize() [1/2]
| static void nndeploy::preprocess::OpenCvUtil::resize |
( |
cv::InputArray |
src, |
|
|
cv::OutputArray |
dst, |
|
|
const ResizeParam & |
param |
|
) |
| |
|
static |
◆ resize() [2/2]
| static void nndeploy::preprocess::OpenCvUtil::resize |
( |
cv::InputArray |
src, |
|
|
cv::OutputArray |
dst, |
|
|
int |
dst_w, |
|
|
int |
dst_h, |
|
|
float |
scale_w, |
|
|
float |
scale_h, |
|
|
base::InterpType |
interp_type |
|
) |
| |
|
static |
◆ warpAffine() [1/2]
| static void nndeploy::preprocess::OpenCvUtil::warpAffine |
( |
cv::InputArray |
src, |
|
|
cv::OutputArray |
dst, |
|
|
const WarpAffineCvtNormTransParam & |
param |
|
) |
| |
|
static |
◆ warpAffine() [2/2]
| static void nndeploy::preprocess::OpenCvUtil::warpAffine |
( |
cv::InputArray |
src, |
|
|
cv::OutputArray |
dst, |
|
|
float * |
transform, |
|
|
int |
dst_w, |
|
|
int |
dst_h, |
|
|
base::InterpType |
interp_type, |
|
|
base::BorderType |
border_type, |
|
|
const base::Scalar2d & |
border_val |
|
) |
| |
|
static |
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/nndeploy-zh/checkouts/stable/plugin/include/nndeploy/preprocess/opencv_util.h