forked from elliotwoods/ofxPolyfit
-
Notifications
You must be signed in to change notification settings - Fork 0
perform N dimensional polynomial fits in openFrameworks
readydestroy/ofxPolyfit
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
ofxPolyFit Fit data between any 2 datasets of arbitrary dimensionality Just a quick note to introduce ofxPolyfit. It’s an openFrameworks extension which allows you to correlate between any 2 numerical datasets of the same or different dimensionality. e.g. a stereo cam is 2x2D, and you want to get 3D, so you could use ofxPolyfit to create your 4D->3D correlation. Features: * MD input, ND output * templated (choose double or float depending on accuracy / speed requirementes) * Object oriented datasets (see pfitDataSet<T> and pfitDataPoint<T>) * Simple ransac implementation (use ::RANSAC(..) instead of ::correlate(..) ) TODO: * convert bases to be more flexible / OO / communicable * create coeffs class that can save / load, associates with bases
About
perform N dimensional polynomial fits in openFrameworks
Resources
Stars
Watchers
Forks
Packages 0
No packages published