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

[图形图象] SDL2_PacmanGame

2022年春季,作为BSTU Voenmeh的课程作业项目,演示OOP范式。使用的库和框架:SDL2、SDL2映像、SDL2-混频器、SDL2-ttf
Made as a coursework project for BSTU Voenmeh at spring 2022, demonstrating OOP paradigm. Libraries and frameworks used: SDL2, SDL2 image, SDL2 mixer, SDL2 ttf (2024-03-23, C++, 0KB, 下载0次)

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

[图形图象] OpenHack

Geometry Dash 2.2的免费开源黑客集合,具有许多功能,包括noclip、speedhack、startpos切换器等!
A free and open source collection of hacks for Geometry Dash 2.2 with many features, including noclip, speedhack, startpos switcher, and more! (2024-03-22, C++, 0KB, 下载0次)

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

[图形图象] RenderGroup

一个不真实的引擎插件,用于在编辑器中收集几何图形的可见性,并生成可在运行时用于执行加载、优化等操作的数据资产。
A unreal engine plugin which used to collect visibility of geometries in editor and generate data assets which can be used in runtime to do some trick like loading, optimizing. (2024-02-23, C++, 0KB, 下载0次)

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

[图形图象] raytracer

这是一个玩具光线跟踪图像渲染器,我用C++11为学校的一门课程编写。它渲染球体、三角形和(如果我的记忆...
This is a toy raytrace image renderer I wrote in C++11 for a course at school. It renders spheres, triangular polygons and (if my memory serves) infinite planes. (2015-12-22, C++, 0KB, 下载0次)

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

[图形图象] OpenGL-Light-Project

该着色器项目涉及用C++(使用Visual Studio 2010)编写的3D OpenGL环境中的点光源。它涉及加载...的...
This shader project involves point lights in a 3D OpenGL environment written in C++ (using Visual Studio 2010). It involves loading a .off file polygon and coloring it, transformations on said polygon (rotation, scale, translation), translation and animation of 2 light sources, and different material properties/light diffuse colors inside the (2019-05-04, C++, 0KB, 下载0次)

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

[图形图象] MowPlan

从包含单个点的任务规划器航路点文件中,从外向内生成用于自动割草的航路点多边形图案...
Generates a polygonal pattern of waypoints from outside in for autonomous mowing from a Mission Planner waypoint file containing a single polygon. (2018-10-26, C++, 0KB, 下载0次)

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

[图形图象] NGG

虚幻引擎4的本机C++几何图形生成器。该插件使用UProceduralMeshComponent来允许运行时基于块的几何体
A native C++ geometry generator for Unreal Engine 4. This plugin uses the UProceduralMeshComponent to allow for runtime chunk-based geometry (2020-11-29, C++, 0KB, 下载0次)

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

[图形图象] criminowl

使用基于HDR图像的照明在GLSL中进行基于物理的着色。使用细分着色器来动态变形几何体。
Physically based shading in GLSL using HDR image based lighting. Uses tesselation shaders for dynamic deformation of the geometry. (2018-05-20, C++, 0KB, 下载0次)

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

[图形图象] jimaku-editor

一个正在进行的字幕编辑器,具有一流的日语支持。将字幕图像渲染为BDSup(PGS)文件。已经...,
A work-in-progress subtitle editor with first class Japanese language support. Renders subtitle images into a BDSup (PGS) file. Already functional for many use cases. (2023-09-23, C++, 0KB, 下载0次)

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

[图形图象] GraphicsProgramming

该存储库包含图形编程模块的最终项目。它利用整个图形管道,实现动态镶嵌、顶点操纵、后处理效果(着色器)、2D公告牌、阴影和由高度贴图定义的地形等功能
This repository contains the final project for a Graphics Programming module at abertay. It utilizes the entire Graphics Pipeline, implementing features such as dynamic tesselation, vertex manipulation, post-processing effects (shaders), 2D billboarding, shadows and a terrain defined by a heightmap (2023-09-02, C++, 0KB, 下载0次)

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

[图形图象] 23qduvision

本项目是青岛大学2022级图灵班《程序设计和算法实践》一课的最终成品,根据“祝融号”火星探测器项目要求,写的一个图像处理工具,
This project is the final product of the class "Program Design and Algorithm Practice" of the 2022 Turing class of Qingdao University. It is an image processing tool written according to the requirements of the "Zhurong" Mars probe project, (2023-08-28, C++, 0KB, 下载0次)

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

[图形图象] KronosEngine

使用Vulkan的非常基本的3D渲染器。作为实验,实现了BSP树来代替深度缓冲区。该项目创建于2022年7月,仍然“活跃”。
A very basic 3D renderer using Vulkan. BSP trees were implemented to replace the depth buffer as an experiment. This project was created in July 2022 and is still "active". (2022-09-24, C++, 0KB, 下载0次)

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

[图形图象] Zenit

Zenit Editor是一个基于OpenGL和C++的材质编辑器节点,用于UPC-CITM的毕业论文。
Zenit Editor is a material editor node-based in OpenGL and C++ for the final thesis at UPC-CITM. (2023-06-30, C++, 0KB, 下载0次)

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

[图形图象] OpenGL-3D-Airplane-Game

使用OpenGL和基本着色器实现的简单3D飞机游戏。该框架在教学过程中提供给学生...
A simple 3D airplane game implemented using OpenGL and basic shaders. The framework was supplied to students during the course for which I was given this assignment (2020-03-13, C++, 21376KB, 下载0次)

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

[图形图象] image-segmentation

针对目前传统的枸杞分级主要采用人工方法, 费时费力且效率不高的缺点, 提出了一种基于机器视觉技术对枸杞 进行自动分类的方法。 采用数字图像处理技术对枸杞图像进行了预处理、 分割 , 从而提取枸杞的色泽、 大小及形状等特征 参数; 用 K-means 算法对特征进行聚类, 得到枸杞相应等级的基准; 根据聚类分析得到的基准采用最小距离分类器对枸杞 进行分级。 实验结果表明 , 该方法能够准确快速地对不同色泽和大小的枸杞进行分类。
Traditional wolfberry sorting primarily uses artificial method. It has time-consuming and inefficient shortcomings. An automatic wolfberry classification method based on machine vision is proposed. This paper uses digital image processing technology for wolfberry image pre-processing, segmentation and extraction of characteristic parameters of color, size and shape it uses the K-means clustering feature to get the baseline of wolfberry appropriate level it grades wolfberry by minimum distance classifier based on the trained benchmark. The experimental results show that this method can classify different colors and sizes of wolfberry more accurately and quickly. (2015-04-27, C++, 1417KB, 下载4次)

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

[图形图象] find_the_target_using_Harr

利用针对某目标物体训练级联的Harry分类器寻找在图像中找到包含目标物体的矩形区域
Training against a target object using a cascade of classifiers for Harry to find in the image of the rectangle that contains the object (2009-09-26, C++, 175KB, 下载5次)

http://www.pudn.com/Download/item/id/922736.html
总计:356