Sample Consensus
The following models are supported: SACMODEL_PLANE - used to determine plane models. The four coefficients of the plane are its Hessian Normal form : [ normal_x normal_y normal_z d ] SACMODEL_LINE - used to determine line models. The six coefficients of the line are given by a point on the line and the direction of the line as: [ point_on_line.x point_on_line.y point_on_line.z line_direction.x line_direction.y line_direction.z ] SACMODEL_CIRCLE2D - used to determine 2D circles in a plane. The circle's three coefficients are given by its center and radius as: [ center.x center.y radius ]