-
俄罗斯方块
采用C++语言编写的儿童益智游戏,俄罗斯方块的基本规则是移动、旋转和摆放游戏自动输出的各种方块,使之排列成完整的一行 或多行并且消除得分。同时也为大家编写其它的小游戏提供良好的借鉴。
- 2023-02-05 13:55:04下载
- 积分:1
-
用于图像的光纤通信编程的全部源程序和结果…
用于图像编程中光纤通信全部源代码的实现及其结果-for Image Optical Fiber Communication Programming all source code and the results achieved
- 2022-08-14 14:25:27下载
- 积分:1
-
有关ACM的培训资料,可以了解到大部分实用算法。
有关ACM的培训资料,可以了解到大部分实用算法。-The ACMs training materials, can be seen that most of the practical algorithm.
- 2022-07-04 10:52:23下载
- 积分:1
-
这个是读文件的源程序
本人是觉得还不错了
这个是读文件的源程序
本人是觉得还不错了
-This is a time of the source document I also feel pretty good
- 2023-04-18 14:35:03下载
- 积分:1
-
这是一个png文件的编辑码程序。可以在bmp和png之间相互转化
这是一个png文件的编辑码程序。可以在bmp和png之间相互转化- This is a png document edition code procedure. May mutually
transforms between bmp and png
- 2022-03-30 06:30:24下载
- 积分:1
-
本文档可以帮助爱好图象处理的人快速入门,里面着重讲了位图的操作,文档可以用超星浏览器打开,...
本文档可以帮助爱好图象处理的人快速入门,里面着重讲了位图的操作,文档可以用超星浏览器打开,-this document can help loving image processing of Quick Start, which laid stress on the bitmap operation, Documents can be opened Superstar browser,
- 2022-05-21 23:21:51下载
- 积分:1
-
利用VC++编写的一个图像文字显示效果的救济,显示颜色梯度…
用VC++编写得图像显示浮雕文字效果、显示渐变色彩、阈值变换得源码-Using VC++ to prepare a text image display effect of relief, showing color gradient, threshold transform a source
- 2022-07-16 03:14:54下载
- 积分:1
-
OCR字符识别源代码 欢迎大家下载使用
OCR字符识别源代码 欢迎大家下载使用-Character Recognition OCR welcomed everyone to download the source code to use
- 2022-11-23 19:35:03下载
- 积分:1
-
用于将从扫描仪或者数码相机获得的图像文件中的图形或地图数字化,并且进行显示。...
用于将从扫描仪或者数码相机获得的图像文件中的图形或地图数字化,并且进行显示。-from scanners used in digital cameras or access to the image files of graphics or digital map, and it shows.
- 2023-04-25 15:55:04下载
- 积分: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