登录
首页 » matlab » 图像校正

图像校正

于 2020-04-24 发布
0 245
下载积分: 1 下载次数: 6

代码说明:

说明:  toolbox_calib图像畸变矫正工具箱(Image distortion correction toolbox)

文件列表:

图像校正, 0 , 2017-08-23
图像校正\Compile, 0 , 2017-08-17
图像校正\Compile\Demo.m, 404 , 2017-08-17
图像校正\Compile\Images, 0 , 2017-08-17
图像校正\Compile\Images\test1.jpg, 85342 , 2017-08-16
图像校正\Compile\Images\test2.jpg, 129373 , 2017-08-16
图像校正\Compile\Images\test3.jpg, 113145 , 2017-08-16
图像校正\Compile\Images\test3_c.jpg, 74742 , 2017-09-17
图像校正\Compile\Images\test4.jpg, 109951 , 2017-08-16
图像校正\Compile\Images\test5.jpg, 129249 , 2017-08-16
图像校正\Compile\Images\test5_c.jpg, 76920 , 2017-08-17
图像校正\Compile\Images\test6.jpg, 121666 , 2017-08-16
图像校正\Compile\Images\test6_c.jpg, 68772 , 2017-08-17
图像校正\Compile\imageCorrect0.p, 1386 , 2017-08-17
图像校正\Compile\imageCorrect1.p, 1954 , 2017-08-17
图像校正\Compile.m, 38 , 2017-08-17
图像校正\Demo.m, 404 , 2017-08-17
图像校正\Images, 0 , 2017-08-17
图像校正\Images\test1.jpg, 85342 , 2017-08-16
图像校正\Images\test1_c.jpg, 67087 , 2017-08-17
图像校正\Images\test2.jpg, 129373 , 2017-08-16
图像校正\Images\test2_c.jpg, 75971 , 2017-08-17
图像校正\Images\test3.jpg, 113145 , 2017-08-16
图像校正\Images\test3_c.jpg, 74742 , 2017-08-17
图像校正\Images\test4.jpg, 109951 , 2017-08-16
图像校正\Images\test4_c.jpg, 83602 , 2017-08-17
图像校正\Images\test5.jpg, 129249 , 2017-08-16
图像校正\Images\test5_c.jpg, 76920 , 2017-08-17
图像校正\Images\test6.jpg, 121666 , 2017-08-16
图像校正\Images\test6_c.jpg, 68772 , 2017-08-17
图像校正\Source, 0 , 2018-11-27
图像校正\imageCorrect0.m, 7036 , 2017-08-17
图像校正\imageCorrect0.p, 1386 , 2017-08-17
图像校正\imageCorrect1.m, 10639 , 2017-08-17
图像校正\imageCorrect1.p, 1954 , 2017-08-17
图像校正\图形识别去定位坐标点.docx, 726785 , 2017-08-16

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

发表评论

0 个回复

  • narrowband
    说明:  水平集图像分割方法中的窄带技术的MATLAB代码实现(Level set image segmentation methods narrowband technology MATLAB code)
    2008-10-02 10:04:49下载
    积分:1
  • SplitBregmanTVdenoising1
    Split Bregman算法 各向同性,各向异性 图像去噪(Split Bregman algorithm TV model image denoising)
    2018-06-01 11:19:17下载
    积分:1
  • 修复
    说明:  应用DCT字典和KSVD学习字典,对图像进行简单的修复,可行性较高,速度不是很快。(Simple image restoration is feasible and not very fast.)
    2020-06-28 20:00:01下载
    积分:1
  • camshift
    使用camshift方法进行运动目标跟踪,(修改了网上原有的camshift算法里的一些bug)(moving object tracking by camshift method,(modification edition of the original code on the web))
    2010-10-14 09:49:33下载
    积分:1
  • kalmanXYZT.m
    卡尔曼滤波(扩展方法)定时定位,自己编写调试。(Kalman filter (extension methods) time positioning, write your own debugging.)
    2013-10-11 21:38:40下载
    积分:1
  • jiebian_jiami_K
    雷达波形捷变联合数字水印单目标抑制算法研究(Radar jamming, radar waveform modulation frequency-agile multi-target anti-interference)
    2021-03-08 16:29:28下载
    积分:1
  • dcm
    实现dicom图像的窗宽窗位调节和边缘提取(Window width adjustment and edge extraction of DICOM image)
    2021-03-09 20:29:27下载
    积分:1
  • extract-len-of-a-paper
    用matalab编译的,求取 车牌图像的方法,很实用下载后 导入目标图像即可(The compiler with matalab, and calculate the license plate image, the method of practical import target image after download )
    2013-03-19 20:54:23下载
    积分:1
  • binary-video
    学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe input.avi 50 output.avi ) 这里的二值化有两种选择,可以手动收入阈值,也可以直接用OTSU算法的较优阈值直接二值化。(Learn to use OpenCV, for some color video input, with the OpenCV following functions or requirements: 1. Each frame of the input video images are binarized using the same threshold value 2. superposed on the binarized image of each frame containing the copyright on the number and the name of their own learning subtitles other information 3. During processing, real-time display after processing each frame 4. All of these binarized image by synthesizing the video output of a video sequence of the original document, the original input composite video playback speed twice 5. made the following command line format, xxx.exe input video file name binary threshold value of the output video file name (eg MyBiVideo.exe input.avi 50 output.avi) Here there are two binary choice, you can manually income thresholds, you can directly use the optimum direct binarization threshold through OTSU algorithm.)
    2015-01-30 16:15:09下载
    积分:1
  • snakes
    matlab开发的一些关于基于GVF的图像分割算法,(matlab developed some of the GVF-based image segmentation algorithm,)
    2007-07-29 11:53:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载