搜索资源列表
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
convert
- 该代码的功能是读入图像,并对图像进行反转,最后将图像显示在屏幕上-The functionality of the code is read into the image, and image inversion, the final image displayed on the screen
hello
- 本代码是利用opencv环境,读入并显示图像。(利用cmd命令)-vival the picture
convert
- 本代码是在visual c++环境下,利用opencv对图像读入并反转显示。-convert the picture
mousedraw
- 使用OpenCV读入鼠标数据,然后将读入数据画线,该代码可以在impainting中使用。-using OpenCV to read the position of mouse. you can draw any lines in the picture.
Binocular-Stereo-Vision
- 基于OpenCV的双目视觉测量代码。1)可读入标定的摄像机参数,并对左右图像进行校正;2)实现了对三角轮廓的实时跟踪,与匹配。-This project is about the Binocular Stereo Vision,which is based on OpenCV.
countPedestrain
- C++的opencv图像处理代码。读入图像并检测行人并计数-count Pedestrain
Opencv-2-computer-vision
- 这是一本循序渐进的计算机视觉指导手册,给予OpenCV2代码库中包含高级特性的C++接口。本书介绍了OpenCV2中众多的视觉算法。你将学会如何读、写、创建及操作图像,领略图像分析中常用的技术,并了解如何使用C++高效实现。-This is a step by step computer vision guidance manual, to give the OpenCV2 code library contains advanced features of the C++ interface.