RMVL
1.1.0
RoboMaster Vision Library
|
Header of the image pretreating module 更多...
#include <opencv2/core/mat.hpp>
命名空间 | |
rm | |
枚举 | |
enum | rm::PixChannel : uint8_t { rm::BLUE , rm::GREEN , rm::RED , rm::AUTO } |
像素通道枚举 更多... | |
函数 | |
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