搜索资源列表
-
1下载:
中科院自动化所自由软件学会于任棋讲解的使用opencv进行图像处理的课件和源码。其中包括opencv图像结构、矩阵结构、点结构简介,以及图像I/O,边缘检测,轮廓检测,背景建模等。-free software to automate the process of the Chinese Academy of Sciences Institute of the game on the use opencv for Image Processing Software and the source.
-
-
0下载:
opencv c++将彩色图像转换为灰度图像进行边缘检测,,opencv c++ to convert color images to gray-scale image edge detection,
-
-
0下载:
在VC++环境下利用opencv函数库编写霍夫变换检测直线和图像边缘检测,In VC++ Environment to use opencv library to prepare a straight line Hough transform detection and image edge detection
-
-
0下载:
opencv 中roberts算法 实现边缘检测-opencv edge detection algorithm with the roberts
-
-
0下载:
OpenCV写得一个图像边缘检测的代码,功能很强,能够用于24位真彩图像的边缘的识别-OpenCV write an image edge detection code, function very strong, can be used for 24-bit true color image edge identification
-
-
0下载:
用Opencv实现拉普拉斯变换获得图像边缘检测-Used to achieve Opencv Laplace transform to obtain image edge detection
-
-
0下载:
opencv的基础代码实现 可以实现边缘检测和图像的其他识别-the basis of opencv code can achieve edge detection and image of the other identification
-
-
0下载:
基于vc++和opencv的对图像进行sobel,canny算子的边缘检测和harris角点检测-Based on vc++ and opencv image of the sobel, canny edge detection operator and the harris corner detection
-
-
0下载:
基于OPENCV的边缘检测程序,且阈值可调。-OPENCV based on edge detection procedure, and adjustable threshold.
-
-
0下载:
VC++结合OpenCV图像处理程序,处理RGB彩色图像,可以实现精确边缘或模糊边缘检测-VC++ with OpenCV image-processing procedures to deal with RGB color images can be precise or fuzzy edge detection, edge
-
-
0下载:
基于OpenCV的计算机视觉技术实现第六章图像处理的源程序,其中包括图像边缘检测、直方图、Hough变换、几何变换、形态学等基本的图像处理。-OpenCV-based computer vision image processing technology to Chapter VI of the source, including edge detection, histogram, Hough transform, geometric transformation, morphology, a
-
-
0下载:
OPENCV的例程,使用OPENCV进行图形图像处理和视频处理,包括图像结构,边缘检测,背景建模等模块-the routine use of OPENCV,including graphical image processing and video processing, image structure, edge detection, background modeling module
-
-
0下载:
图像边缘检测
Canny,Sobel,Laplace,Roberts,Prewitt,Krisch,Log七种算法实现 MFC+Opencv+Visual Studio -Image Edge Detection Canny, Sobel, Laplace, Roberts, Prewitt, Krisch, Log seven kinds of algorithms to achieve MFC+Opencv+Visual Studio 11
-
-
0下载:
用MFC的Picture控件显示图像,调用opencv函数进行边缘检测处理,-Use MFC Picture control display images, opencv function called edge detection processing,
-
-
0下载:
An EPICS areaDetector plugin to perform edge detection using the OpenCV Canny function.
-
-
0下载:
The goal of this project was to create an edge detection software without using too much of the OpenCV library. We programed everything from scratch except for the Mat class that we use to store images.
A report and a powerpoint in french are also
-
-
0下载:
A simple program that uses Laplacian edge detection and bilateral filters in OpenCV to "cartoonify" a webcamera's stream.
-
-
0下载:
Zero-parameter, automatic Canny edge detection with C++ and OpenCV.
This is a conversion of Adrian Rosebrock's python scr ipt to c++.
Everything is contained in the include folder in auto_canny.h
There's an simple code in src/main.cpp to rea
-
-
0下载:
目标检测首先利用统计的方法得到背景模型,并实时地对背景模型进行更新以适应光线变化和场景本身的变化,用形态学方法和检测连通域面积进行后处理,消除噪声和背景扰动带来的影响,在HSV色度空间下检测阴影,得到准确的运动目标。(object detectWe use statistical methods to obtain the background model, and real-time of the background model is updated to adapt to illumina
-
-
1下载:
使用canny算子对图像进行边缘检测,用于RCNN的目标检测。(Edge detection using Canny operator)
-