-
dos操作系统上的256色图形演示程序,包含全部源码。
dos操作系统上的256色图形演示程序,包含全部源码。-dos operating system on the 256-color graphics demo program that contains all the source code.
- 2022-07-23 09:45:23下载
- 积分:1
-
VC动感编程源程序
VC动感编程源程序-VC dynamic programming source
- 2023-03-07 21:10:04下载
- 积分:1
-
高分辨率位图显示MFC类源码,带一MFC范例
高分辨率位图显示MFC类源码,带一MFC范例 -MFC class for displaying picture with High resolution , with a MFC example
- 2022-03-10 13:41:46下载
- 积分:1
-
Good learning CG language code. Complete texture mapping function. We must look...
很好的学习CG语言的代码.完成纹理的贴图功能.一定要下下来看看!-Good learning CG language code. Complete texture mapping function. We must look at the down under!
- 2022-05-12 21:30:51下载
- 积分:1
-
.3 Ds file format descriptions and to read the source code, in the document. In...
.3ds文件格式说明及读取的源码,在文档中。在三维图形处理是必须的。-.3 Ds file format descriptions and to read the source code, in the document. In the three-dimensional graphics processing is required.
- 2022-12-01 23:45:03下载
- 积分:1
-
This zip file contains source code and windows executables for carrying out face...
This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file.
Usage:
FaceDetect (, )
The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face.
Example,
A = imread ( lena.jpg , JPG )
Img = double (rgb2gray(A))
Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img)
-This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s f
- 2022-07-12 10:23:46下载
- 积分:1
-
基于c++BuildER的图像的各角度的旋转
基于c++BuildER的图像的各角度的旋转-Based on c++ BuildER image of the angle of rotation
- 2022-06-12 13:47:22下载
- 积分:1
-
基于VTK的医学图像三维重建系统的设计与实现…
基于VTK的医学图像三维重建系统的设计与实现的一篇非常好的参考文章给大家-based on VTK 3D medical image reconstruction system design and implementation of a very good reference to the article you
- 2022-11-12 13:30:03下载
- 积分:1
-
图形网格,温度分布,并计算结果…
cad图形的网格剖分,温度分布计算,以及计算结果的图形显示-cad graphics grid, temperature distribution, and to calculate the results of the graphics
- 2022-03-25 02:52:51下载
- 积分:1
-
尖峰时刻 AStar
RushHour
========
C + + 编写的规划求解 RushHour 拼图
此代码将解析任何种类的 RushHour 拼图与 m 行和 n 列,与不同的长度,不只是车
标准游戏。它基于公开为闭的集和优先级队列使用哈希表 AStar 搜索
设置。为启发式函数,用的阻塞的汽车的数量为红车加一。
一辆汽车在任何方向的一个或多个单一步骤代表只有一个动作。
称为"out.txt"文件中打印最少的移动次数和每次更改的审计委员会。
输入的数据是从称为"in.txt"文件中读取。谜题是给在 ASCII 模式中。
执行时间是低于 2 秒,对于难的难题。对于容易,0.5 秒的时间是足够多。
- 2023-01-18 21:15:04下载
- 积分:1