ClearImage .NET API
ReconstructLines Method (ImageEditor)





Inlite.ClearImageNet Namespace > ImageEditor Class : ReconstructLines Method
Identifies orientation of reconstructed lines
Find and straighten image lines
Syntax
'Declaration
 
Public Sub ReconstructLines( _
   ByVal dir As LineDirection _
) 
'Usage
 
Dim instance As ImageEditor
Dim dir As LineDirection
 
instance.ReconstructLines(dir)
public void ReconstructLines( 
   LineDirection dir
)
public procedure ReconstructLines( 
    dir: LineDirection
); 
public function ReconstructLines( 
   dir : LineDirection
);
public:
void ReconstructLines( 
   LineDirection dir
) 

Parameters

dir
Identifies orientation of reconstructed lines
Remarks
Lines are identified based on the values of lineCurvature, lineMinLength, lineMaxGap  and lineMaxAngle  properties. After lines are deleted straight lines of same length, thickness and angle are drawn on the image.
See Also

Reference

ImageEditor Class
ImageEditor Members