-
demo
源码包括了常用的图像处理方法,代码详细,适合初学者(Source code, including the commonly used image processing method, the code in detail, suitable for beginners)
- 2013-07-12 21:31:55下载
- 积分:1
-
Machine-Vision-System-Color-Recognition
说明: 机器视觉系统实例--颜色识别系统,matlab实现(Examples of machine vision systems- the color identification system, matlab achieve)
- 2008-10-16 11:28:29下载
- 积分:1
-
PythonCode
用python编写的基于CV2的图像融合程序,实现偏振信息到IHS的转换、融合。(Using python to write the CV2-based image fusion program to achieve the polarization information to IHS conversion, integration.)
- 2020-11-13 19:49:43下载
- 积分:1
-
PCA_Saliency_CVPR
注意机制,显著图提取,使用PCA算法!效果理想。(Attention mechanism, saliency map extraction, using PCA algorithm! Effect ideal.)
- 2016-04-17 23:48:52下载
- 积分:1
-
OpenSARSim
SAR SIM 仿真软件,可以参考看看,主要用于SAR雷达的成像仿真(SAR SIM simulation software, can refer to the SAR SIM simulation software, can refer to see)
- 2021-03-15 20:59:22下载
- 积分:1
-
code
说明: 基于GEE平台的Landsat5 SR影像去云及NDVI计算(Landsat5 SR image cloud removal and NDVI computing based on GEE platform)
- 2020-03-26 23:25:25下载
- 积分:1
-
main
burg距离方位分别外推超分辨算法,实现对稀疏数据的超分辨成像。(burg extrapolation distance and orientation were super-resolution algorithm to achieve the super-resolution imaging sparse data.)
- 2013-08-19 21:44:32下载
- 积分:1
-
LMMSE
说明: LMMSE图像超分辨率重建,基于先验知识的图像超分辨率重建(LMMSE image super-resolution reconstruction, image super-resolution reconstruction based on prior knowledge)
- 2020-12-09 10:19:18下载
- 积分:1
-
77239991phd_TBD
检测前跟踪,使用phd方法,phd实现是检测前跟踪是最新技术,可以提高跟踪性能(Detected before tracking method using phd, phd implementation is detected before tracking is the latest technology that can improve the tracking performance)
- 2014-04-25 20:28: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