Property | Type | Description | |
---|---|---|---|
CollectLines | void | ||
GetMostIntensiveLines | AForge.Imaging.HoughLine[] | ||
InitHoughMap | void |
Method | Description | |
---|---|---|
DocumentSkewChecker ( ) : System |
Initializes a new instance of the DocumentSkewChecker class.
|
|
GetSkewAngle ( |
Get skew angle of the provided document image.
|
|
GetSkewAngle ( |
Get skew angle of the provided document image.
|
|
GetSkewAngle ( |
Get skew angle of the provided document image.
|
|
GetSkewAngle ( |
Get skew angle of the provided document image.
|
|
GetSkewAngle ( |
Get skew angle of the provided document image.
|
|
GetSkewAngle ( |
Get skew angle of the provided document image.
|
Method | Description | |
---|---|---|
CollectLines ( short minLineIntensity ) : void | ||
GetMostIntensiveLines ( int count ) : AForge.Imaging.HoughLine[] | ||
InitHoughMap ( ) : void |
public GetSkewAngle ( |
||
image | Document's image to get skew angle of. | |
return | double |
public GetSkewAngle ( |
||
image | Document's image to get skew angle of. | |
rect | Image's rectangle to process (used to exclude processing of /// regions, which are not relevant to skew detection). | |
return | double |
public GetSkewAngle ( |
||
imageData | Document's image data to get skew angle of. | |
return | double |
public GetSkewAngle ( |
||
imageData | Document's image data to get skew angle of. | |
rect | Image's rectangle to process (used to exclude processing of /// regions, which are not relevant to skew detection). | |
return | double |
public GetSkewAngle ( |
||
image | Document's unmanaged image to get skew angle of. | |
return | double |
public GetSkewAngle ( |
||
image | Document's unmanaged image to get skew angle of. | |
rect | Image's rectangle to process (used to exclude processing of /// regions, which are not relevant to skew detection). | |
return | double |