what-the-bank/sources/com/kofax/kmc/ken/engines/gpu/GPUFrame.java

12 lines
402 B
Java

package com.kofax.kmc.ken.engines.gpu;
import com.kofax.kmc.ken.engines.data.DocumentDetectionSettings;
import com.kofax.mobile.sdk._internal.impl.detection.Frame;
/* loaded from: classes3.dex */
public interface GPUFrame extends Frame {
float[] passTo(DocumentDetectionSettings documentDetectionSettings, GPUStrategyEdgeDetection gPUStrategyEdgeDetection);
void setMaxTextureSize(int i);
}