RMVL  1.2.0
Robotic Manipulation and Vision Library
命名空间 | 枚举 | 函数
pretreat.h 文件参考

Header of the image pretreating module 更多...

#include <opencv2/core/mat.hpp>
pretreat.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

命名空间

 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

作者
RoboMaster Vision Community
版本
1.0
日期
2022-11-23