-
can generate hills, fireworks, trees and grass in a process
可以生成山峦、焰火、树和草的一个程序-can generate hills, fireworks, trees and grass in a process
- 2022-04-23 10:40:52下载
- 积分:1
-
等值线生成与图形填充算法
等值线生成与图形填充算法,里面含有算法。.
- 2022-02-02 08:15:20下载
- 积分:1
-
VTK与ITK结合读取BMP图片并显示(CMake过的)无需用CMake编译,适合有一定VTK_ITK经验的。...
VTK与ITK结合读取BMP图片并显示(CMake过的)无需用CMake编译,适合有一定VTK_ITK经验的。-Itk combination with VTK read and display BMP picture (CMake-off) without using CMake compiler, suitable for a certain VTK_ITK experience.
- 2022-03-19 03:21:30下载
- 积分:1
-
通用的去验证码中干扰线的资料,使用最短路径和方向偏移算法实现...
通用的去验证码中干扰线的资料,使用最短路径和方向偏移算法实现-A common code to verify the information in the interference lines, use the shortest path and direction of the offset algorithm
- 2022-08-14 08:53:29下载
- 积分:1
-
计算机图形学实践教程(Visual C++版)的实例
计算机图形学实践教程(Visual C++版)的实例-Practice of Computer Graphics Tutorial (Visual C++ Version) examples
- 2022-04-07 10:36:17下载
- 积分:1
-
基于数学形态学编写而成的图形图象处理程序。
基于数学形态学编写而成的图形图象处理程序。-prepared graphics image processing.
- 2022-05-19 07:35:36下载
- 积分:1
-
C++操作autoCAD下的dxf文件的示例
C++操作autoCAD下的dxf文件的示例-C++ Operation AutoCAD dxf files under the sample
- 2023-06-13 16:05:04下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1
-
视频搜索,人脸识别与关键技术的实现。在这一页
视频搜索中人脸识别关键技术的研究与实现。本文对人脸检测与识别技术进行了研究,实现了一个用于视频搜
索的自动人脸识别系统。该系统对输入的视频帧进行人脸检测和定
位,经过图像预处理之后,进行重要特征点Gabor一Fisher的特征提取
和分类识别。-Video search, face recognition and implementation of key technologies. In this paper, face detection and recognition technology has been studied to realize an automatic face recognition for video search system. The system of input video frames for face detection and location, after image pre-processing carried out following important features of a Fisher-point Gabor feature extraction and classification and recognition.
- 2022-11-02 15:40:02下载
- 积分:1
-
Sobel/Kirsch edge detection algorithm VC Visual Realization
Sobel/Kirsch边缘检测算法VC下可视化实现-Sobel/Kirsch edge detection algorithm VC Visual Realization
- 2023-06-07 23:05:03下载
- 积分:1