mirror of
https://github.com/geekwenjie/SmartJavaAI.git
synced 2026-09-12 20:58:51 +00:00
人脸识别demo
This commit is contained in:
@@ -7,7 +7,6 @@ import java.io.Serializable;
|
||||
/**
|
||||
* 点
|
||||
* @author dwj
|
||||
* @date 2025/2/19
|
||||
*/
|
||||
public class Point implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@@ -5,7 +5,6 @@ import java.util.List;
|
||||
/**
|
||||
* 矩形区域
|
||||
* @author dwj
|
||||
* @date 2025/2/19
|
||||
*/
|
||||
public class Rectangle {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user