-
originalpointanalyse2
源点定位程序,可用于检测连通域等功能,代码是c/c++的,放心使用。(Source point positioning procedures, can be used to detect other functions connected domain, the code is c/c++, and ease of use.)
- 2013-09-28 08:31:12下载
- 积分:1
-
hough1
本算法应用hough变换对车道进行直线检测,对于系统拍摄到的路面进行车道检测。(Application of this algorithm hough transform for line detection of the lane, shooting for the system to carry out road-lane detection.)
- 2008-12-27 23:34:53下载
- 积分:1
-
matlab
利用MATLAB对图像边界内部的部分进行填充,以便后期对图像处理(Using MATLAB within the boundaries of the part of the image to fill, so that the latter part of the image processing)
- 2013-09-11 23:28:07下载
- 积分:1
-
点云压缩
分割点云,并通过局部拟合求取法向量,实现点云压缩(Split point cloud, and through local fitting strike normal vector of point cloud compression)
- 2020-06-30 09:00:01下载
- 积分:1
-
sobel_filter_zx1809_v10
说明: 图像边缘检测,图像中值滤波和MATLAB处理(Digital Image processing based on FPGA)
- 2019-05-22 13:46:59下载
- 积分:1
-
模式识别
说明: 对局部放电进行小波变换模式识别,解决放电破坏设备问题(Wavelet Transform Pattern Recognition for Partial Discharge)
- 2020-06-17 21:40:01下载
- 积分:1
-
Spotlight-FMCW_SAR-sliding-sub-aperture-algorithm
滑动聚束FMCW_SAR的子孔径成像算法Spotlight FMCW_SAR sliding sub-aperture algorithm(Spotlight FMCW_SAR sliding sub-aperture algorithm)
- 2011-01-08 19:41:00下载
- 积分:1
-
HW2_code
颜色和纹理特征的图像分割
颜色和纹理特征的图像分割(Image Segmentation Based on Color and Texture Features)
- 2020-12-10 23:59:18下载
- 积分: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
-
Research-of-FCM---based-on--swarm
本文是基于最新的模糊C均值彩色图像分割方法改进得来的新算法(This article is based on the fuzzy c-means clustering color image segmentation method of the latest paper)
- 2013-05-03 08:55:27下载
- 积分:1