搜索资源列表
colortolab
- 该程序能够完成r,g,b空间到l,a,b空间的转换。欢迎大家下载-the process can be completed r, g, b space to l, a, b space conversion. Welcome Download
image_process
- This file include some image process program: void ImResize(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg, int nFixSize) bool CalMoments(float Moments[7], IMAGEDATA *pSrImg) void RGB2Gray(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg) void Im2Bw(IMAGEDATA *pR
camshiftdemo
- Gary R.Bradski提出CamShift算法,即"Continuously Adaptive Mean-Shift"算法。是以颜色直方图为目标模式的目标跟踪算法,可以有效地解决目标变形和部分遮挡的问题,而且运算效率很高。在视频跟踪过程中,CAMSHIFT算法利用选定目标的颜色直方图模型得到每帧图像的颜色投影图,并根据上一帧跟踪的结果自适应调整搜索窗口的位置和大小,得到当前帧中目标的尺寸和质心位置。-Gary R. Bradski CamShift proposed algorithm,
xiaobobianhuankuaisusuanfazaituxiangzhongdeyingy.r
- 小波变换的快速算法研究及其在图像处理中的应用-image process, wavelet ,fast algorithm
InteractiveImageSegmentationbasedonMergingRegion.r
- 基于区域融合的半监督的图像分割算法。首先在背景和前景手动设置初始分割标记,在迭代过程中不断通过区域融合操作获得最大相似度的区域,从而实现目标分割。-Regional integration based on semi-supervised image segmentation. First of all, in the background and foreground segmentation manually set the initial marking, in the iteration
Gray-Level-Transformation_lm2
- 本工程程序利用C++实现灰度图像的灰度级变换。将lena进行灰度级变换增强处理,变换函数为s=r^0.5,给出增强后图像lena1-The engineering program using C++ implementation of gray-level gray-scale image transformation. Lena gray level transformation will be enhanced process, the transformation function is
AMF
- 自适应中值滤波-Chan R H, Ho C W, Nikolova M. Salt-and-pepper noise removal by median-type noise detectors and detail-preserving regularization[J]. IEEE Trans. Image Process, 2005, 14(10): 1479~1485. 该文献中自适应中值滤波算法代码-matlab code of adpative median filter