-
模板:基于OpenCV的车辆速度检测
在道路检测视频中,使用OPENCV进行车速检测,附带数据视频。(In road detection video, OPENCV is used to detect vehicle speed with data video.)
- 2018-06-26 11:11:08下载
- 积分:1
-
LDP之opencv实现
用c++与opencv简单的实现了对ldp特征的提取,可采用直方图然后用最近邻分类器实现人脸识别,已经以类的形式封装好了,直接调用即可
- 2022-11-09 18:15:03下载
- 积分:1
-
DTW算法
通过c++实现DTW算法,搭建opencv+VS2013实现平台
- 2022-03-04 13:21:13下载
- 积分:1
-
Computervisonopencv
这是我做毕设时,用到的机器视觉关于OPENCV方面的文献,主要是尺寸测量方面的(This is what I do when the complete set, used in machine vision OPENCV the literature on the main aspects is the size measurement)
- 2010-12-27 16:52:58下载
- 积分:1
-
MFC基于对话框opencv图像处理
#include "stdafx.h"
#include "MFC_lessen1-4.h"
#include "MFC_lessen1-4Dlg.h"
#include "afxdialogex.h"
#include
#include
#include
#include
#include
#include
#include
using namespace cv;
using namespace std;
#include
#include
#include
using namespace std;
using namespace cv;
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 用于应用程序“关于”菜单项的 CAboutDlg 对话框
class CAboutDlg : public CDialogEx
{
public:
CAboutDlg();
// 对话框数据
enum { IDD = ID
- 2022-01-21 00:54:46下载
- 积分:1
-
Face
用openCV描述,简单实用地实现笔记本电脑上的人脸登入功能(With openCV description,To realize the face login in the notebook simplely and practically
)
- 2011-06-27 14:56:27下载
- 积分:1
-
CVMFC
非常好用的OPENCV程序包。内涵多种功能如面部识别,流光检测算法(Very easy to use the OpenCV package. Connotation of a variety of functions such as facial recognition, streamer detection algorithm)
- 2013-04-18 19:10:55下载
- 积分:1
-
opencv 手机拍照书本图片矫正
opencv 手机拍照书本图像处理,空间变形图片,矫正为正视图, 图片进行hsv通道变换,分离书本和背景,然后把页面矫正为正视图, 为图片后续文字识别提供无畸变图片,提高文字识别正确率。
- 2022-12-22 15:50:04下载
- 积分:1
-
getMoravecCorners
Moravec角点检测算法将角点定义为具有低“自相关性”的点。算法会检测图像的每一个像素,将像素周边的一个邻域作为一个patch,并检测这个patch和周围其他patch的相关性。(Moravec corner detection algorithm to corner points defined as having a low "autocorrelation" point. Algorithm detects images of each pixel, the pixel as a neighborhood around a patch, and detects the patch and the patch around the other correlation.)
- 2013-10-08 15:12:11下载
- 积分:1
-
Gabor滤波器C++实现
本代码可以实现对一张图像的Gabor滤波,并输出结果,需要配置opencv库,
- 2022-07-16 09:50:24下载
- 积分:1