mrdja.ransaclp

Functions

get_lines_and_number_inliers_from_ransac_data_from_file

get_lines_and_number_inliers_ordered_by_number_inliers

Gets the lines and number of inliers ordered by number of inliers from ransac data previously extracted.

get_n_percentile_from_list_sse_plane

Gets the list of elements in which sse is below the n percentile from a list of sse and planes.

get_ordered_list_sse_plane

Gets a list of the sse (sum of squared errors) of the planes built from the best pairs of lines, along with the planes.

get_ransac_data_from_filename

Gets the ransac data from a file.

get_ransac_data_from_np_points

Gets the ransac data from a file.

get_ransac_data_from_np_points_cuda

Gets the ransac data from a file.

get_ransaclp_data_from_filename

Gets the ransaclp data from a file.

get_ransaclp_data_from_np_points

Gets the ransaclp data from a file.