搜索资源列表
opengl_complete_game_Legend
- 本游戏是采用斜45度角的角色扮演游戏。游戏以一个想象的世界为背景,以一个梦想成为英雄的小虾米锦霜为主角,产开一幅庞大的故事画面。在锦霜的冒险历程中,认识了两位女主角:雪一般的忆雪和火一般的红怜,从而产开了一段刻骨铭心的爱情故事。这只是我们游戏的一个部分,或者说是一条主线。随着主角们冒险历程的不断深入,随着故事的不断发展,红狼、素心儿、恒卿、影枫、寒月等一批有血有肉的角色不断加入,各自书写着各自独特的人生,各自独特的悲剧。游戏中,黑暗组织的神秘面纱慢慢被揭开,他们酝酿的大阴谋是什么?在黑暗组织的
2223222
- 我们给出一个模板 和一幅图象 。不难发现原图中左边暗,右边亮,中间存在着一条明显的边界。进行模板操作后的结果如下: 。 可以看出,第3、4列比其他列的灰度值高很多,人眼观察时,就能发现一条很明显的亮边,其它区域都很暗,这样就起到了边沿检测的作用。 为什么会这样呢?仔细看看那个模板就明白了,它的意思是将右邻点的灰度值减左邻点的灰度值作为该点的灰度值。在灰度相近的区域内,这么做的结果使得该点的灰度值接近于0;而在边界附近,灰度值有明显的跳变,这么做的结果使得该点的灰度值很大,这样
huhuhuhuhu
- 色调均匀,暗红或黑色,分布于河岸处,形状规则。 红或深绿色,有纹理结构和明显的灌渠,形状规则,分布于河谷、河流两岸冲积平原。 -uniform colors, or black dishes, distributed in the bank, the shape of the rules. Red or dark green, texture and structure of the irrigation channels clear shapes and distribution in
Gl_ShadowsVolumes.ZIP
- The purpose of this demo is to create shadows using a technique called stencil shadow volumes in a 3d scene. To do this we will not need the shadow matrix from previous demo. In fact in order to perform this all we need is to render the sil
quwu.rar
- 此程序是“Single Image Haze Removal Using Dark Channel Prior”的程序,效果较为理想,“Single Image Haze Removal Using Dark Channel Prior”
HazeRemoval
- 暗通道去雾代码,使用c++实现 根据cvpr论文改写-Channel code to the dark fog
MATLAB-CODE
- matlab 实现暗通道去雾算法 根据cvpr论文改编-matlab channel to achieve the dark fog adaptation algorithm based on cvpr papers
DarkGDK
- Dark游戏开发工具,含源码. 微软公司制作的编游戏的链接库工具,专门配合Visual C++ 2008 Express 和 DirextX 9.0 SDK,可以编辑制作3D,2D游戏,制作游戏十分方便,功能强大,现在只有英文版,英文帮助十分全面。 Dark游戏开发工具包是一个完整的游戏引擎技术利用最新DirectX 9.0。-Dark game development tools, including source code.
Code-for-Defrog
- 香港中文大学Dark channel prior算法实现图像的去雾-Chinese University of Hong Dark channel prior to fog the image algorithm
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
dehaze_cvpr2009
- 2009,cvpr最佳论文,利用dark channel prior 来复原有雾的图像-2009, cvpr the best papers, the use of dark channel prior to restoration of foggy images
darkchannel
- 用MATLAB实现的darkchannel算法,实现图像去雾-Image Haze Removal Using Dark Channel
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-Codes
- 何凯明的经典算法,代码已经注释过了,方便阅读。-Kaiming He s Single Image Haze Removal Using Dark Channel Prior
dark-channel-prior-dehaze
- 何凯明的暗原色先验图像去雾代码,能快速有效的实现图像去雾-Dark grey prior to fog algorithm based on Dr He Kaiming program, can complete the fast image to fog
Defogging-based-on-dark-channel
- 本算法采用暗通道算法和导向滤波以及改进的最小值滤波器,对图像进行去雾处理 各个函数接口参数完备,便于调试出最优效果 -The algorithm uses a dark passage and guide filtering algorithm and improved the minimum value filter, the image processing defogging each function interface parameters complete, easy to
Dark-Channel-Haze-Removal-master
- cvpr09最佳论文基于暗通道的单幅图像去雾算法-Single Image Haze Removal Using Dark Channel Prior
Dark-Channel-Haze-Removal-master
- 暗通道优先的单幅图片去雾算法,去雾效果明显,稳定性好(SIngle Image haze removal using dark channel prior)
dark_channel_dehaze
- 何凯明博士的暗通道先验去雾C++的opencv实现代码(implement of dehazing using dark channel prior)