![]() |
RMVL
1.0.0
RoboMaster Vision Library
|
Header of the image pretreating module 更多...
#include <opencv2/core/mat.hpp>命名空间 | |
| rm | |
枚举 | |
| enum | rm::PixChannel : uint8_t { rm::BLUE = 0U , rm::GREEN = 1U , rm::RED = 2U } |
| 像素通道枚举 更多... | |
函数 | |
| cv::Mat | rm::binary (cv::Mat src, PixChannel ch1, PixChannel ch2, uint8_t threshold) |
| 通道相减二值化 更多... | |
| cv::Mat | rm::binary (cv::Mat src, uint8_t threshold) |
| 亮度阈值二值化 更多... | |
Header of the image pretreating module
1.9.1