-
dcm2bmpandbmp2dcm
将DICOM文件转换为BMP文件和将BMP文件转换为DICOM文件(to DICOM conversion of BMP files and BMP file will be converted to DICOM documents)
- 2020-06-29 09:00:01下载
- 积分:1
-
LK
说明: 基于LK的光流场计算以及跟踪,自己编的。(The calculation and tracking techniques based on Lucas-Kanade method.)
- 2012-05-27 18:49:20下载
- 积分:1
-
SWT
基于平稳小波变换的图像融合。低频分量取平均,高频分量取绝对值最大。最后做逆平稳小波变换。(stationary wavelet transfrom.Averaged low frequency components, high frequency components of the maximum absolute value. Finally, do the inverse stationary wavelet transform.)
- 2021-04-29 11:48:43下载
- 积分:1
-
renlianpeizhun
人脸图像配准,将同一场景的两幅或多幅图像进行对准,可以实现人脸归一化(Face image registration, the same scene two or more images for the alignment can be achieved face normalization)
- 2013-11-08 16:23:40下载
- 积分:1
-
fina_deconvolution_code
在计算机视觉领域一种非盲去模糊的方法代码(A non-blind deblurring method code in the field of computer vision)
- 2020-06-23 22:40:01下载
- 积分:1
-
f_threshold
国外网上找的自适应阈值分割的源程序,测试过,好用。
可以下载(abroad to find online adaptive thresholding segmentation of the source, tested and ease of use. Can be downloaded s)
- 2007-04-11 11:06:20下载
- 积分:1
-
cnn
用于图像分类的源代码,深度学习的应用,cnn卷积神经网络的使用,可以自己更换数据集或者调优,适合初学者使用!(For image classification of the source code, the application of in-depth learning, cnn convolutional neural network, you can replace the data set or tuning, suitable for beginners!)
- 2021-05-14 04:30:03下载
- 积分:1
-
PointClouds
PCL库的C#封装,用于点云的处理,包括点云读取,显示,分割,分类,聚类等(C# wrapper of point cloud library.)
- 2020-11-09 19:49:46下载
- 积分:1
-
denoising
1、去条带噪声(通道均衡)程序
2、去冲击噪声程序
3、KSVD程序
均为matlab源代码(1 to band noise (channel equalization) program
2, to the impact of noise program
3, KSVD program
Matlab source code are)
- 2012-01-11 15:39:45下载
- 积分: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