Classes | |
class | LinearLeastSquaresModel |
class | PlaneLeastSquaresModel |
Functions | |
def | random_partition |
def | ransac |
def | test |
def | testPlane |
def | testPlanePointcloud |
Variables | |
string | TEST_FOLDER = '/home/jokerman/svn/robot1_data/usr/martin/laser_camera_segmentation/labeling' |
Optional imports below import processor [Both only for testing obsolete dataset, testPlanePointcloud() ] import configuration import pylab; import sys. |
def ransac.random_partition | ( | n, | |
n_data | |||
) |
def ransac.ransac | ( | data, | |
model, | |||
n, | |||
k, | |||
t, | |||
d, | |||
debug = False , |
|||
return_all = False |
|||
) |
def ransac.test | ( | ) |
def ransac.testPlane | ( | ) |
def ransac.testPlanePointcloud | ( | ) |
string ransac::TEST_FOLDER = '/home/jokerman/svn/robot1_data/usr/martin/laser_camera_segmentation/labeling' |
Optional imports below import processor [Both only for testing obsolete dataset, testPlanePointcloud() ] import configuration import pylab; import sys.