public final class NoUpScalingDewarpPolicy extends DewarpPolicy
| Modifier and Type | Field and Description | 
|---|---|
static int | 
DEFAULT_MAX_ALLOWED_DEWARPED_HEIGHT
Default max allowed dewarp height used when using default constructor. 
 | 
| Constructor and Description | 
|---|
NoUpScalingDewarpPolicy()  | 
NoUpScalingDewarpPolicy(int maxAllowedDewarpHeight)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getMaxAllowedDewarpHeight()
Returns the max allowed dewarp height as specified by this policy. 
 | 
protected void | 
setNativePolicy(long nativeProcessorContext)  | 
public static final int DEFAULT_MAX_ALLOWED_DEWARPED_HEIGHT
public NoUpScalingDewarpPolicy()
public NoUpScalingDewarpPolicy(int maxAllowedDewarpHeight)
maxAllowedDewarpHeight - Max allowed dewarp height.protected void setNativePolicy(long nativeProcessorContext)
setNativePolicy in class DewarpPolicypublic int getMaxAllowedDewarpHeight()