Trial 11022025
This commit is contained in:
@@ -51,4 +51,9 @@ public class DetectorResult {
|
||||
public boolean haveEyes(){
|
||||
return Eyes != null && !Eyes.isEmpty();
|
||||
}
|
||||
|
||||
public int getEyesCount(){
|
||||
if (!haveEyes()) return 0;
|
||||
return Eyes.size();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user