-
kmeans-image-segmentation
K均值算法实现图像的分割,分割效果可以达到预期的效果(K-means algorithm to achieve image segmentation, segmentation results can be achieved the desired results)
- 2009-04-25 11:12:53下载
- 积分:1
-
ALM
说明: 增广拉格朗日乘子法ALM算法是机器学习中十分常用且有效的一种优化算法,经常用于低秩和稀疏问题的优化求解中,这个包是增广拉格朗日乘子法的matlab代码(ALM algorithm of augmented Lagrange multiplier method is a very common and effective optimization algorithm in machine learning. It is often used in the optimization of low rank and sparse problems. This package is the matlab code of augmented Lagrange multiplier method)
- 2020-12-20 16:45:32下载
- 积分: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
-
barcode
基于图像的条形码识别程序(识别EAN13码),只要条形码的背景部分是纯色,程序就能有相当强的鲁棒性。(Image-based bar code recognition program (recognize EAN13 code), as long as the background of the bar code is solid, the program can be quite strongly robust.)
- 2010-01-23 02:13:23下载
- 积分:1
-
hkdes_1.0
Object Recognition with Hierarchical Kernel Descriptors,In IEEE International Conference on Computer Vision and Pattern Recognition (CVPR), 2011.(Hierarchical Kernel Descriptors.)
- 2012-04-21 11:04:00下载
- 积分:1
-
avi_dct_embed09
说明: 基于偏斜度的视频水印源程序, 一个高信息量的水印程序,对大信息量水印有很好的参考价值(Skewness-based video watermarking source, a high amount of information watermark procedures, the large amount of information watermark have a good reference value)
- 2008-11-25 09:21:34下载
- 积分:1
-
程序
说明: InSAR数据处理研究,其中采用最小二乘和质量图指导两种相位解缠方法(The research of InSAR Data processing)
- 2020-06-29 08:20:02下载
- 积分:1
-
ModuleforImageRebuilt
图像分解重构,用matlab实现图像压缩( image reconstruction Decomposition
)
- 2013-06-05 14:04:00下载
- 积分:1
-
mypic1
·外部图片自动保存在本地
·自动控制上传图片和本地化图片尺寸
·自动给上传及本地化图片添加水印
·自动提取首张图片为缩略图
·自动生成任意大小缩略图
·幻灯片模式图片展示页
·模板分离设计,轻松设计模板
·方便自由的模板方法,可以实现复杂多样的调用效果 (External image automatically saved in local
Automatically upload pictures and localization image size
Automatically upload and localize the image to add watermark
Automatic extraction of the first picture thumbnail
Automatically generate thumbnails of any size.
- picture slide show mode.
- separation of design templates, easy design templates
Convenient free template method, can realize the complex effect of call)
- 2016-04-18 11:44:07下载
- 积分: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