Skip to content

Quick demonstration of removing outliers using the Median Absolute Deviation and RANSAC

License

Notifications You must be signed in to change notification settings

sarcasticnature/stats_outlier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Quick demonstration of removing outliers using the Median Absolute Deviation and RANSAC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published