资源列表
opencvDigitRecognize
- 基于opencv的数字识别系统,能通过模板准确识别数字-Opencv-based digital identification systems, accurate identification numbers through a template
ImageProcessing(openCV)
- 一个基于openCV的图像处理程序,包含有边缘检测,图像匹配,形态学变换,金字塔采样,视频采集,相机标定等各种函数。-OpenCV-based image processing program includes edge detection, image matching, morphological transformation, the pyramid samples, video capture, camera calibration and other functions.
视频监控(面积报警)
- 通过视频监控,对视频流帧处理,自动发现火情并报警。-Through video surveillance, video streaming frame processing, auto-discovery and fire alarm.
Distortion Correction
- VC+opencv 实现建筑物梯形畸变校正 radon变换 sobel边缘检测 直方图均衡图像增强 radon直线检测 仿射变换等算法-VC+ opencv trapezoidal distortion correction to achieve the building radon transform sobel edge detection image enhancement histogram equalization radon affine transform line detecti
SubPixelEdgeDetect
- 使用OPENCV编写的亚像素边缘提取,其中包括运行所需库,及测试数据;可直接运行。-Written using OPENCV subpixel edge detection, including running the needed libraries, and test data Can be run directly.
matlab_grabcut-master
- 用MATLAB实现了GrabCut的图像分割的源代码供参考-Using MATLAB to achieve the GrabCut image segmentation of the source code for reference
cnn_evaluation_smoke-master
- 此代码简单易学,能有效检测烟雾,识别率高,机器学习。(This code is easy to learn, can effectively detect smoke, high recognition rate, machine learning.)
Protel2002简体中文正式版.rar
- Protel2002简体中文正式版
三次B样条曲线
- 用C语言编写的三次B样条曲线源代码!-C language prepared by the cubic B-spline curves source code!
topoplot
- 基于采集的脑电导联信号,用matlab去噪和伪迹,最后绘制脑地形图。 去噪文件夹: FastICA_25文件夹为 fastICA函数;pca为pca 函数; av_sub伪迹减法去噪; ica_step1,ica_step2&pca 为ica与pca的去噪程序; wave_entro为小波熵的计算程序; topoplot为地形图函数; topo为画地形图程序;eloc32,eloc16为函数调用32导/16导的头皮电极分布位置 get_txt将采集的脑
图像检索c++源码程序
- 基于颜色和纹理的图像检索的c++源码
交通信号灯系统
- 一个交通信号灯系统: 变量:位置、颜色(红、黄、绿)、显示时间(秒) 方法:切换信号灯 要求: 设计路口信号灯示意图界面 。 创建并启动两个线程(东西向、南北向)同时运行 根据车流量进行控制。