RMVL
1.5.0-dev
Robotic Manipulation and Vision Library
|
图像预处理模块 更多...
#include <opencv2/core/mat.hpp>
命名空间 | |
namespace | 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) |
亮度阈值二值化 | |
图像预处理模块