搜索资源列表
ch_vcCOMM
- 这个程序解决BMP图像的显示、反色、转灰度图、加高斯噪声、锐化、平滑等功能。注意:处理前要先将图像转成灰度图,否则不能处理。-this resolution BMP images showed that the anti-color, the gray level to increase Gaussian noise, sharpening, smoothing, and other functions. Caution : Prior to the conversion of image gr
Real-TimeVehicleandDetectionSystem
- 一种实时的车辆检测和跟踪系统,抗前向遮挡 ICPR 06 IEEE. A Real-Time vehicle detection and tracking system,prior occlusion resolusion
SWImage
- The Swendsen-Wang Cuts algorithm is used to label atomic regions (superpixels) based on their intensity patterns using generative models in a Bayesian framework. The prior is based on areas of connected components, which provides a clean segmentation
quwu.rar
- 此程序是“Single Image Haze Removal Using Dark Channel Prior”的程序,效果较为理想,“Single Image Haze Removal Using Dark Channel Prior”
Code-for-Defrog
- 香港中文大学Dark channel prior算法实现图像的去雾-Chinese University of Hong Dark channel prior to fog the image algorithm
darkchannel
- 用matlab实现了暗通道图像增强,完整源代码,出自暗通道增强算法的提出者。-Dark-channel image enhancement, complete source code from the authors of the dark channel enhancement algorithms.
defog
- 用MatLab实现图片的雾化效果的去除,有四种方法(haze removal)-haze removal using Matlab
FingerprintImagePreprocessing
- 对一个指纹图像进行匹配前的预处理操作,实现对图像的中值滤波,锐化,二值化,细化等操作。-Match for a fingerprint image pre-processing prior to operations, to achieve the image median filtering, sharpening, binarization, thinning and other operations.
Medical-Image-Segmentation
- 基于Snake模型的图像分割技术是近年来图像处理领域的研究热点之一。Snake模型承载上层先验知识并融合 了图像的底层特征,针对医学图像的特殊性,能有效地应用于医学图像的分割中。本文对各种基于Snake模型的改进算法和 进化模型进行了研究,并重点梳理了最新的研究成果,以利于把握基于Snake模型的医学图像分割方法的脉络和发展方向-Snake model based image segmentation image processing technology in recent years
hazeremoval
- 这是一个对图像进行去雾的程序,是论文Single Image Haze Removal Using Dark Channel Prior的源程序-This is an image to the fog of the program, is the thesis Single Image Haze Removal Using Dark Channel Prior source
C_jpeg_decoder
- C版本的JPEG解码器代码,可以解baseline格式的所有JPEG图片并转换为RGB格式在pc上显示,执行代码前要安装glut-C version of the JPEG decoder code, possible solutions to baseline all the JPEG picture format and converted to RGB format in the pc to show the implementation of the code prior to the
lvboqi
- 对图像进行模糊处理前的第一步设计操作,然后进行加强滤波处理-Fuzzy image processing operation prior to the first step in the design and then proceed to strengthen the filter processing
Check
- 图像在数据通道上传输之前,需进行压缩,提供了以极对数映射作预处理器的方法-Images in the data transmission channel prior to the need for compression, to provide a map for most of the few pre-processor method
dehaze_cvpr2009
- 2009,cvpr最佳论文,利用dark channel prior 来复原有雾的图像-2009, cvpr the best papers, the use of dark channel prior to restoration of foggy images
MaximumAPosteriori
- 在统计学中,最大后验(英文为Maximum a posteriori,缩写为MAP)估计方法根据经验数据获得对难以观察的量的点估计。它与最大似然估计中的 Fisher 方法有密切关系,但是它使用了一个增大的优化目标,这种方法将被估计量的先验分布融合到其中。所以最大后验估计可以看作是规则化(regularization)的最大似然估计。 -In statistics, the maximum a posteriori (English as a Maximum a posteriori, ab
photoshopuserguid
- 这是用flash做的一个potoshop的软件使用的概述,没有具体的应用,但是是一些使用前应该了解的基础知识。-It is used flash to do a potoshop an overview of the software, there is no specific application, but prior to use should be aware of some basic knowledge.
SingleImageHazeRemovalUsingDarkChannelPrior
- 该论文是CVPR2009最佳论文,提出了一种新的图像去雾方法。-In this paper, we propose a simple but effective image prior- dark channel prior to remove haze from a single input image. The dark channel prior is a kind of statistics of the haze-free outdoor images. It is bas
MARK Dehaze
- 2009年CVPR最佳论文《Single image haze removal using dark channel prior》暗原色图像去雾的算法实现。与原文不同的是本程序没有完成最后matting细化效果的部分,但仍能够达到视觉上可以接受的去雾效果。计算机视觉课程作业。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-CVPR 2009 Best Paper " Single image haze removal using d
dark-channel-prior-dehaze
- 何凯明的暗原色先验图像去雾代码,能快速有效的实现图像去雾-Dark grey prior to fog algorithm based on Dr He Kaiming program, can complete the fast image to fog
dark_channel_dehaze
- 何凯明博士的暗通道先验去雾C++的opencv实现代码(implement of dehazing using dark channel prior)