-
ex_18_1
质心点求取,目标进行形跟踪,跟跟踪物体。希望高手指点(Centroid strike, shaped track)
- 2014-03-31 16:35:15下载
- 积分:1
-
Shadow-Detection
阴影检测,基于OpenCV用于对图像中阴影的检测(Shadow detection, OpenCV for image shadow detection)
- 2021-04-11 19:08: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
-
whmt
用于图像去噪的代码,有模型去噪、双树复小波去噪,希望有帮助。(Code for image denoising, a denoising model dual tree complex wavelet denoising, hope to have help。)
- 2021-04-21 10:38:50下载
- 积分:1
-
scotch_6.0.0.tar
一个很强大的图形计算处理软件,包括图像聚类,矩阵计算等(Scotch is a software package for graph and mesh/hypergraph partitioning, graph clustering, and sparse matrix ordering
)
- 2013-07-09 16:35:42下载
- 积分:1
-
4
图像超分辨率是指从一序列低分辨率观测图像中重建高分辨率图像。图像超分辨率充分利用了各帧图像
间相似而又不同的信息。(Compared with the model derived from Kolmogorov spectrum, the new model introduces
more complete transcendent constraints and is more similar to the physical characteristics of atmospheric turbulence.)
- 2020-10-30 10:09:56下载
- 积分:1
-
matlabtuxiangfenge
图像分割,包括阈值分割Otsu法,边缘检测包括Roberts算子,Canny算子等,边界跟踪包括Bwtraceboundary函数调用来对图像进行分割等(Image segmentation, including threshold segmentation method of Otsu edge detection, including Roberts operator, Canny operator, edge tracking includes Bwtraceboundary function calls to the segmentation of the image)
- 2020-10-29 16:49:57下载
- 积分:1
-
wenjian
matlab提取图像的纹理特征,包括方差、熵、角二阶矩等特征。(matlab extract the texture features, including variance, entropy, angular second moment and other features.)
- 2011-04-21 15:32:24下载
- 积分:1
-
fractral
计算图像的多重分形谱。它是分形的多尺度衡量的分型参数。(Calculated images multifractal spectrum. It is a multi-fractal measure the sub-type parameters.)
- 2008-05-12 11:44:58下载
- 积分:1
-
EDGE-Detection
Image, Edge Detection, Code
- 2013-03-20 13:16:32下载
- 积分:1