-
图形学_太阳系
图形学,实现太阳系模拟,运用C++语言和Opengl语言,完成太阳、地球、水星、金星、火星、土星、木星、天王星、海王星、冥王星、月球以及其他卫星的模拟。
- 2022-03-06 07:42:44下载
- 积分:1
-
AVcapture源码,视频压缩采集,MPEG4压缩
AVcapture源码,视频压缩采集,MPEG4压缩-AVcapture source, video capture compression, MPEG4 compression
- 2022-01-25 17:54:11下载
- 积分:1
-
显示b样条曲线,和非均匀有理B样条曲线.
显示b样条曲线,和非均匀有理B样条曲线.-Show the b-spline curves, and non-uniform rational B-spline curve.
- 2022-08-03 08:43:47下载
- 积分:1
-
本程序实现了图像的几何变换,如图像的镜像,放大缩小,旋转等...
本程序实现了图像的几何变换,如图像的镜像,放大缩小,旋转等-realized by the images of geometric transformation, such as image mirroring, zooming, rotation, etc.
- 2022-02-01 17:28:06下载
- 积分:1
-
分形图形的vc实现
分形图形的vc实现-fractal graphics vc achieve
- 2022-03-24 23:45:00下载
- 积分:1
-
一个简单的三维图形,autoCAD做的桌子,上面有尺寸标注
一个简单的三维图形,autoCAD做的桌子,上面有尺寸标注-A simple three-dimensional graphics, autoCAD do table above have dimension
- 2022-03-25 19:50:51下载
- 积分:1
-
车辆识别
基于opencv的车辆识别,原理主要是通过opencv的轮廓检测识别车辆轮廓,然后再检测车辆,效果不错
- 2023-01-08 12:30:02下载
- 积分:1
-
c语言VGA图形模式256色显示程序,彩色图像编程的基础程序
c语言VGA图形模式256色显示程序,彩色图像编程的基础程序-c language model 256 color VGA graphics display program, color images based on procedural programming
- 2022-07-01 05:15:57下载
- 积分: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
-
正方体透视投影变换,可通过鼠标及键盘实现动画效果
正方体透视投影变换,可通过鼠标及键盘实现动画效果-cube perspective projection transform, through mouse and keyboard to achieve animation effects
- 2023-06-25 01:20:03下载
- 积分:1