-
下面是OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。...
下面是OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。-Below are OPENCV B4.0 incidental FLOOD FILL algorithm source code for example, can achieve a simple color image segmentation.
- 2023-01-09 17:25:03下载
- 积分:1
-
OpenGL实现方形壁运动发生连续碰撞…
OpenGL中实现正方形与墙壁发生连续碰撞的运动-OpenGL to achieve a square with the wall movement occurred in consecutive collisions
- 2022-09-26 20:40:03下载
- 积分:1
-
NeHe教程系列的源代码 很不错的
NeHe教程系列的源代码 很不错的-NeHe tutorial series of source code is very good
- 2023-05-14 09:10:03下载
- 积分:1
-
这是OPENGL的第三个例子,实现了在MFC环境的实现,好好体会。
这是OPENGL的第三个例子,实现了在MFC环境的实现,好好体会。-This is the third example OPENGL, realize in the MFC environment, realize a good experience.
- 2022-05-31 22:13:10下载
- 积分:1
-
openGL实现橡皮筋技术,可以通过菜单绘制折线或矩形
openGL实现橡皮筋技术,可以通过菜单绘制折线或矩形,鼠标右键选择绘制折线或矩形,选定后用鼠标左键进行绘制
- 2022-01-26 06:01:22下载
- 积分:1
-
模拟分形纹理生成的opengl程序,采用分形的方法生成地形图像...
模拟分形纹理生成的opengl程序,采用分形的方法生成地形图像-Simulation of fractal texture opengl generated procedures, the use of fractal methods to generate topographic images
- 2022-04-23 20:12:38下载
- 积分:1
-
OpenGL
基于OpenGL的三维地形可视化方法研究-OpenGL-based 3D terrain visualization method
- 2022-01-22 02:17:23下载
- 积分:1
-
一个基于opengl的cad应用的好例子,可以学习如何将mfc 与opengl结合使用,需要opengl扩展库...
一个基于opengl的cad应用的好例子,可以学习如何将mfc 与opengl结合使用,需要opengl扩展库-a cad on opengl application of a good example, can learn how to mfc opengl combined with the need for expansion opengl
- 2022-01-24 18:56:39下载
- 积分:1
-
OpenGL 中的底纹和着色器( iOS )
翻译 maninwest@Codeforge 作者:KarstenK@CodeProject介绍如何在 IOS 上使用 OpenGL 底纹。OpenGL 是个也可在其他平台可用的技术。背景我想更好地了解 OpenGL,因其图形性能和在其他项目中使用的兼容性。 使用代码包含的示例项目是根据 MVC-模式,从Xcode 纯模板衍生而来的, Model-View-Controller 有助于将代码分成有用的片段。ViewController 类名副其实,控制视图工作的方式。重要的是Displaylink,因为这是从显示器中的回调或用于新像素输出的更好的 GUP 计时器。- (void)startDisplayLinkIfNeeded
{
if (!_displayLink) {
self.displayLink = [CADisplayLink displayLinkWithTarget:_viewOpenGL selector:@selector(display)];
[_displayLink addToRunLoop:[NSRunLoop mainRunLoop] forMode:NSRunLoopCommonModes];
}
}GUI 在存储控件的 Main.storyboard 中进行配置。它们通过 outlet(出口) 连接到 ViewController 。开始使用 OpenGL 为了以某种方式使用 OpenGL ,我通过 Objective -C 中的典型单例模式设计了一个 OpenGLContext 类。+ (instancetype)sharedInstance
- 2022-05-08 07:40:50下载
- 积分:1
-
关于OpenGL
关于OpenGL的相关知识,主要针对初学者。-About OpenGL-related knowledge, mainly aimed at beginners.
- 2023-02-04 21:45:03下载
- 积分:1