-
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
-
DrawLine
在VC下用OpenCV在调取出来的图片上画线(In the VC use in obtaining OpenCV out the image of the painting line)
- 2012-10-31 16:54:49下载
- 积分:1
-
人头检测
一个应用于公交、汽车、车站商场的人头检测程序,检测出人头进出数量。输入一幅图片,通过计算指定入口区域的HIST结果,判断是否有人进入。可同时检测2人进入或出去。一种基于随机Hough变换 (RHT) 的人头检测方法。根据人头部轮廓近圆的特征,采用Canny算子提取图像边缘得到目标轮廓。利用RHT算法对独立的曲线进行圆检测、 并对人头进行标识。实验结果表明,与现有方法相比该方法的识别率较高、速度较快、适用范围较广。
- 2022-05-31 04:37:42下载
- 积分:1
-
opencv显示图像
利用VS2012配置opencv2410.MFC并通过opencv图像库文件,实现一张二维图像显示。2017年07月07日。penCV用C++语言编写,它的主要接口也是C++语言,但是依然保留了大量的C语言接口。该库也有大量的Python, Java and MATLAB/OCTAVE (版本2.5)的接口。这些语言的API接口函数可以通过在线文档获得。如今也提供对于C#,Ch, Ruby的支持。
- 2022-08-26 02:58:03下载
- 积分:1
-
camera-calibration
利用opencv实现相机的标定,算法采用张正友的棋盘法。结构很清晰易懂。(Opencv camera calibration algorithm using the checkerboard method of Zhang Zhengyou. The structure is clear and easy to understand.)
- 2012-02-17 10:18:22下载
- 积分:1
-
crop-multiple-targets
opencv210版本下vc++程序,读取一帧图中多个目标的位置并将位置信息保存下来 code using opencv210 via vc++,crop multiple targets and save its positions from one frame(code using opencv210 via vc++,crop multiple targets and save its positions from one frame)
- 2013-12-24 15:40:44下载
- 积分:1
-
123
opencv光流示例程序,opencv光流示例程序(opencv optical flow example resource,opencv optical flow example resource)
- 2016-08-19 13:52:15下载
- 积分:1
-
elm极限学习机C++版本
这是elm极限学习机的c++版本,与官网提供的c++版本不同,是完全基于c++版本的一套代码,不需要和matlab混编,相关的学习资料可参考官网或者csdn上部分博客的内容,相对简单
- 2022-03-19 04:23:35下载
- 积分:1
-
制作电子印章
该程序采用opencv读取印章RGB值,绘制4通道png格式的电子印章
- 2022-07-17 12:23:40下载
- 积分:1
-
binocular
说明: 实现双目测距功能,需要python环境,安装OpenCV,自行标定(To achieve binocular ranging function, you need Python environment, install OpenCV, self-calibration)
- 2021-04-12 13:28:57下载
- 积分:1