增加HELLOWorld 类

This commit is contained in:
lidapeng 2020-01-13 10:41:15 +08:00
parent a2db66d60b
commit 5f19c9116e
2 changed files with 11 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import java.util.Map;
/**
* 测试入口类!
*/
public class App {
public class HelloWord {
public static void main(String[] args) throws Exception {
testPic();
}

View File

@ -0,0 +1,10 @@
package org.wlld.imageRecognition.segmentation;
/**
* @author lidapeng
* @description 分割无向图搜索
* @date 10:25 上午 2020/1/13
*/
public class ImageSegmentation {
}