-
mlbp
这是对图像进行分块的代码,分块后提取LBP特征,站中有LBP代码,可以直接调用这个代码进行分块LBP特征提取(This is to block of code of image, block LBP feature extracting, after standing in LBP code, you can directly invoke the code block LBP feature extraction)
- 2016-01-29 22:16:23下载
- 积分:1
-
OpenMV机器视觉开发指南.pdf
【实例简介】
- 2021-08-28 00:31:09下载
- 积分: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
-
Digital-Image-Processing
这是一个数字图像处理常用的功能的集成软件,用VC++ 编写,可以对图像进行一些常见的操作,也可以自己扩展功能(This is a common feature of digital image processing integrated software, images can perform basic operations)
- 2014-01-13 19:09:57下载
- 积分:1
-
logpolar
用matlab实现的对数极坐标转换图像配准算法,实验证明效果不错(Using matlab realize logarithmic polar coordinate conversion image registration algorithm, experiments show good results)
- 2021-04-21 20:48:49下载
- 积分:1
-
hedongjian
彩色位图转黑白位图代码。何东健《数字图像处理》随书光盘提供的源码。(color bitmap to black-and-white bitmap code. Dong- Jian "Digital Image Processing" With the CD source.)
- 2006-11-02 10:13:04下载
- 积分:1
-
LevelSet
水平集方法的图像边缘检测算法,包括参考论文和matlab的demo及其测试图像(Level set method of image edge detection algorithm, including the reference papers and matlab the demo and test images)
- 2008-03-12 22:29:01下载
- 积分:1
-
Harris-corner-detect
Harris角点检测程序。选定图像中某以区域,通过设置角点的最大个数和最小个数来设定检测阈值。(Harris corner detection process. A selection of images to the region by setting the maximum number of corners and the minimum number to set the detection threshold.)
- 2009-12-09 15:16:56下载
- 积分:1
-
serial_communication2
说明: MATLAB开发接收串口数据并实时将其转化为图形显示(MATLAB Develops and Receives Serial Port Data and Converts it into Graphic Display in Real Time)
- 2019-03-06 17:30:05下载
- 积分:1
-
targer_point
rcmc: 距离徙动算法.SAR多点目标成像算法。含主瓣宽度和积分旁瓣比的求解。(rcmc: range migration algorithm. SAR multi-point target imaging algorithms. Including the main lobe width and sidelobe ratio integral solving.)
- 2020-09-08 20:18:04下载
- 积分:1