当前位置:
首页 资源下载
搜索资源 - binarization opencv
搜索资源列表
-
0下载:
opencv 图像的二值化,包括局部阈值,全局阈值,自适应阈值法,对初学者帮助很大-opencv image binarization, including the local threshold, the global threshold, adaptive threshold, very helpful for beginners
-
-
0下载:
利用OpenCV对视频进行处理,尝试打开本电脑上的摄像头作为视频输入设备,或者将命令行的输入参数作为文件名来打开的视频文件。不管是哪一种方法,最后都是不断的循环处理一帧一帧地处理,涉及到的图像处理有背景擦除,平滑滤波,二值化等。-Using OpenCV to process the video, try to open the computer input device as a video camera, or the command line input parameters as the
-
-
0下载:
OpenCV图像二值化(阈值法),基于vc-OpenCV image binarization (threshold method), based on the vc
-
-
1下载:
基于Visual studio 2008 的图像处理试验平台的VC++源码 包含sebol边缘检测,灰度化,二值化,滤波,还有opencv引用,Based on Visual studio 2008 image-processing test platform VC++ Source contains sebol edge detection, gray and binarization, filtering, there is reference opencv
-
-
0下载:
调用opencv库,实现自适应阈值的图像二值化功能-Call opencv library to achieve adaptive threshold image binarization function
-
-
0下载:
基于opencv的数字图像处理,解决了图像二值化处理问题-Opencv-based digital image processing, solved the problem of image binarization processing
-
-
0下载:
基于OPencvr开发环境的图像预处理算法。包括中值滤波,形态学滤波,二值化处理及图像背景校正。--Image Pre-processing algorithm based on OPENCV. Including median filtering, morphological filtering, binarization image processing and background correction.
-
-
0下载:
it contain basic pre-processing algorithm including gaussian, binarization.
-
-
1下载:
通过灰度化、分段灰度拉伸、中值滤波、边缘检测和二值化等方式对车牌图像进行预处理,然后基于灰阶跳变定位车牌。-By gray, fractional gray stretch, median filtering, edge detection and binarization, etc. on the license plate image is preprocessed, and then jump on gray positioning plate.
-
-
0下载:
改进的图像二值化工程文件,自适应的二值化阈值调整,opencv-Improved binarization project file, opencv
-
-
0下载:
opencv下实现对单层颗粒的计数:摄像头拍照,二值化,腐蚀,计数-opencv achieve for single particle counting: camera, camera, binarization, erosion, count
-
-
1下载:
车牌识别 opencv
1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。
2.测试图像存储在当前目录的img下。
3.测试集、训练集、目标向量均存储在img下的文本文件中。-License plate recognition opencv
The first open a picture and then follow the order of grayscale, binary, gray stretch,
-
-
0下载:
Opencv处理图像,用ostu法实现图像的二值化-Opencv image processing, using ostu method to achieve image binarization
-
-
0下载:
OpenCV基于局部自适应阈值的图像二值化
-OpenCV based on local adaptive threshold binarization
-
-
0下载:
基于opencv的图像的二值化源代码,可以读取图像对起是缩放,可作为opencv的基础入门。-Based on opencv image binarization source code, can be read from the image pair is scaling can be used as the basis for opencv entry.
-
-
0下载:
关于汽车车道线的图像二值化的阈值分析,程序很成功。-Image binarization threshold analysis, the program is very successful.
-
-
0下载:
基于opencv的图像基本处理,从文件读入一幅图像,然后按照一定阈值对图像进行二值化,然后显示输入图像和二值化图像-Basic opencv based image processing, and reads an image from a file, and then follow certain threshold binary image, and then displays the input image and the binary image
-
-
0下载:
opencv 以如下的命令行格式运行,test.exe 输入视频文件名 二值化阈值 输出视频文件名 代码在main.cpp中-opencv to run the following command line format, test.exe input video file name binarization threshold output video file name in the code in main.cpp
-
-
0下载:
基于OpenCV的,在VC6下实现的图像变阈值二值化。-Based on OpenCV, in VC6 Threshold of image binarization.
-
-
1下载:
通过二值化2、边缘检测、霍夫变换检测摄像头拍摄到的直线。(Binarization 2, edge detection, and Hough transform detect the line taken by the camera.)
-