-
-
-
返回变量类型为Shape的类型的com.litongjava.opencv.utils中的方法
| 修饰符和类型 |
方法 |
说明 |
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 List<Shape> |
RecognitionShapeUtils.findShape(org.opencv.core.Mat mask,
String color,
DebugInfo debugInfo) |
查找图形
|
static List<Shape> |
RecognitionShapeUtils.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) |
|