登录
首页 » matlab » 图像校正

图像校正

于 2020-04-24 发布
0 251
下载积分: 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 个回复

  • wavepack-change
    强大的小波包分析程序,将信号分频分析,在感兴趣的频率域内抽取信号信息。(Powerful wavelet packet analysis procedures, the signal of frequency analysis, frequency domain of interest extracted signal information.)
    2013-08-20 08:59:42下载
    积分:1
  • matlab运算
    最简单的进行两图像的加减和异或,同或,运算。(The simplest operation is to add and subtract two images, and to add and subtract two images.)
    2019-02-27 15:56:16下载
    积分:1
  • mirror
    对图像进行镜像处理,是最基本的图像处理操作(Mirror image is the most basic image processing operations )
    2012-05-13 20:04:04下载
    积分:1
  • OpenTiff
    实现了20000*20000以上的大tiff格式遥感图像的读写和显示,用于遥感图像处理(Achieve a 20,000* 20,000 or more large remote sensing image tiff format to read and write and display for remote sensing image processing)
    2013-08-20 13:35:27下载
    积分:1
  • doublemeter
    圆形图表的处理,包括大圆套小圆,双指针,针对设计仪表的初学者很有帮助(Treatment of circular charts, including the great circle sets of small round, double pointer, very helpful for beginners instrument design)
    2010-12-26 13:56:03下载
    积分:1
  • bilinear_zoom
    说明:  利用双线性插值法,来对图像进行放大或者缩小的操作(Bilinear interpolation is used to enlarge or shrink the image)
    2020-05-04 14:12:54下载
    积分:1
  • BPM-image--c
    数​ 字​ 图​ 像​ 处​ 理​ 中​ 的​ b​ p​ m​ 图​ 像​ 读​ 取(Digital image processing of the image b p m reading)
    2014-05-05 11:02:44下载
    积分:1
  • contract
    主要是利用对比增强来处理图像 利用了模糊集以及模糊熵理论 (The main use of contrast enhancement to the image processing using fuzzy sets and fuzzy entropy theory )
    2021-01-27 12:08:35下载
    积分:1
  • ostufish
    ostu与鱼群算法相结合,并且用matlab实现(ostu algorithm combined with the fish, and using matlab)
    2021-03-01 11:09:35下载
    积分:1
  • 24BMP256ColorGray
    本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.(Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the process: Open the image file, locate the data area (3 bytes per pixel on behalf of a R, G, B values), cyclic scan, according to the weight of RGB, gray value is calculated. If you want to get 256 colors grayscale, would create a new palette, modify the header and file header information.)
    2020-07-01 01:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载