fpcorcoran / PyCESat2

PyCESAT2 Python Library for reading, processing, and visualizing ATL03 data from NASA's ICESat-2 ATLAS space borne LiDAR
MIT License
10 stars 4 forks source link

RANSAC Improvements #19

Closed fpcorcoran closed 4 years ago

fpcorcoran commented 4 years ago

RANSAC needs more functionality:

1) inlier threshold

2) mask inliers

(Should ransacked beam be its own class - inherit from BeamObject?)

fpcorcoran commented 4 years ago

Closed by branch 9-Ransac-Improvements