登录
首页 » Visual C++ » circlefitting

circlefitting

于 2020-09-09 发布 文件大小:183KB
0 276
下载积分: 1 下载次数: 216

代码说明:

  最小二乘法拟合圆vc实现,最小二乘法(least squares analysis)是一种 数学 优化 技术,它通过 最小化 误差 的平方和找到一组数据的最佳 函数 匹配。 最小二乘法是用最简的方法求得一些绝对不可知的真值,而令误差平方之和为最小。(least squares fitting round vc realized, least-squares method (least squares analysis) is a mathematical optimization techniques, It error by minimizing the square and a group of data to find the best matching function. Least-squares method is the most simple method to derive absolutely true value unknown, and so the sum of squared errors to the minimum.)

文件列表:

最小二乘法的圆曲线拟合

......................\ChildFrm.cpp
......................\ChildFrm.h
......................\FastHitTest.cpp
......................\FastHitTest.h
......................\GDI%2BFiles
......................\.........\GdiPlus.h
......................\.........\GdiPlus.lib
......................\.........\GdiPlusBase.h
......................\.........\GdiPlusBitmap.h
......................\.........\GdiPlusBrush.h
......................\.........\GdiPlusCachedBitmap.h
......................\.........\GdiPlusColor.h
......................\.........\GdiPlusColorMatrix.h
......................\.........\GdiPlusEnums.h
......................\.........\GdiPlusFlat.h
......................\.........\GdiPlusFont.h
......................\.........\GdiPlusFontCollection.h
......................\.........\GdiPlusFontFamily.h
......................\.........\GdiPlusGpStubs.h
......................\.........\GdiPlusGraphics.h
......................\.........\GdiPlusHeaders.h
......................\.........\GdiPlusimageAttributes.h
......................\.........\GdiPlusImageCodec.h
......................\.........\GdiPlusImaging.h
......................\.........\GdiPlusInit.h
......................\.........\GdiPlusLineCaps.h
......................\.........\GdiPlusMatrix.h
......................\.........\GdiPlusMem.h
......................\.........\GdiPlusMetaFile.h
......................\.........\GdiPlusMetaHeader.h
......................\.........\GdiPlusPath.h
......................\.........\GdiPlusPen.h
......................\.........\GdiPlusPixelFormats.h
......................\.........\GdiPlusRegion.h
......................\.........\GdiPlusStringFormat.h
......................\.........\GdiPlusTypes.h
......................\IPLab.aps
......................\IPLab.clw
......................\IPLab.cpp
......................\IPLab.dsp
......................\IPLab.dsw
......................\IPLab.h
......................\IPLab.ncb
......................\IPLab.opt
......................\IPLab.plg
......................\IPLab.rc
......................\IPLabDoc.cpp
......................\IPLabDoc.h
......................\IPLabView.cpp
......................\IPLabView.h
......................\MainFrm.cpp
......................\MainFrm.h
......................\QGdiPlus.h
......................\ReadMe.txt
......................\res
......................\...\icon1.ico
......................\...\IPLab.ico
......................\...\IPLab.rc2


......................\...\r16.bmp
......................\...\Toolbar.bmp
......................\resource.h
......................\StdAfx.cpp
......................\StdAfx.h
......................\ViewActionBase.cpp
......................\ViewActionBase.h
......................\ViewActionEditTool.cpp
......................\ViewActionEditTool.h
......................\ViewActionImageTool.cpp
......................\ViewActionImageTool.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • circle
    一个会动得圆,让学习的人更好的了解C++知识,是最基本的知识,学习工程的基本入门。(Will get round a move, so who better to learn about C++ knowledge, is the most basic knowledge, basic engineering study entry.)
    2011-08-17 17:47:38下载
    积分:1
  • sar影小波去噪
    说明:  雷达遥感图像的小波去噪程序,可有效去除噪声(radar remote sensing image wavelet denoising procedures, which can effectively remove noise)
    2005-10-19 20:02:39下载
    积分:1
  • GMS-Feature-Matcher-master
    说明:  利用GMS对特征点匹配进行约束,降低误匹配率,代码包含python版本,C++版本,matlab版本。(GMS is used to constrain the matching of feature points to reduce the error matching rate. The code includes Python version, C + + version and Matlab version.)
    2021-05-06 16:31:53下载
    积分:1
  • visual-cPP-image-process
    数字图像处理诸多算法源代码,图像处理的同学可以下载下来看看,适合初学者。(c++ code of digital image process )
    2012-03-16 16:52:53下载
    积分:1
  • 11
    说明:  LSA的第一步是要去创建词到标题(文档)的矩阵。在这个矩阵里,每一个索引词占据了一行,每一个标题占据一列。每一个单元(cell)包含了这个词出现在那个标题中的次数。例如,词”book”出现在T3中一次,出现在T4中一次,而”investing”在所有标题中都出现了一次。一般来说,在LSA中的矩阵会非常大而且会非常稀疏(大部分的单元都是0)。这是因为每个标题或者文档一般只包含所有词汇的一小部分。更复杂的LSA算法会利用这种稀疏性去改善空间和时间复杂度。(The Little Book of Common SenseInvesting: The Only Way to Guarantee Your Fair Share of StockMarket Returns ,)
    2015-12-23 20:26:03下载
    积分:1
  • -DOA
    利用DOA和TOA对运动辐射源的单舰无源定位(Using a single passive location DOA and TOA ship moving emitter)
    2021-01-16 13:58:45下载
    积分:1
  • TTsaidemarcats
    Tsai标定算法,用用于图像标定的,可以使用 (Tsai calibration algorithm used for image calibration, you can use)
    2012-09-15 19:07:10下载
    积分:1
  • Kinect_DepthCanny
    用kinect获取3D图像,并从3D图像中用OpenCV方法从深度图中获取梯度边缘,从而得到更多信息,做后续处理(Get with kinect 3D images, and get the edge gradient from the depth map from a 3D image using OpenCV method to obtain more information, do follow-up treatment)
    2014-02-21 21:19:53下载
    积分:1
  • KNearestclass
    使用K近邻算法对一个2维德样本集进行分类,样本集的分布为混合高斯分布。(K nearest neighbor to use a 2 Verde sample set for classification, the distribution of sample set for mixed Gaussian distribution.)
    2008-06-25 04:50:13下载
    积分:1
  • main
    利用形态学,霍夫(Hough)变换,实现畸变QR码的4个角点的定位。(To correct the distortion of the QR code,use morphology operation, Hough transform, to locat the positioning of the four corner points)
    2012-03-14 15:17:57下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载