登录
首页 » Visual C++ » circlefitting

circlefitting

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

  • StereoVision-master
    双目相机的三维重建程序,包含两个相机的标定,极线校正,图像匹配,三维重建(Binocular camera reconstruction program, including calibration of the two cameras, pole line correction, image matching, 3D reconstruction)
    2021-04-25 22:48:45下载
    积分:1
  • HistDemoA
    数字图像处理实验——直方图的均衡化,打开图像并实现其均衡化(Digital image processing experiments- histogram equalization, open the image and realize its equalization)
    2014-06-07 00:05:05下载
    积分:1
  • BasicProcessing
    能比较全面的图像处理系统。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码(can more comprehensive image processing system. Main contents include : bitmap based, image display, image geometry transformation, gray transform, image smoothing, image sharpening and edge detection, image segmentation and measurement, image morphology, Image Transform and application processing, image synthesis, 24-bit color image processing, JPEG image compression coding)
    2006-11-03 16:41:45下载
    积分:1
  • vbimageerzhua
    说明:  用VB做的图像二值化的代码,希望能对大家有帮助(vb image test)
    2010-03-22 12:36:03下载
    积分:1
  • SCU_S082167
    《基于计算机视觉的普适性三维重建方法研究》源代码,实现了一种将二维图像重建成三维场景的方法。(Source code of <General Sense Three-Dimension Reconstruction Research Based on Computer Vision>, a technique which can convert 2D images into 3D sence.)
    2020-11-30 10:59:28下载
    积分:1
  • Normal_estimation
    基于PCL的估算散乱点云的法矢量,并进行颜色渲染显示(estimation of normal vectors for point clouds and color rendering display based on PCL)
    2018-03-16 21:10:32下载
    积分:1
  • Feature-point-extraction
    使用GDAL库,用于遥感影像的特征点提取(Using the GDAL library, used for remote sensing image feature point extraction)
    2011-12-25 15:11:45下载
    积分:1
  • MARK_Dehaze
    2009年CVPR最佳论文《Single image haze removal using dark channel prior》暗原色图像去雾的算法实现。与原文不同的是本程序没有完成最后matting细化效果的部分,但仍能够达到视觉上可以接受的去雾效果。计算机视觉课程作业。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。(CVPR 2009 Best Paper " Single image haze removal using dark channel prior" to the dark fog of the primary image algorithm. The difference is that with the original program did not complete the final matting refinement part,yet haze-removal result is visually acceptable. Visual course work. This project runs under VS2008 with OpenCV. Double click the exe file under Debug folder to check the final result.)
    2011-08-10 16:46:35下载
    积分:1
  • Computergraphics
    英文原本经典计算机图形学教程,PPT格式,很好的学习材料和上课资料(English was the classic computer graphics course, PPT format, good learning materials and school information)
    2009-06-05 19:45:22下载
    积分:1
  • image-enlarge
    可以自行选择将图片放大或缩小到一定的倍数。(Can select the picture to zoom in or out to a certain multiple of.)
    2013-03-23 11:38:20下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载