-
WaldBoost对象检测
基于 WaldBoost 机器学习算法的简单对象检测引擎。该引擎可以使用局部二值模式、 本地的等级模式、 本地 RankDifferences 或 Haar 图像特征。
该程序捕获来自照相机的图像,检测图像中的对象。隐式分类器是人脸检测 (使用 faces.h)。在命令行上的用户可以 supplyother 分类器 (如那些在数据 / 目录)。
文件
-----
src /
classifier.cpp/h 支持的 XML 分类器
demo.cpp 主程序
faces.h 分类器对脸检测得到的头文件
image.c/h 支持的东西
lrd_engine.c/h 的检测-执行特征提取的关键部分和
simplexml.cpp/h 一些 XML 支持
数据 / 示例分类器 (用于人脸检测和汽车检测)
要求
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-21 18:27:57下载
- 积分:1
-
这是一二
这是一个二维 8*8块的离散余弦变换(DCT)以及反变换(IDCT)算法,采用VHDL实现-This is a two-dimensional 8* 8 discrete cosine transform (DCT) and inverse transform (IDCT) algorithms using VHDL realize
- 2022-01-27 11:57:49下载
- 积分:1
-
a simple graphical demo program
一个简单的图形演示程序-a simple graphical demo program
- 2022-02-15 15:44:36下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1
-
注意: 1。tc支持16色,所以所读的图片要是16色图片 2。图片的的存放是从最后一行开始的,倒过来存放的 3。每行的字节数是4的倍数...
注意: 1。tc支持16色,所以所读的图片要是16色图片 2。图片的的存放是从最后一行开始的,倒过来存放的 3。每行的字节数是4的倍数-attention : 1. Tc support 16 colors, and read the picture if two 16-color pictures. Photo storage is the last line from the start, the reverse of the three storage. Each trip is the number of bytes in multiples of 4
- 2023-03-13 06:55:03下载
- 积分:1
-
图形裁剪,有点、线、多边形裁剪,点、线使用四比特法,多边形使用四边框裁剪...
图形裁剪,有点、线、多边形裁剪,点、线使用四比特法,多边形使用四边框裁剪-Graphic cutting, a little, line, polygon clipping, point, line and use the four-bit method, polygon clipping using the four border
- 2022-03-03 08:17:19下载
- 积分:1
-
a foreigner to write the kind of a surface procedures
一本老外写的样条曲面程序1-a foreigner to write the kind of a surface procedures
- 2022-04-21 03:57:47下载
- 积分:1
-
利用Visual C++中的MFC实现CPU以及MOUSE信息,以用来实现保护电脑的功能...
利用Visual C++中的MFC实现CPU以及MOUSE信息,以用来实现保护电脑的功能-use the Visual C MFC CPU and MOUSE information, to achieve protection for the computer"s functions
- 2022-02-26 05:12:59下载
- 积分:1
-
Qt下用Opencv2采集USB摄像头
Qt下用Opencv2采集USB摄像头图像,Ubutu12.04系统,安装OPencv2,使用USB摄像头,插上即可用。
- 2022-04-13 05:12:56下载
- 积分:1
-
图形图像编程技术
图形图像编程技术-graphics programming techniques
- 2022-02-03 06:04:27下载
- 积分:1