-
Notifications
You must be signed in to change notification settings - Fork 19
/
hough.cfg
22 lines (20 loc) · 1.52 KB
/
hough.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
;;;Configuration for hough transform
MaxDist 2.00 ; maximum distance between point triple
MinDist 0.10 ; minimum distance between point triple
AccumulatorMax 100 ; plane detected if cell reaches AccumulatorMax
MinSizeAllPoints 05 ; plane detection stops if only this percentage of points are left
RhoNum 100 ; number of cells in direction of rho
ThetaNum 360 ; number of cells in direction of theta
PhiNum 176 ; number of cells in direction of phi
RhoMax 5.00 ; maximum distance between planes and origin
MaxPointPlaneDist 0.050 ; maximal noise
MaxPlanes 30 ; maximum number of planes to be detected
MinPlaneSize 100 ; minimum number of points for a plane to be still considered
MinPlanarity 0.300 ; minimum for the smallest eigenvalue after plane fitting
PlaneRatio 0.5 ; consider planes with a counter higher than PlaneRatio*MaxCounter
PointDist 0.050 ; threshold for region growing
PeakWindow false ; true if sliding window for peak detection is desired
WindowSize 8 ; side length of sliding window
TrashMax 20 ; number of not considerd planes before abort
AccumulatorType 1 ; Array 0, Ball 1, Cube 2, BallI 3
PlaneDir data