-
OTSU3阈值算法
本代码是在VS2008,opencv2.3.1环境下实现的。运用了查找表的思想对算法进行了优化,是程序运行的更快。并且用直方图显示了图像像素的分布情况,而且在直方图中显示了图像的阈值点。
- 2022-03-07 09:55:13下载
- 积分:1
-
基于OpenCV的blob实现的多运动目标跟踪
基于OpenCV的blob实现的多运动目标跟踪,该工程提供完整的实现代码,主要通过Blob实现多目标的跟踪检测。原理简单,实现效果有限,但适合视频跟踪初学者的学习使用,可以学习到跟踪领域基本的思路。
- 2022-01-25 19:57:22下载
- 积分:1
-
Gabor滤波器C++实现
本代码可以实现对一张图像的Gabor滤波,并输出结果,需要配置opencv库,
- 2022-07-16 09:50:24下载
- 积分:1
-
Code to Learning OpenCV
"This library is useful for practitioners, and is an excellent tool for
those entering the field: it is a set of computer vision algorithms that
work as advertised."-William T. Freeman, Computer Science and
Artificial Intelligence Laboratory, Massachusetts Institute of
Technology
- 2022-07-14 00:54:32下载
- 积分:1
-
VS2010+Opencv3.4.5环境搭建及图像处理实例源码
VS2010+Opencv3.4.5开发环境搭建,以及缺失的四个dll,从www.dll-files.com 下载缺失四个64位的dll,注意要64位的。Opencv3.4.5只有64位的,电脑需要64位系统,VS也需要64位的环境。该实例包含了图像腐蚀、图像膨胀、边缘图像等图像处理。
- 2023-05-07 10:15:20下载
- 积分:1
-
小波变换检测图像模糊度
转自github上经典的小波变换检测模糊图像方法
- 2022-02-12 07:13:20下载
- 积分:1
-
相机标定棋盘格角点提取
利用棋盘格进行相机标定,需要提取棋盘格角点,本代码应用C++、OpenCV对棋盘格角点进行提取(高标定板与低标定板提取方法一样),共10*10既100个角点
- 2023-06-14 05:15:03下载
- 积分:1
-
彩色目标追踪
能打开摄像头追踪目标 鼠标先框出一个目标 后面可以追踪 仅限于单目标追踪。
- 2022-01-25 22:14:28下载
- 积分:1
-
stereo cameras calibration
Given a list of chessboard images, the number of corners (nx, ny)
on the chessboards, and a flag: useCalibrated for
calibrated (0) or
uncalibrated
(1: use cvStereoCalibrate(), 2: compute fundamental
matrix separately) stereo.
Calibrate the cameras and display the
rectified results along with the computed disparity images.
Usage:
./stereo_calib -w board_width -h board_height [-nr /*dot not view results*/]
- 2022-10-02 21:00:04下载
- 积分:1
-
opencv常见数据类型转换
opencv中MatIplImage等常见数据类型转换整理
- 2022-01-25 20:23:46下载
- 积分:1