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

12 lines
402 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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);
}