RMVL
2.1.1
Robotic Manipulation and Vision Library
|
图像预处理模块 更多...
命名空间 | |
namespace | rm |
枚举 | |
enum | rm::PixChannel : uint8_t { rm::BLUE , rm::GREEN , rm::RED , rm::AUTOCOLOR } |
像素通道枚举 更多... | |
函数 | |
cv::Mat | rm::binary (cv::Mat src, uint8_t ch1, uint8_t ch2, uint8_t threshold) |
通道相减二值化 | |
cv::Mat | rm::binary (cv::Mat src, uint8_t threshold) |
亮度阈值二值化 | |
图像预处理模块