-
HVS_DWT_new
基于人类视觉系统的小波域自适应图像水印算法研究(HVS DWT watermarking)
- 2015-04-29 11:02:59下载
- 积分:1
-
calibration
可以成功实现双目视觉标定,在做试验的时候成功实现(Binocular vision can be successfully realize calibration tests in the time to do the successful implementation of)
- 2007-10-30 13:02:06下载
- 积分:1
-
28coderesources
说明: 图像处理所涉及的256转灰度,二值化等等,每个部分都是独立可执行的工程文件,很方面的代码复用(256 involved in image processing turn gray, binary, etc., are independent of each part of the project executable file, it' s code reuse)
- 2010-04-14 12:37:20下载
- 积分:1
-
CPHD
用CPHD的方法实现多目标跟踪,及对CPHD性能的检测。(With CPHD method to achieve multi-target tracking, and performance testing for CPHD.)
- 2013-09-09 11:46:06下载
- 积分:1
-
yuan
生成四副条纹图,进行四步相移,并且进行相位解包裹,并以图片形式输出结果(Generate four fringes, were four-step phase shift and phase unwrapping, and output as a picture)
- 2020-12-20 10:59:10下载
- 积分:1
-
RegEx2NFA2DFA_RC
说明: 由正则表达式构造DFA的程序,并可以对输入串模拟正则表达式匹配(This is a C program used in compiling the given regular expression into an equivalent DFA, simulated through tracking State sets.)
- 2020-11-08 15:59:47下载
- 积分:1
-
trackingdemos
说明: 一个目标跟踪的代码,是个完整的历程,可以跟踪多个目标,效果还可以(A target tracking code is a complete course, can track multiple targets, the effect can also be)
- 2008-08-27 10:50:58下载
- 积分: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
-
pic
说明: matlab函数进行图像轮廓处理,处理效果还是可以的。(matlab function detect the picture and scale the picture)
- 2020-06-16 12:28:32下载
- 积分:1
-
KNN
可以用于图像分割的KNN分类器,简单好用!(knn classification)
- 2014-07-13 14:51:27下载
- 积分:1