-
有效检测烟雾,识别率高,机器学习cnn_evaluation_smoke-master
说明: 此代码简单易学,能有效检测烟雾,识别率高,机器学习。(This code is easy to learn, can effectively detect smoke, high recognition rate, machine learning.)
- 2020-07-07 23:08:56下载
- 积分:1
-
License-Plate-Recognition-master
用python3+opencv3做的中国车牌识别,包括算法和客户端界面。(Chinese license plate recognition using python3+opencv3, including algorithm and client interface.)
- 2018-07-07 13:32:47下载
- 积分:1
-
Corner0
i use qt to do corner by opencv,that u can load an image then to find the corner.(qt 下用 Opencv 做角点检测)
- 2010-08-16 08:00:05下载
- 积分: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
-
Learning-OpenCV
学习OpenCV(中文版) 随书源码 基本包括各个例子的代码,学习openCV入门必备(Learning OpenCV (Chinese edition) source with books)
- 2014-12-04 00:41:15下载
- 积分:1
-
opencv training
UBUNTU下使用opencv 神经网络训练,识别物体,图像处理部分提取特征,加入inputs,训练完成后加入outputs,生成xml文件即为训练结果。
- 2023-04-15 02:15:03下载
- 积分:1
-
edge
采用canny算子进行边缘检测,小阈值控制边缘连接,大阈值控制边缘的初始分割(Canny operator used for edge detection, edge linking a small threshold control, threshold control large initial segments of the edge)
- 2011-09-23 10:19:56下载
- 积分:1
-
简易的qt+opencv3.2简易的图像处理界面(Ubuntu)
Ubuntu下使用qt5.7.1+opencv3.2.0实现简易的图像处理界面设计
- 2023-02-03 01:35:05下载
- 积分:1
-
Digital-Image-Processing
说明: 数字图像处理 中值滤波和中值滤波 visual C++6.0 配置opencv进行的图像处理。(Digital image processing median filter and median filter)
- 2011-04-07 09:03:53下载
- 积分:1
-
相机控制
#include"stdafx.h"
#include < cv.h >
#include < highgui.h >
#include < math.h >
# 包括 < stdlib.h >
#include < stddef.h >
#include < stdlib.h >
#include < conio.h >
#include < iostream >
使用命名空间 std ;
IplImage * img ;
IplImage * img1 ;
IplImage * img2 ;
IplImage * des ;
使用命名空间的简历 ;
//callback 函数
无效 changeContrast (int 对比) {
if(contrast = 10) {
cvScale (img,des,(对比度-9)) ;
}
cvShowImage des"飞鸟") ;
img = des ;
}
void changegamma (int 伽玛)
{
γ = γ/10 ;
//gamma 校正
cvPow (img、 des、 伽玛) ;
//cvConvertScaleAbs (des,des,1,0) ;
cvShowImage des"飞鸟") ;
img = des ;
}
空 changeBrightness(int bright)
{
- 2022-08-15 23:57:58下载
- 积分:1