mirror of
https://gitee.com/dromara/easyAi.git
synced 2024-12-02 11:48:08 +08:00
增加HELLOWorld 类
This commit is contained in:
parent
a2db66d60b
commit
5f19c9116e
@ -15,7 +15,7 @@ import java.util.Map;
|
||||
/**
|
||||
* 测试入口类!
|
||||
*/
|
||||
public class App {
|
||||
public class HelloWord {
|
||||
public static void main(String[] args) throws Exception {
|
||||
testPic();
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
package org.wlld.imageRecognition.segmentation;
|
||||
|
||||
/**
|
||||
* @author lidapeng
|
||||
* @description 分割无向图搜索
|
||||
* @date 10:25 上午 2020/1/13
|
||||
*/
|
||||
public class ImageSegmentation {
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user