59 lines
2.0 KiB
Java
59 lines
2.0 KiB
Java
|
package com.kofax.mobile.sdk.y;
|
||
|
|
||
|
import com.kofax.kmc.ken.engines.data.Image;
|
||
|
import com.kofax.kmc.ken.engines.data.ImagePerfectionProfile;
|
||
|
import com.kofax.mobile.sdk.y.v;
|
||
|
import o.InterfaceC13391fZD;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class t implements com.kofax.mobile.sdk._internal.extraction.id.m {
|
||
|
private final com.kofax.mobile.sdk._internal.extraction.id.m Sy;
|
||
|
|
||
|
@InterfaceC13391fZD
|
||
|
public t(@com.kofax.mobile.sdk.z.a com.kofax.mobile.sdk._internal.extraction.id.m mVar) {
|
||
|
this.Sy = mVar;
|
||
|
}
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk._internal.extraction.id.m
|
||
|
public Image b(String str, Image image) {
|
||
|
return (Image) new v().a("ImageProcessor.processImage()", new v.a<Image>(this, str, image) { // from class: com.kofax.mobile.sdk.y.t.1
|
||
|
final t SA;
|
||
|
final String Sz;
|
||
|
final Image yB;
|
||
|
|
||
|
{
|
||
|
this.SA = this;
|
||
|
this.Sz = str;
|
||
|
this.yB = image;
|
||
|
}
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk.y.v.a
|
||
|
/* renamed from: qC, reason: merged with bridge method [inline-methods] */
|
||
|
public Image run() {
|
||
|
return this.SA.Sy.b(this.Sz, this.yB);
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk._internal.extraction.id.m
|
||
|
public Image a(ImagePerfectionProfile imagePerfectionProfile, Image image) {
|
||
|
return (Image) new v().a("ImageProcessor.processImage()", new v.a<Image>(this, imagePerfectionProfile, image) { // from class: com.kofax.mobile.sdk.y.t.2
|
||
|
final t SA;
|
||
|
final ImagePerfectionProfile SB;
|
||
|
final Image yB;
|
||
|
|
||
|
{
|
||
|
this.SA = this;
|
||
|
this.SB = imagePerfectionProfile;
|
||
|
this.yB = image;
|
||
|
}
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk.y.v.a
|
||
|
/* renamed from: qC, reason: merged with bridge method [inline-methods] */
|
||
|
public Image run() {
|
||
|
return this.SA.Sy.a(this.SB, this.yB);
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
}
|