登录
首页 » Visual C++ » circlefitting

circlefitting

于 2020-09-09 发布 文件大小:183KB
0 290
下载积分: 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 个回复

  • ImagePCA
    该类计算图像的主分量,特征值,特征向量,并且使用主分量重构.(The main components of such calculation of the image, feature values, feature vectors, and the use of principal component reconstruction.)
    2009-11-03 09:43:45下载
    积分:1
  • peppernoise-cpp
    在图像中加入椒盐噪声的源代码,编译后的可执行文件须带参数运行(the image Salt and Pepper to the noise source, the compiled executable file parameters required to bring Operation)
    2006-10-13 13:36:45下载
    积分:1
  • NCC
    说明:  采用积分图算法的归一化互相关匹配,大大减少了计算时间。(Normalized cross correlation matching)
    2020-04-09 14:08:09下载
    积分:1
  • DE
    说明:   最简单的差分格式有向前、向后和中心3种。 向前差分:f (n)=f(n+1)-f(n) 向后差分:f (n)=f(n)-f(n-1) 中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers. Forward differencing: f (n) = f (n+ 1)-f (n) Backward difference: f (n) = f (n)-f (n-1) Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
    2016-05-17 21:08:01下载
    积分:1
  • ImageHistogramEqualization
    说明:   vc代码,用于图像直方图均衡(以原始girl图像为测试图像) (vc code, for image histogram equalization (in the original girl image for the test images))
    2010-03-28 09:42:18下载
    积分:1
  • MyDialog
    AutoCAD二次开发的图像处理代码,对彩色图像进行区域生长,然后提取边界,实现图像分割.(AutoCAD second development of image processing code, color images of regional growth, and then extract the boundary, realize image segmentation.)
    2007-09-18 14:18:42下载
    积分:1
  • fuse
    基于肤色的图像分割,是用matlab实现的,希望大家有用(Image segmentation based on skin color is achieved with matlab, I hope it would be useful)
    2011-06-08 21:21:50下载
    积分:1
  • LineTrans
    线性变换,如图像的拉伸变换等,调试通过,简单易学(Linear transformation, such as image stretching transformation, debugging through easy to learn)
    2012-02-23 22:19:01下载
    积分:1
  • PP
    基于SIFT+Kmeans+LDA的图片分类器的实现源码。 博文参考:http://www.cnblogs.com/freedomshe/archive/2012/04/24/2468747.html(The pictures classifier based on SIFT, Kmeans and LDA. Blog Reference: http://www.cnblogs.com/freedomshe/archive/2012/04/24/2468747.html)
    2012-07-26 15:34:58下载
    积分:1
  • liver_ultr
    Abstract—Noninvasive ultrasound imaging of carotid plaques allows for the development of plaque-image analysis methods associated with the risk of stroke. This paper presents several plaqueimage analysis methods that have been developed over the past years. The paper begins with a review of clinical methods for visual classification that have led to standardized methods for image acquisition, describes methods for image segmentation and denoizing, and provides an overview of the several texture-feature extraction and classification methods that have been applied. We provide a summary of emerging trends in 3-D imaging methods and plaque-motion analysis. Finally, we provide a discussion of the emerging trends and future directions in our concluding remarks.
    2013-10-28 12:36:04下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载