__header__

Description

From a set of points defines 1 or more lines

Inputs

CIFViewer

The Viewer to display the found geometries

Points

The input points

Parameters

Angle Bin Size

for Hough the Angle Bin Size - In degrees

R Bin Size

The line distance bin size (Rho)

SeekAngleMid

The mid point of the desired angle of the sort lines

SeekAngleRange

the Range of angle to sek the desired lines. Based on the mid point

MaxCount

The Max number of lines requested

DefineThreshold(Hough Sensitivity)

From the hough image the sensitivity ie min count for a lie candidate.
the can be lower than the final number of points that are found to fit a line

BlockAngle
BlockRho

After a line is found this part of the Hough imnage is blocked out

LineFitMinNbPoints

After a line candidate is found, the routine loop through the points to find those points that belong to this line. To qualify this minimum number need to be found

LineFitMinDist

A point nned to be within this distance to the line

Sort

not yet implements

Geometries

The return lines

PointSets

The return point set belonging to each line

Points

the return points

CountLines
CountPts

Count of line/ points found

RenderStyleLines
RenderStylePts

The render style

RefreshViewer

__footer__