package com.kofax.android.abc.xvrs;
/* loaded from: classes3.dex */
public class XVrsBlur {
public native float nativeDetect(long j);
public float detect(XVrsImage xVrsImage) {
return nativeDetect(xVrsImage.getPtr());
}