码迷,mamicode.com
首页 >  
搜索关键字:常用的代码算法    ( 1个结果
最小二乘法拟合平面。
本文采用了opencv的一些函数来对平面进行拟合。 //Ax+by+cz=D void cvFitPlane(const CvMat* points, float* plane){ // Estimate geometric centroid. int nrows = points->rows; int ncols = points->cols; int type = point...
分类:其他好文   时间:2015-05-28 16:18:18    阅读次数:552
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!