-
preprocess
基于Opencv和VS2010的数字图像预处理过程,包含常用的预处理操作,例如平滑,滤波之类,可以完成大部分图像操作(Based on Opencv and VS2010 digital image pretreatment process, include the pretreatment of the commonly used operation, such as smoothing, filtering and so on, can complete most of the image manipulation)
- 2016-05-12 11:26:21下载
- 积分:1
-
最佳缝合线算法实现图像拼接
使用vs2015加载opencv3.2,有瑕疵的最佳缝合线算法,诸位看官可以参考以下程序源码和实现方法,这个方法的问问题在与,选哟缝合的图像尺寸需要完全一直,不然程序的assert会报错,但是保证一致后,拼接的程序和拉普拉斯融合的算法拼接结果不是很满意。
- 2022-08-11 01:57:16下载
- 积分:1
-
people
基于python语言实现opencv自带svm检测行人(Opencv takes SVM to detect pedestrians)
- 2018-03-21 10:59:32下载
- 积分: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
-
局部动态阈值分割
此代码用于局部动态阈值分割图像,包中已经有Demo,并且可以保存分割好的图像到images文件夹下。一次实验的代码。
- 2023-03-18 08:15:03下载
- 积分:1
-
TZPP
特征匹配的基础例程,包括图像的矫正和几种特征匹配算法测试,VS2015可以直接运行(Basic routines for feature matching, including image correction and several feature matching algorithm tests, VS2015 can run directly)
- 2018-12-04 10:13:57下载
- 积分:1
-
showavi
利用opencv 显示视频,如果运行结果只是一闪,无法看到视频,则需要下载xvid(Display video with opencv If you run just a flash, can not see the video, you will need to download xvid)
- 2013-03-25 15:10:45下载
- 积分:1
-
CvvImage
opencv在mfc中显示图片,将图片贴到mfc的控件中。(opencv and mfc show image)
- 2016-03-21 18:10:14下载
- 积分:1
-
FirstFaceDetect
基于OPENCV的人脸识别功能,能使用默认级联检查器检测正常人脸。(face detection based on opencv and c language.)
- 2017-11-03 17:26:23下载
- 积分:1
-
opencv对视频进行角点检测
读入视频,对视频进行分帧处理(角点检测),角点检测后输出连续的角点检测结果,平台是vs2010,编程语言c++,可方便用于视频稳像等后续工作。
- 2022-06-28 17:32:06下载
- 积分:1