资源列表
[图形图像处理(光照,映射..)] code-yuv2rgb
说明:#define XSIZE 640 #define YSIZE 480 #define IMGSIZE XSIZE * YSIZE typedef struct RGB { unsigned char R unsigned char G unsigned char B }RGB struct RGB in[IMGSIZE] //需要计算的原始数据 unsigned char out[<潘锦雷> 在 2025-01-20 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] shadow
说明:阴影去除,用于视频监控中的运动目标检测后提取运动目标-Shadow Removal for moving object detection in video surveillance Moving Target Extraction<刘珊娜> 在 2025-01-20 上传 | 大小:2kb | 下载:0
[图形图像处理(光照,映射..)] zftjhh
说明:直方图均衡化的C代码 用直方图均衡化可以进行图像的增强处理-Histogram equalization C code<秦盼> 在 2025-01-20 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] karlman12113
说明:这是主要的程序适用于目标匹配,目标识别,目标跟踪的卡尔曼算法,适用于初学者-This is the main program of the Kalman algorithm can be used for learning, applied to the target match, target identification, target tracking<l刘翔> 在 2025-01-20 上传 | 大小:55kb | 下载:0
[图形图像处理(光照,映射..)] vd
说明:机动卡尔曼算法(VD算法)在扩展卡尔曼滤波诸算法中原理较为简单,目标跟踪效果也较好.-Motor the Kalman algorithms (VD algorithm) in the extended Kalman filter the Zhu algorithm is relatively simple principle, target tracking results would be better.<l刘翔> 在 2025-01-20 上传 | 大小:5kb | 下载:0
[图形图像处理(光照,映射..)] genetic1234124
说明:本程序是遗传算法在图像处理中的应用,主要用在目标跟踪,目标匹配等领域-This program is the application of genetic algorithms in image processing, mainly used in the field of target tracking, target matching<l刘翔> 在 2025-01-20 上传 | 大小:420kb | 下载:0
[图形图像处理(光照,映射..)] kmeans_seg
说明:基于K-means聚类的图像分割算法,想法比较简单,实现很方便,运行速度很快,有例图。-Image segmentation based on K-means clustering algorithm, the idea is relatively simple, very convenient, fast run case diagram.<易扬> 在 2025-01-20 上传 | 大小:223kb | 下载:0
[图形图像处理(光照,映射..)] GraphSeg
说明:全局阈值图像分割算法,很经典的一种分割算法,学习图像分割的研究人士必须掌握的一种方法-Global threshold image segmentation algorithm, very classic segmentation algorithm, the learning image segmentation must master a method<易扬> 在 2025-01-20 上传 | 大小:1.14mb | 下载:0
[图形图像处理(光照,映射..)] GBVS
说明:GBVS saliency图像显著区域检测方法,可以与ITTi、谱剩余、以及全局对比方法进行比较。-The GBVS saliency image salient region detection methods, with ITTi spectrum remaining, as well as the global contrast compare.<易扬> 在 2025-01-20 上传 | 大小:18.48mb | 下载:0
[图形图像处理(光照,映射..)] color-space-transformation
说明:HIS颜色空间与RGB颜色空间的相互转换,即HIS分量与RGB分量的相互转换,用C++编写的源码,里面还有把彩色图像转化成灰度图像的代码 -The transformation between HIS color space and RGB color space, i.e. the transformation between HIS components and RGB components. The code is writ<M R> 在 2025-01-20 上传 | 大小:428kb | 下载:0
[图形图像处理(光照,映射..)] histogram-equalization
说明:直方图均衡化,是用C++编写的源码,可以保存处理后的结果。具体算法原理可以参考武汉大学贾永红版的《数字图像处理》一书的相应章节-Histogram equalization, the source code written in C++, you can save the result through the programme. For concrete algorithm, you are referred to the book<M R> 在 2025-01-20 上传 | 大小:148kb | 下载:0
[图形图像处理(光照,映射..)] histogram-matching
说明:直方图匹配,用C++编写的代码,效果我已经用Photoshop(直接查看其灰度直方图即可)和基于HIS变换的影像融合检验过了,效果是正确的。具体原理可以参考武大贾永红的《数字图像处理》一书。如果读者觉得执行效率偏低,可以把代码中标明的可以注释的部分注释掉即可,不过这样效果会差一些-Histogram matching, in C++. The results have been verified by the software Phot<M R> 在 2025-01-20 上传 | 大小:194kb | 下载:0