-
3
说明: 使用matlab实现脑磁共振图像的海马体分割(Using MATLAB to segment the hippocampus of brain MR images)
- 2020-04-02 12:22:46下载
- 积分:1
-
Image_fusion_splicing_GUI
图像融合拼接GUI设计,包括图像融合和图像拼接的matlab实现。(Image fusion splicing GUI design, including image fusion and image stitching matlab implementation.)
- 2017-02-11 22:08:35下载
- 积分:1
-
MultivariateAnalysis
主成分分析ppt。对主成分分析的细节讲述的很清楚。(Principal component analysis ppt. The details of the principal component analysis described in very clear.)
- 2009-11-21 09:26:12下载
- 积分:1
-
Digital-Image-Processing
Labwindows/CVI实现了常见的数字图形处理算法,如滤镜,正交表换 边缘检测等(Common digital graphics processing algorithms, such as filters, orthogonal change of edge detection)
- 2012-04-23 22:22:38下载
- 积分:1
-
weinai
维纳滤波对图像模糊的处理以及对加入噪声的图像进行清晰处理(Wiener filter for image processing and fuzzy image on a clear noise added deal)
- 2010-06-30 10:04:36下载
- 积分: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
-
median
中值滤波,对3X3有优化,纯C,正对BMP格式(Median filtering, there are optimized for 3X3)
- 2020-07-01 01:20:02下载
- 积分:1
-
63535330pcnn
说明: pcnn的matlab实现,pcnn神经网络主要用于图像去噪分割等(the realization of the matlab PCNN, pcnn neural network used mainly for segmentation, such as image denoising)
- 2008-11-27 08:16:20下载
- 积分:1
-
区域生长
形态学方法区域分割,利用区域生长算法,实现区域分割(Morphological method for region segmentation and region growing algorithm for region segmentation)
- 2020-06-21 19:20:01下载
- 积分:1
-
edge
用MATLAB实现的边缘提取函数,实现了sobel算子、canny算子,Robert算子、prewitt算子、marr算子(Using MATLAB to achieve the edge detection function, the realization of the sobel operator, canny operator, Robert operator, prewitt operator, marr Operator)
- 2009-05-13 19:22:26下载
- 积分:1