-
在WINCE下TCP/IP网络开发程序源码
在WINCE下TCP/IP网络开发程序源码-WINCE under the TCP/IP network development process FOSS
- 2022-04-22 04:56:00下载
- 积分:1
-
wince 手机界面编程,全屏的手机程序。
wince 手机界面编程,全屏的手机程序。-wince mobile phone interface programming, full-screen cell phone program.
- 2022-02-06 15:13:04下载
- 积分:1
-
AQ E
aq E
- 2022-11-27 03:50:03下载
- 积分:1
-
This is a VC write mouse hook function examples. Monitor keyboard and mouse.
这是一个用VC写的鼠标钩子函数的实例。能监测键盘和鼠标。-This is a VC write mouse hook function examples. Monitor keyboard and mouse.
- 2022-08-11 14:07:32下载
- 积分:1
-
一个非常酷的图标编辑软件,包含源代码。凑字20。H.
非常Cool的图标编辑软件,包含源程序。凑满20个字。够了没有?-A very Cool icon editing software, including source code. Minato for 20 words. Had enough yet?
- 2022-12-16 19:45:03下载
- 积分:1
-
WinCE under a variety of screen fonts Demonstration Program
WinCE下多种字体的屏幕演示程序-WinCE under a variety of screen fonts Demonstration Program
- 2022-02-13 01:58:53下载
- 积分:1
-
facedetector
人脸检测器 #include < iostream >
#include < cv.h >
#include < highgui.h >
int main(void)
{
int 键 = 0 ;
int i;
CvMemStorage * 存储 = cvCreateMemStorage (0) ;
CvCapture * 捕获 = cvCaptureFromCAM (0) ;
char * 文件名 ="haarcascade_frontalface_alt.xml";
CvHaarClassifierCascade * 梯级 = (CvHaarClassifierCascade *) cvLoad (文件名,
0,0,0) ;
虽然 (关键! = "q") {
IplImage * 帧 = cvQueryFrame (捕获) ;
如果 (! 帧) 断 ;
CvSeq * 脸 = cvHaarDetectObjects (
帧,
级联,
存储,
1.1、
3,
0 / * CV_HAAR_DO_CANNY_PRUNNING *,
cvSize (40,40)) ;
为 (我 = 0 ; 我 < (脸? 面孔-> 共: 0) ; i + +) {
CvRect * wajah = (CvRect *) cvGetSeqElem (的脸,我) ;
CvFont 字体 ;
cvInitFont (& 字体,CV_FONT_HERSHEY_SIMPLEX,1.0,1.0,1,5,CV_AA) ;
CvRect * r=(CvRect*) cvGetSeqElem(faces, i) ;
cvPutTex
- 2022-01-30 19:16:21下载
- 积分:1
-
基于opencv实现图像小波变换
本程序通过滤波器组实现图像的小波变换和逆小波变换,同时也将小波变换用于去噪的两种方法:硬阈值去噪法和软阈值去噪法都写了,在去除图像噪声后能够重建图像达到很好的效果。此外,本程序可以实现多层小波变换,通过参数的设置从而实现。
- 2022-02-11 10:57:59下载
- 积分:1
-
这是一个DOS程序文件,
this is a dos program files ,
hehe ,good idea~~!-do0s
- 2022-03-07 06:14:06下载
- 积分:1
-
人脸检测 in opencv with VC++
人脸检测 in opencv with VC
人脸检测 in opencv with VC++
人脸检测 in opencv with VC-face detection in opencv with VC++
face detection in opencv with VC++
- 2023-06-16 06:35:03下载
- 积分:1