Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Image processing 如何检查椭球拟合的精度?_Image Processing_Github_3d_Pattern Matching - Fatal编程技术网

Image processing 如何检查椭球拟合的精度?

Image processing 如何检查椭球拟合的精度?,image-processing,github,3d,pattern-matching,Image Processing,Github,3d,Pattern Matching,我使用椭球体配件校准了IMU的磁强计HMC5883L,如本技巧所述:。 我得到了偏移量和逆变换矩阵,分别用于校正硬铁和软铁误差。如何检查获得的偏移和变换矩阵的准确性?我试着寻找同样的方法,发现了两种方法。有一个是Adafruit的MotionCalGUI,另一个是名为PIEFACE的python程序。但是,它们都使用最小体积封闭椭球拟合,这与我使用的方法完全不同。因此,将我的方法与这两种方法中的任何一种进行比较都不是正确的方法。有没有办法让我知道结果的正确性

我使用椭球体配件校准了IMU的磁强计HMC5883L,如本技巧所述:。 我得到了偏移量和逆变换矩阵,分别用于校正硬铁和软铁误差。如何检查获得的偏移和变换矩阵的准确性?我试着寻找同样的方法,发现了两种方法。有一个是Adafruit的MotionCalGUI,另一个是名为PIEFACE的python程序。但是,它们都使用最小体积封闭椭球拟合,这与我使用的方法完全不同。因此,将我的方法与这两种方法中的任何一种进行比较都不是正确的方法。有没有办法让我知道结果的正确性