static org.opencv.core.Mat |
ImgprocUtils.backToWhite(org.opencv.core.Mat src,
DebugInfo debugInfo) |
将背景色设置为白色
|
static void |
ImgprocUtils.boundingRectAndSubmat(org.opencv.core.Mat thresholded,
DebugInfo debugInfo) |
|
static List<Shape> |
RecognitionShapeUtils.colorDivisionAndFindShape(org.opencv.core.Mat mat,
String color,
String colorSuffix,
org.opencv.core.Scalar lower,
org.opencv.core.Scalar upper,
DebugInfo debugInfo) |
分离图片颜色并且查找图形
|
static org.opencv.core.Mat |
TrafficLightUtils.convertLight(org.opencv.core.Mat src,
DebugInfo debugInfo) |
加权亮度,小于加权转为黑色
|
static org.opencv.core.Mat |
ImgprocUtils.drawContours(org.opencv.core.Mat src,
List<org.opencv.core.MatOfPoint> contours,
DebugInfo debugInfo) |
画出轮廓并保存
|
static org.opencv.core.Mat |
ImgprocUtils.extraMaxArea(org.opencv.core.Mat src,
DebugInfo debugInfo) |
提取最大面积的轮廓
|
static org.opencv.core.Mat |
ImgprocUtils.extraMaxArea(org.opencv.core.Mat src,
MaxAreaBo maxArea,
DebugInfo debugInfo) |
提取最大面积的轮廓
|
static List<org.opencv.core.MatOfPoint> |
ImgprocUtils.findContours(org.opencv.core.Mat src,
DebugInfo debugInfo) |
查找轮廓并返回
|
static org.opencv.core.Mat |
ImgprocUtils.findContoursAndDraw(org.opencv.core.Mat src,
DebugInfo debugInfo) |
查找图片中的轮廓并绘制出来
|
static List<org.opencv.core.MatOfPoint> |
ImgprocUtils.findContoursNotBlur(org.opencv.core.Mat src,
DebugInfo debugInfo) |
查找轮廓
|
static List<org.opencv.core.MatOfPoint> |
ShapeUtils.findExternalContours(org.opencv.core.Mat src,
DebugInfo debugInfo) |
查找最外部的轮廓
|
static List<Shape> |
RecognitionShapeUtils.findShape(org.opencv.core.Mat mask,
String color,
DebugInfo debugInfo) |
查找图形
|
static MaxAreaBo |
ImgprocUtils.getMaxArea(org.opencv.core.Mat src,
DebugInfo debugInfo) |
查找面积最大的轮廓
|
static MaxAreaBo |
ImgprocUtils.getMaxAreaNoFilter(org.opencv.core.Mat src,
DebugInfo debugInfo) |
裁剪出最大面积的图像,不用进行过滤
|
static List<org.opencv.core.Mat> |
ShapeUtils.getShapeContours(org.opencv.core.Mat morphology,
DebugInfo debugInfo) |
返回图像轮廓
|
static List<Shape> |
RecognitionShapeUtils.index(byte[] imageBytes,
DebugInfo debugInfo) |
|
static TrafficLight |
TrafficLightUtils.index(byte[] imageBytes,
DebugInfo debugInfo) |
|
static List<Shape> |
RecognitionShapeUtils.recgnizeV1(byte[] imageBytes,
DebugInfo debugInfo) |
第一个版本的图像识别
|
static List<Shape> |
RecognitionShapeUtils.recognizeShape(org.opencv.core.Mat src,
DebugInfo debugInfo) |
|