-
matlab 处理
对图中微流道各个形状模块进行分割,并计算了微流道的宽度,还有入射光钎到接受光纤的距离。(The specific module is divided and the length and width are calculated.)
- 2017-12-26 10:33:27下载
- 积分:1
-
OpenSURF_version1c
基于SURF算法的图像拼接程序,执行效率高于SIFT算法(Executive efficient than SIFT algorithm based on the the SURF algorithm of image stitching procedure)
- 2020-09-07 18:18:03下载
- 积分:1
-
FUSION
提出了基于小波变换的图像融合方法,并分析了可见光与红外图像的融合结果(An image fusion method based on wavelet transform is proposed, and the fusion results of visible and infrared images are analyzed.)
- 2018-03-20 22:30:15下载
- 积分:1
-
count-rice
本程序可以使用图像处理算法对图片进行处理,对于一个含有各种物体的图片,如米粒,可以计算物体的个数。使用前请配置好opencv环境。希望对大家学习图像处理和opencv有所帮助...(This procedure can use the image processing algorithm for processing images for a picture with a variety of objects, such as a grain of rice, can calculate the number of objects. Configured before use opencv environment. We would like to learn opencv image processing and help ...)
- 2009-04-23 16:05:57下载
- 积分:1
-
calibration
上传程序为利用vc编写的近景摄影测量程序,包括影像匹配,基本矩阵生成,核显影像生成等等。(Upload the program for the use of close-range photogrammetry vc written procedures, including image matching, basic matrix generation, nuclear generation, and so was the image.)
- 2016-10-06 20:23:51下载
- 积分:1
-
遥感影像分类的matlab实现Image_Classify
遥感影像分类的matlab实现(源码+图像)。以及分类后评价(总体精度、Kappa系数、混淆矩阵)。(Remote Sensing Image Classification of matlab implementation (source code+ images). After the evaluation and classification (overall accuracy, Kappa coefficient, confusion matrix).)
- 2020-11-23 10:09:34下载
- 积分:1
-
matlab代码实现三维画图.zip
基于matlab的各种三维画图,种类比较齐全(All kinds of three-dimensional drawings based on MATLAB are quite complete)
- 2018-09-29 09:38:43下载
- 积分:1
-
jizhong_jibuzhong
几种图像分割的程序,主要包括(1)击中与击不中(2)骨架与细化(3)使用顶帽变换(4)使用重构删除复杂图片的背景(5)重构(some program of image segment)
- 2011-09-26 15:09:31下载
- 积分:1
-
tuxiangronghe
:介绍了一种基于小波变换的图像融合算法,它利用像素邻域平均梯度作为选择依据,对小
波变换后的高频系数进行选择,再逆变换完成图像融合.通过对红外热图与可见光图像的融合实验表明:
基于小波系数区域平均梯度的融合能使红外热图更加清晰,融合的图像光谱变异性较小,图像效果较好(: This paper presents a wavelet-based image fusion algorithm, which uses an average gradient of pixel neighborhood as selected on the basis of high frequency coefficients of wavelet transform to choose, and then inverse transform of image fusion. Through the infrared image and visible image fusion experiments show that: Based on the average gradient of wavelet coefficients of the regional integration of thermal infrared images can be more clarity, variability in integrated spectrum of images smaller, better image)
- 2011-01-24 14:40:22下载
- 积分:1
-
JPEGCompression
说明: 编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1