22 lines
1.5 KiB
INI
22 lines
1.5 KiB
INI
;;;Configuration for hough transform
|
|
|
|
MaxDist 500 ; maximum distance between point triple
|
|
MinDist 50 ; minimum distance between point triple
|
|
AccumulatorMax 50 ; plane detected if cell reaches AccumulatorMax
|
|
MinSizeAllPoints 20 ; plane detection stops if only this percentage of points are left
|
|
RhoNum 300 ; number of cells in direction of rho
|
|
ThetaNum 360 ; " " " " " " theta
|
|
PhiNum 176 ; " " " " " " phi
|
|
RhoMax 1500 ; maximum distance between planes and origin
|
|
MaxPointPlaneDist 10.0 ; maximal noise
|
|
MaxPlanes 5 ; maximum number of planes to be detected
|
|
MinPlaneSize 100 ; minimum number of points for a plane to be still considered
|
|
MinPlanarity 0.05 ; minimum for the smallest eigenvalue after plane fitting
|
|
PlaneRatio 0.5 ; consider planes with a counter higher than PlaneRatio*MaxCounter
|
|
PointDist 5.0 ; 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 2 ; Array 0, Ball 1, Cube 2, BallI 3
|
|
PlaneDir dat/planes/
|
|
|