-
HOG-SVM-classifer-master
利用传统的SVM-HOG算法,进行行人检测(HOG-SVM algorithm for pedestrian detection)
- 2018-11-30 17:50:16下载
- 积分:1
-
deinterlace
去隔行的算法,具有可视化。大家可以作为参考,也想学习别人的代码(deinterlace)
- 2009-04-20 15:59:24下载
- 积分:1
-
Matlab-GUI--for-Image-Segmentation--
用Matlab的GUI界面设计的图像分割演示,包括阀值法、边缘检测法、区域法(Demonstrates the Matlab GUI interface design, image segmentation, including the threshold method, edge detection method, regional law)
- 2012-05-26 11:19:40下载
- 积分: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
-
shibie
一种水平投影和垂直投影来分割车牌的m文件(A horizontal projection and vertical projection to the m file partition plate)
- 2020-11-05 19:19:50下载
- 积分:1
-
分子图像处理的软件 molecular-imaging-master
分子图像处理的软件,但没有数据库,具体操作看操作说明(Molecular image processing software, but there is no database, see the specific operation instructions)
- 2020-06-19 11:20:02下载
- 积分:1
-
CV-Active-contour-model
CV模型水平集代码,包括图片、代码和运行结果(The level set evolution function of the CV model)
- 2018-05-04 17:08:29下载
- 积分:1
-
image_segment
最大类间方差法图像阈值分割,基于matlab平台,适用于一维二维图像分割(Otsu method of image segmentation, based on matlab platform for one-dimensional two-dimensional image segmentation)
- 2011-06-25 15:11:13下载
- 积分:1
-
zhongxinchafenfa
详细描述了中心差分法的原理,并举例说明的中心差分法的应用(The principle of the central difference method is described in detail and examples illustrate the application of the central difference method)
- 2021-02-21 14:49:42下载
- 积分:1
-
立体匹配包含SAD SSD NCC 区域增长 census等多种常用立体匹配算法
说明: 立体匹配包含SAD SSD NCC 区域增长 census等多种常用立体匹配算法(Stereo matching includes SAD SSD NCC area growing census and other commonly used stereo matching algorithms)
- 2020-03-19 10:53:23下载
- 积分:1