组合的预处理
More...
#include <params.h>
|
| base::BorderType | border_type_ = base::kBorderTypeConstant |
| |
| base::Scalar2d | border_val_ = 0.0f |
| |
| int | const_value_ = 114 |
| |
| base::DataFormat | data_format_ = base::DataFormat::kDataFormatNCHW |
| |
| base::DataType | data_type_ = base::dataTypeOf<float>() |
| |
| int | dst_h_ = -1 |
| |
| base::PixelType | dst_pixel_type_ = base::kPixelTypeRGB |
| |
| int | dst_w_ = -1 |
| |
| int | h_ = -1 |
| |
| base::InterpType | interp_type_ = base::kInterpTypeLinear |
| |
| float | mean_ [4] = {0.0f, 0.0f, 0.0f, 0.0f} |
| |
| bool | normalize_ = true |
| |
| float | scale_ [4] |
| |
| base::PixelType | src_pixel_type_ = base::kPixelTypeBGR |
| |
| float | std_ [4] = {1.0f, 1.0f, 1.0f, 1.0f} |
| |
| float | transform_ [2][3] = {{1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}} |
| |
| int | w_ = -1 |
| |
| std::map< std::string, std::vector< std::string > > | dropdown_params_ |
| |
| std::vector< std::string > | io_params_ |
| |
| std::vector< std::string > | required_params_ |
| |
| std::vector< std::string > | ui_params_ |
| |
组合的预处理
Definition at line 485 of file params.h.
◆ WarpAffineCvtNormTransParam()
| nndeploy::preprocess::WarpAffineCvtNormTransParam::WarpAffineCvtNormTransParam |
( |
| ) |
|
|
inline |
◆ ~WarpAffineCvtNormTransParam()
| virtual nndeploy::preprocess::WarpAffineCvtNormTransParam::~WarpAffineCvtNormTransParam |
( |
| ) |
|
|
inlinevirtual |
◆ deserialize()
| virtual base::Status nndeploy::preprocess::WarpAffineCvtNormTransParam::deserialize |
( |
rapidjson::Value & |
json | ) |
|
|
inlineoverridevirtual |
◆ serialize()
| virtual base::Status nndeploy::preprocess::WarpAffineCvtNormTransParam::serialize |
( |
rapidjson::Value & |
json, |
|
|
rapidjson::Document::AllocatorType & |
allocator |
|
) |
| |
|
inlineoverridevirtual |
◆ border_type_
◆ border_val_
| base::Scalar2d nndeploy::preprocess::WarpAffineCvtNormTransParam::border_val_ = 0.0f |
◆ const_value_
| int nndeploy::preprocess::WarpAffineCvtNormTransParam::const_value_ = 114 |
◆ data_format_
| base::DataFormat nndeploy::preprocess::WarpAffineCvtNormTransParam::data_format_ = base::DataFormat::kDataFormatNCHW |
◆ data_type_
◆ dst_h_
| int nndeploy::preprocess::WarpAffineCvtNormTransParam::dst_h_ = -1 |
◆ dst_pixel_type_
◆ dst_w_
| int nndeploy::preprocess::WarpAffineCvtNormTransParam::dst_w_ = -1 |
◆ h_
| int nndeploy::preprocess::WarpAffineCvtNormTransParam::h_ = -1 |
◆ interp_type_
◆ mean_
| float nndeploy::preprocess::WarpAffineCvtNormTransParam::mean_[4] = {0.0f, 0.0f, 0.0f, 0.0f} |
◆ normalize_
| bool nndeploy::preprocess::WarpAffineCvtNormTransParam::normalize_ = true |
◆ scale_
| float nndeploy::preprocess::WarpAffineCvtNormTransParam::scale_[4] |
Initial value:= {1.0f / 255.0f, 1.0f / 255.0f, 1.0f / 255.0f,
1.0f / 255.0f}
Definition at line 501 of file params.h.
◆ src_pixel_type_
◆ std_
| float nndeploy::preprocess::WarpAffineCvtNormTransParam::std_[4] = {1.0f, 1.0f, 1.0f, 1.0f} |
◆ transform_
| float nndeploy::preprocess::WarpAffineCvtNormTransParam::transform_[2][3] = {{1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}} |
◆ w_
| int nndeploy::preprocess::WarpAffineCvtNormTransParam::w_ = -1 |
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/params.h