public final class InteractiveDetector extends STHandler {
public interface a {
}
public final int DEFAULT_DETECT_TIMEOUT;
public final int[] DEFAULT_MOTIONS;
public int mDetectTimeout;
public a mInteractivePhaseStatusListener;
public InteractiveDetector() {
this.DEFAULT_DETECT_TIMEOUT = 3000;
this.DEFAULT_MOTIONS = new int[]{1, 2, 3, 4};
this.mDetectTimeout = 3000;
}
public InteractiveDetector(ModelsConfig arg21, ThresholdConfig arg22) throws STException {
this.DEFAULT_DETECT_TIMEOUT = 3000;
this.DEFAULT_MOTIONS = new int[]{1, 2, 3, 4};
this.mDetectTimeout = 3000;
this.mnkzv(arg21.getHunterModelPath(), arg21.getAugustModelPath(), arg21.getAlignModelPath(), arg21.getHeadPoseModelPath(), arg21.getPageantModelPath(), arg21.getEyeStateModelPath(), arg21.getLivenessModelPath(), arg21.getCheckModelPath(), arg22.isAngleEnable(), arg22.isBrowOcclusionEnable(), arg22.isEyeOcclusionEnable(), arg22.isMouthOcclusionEnable(), arg22.isMouthOpenEnable(), arg22.getOverDarkThreshold(), arg22.getOverGlareThreshold(), arg22.getBlurThreshold(), arg22.getLivenessThreshold(), arg22.getCheckerThreshold(), arg22.isMultipleDetectEnable());
}
public native void bvechotb() throws STException {
}
private native void changePhaseStatus(int arg1) {
}
@Override
public native void destroy() {
}
private native void doNextMotion(int arg1) {
}
public native void echohtun(int arg1, int arg2, int arg3, int arg4) {
}
public native void lvciu(int[] arg1) throws STException {
}
private native void mnkzv(String arg1, String arg2, String arg3, String arg4, String arg5, String arg6, String arg7, String arg8, boolean arg9, boolean arg10, boolean arg11, boolean arg12, boolean arg13, float arg14, float arg15, float arg16, float arg17, float arg18, boolean arg19) throws STException {
}
private native void onFailure(int arg1) {
}
private native void onSuccess() {
}
public native void qmuzh(int arg1) throws STException {
}
public native void setDetectTimeout(int arg1) {
}
public native void setInteractivePhaseStatusListener(a arg1) {
}
public native void szndv() throws STException {
}
public native InteractiveResult[] togwh(boolean arg1) {
}
public native void wtechols(float arg1) {
}
public native Locations wzggj(byte[] arg1, int arg2, int arg3, int arg4) throws STException {
}
public native void yoluw() {
}
}