-
har
矩形件排样,用bl算法实现,具有一定的参考价值,(Rectangular part layout is realized by bl algorithm, which has certain reference value.)
- 2020-11-13 16:49:42下载
- 积分:1
-
RLE
RLE压缩算法,对.bmp格式文件进行操作。使用MFC编制界面,可读入位图,压缩后保存位图并显示。(RLE compression algorithm, bmp format file operation. Use the MFC preparation interface, readable into the bitmap compressed to save a bitmap display.)
- 2021-03-25 22:49:13下载
- 积分:1
-
quality--index-of-image
此文档中的代码可以计算5种图像的质量参数,分别是:图像灰度均值、图像方差、图像平均梯度、熵和峰值信噪比及均方误差。(The code in this document can be calculated five kinds of image quality parameters, namely: the image gray value, image variance, average gradient image, entropy and peak signal to noise ratio and mean square error.)
- 2013-06-07 16:09:00下载
- 积分:1
-
facedetection
说明: Matlab脸部识别程序包括
haar feature
adaboosting(Matlab including facial recognition program haar featureadaboosting)
- 2008-10-28 19:14:36下载
- 积分:1
-
Adaptive-fuzzy-K-means-
在本文中,我们提出了一个
所谓自适应模糊-K-均值聚类新方法
(AFKM)聚类的图像分割这可能是
适用于一般的图像和/或特定的图象(即
医疗和显微图像),采用不同的拍摄的
消费类电子产品,即,例如,在
普通数码相机和CCD相机(In this paper, we present a
new clustering algorithm called Adaptive Fuzzy-K-means
(AFKM) clustering for image segmentation which could be
applied on general images and/or specific images (i.e.,
medical and microscopic images), captured using different
consumer electronic products namely, for example, the
common digital cameras and CCD cameras)
- 2014-05-06 17:12:33下载
- 积分: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
-
regiongrow
区域生长 冈萨雷斯 matlab 集合了区域生长函数和使用过程文件(The region growing Gonzalez matlab collection of regional growth function and process of using file)
- 2013-03-20 11:19:01下载
- 积分:1
-
GAMP
基于GA和MP的信号稀疏分解,算法速度比元来的有很多改进。(Based on GA and MP sparse signal decomposition, the algorithm faster than the yuan to have many improvements.)
- 2008-04-10 10:44:05下载
- 积分:1
-
Active_Contour
对图像目标识别和提取,主要通过改进非线性阈值分割实现(For image target recognition and extraction, the main method is to improve the non-linear threshold segmentation.)
- 2019-07-01 11:59:36下载
- 积分:1
-
color_segmentation
有关彩色图像分割与复杂场景下目标跟踪方法研究的一篇博士论文(On the color image segmentation and complexity of the scene target tracking methods under study for a Ph D thesis)
- 2008-08-21 23:44:34下载
- 积分:1