mirror of
https://github.com/geekwenjie/SmartJavaAI.git
synced 2026-09-20 01:29:18 +00:00
新增目标检测功能
This commit is contained in:
@@ -124,4 +124,12 @@ public class SeetaFace6JNI {
|
||||
*/
|
||||
public native int predictImage(SeetaImageData img);
|
||||
|
||||
public native void dispose();
|
||||
|
||||
@Override
|
||||
protected void finalize() throws Throwable {
|
||||
super.finalize();
|
||||
this.dispose();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user