-
OpenGL简单3d球的运动
资源描述
OpenGL代码。其中左键按下球会进行自由落体运动,按下右键球会先上抛在自由落体。其中上抛有没有速度与到顶两种模式。球的性质为转动和颜色变换。
- 2022-08-13 11:11:58下载
- 积分:1
-
人眼定位
这是用c++和matlab两种语言编写的对人眼进行定位的一段程序,可以运行成功,效果也很不错
- 2022-01-31 16:58:45下载
- 积分:1
-
procedures for the two binary images, and the right image mosaics, based on the...
本程序为图象二值化,以及对图象马赛克,基于人体肤色划分等,功能齐全-procedures for the two binary images, and the right image mosaics, based on the delineation of human color, multifunctional
- 2022-01-30 19:38:00下载
- 积分:1
-
用于图像编程中局域网center的处理程序和源代码的实现
用于图像编程中局域网center的处理程序和源代码的实现-for Image Programming LAN center handling procedures and the realization of the source code
- 2022-03-17 04:26:54下载
- 积分:1
-
中点画圆,bresenham画圆,中点画线,bresenham画仙,
中点画圆,bresenham画圆,中点画线,bresenham画仙,-midpoint Circle, bresenham Circle, Stipples line bresenham painting cents
- 2022-11-25 19:25:03下载
- 积分:1
-
一个简单的单文档画图示例。提供绘制直线、圆、矩形的基本图元的功能,里面用力一些设计模式。...
一个简单的单文档画图示例。提供绘制直线、圆、矩形的基本图元的功能,里面用力一些设计模式。-a simple single document drawing examples. Drawing for a round, rectangular map yuan"s basic functions, they forced some design patterns.
- 2023-02-05 09:05:03下载
- 积分:1
-
relates to image processing various stages of the operation, some of which do no...
涉及到图像处理中各个阶段的操作,其中不泛一些经典的算法,相信一定对你会有帮助。-relates to image processing various stages of the operation, some of which do not pan-classical algorithm believe will be helpful to you.
- 2022-04-27 16:54:09下载
- 积分:1
-
playback process. The same document should rename GraphiZH.lib Graphics.lib coul...
它是zh0.rar的回放程序。同样要把文件
GraphiZH.lib 重命名为 Graphics.lib才能连接,原因仍是当时内存太小。-playback process. The same document should rename GraphiZH.lib Graphics.lib could connect to, because then memory is still too small.
- 2022-04-12 07:09:03下载
- 积分:1
-
flash flv file edit
flash flv play tool
支持 F4v 格式 -flash flv file edit
- 2022-05-31 10:55:59下载
- 积分: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