mirror of
https://github.com/geekwenjie/SmartJavaAI.git
synced 2026-09-18 16:39:21 +00:00
集成算法seetaface6
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.seetaface.model;
|
||||
|
||||
/**
|
||||
* SeetaPointF
|
||||
* @author dwj
|
||||
*/
|
||||
public class SeetaPointF {
|
||||
public double x;
|
||||
public double y;
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "{" +
|
||||
"x=" + x +
|
||||
", y=" + y +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user