文件名称:ofxPolyfit:在 openFrameworks 中执行 N 维多项式拟合
文件大小:59KB
文件格式:ZIP
更新时间:2024-07-26 01:48:31
C++
介绍 在任意维度的任意 2 个数据集之间拟合数据 简单介绍一下 ofxPolyfit。 它是一个 openFrameworks 扩展,它允许您在相同或不同维度的任何 2 个数值数据集之间进行关联。 例如,立体摄像头是 2x2D,而您想要获得 3D,因此您可以使用 ofxPolyfit 来创建 4D->3D 相关性。 特征 MD输入,ND输出 模板化(根据精度/速度要求选择 double 或 float) 面向对象的数据集(参见 pfitDataSet 和 pfitDataPoint) 简单的 ransac 实现(使用 ::RANSAC(..) 而不是 ::correlate(..) )-可能会进出使用 去做 将基础转换为更灵活/面向对象/可通信 创建可以保存/加载、与基数关联的 coeffs 类
【文件预览】:
ofxPolyfit-master
----ofxPolyFit.props(562B)
----readme.md(797B)
----ofxPolyFit_VideoExample()
--------openFrameworks-Info.plist(677B)
--------Project.xcconfig(635B)
--------src()
--------ofxPolyFit_VideoExample.xcodeproj()
--------._build(4KB)
--------addons.make(11B)
----ofxPolyFit_SimpleExample()
--------openFrameworks-Info.plist(677B)
--------Project.xcconfig(635B)
--------src()
--------._build(4KB)
--------addons.make(11B)
--------ofxPolyFit_SimpleExample.xcodeproj()
----src()
--------ofxPolyFit.h(2KB)
--------ofxPolyFit.cpp(16KB)
--------ofxPolyPlane.h(1KB)
--------ofxPolyPlane.cpp(6KB)
----.gitignore(250B)
----ofxPolyFit_LargeAllocation()
--------icon.rc(326B)
--------src()
--------ofxPolyFit_LargeAllocation.sln(1KB)
--------addons.make(12B)
--------ofxPolyFit_LargeAllocation.vcxproj(8KB)
----libs()
--------polyNfit()