-
US Test
说明: 本代码可以载入超声图像,然后通过标注连通区域,自动截取最大连通区域对应的图像部分,达到去除四周标注的目的(After loading the ultrasonic image, the image part can be automatically cut off to remove the surrounding annotation)
- 2020-04-16 23:20:12下载
- 积分:1
-
nsct pcnn
利用pcnn和nsct实现图像融合,非下采样Contourlet变换,脉冲耦合神经网络,连接强度(Using NSCT and PCNN image fusion, the sampling Contourlet transform, the pulse coupled neural network, the connection strength)
- 2020-10-29 23:19:56下载
- 积分:1
-
Wavelet-based-enhancement
本文献讲述了使用多维的结构张量进行基于分水岭的图像增强和去噪方法(The literature describes the use of multi-dimensional structure of tensor-based watershed image enhancement and denoising)
- 2011-07-15 16:15:06下载
- 积分:1
-
OLD_OTSU
matlab OTSU 简易的大津算法 求最佳阈值的。(matlab simple algorithm seeking Otsu threshold.)
- 2009-10-11 22:27:16下载
- 积分: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
-
Fourier_Discriptor
基于傅里叶描述子对旋转、平移等运动的不敏感性,识别目标(recognize the objects with rotation, translation, etc based on fourier descriptor.)
- 2010-07-22 11:03:11下载
- 积分:1
-
BicubicHermiteCode
使用Visual C++编写的生成三次Hermite曲线的源代码。(Bicubic Hermite code in Visual C++.)
- 2011-01-07 18:01:47下载
- 积分:1
-
butterworth
图像巴特沃斯陷波器,实现了简单的巴特沃斯陷波器滤除图像的某些频率的干扰(Image Butterworth notch filter, to achieve a simple Butterworth notch filter to filter out images of certain frequency interference)
- 2008-12-27 18:40:54下载
- 积分:1
-
BRISQUE_release
若干经典的无参考图像质量评价算法matlab版本,附带详细的注释。(Several classic non reference image quality evaluation algorithms matlab version, with detailed notes.)
- 2017-10-13 17:20:13下载
- 积分:1
-
junh
matlab下实现图像的灰度直方图绘制
以及图像的灰度均衡化处理(Matlab image histogram of the gray scale mapping and image processing gray balance)
- 2007-01-08 00:06:51下载
- 积分:1