|
MNN
1.0
|
#include <ImageProcess.hpp>
Public 属性 | |
| Filter | filterType = NEAREST |
| ImageFormat | sourceFormat = RGBA |
| ImageFormat | destFormat = RGBA |
| float | mean [4] = {0.0f, 0.0f, 0.0f, 0.0f} |
| float | normal [4] = {1.0f, 1.0f, 1.0f, 1.0f} |
| Wrap | wrap = CLAMP_TO_EDGE |
| ImageFormat MNN::CV::ImageProcess::Config::destFormat = RGBA |
format of destination data
| float MNN::CV::ImageProcess::Config::mean[4] = {0.0f, 0.0f, 0.0f, 0.0f} |
| float MNN::CV::ImageProcess::Config::normal[4] = {1.0f, 1.0f, 1.0f, 1.0f} |
| ImageFormat MNN::CV::ImageProcess::Config::sourceFormat = RGBA |
format of source data
| Wrap MNN::CV::ImageProcess::Config::wrap = CLAMP_TO_EDGE |
edge wrapper
1.8.15