联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 图形图像处理(283) 

[图形图像处理] cub3D

“cub3d”项目涉及在C中创建一个基本的3D游戏引擎,让人联想到经典游戏《狼人3D》。学生实现诸如用于渲染的光线投射、地图解析、玩家移动和纹理等功能,以构建可玩的迷宫式环境。
"cub3d" project involves creating a basic 3D game engine in C, reminiscent of the classic game Wolfenstein 3D. Students implement features like raycasting for rendering, map parsing, player movement, and textures to build a playable maze-like environment. (2024-02-19, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708290456803479.html

[图形图像处理] PicTile

用您的照片制作拼图,并在iPod、iPhone或iPad上玩,
Make puzzles out of your photos and play them on your iPod, iPhone or iPad, (2011-04-01, Objective-C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694838693396794.html

[图形图像处理] microsNovetushats

纹理网格,用于我为Novetus制作的定制配件,供我和我的朋友玩,
textures meshes for custom accessories i made for Novetus for me and my friends to play with, (2023-08-13, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1691956211176531.html

[图形图像处理] Skin-Comparer

基于MC玩家的皮肤纹理url与他们一起做事的超级简单概念
Super simple concept to do things with MC players based on their skin texture url (2022-04-13, Java, 63KB, 下载0次)

http://www.pudn.com/Download/item/id/1687285072191491.html

[图形图像处理] HollowKnight

空心骑士模块,为玩家加载自定义纹理表(皮肤)
A Hollow Knight mod to load custom texture sheets (Skins) for the player (2023-06-03, C#, 29716KB, 下载0次)

http://www.pudn.com/Download/item/id/1687281570188102.html

[图形图像处理] DoomStyleBillboardTest

着色器用于显示面向摄像头的广告牌,具有基于玩家位置角度的不同纹理
Shader to display camera facing billboard, with different texture based on player position angle (2015-12-16, GLSL, 385KB, 下载0次)

http://www.pudn.com/Download/item/id/1687281237311178.html

[图形图像处理] LayerCake

一个简单的在线图像处理程序,玩家可以实时查看他人的编辑。
A simplistic online image manipulation program where players see the edits of others in real time. (2010-12-15, JavaScript, 42KB, 下载0次)

http://www.pudn.com/Download/item/id/1687187544863736.html

[图形图像处理] IP-Sifter

一种Python程序,旨在将显示IP和玩家代号从SQL数据库输入到中。
A Python programme designed to input display IPs and Gamertags into from a SQL database. (2023-01-31, Python, 6KB, 下载0次)

http://www.pudn.com/Download/item/id/1686665726835410.html

[图形图像处理] SIFTools

一套Python脚本,帮助手机节奏游戏《爱现场学校偶像节》的玩家
A set of Python script to help players of the mobile rhythm game "Love Live School Idol Festival" (2016-11-27, JavaScript, 504KB, 下载0次)

http://www.pudn.com/Download/item/id/1686664410911490.html

[图形图像处理] robotarm

玩井字游戏机器人手臂的旧项目的来源(图像处理部分)
Source of an old project of a robot arm playing tic-tac-toe (Image processing part) (2011-06-29, Java, 769KB, 下载0次)

http://www.pudn.com/Download/item/id/1686628836902350.html

[图形图像处理] Low-Light-Image-Enhacement-1

薛阳福,德鲁泽,《基于融合的弱光图像增强方法》杂志的Matlab实现...
Matlab Implementation of journal "A fusion-based enhancing method for weakly illuminated images" by XueyangFu, DeluZeng, YueHuang, YinghaoLiao, XinghaoDing, JohnPaisley, Signal Processing Journal, Elsevier, May 2016 (2020-07-20, matlab, 2730KB, 下载1次)

http://www.pudn.com/Download/item/id/1686626554102338.html

[图形图像处理] Mathematical Method in Computer Vision

吴福朝老师的《计算机视觉中的数学方法》,对于学习计算机视觉和深入理解其中的数学方法有帮助。
Wu Fuchao's Mathematical Method in Computer Vision is helpful for learning computer vision and understanding its mathematical methods. (2019-01-03, Others, 4014KB, 下载1次)

http://www.pudn.com/Download/item/id/1546484859226802.html

[图形图像处理] rebound

关于碰撞检测的小程序很好玩的,代码也很容易理解
Collision detection applet on a lot of fun, the code is very easy to understand (2014-06-03, Visual C++, 865KB, 下载1次)

http://www.pudn.com/Download/item/id/2558382.html

[图形图像处理] zhishulvbo

指数滤波器能较好地保留边缘,当我们想要突出边缘的时候,可以用指数滤波器一试
Exponential filter can better keep the edge, when we want to highlight the edge of the time, you can try using exponential filter (2013-10-29, matlab, 1KB, 下载7次)

http://www.pudn.com/Download/item/id/2386340.html

[图形图像处理] discrim_rf

斯坦福大学的姚邦鹏开发的一个图像分类算法,使用random forest实现了图像的精细区域描述,赢得了PASCAL VOC2011图像分类竞赛中的winner prize.经测试,程序完全可运行,且提供了MAC和Windows下的两种程序。
Image Classification: An Integration of Randomization and Discrimination in A Dense Feature Representation The goal of our method is to identify the discriminative fine-grained image region that distinguishes different classes. To achieve this goal we sample image regions from dense sampling space and use a random forest algorithm with discriminative classifier. Each node of the tree of random forest is trained and tested with fine-grained image patches combining the information from upstream nodes together. We implemented each node of the tree with a discriminative SVM classifier, which makes the node as a strong classifier. (2012-10-30, matlab, 953KB, 下载85次)

http://www.pudn.com/Download/item/id/2031734.html

[图形图像处理] hsishadowdetection

基于IHS的阴影检测程序,比较好用,大家可以试一下,有问题一起讨论,稍微调整一下即可使用。
IHS-based shadow detection process more easy to use, we can try, there are problems to discuss, tweak can be used. (2011-08-29, matlab, 1KB, 下载77次)

http://www.pudn.com/Download/item/id/1633504.html

[图形图像处理] cvRepeatPcvSplitPcvMerge

图像通道的分离和合并。用OpenCV+Vc实现,如果把一张彩色图片分割出R/G/B,那比较恐怖,可以试一下~
Image channel separation and merger. Achieved with the OpenCV+ Vc, if a color image segmentation R/G/B, then compare the terrorist, you can try ~ (2011-04-13, Visual C++, 1KB, 下载24次)

http://www.pudn.com/Download/item/id/1490229.html

[图形图像处理] mathematicalmethodofcomputervision

计算机视觉中的数学方法,作者:吴福朝。里面有很多图像处理相关数学算法的理论知识
Mathematical Methods in Computer Vision, Author: WU Fu-Chao. There are a lot of image processing knowledge related to the theory of mathematical algorithms (2011-01-15, C/C++, 4017KB, 下载7次)

http://www.pudn.com/Download/item/id/1413036.html

[图形图像处理] tracingthestatement

此功能可以单步进入到在调试过程中所跟踪的调用函数的语句的函数内部.如,当前语句是"d.Display()",
This feature can step into the debugger in the process of tracing the statement calls a function inside a function. For example, the current statement is " d.Display ()" , (2010-01-16, Visual C++, 81KB, 下载2次)

http://www.pudn.com/Download/item/id/1041968.html

[图形图像处理] C++GUIProgrammingwithQt3

C++ GUI Programming with Qt 3不用再详细解释了吧,下载试一下就知道了
C GUI Programming with Qt 3 do not have a detailed explanation of it, Download trial will know what (2006-08-25, Visual C++, 3384KB, 下载109次)

http://www.pudn.com/Download/item/id/210701.html
总计:283