Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 342 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 342 Bytes

stats_outlier

Simple demonstrations of some means to remove outliers, mostly for personal edification. Feel free to use as inspiration for whatever your needs may be.

You can build the examples using the typical CMake workflow.

Mean Absolute Deviation (MAD)

Demonstratied in src/mad.cpp

RANSAC

Demonstrated in src/ransac.cpp