登录
首页 » matlab » distortion

distortion

于 2021-03-01 发布 文件大小:79KB
0 374
下载积分: 1 下载次数: 31

代码说明:

  一种利用图像中直线特征的方法来标定摄像机畸变参数的方法。该方法提取图像中多组不同方向的平行直线,并对其利用非线性最小二乘方法进行优化以得到最优的畸变参数,在优化过程中,采用多步渐进的策略。该方法不需要已知三维世界坐标,易于实现。实验表明,该方法有较高的准确率。(A camera lens distortion method is proposed, which uses the straight line features. Many parallel lines of different direction were extracted, and then were used to optimize the distortion parameters by nonlinear least square. The thought of step by step was added when the optimization method working. 3D world coordination is not need to know, and the method is easy to implement. The experiment result shows its high accuracy.)

文件列表:

distortion




..........\canny.m,2333,2006-04-30
..........\crookedness.m,3180,2007-01-14
..........\distort_main.m,2559,2012-09-04
..........\drawedgelist.m,2468,2007-05-03
..........\edgelink.m,7646,2006-04-30
..........\edgelistlenscorrect.m,2620,2006-04-29
..........\edgelist_lenscorrect.m,938,2007-01-16
..........\fitline.m,3152,2006-04-30
..........\hysthresh.m,2218,2006-04-30
..........\imlenstransform.m,6882,2007-01-15
..........\implace.m,2927,2006-04-30
..........\imwritesc.m,1641,2006-04-30
..........\lensparam.m,8712,2007-01-15
..........\Lens_Parameter.m,5715,2007-05-03
..........\lineseg.m,4398,2006-04-30
..........\maxlinedev.m,2110,2006-04-30
..........\mergeseg.m,5640,2006-04-30
..........\nonmaxsup.m,6586,2006-04-30
..........\removenan.m,1035,2006-04-30
..........\show.m,3345,2006-04-30

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

发表评论

0 个回复

  • motionTracking
    一个基于帧间差分的目标跟踪matlab源代码,解压后可直接运行,对学习跟踪有重大帮助(Frame difference of a target tracking based on matlab source code, extract can be directly run a major help in learning track)
    2010-10-27 10:56:32下载
    积分:1
  • feikuai
    可以设置图像分块的大小和分块数,然后来分块保存图像到文件目录下面(You can set the size of the image sub-block and sub-blocks, and then to block to save the image to a file directory)
    2009-10-16 18:39:53下载
    积分:1
  • IVS
    打开一个图像或者视频文件,相应的轮廓检测功能,视频运动物体的跟踪功能(applications on image,tracking objects in the video)
    2010-11-22 21:46:29下载
    积分:1
  • voxelizer-v1.1
    这个Matlab程序,可以从.OBJ文件中读取三维模型,并转换成单元体表示。同时提供了一个绘图plot函数,来可视化三维物体。 (The Matlab program can be. OBJ file to read three-dimensional model, and converted into cell precursors express. At the same time provides a mapping function plot to visualization of three-dimensional objects.)
    2021-05-13 23:30:02下载
    积分:1
  • zernike
    矩不变量,适用于图像匹配,数字水印,图像重建(Moment invariants, applicable to the image matching, digital watermarking, image reconstruction)
    2010-12-03 10:25:23下载
    积分:1
  • spfilt1
    首先生成如下形式的图片:图中的白条为7象素宽,210象素高,白条间的宽度为17象素。 应用多种滤波器进行处理:算术均值,几何均值,谐波均值,逆谐波均值,中值滤波,中点滤波,最大值、最小值滤波等。注意,需改变模板大小。详细比较上述的结果,并分析原因。 (First generation following form images: figure IOUs 7 pixels wide, 210 pixels high, the width is 17 pixels between IOUs. Using a variety of filters for processing: the arithmetic mean, geometric mean, harmonic mean, inverse harmonic mean, median filtering, filtering midpoint, maximum, minimum filtering. Note that the need to change the template size. A detailed comparison of these results and analyze the reasons.)
    2013-12-03 16:17:19下载
    积分:1
  • tuxiangchuli
    钢板表面质量检测中,图片是否有拉伸的监测和分析程序(Steel plate surface quality detection, image whether the stretching of the monitoring and analysis program )
    2012-06-30 09:22:31下载
    积分:1
  • OTSUMultiThre
    1.本程序功能包含显示直方图,OTSU的单值分割,OTSU的二值分割,OTSU的三值分割 2.在OTSU的分割时,通常情况下我们是通过类间方差得到一个分割阈值,但是有时候我们需要得到各灰度级别的目标,那么采取多值分割是 很必要的,通过改进得到OTSU的多值分割方法 3.本程序另外还有显示直方图,计算程序运行时间,处理结果以新的窗口显示等细节,这部分适合MFC初学者。(1. This procedure shows the histogram feature, OTSU single segmentation, OTSU binary segmentation, OTSU three segmentation 2. OTSU segmentation, it is usually the case we are through the between-cluster variance by a partition threshold , but sometimes we need to be the gray level of the target, then the multi-segmentation is necessary, through improved access to multi-OTSU segmentation methods 3. This procedure in addition to show the histogram to calculate run time, treatment the results of a new window display the details of this part of MFC for beginners.)
    2009-02-06 14:55:41下载
    积分:1
  • gray2rgb
    将颜色图像的色彩迁移到灰度图像中,采用的算法为welsh算法,有较好的效果;该程序是在VC++6.0的环境下调试实现的,能将颜色图像的颜色较好的迁移到灰度图像中.(Migration of the color image to gray image in color, using the algorithm for the welsh algorithm, better results the program in VC++6.0 environment debugging to achieve, can color the better the color of the image transfer to the gray image.)
    2010-05-06 10:26:09下载
    积分:1
  • CNN 可用
    卷积神经网络(Convolutional Neural Network)是一个专门针对图像识别问题设计的神经网络。它模仿人类识别图像的多层过程:瞳孔摄入像素;大脑皮层某些细胞初步处理,发现形状边缘、方向;抽象判定形状(如圆形、方形);进一步抽象判定(如判断物体是气球)。(Convolutional neural network is a neural network specially designed for image recognition. It imitates the multi-layer process of human recognition image: pupil ingestion of pixels; some cells in the cerebral cortex preliminary processing to find shape edges and directions; Abstract judgment of shape (such as circles and squares); and further Abstract judgment (such as judging objects are balloons).)
    2020-06-17 07:40:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载