From 06af54a84441685fe3c45e155b485dde14240292 Mon Sep 17 00:00:00 2001 From: lidapeng Date: Sat, 18 Jan 2020 15:40:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B4=E6=98=8E=E6=96=87=E6=A1=A3=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb5ed40..57f0c29 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ * 所以本包对一些算法进行了部分功能阉割,部分精度忽略来保证速度,并且做到可CPU快速运算。 * 阉割的代价,在某些精度上会有所下降,所以本包建议使用方案是对图像识别的分类。 * 比如你要分辨当前图像 是 苹果或是香蕉或是桃子,对图像进行判断分类,精准度更高,对图像的切割,针对占比比较大的物体切割,定位。 +* 下面API文档有不清楚的地方可联系作者询问,QQ:794757862 ## 好的让我们从HELLO WORLD 开始: public class HelloWorld { public static void testPic() throws Exception {