16 lines
536 B
Java
16 lines
536 B
Java
|
package com.kofax.kmc.ken.engines;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import com.kofax.kmc.ken.engines.gpu.GPUStrategyEdgeDetection;
|
||
|
import o.InterfaceC13390fZB;
|
||
|
import o.InterfaceC13391fZD;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
class d extends GpuDocumentDetector {
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
@InterfaceC13391fZD
|
||
|
public d(Context context, @InterfaceC13390fZB(a = "FORCED_STRATEGY") GPUStrategyEdgeDetection gPUStrategyEdgeDetection) {
|
||
|
super(context, gPUStrategyEdgeDetection);
|
||
|
}
|
||
|
}
|