CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - picture c

搜索资源列表

  1. Sobel-Laplace-Canny-matlab-code

    0下载:
  2. 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:648543
    • 提供者:吕明
  1. test2

    0下载:
  2. C#调用opencv打开摄像头录像,并抓取图片。 对视频直接调节灰度值,并显示图片。-C# to call opencv open camera video and grab the picture. Video directly to adjust the gray scale values, and display pictures.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:984847
    • 提供者:Jiangjiuxiang
  1. showpicureslenaapplication

    0下载:
  2. opencv c plus plus show picture application lena
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:9672517
    • 提供者:skymoon
  1. different2shwpicureslenaapplicationsectin2

    0下载:
  2. opencv c plus plus show picture different application lena2
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4623749
    • 提供者:skymoon
  1. picturetopictureslay

    0下载:
  2. open cv visual c plus plus picture pass to picture application
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4744421
    • 提供者:skymoon
  1. ImageComparison

    0下载:
  2. This a simple application developed in C# and uses the Emgu CV library. Emgu CV lib is a wrapper around OpenCV than enables .NET languages to use the OpenCV lib. The algorithm showcased in the source code is about template matching and object recog
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:68266
    • 提供者:Waleed
  1. openCV2CB

    1下载:
  2. 在C++builder6.0中使用OpenCV1.0。可以将opencv图像格式IplImage与C++builder图像格式Bitmap、Image1->Picture->Bitmap进行相互转换。-In C++ builder6.0 use OpenCV1.0. Opencv image formats can be IplImage with C++ builder image format Bitmap, Image1-> Picture-> Bitmap for
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2297991
    • 提供者:张天源
  1. rect

    0下载:
  2. 矩形查找,使用OpenCV,在C++环境下实现。-find rect in the picture,which use opencv and c++.This is a good example.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2907949
    • 提供者:赖容
  1. TP7

    0下载:
  2. this a source code developped with OpenCV and c++, it takes a colored picture in input, turns it channels from 3 to 1 (conversion to grey scalled picture) and applies diffrent filters (gaussian, laplacien,smooth filter...) and shows each result in a
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:8453817
    • 提供者:rym
  1. Assignment_1_Sol

    0下载:
  2. A program that chooses the best match between picture and templates using the difference between them, using openCV and C++ and Xcode. A program that chooses the best match between picture and templates using the difference between them, using open
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:46264
    • 提供者:mahmoud aly
  1. ca

    0下载:
  2. 读者可以直接使用Opencv自带的摄像机标定示例程序,该程序位于 “\OpenCV\samples\c目录下的calibration.cpp”,程序的输入支持直接从USB摄像机读取图片标定,或者读取avi文件或者已经存放于电脑上图片进行标定。-Readers can use the Opencv comes with the camera calibration sample program, the program is located in "\ OpenCV \ samples \ c d
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:13532
    • 提供者:cf
  1. picture-drawing

    0下载:
  2. 本代码是在visual c++环境下利用opencv进行图像绘制-picture drawing
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1027860
    • 提供者:T-mac
  1. convert

    0下载:
  2. 本代码是在visual c++环境下,利用opencv对图像读入并反转显示。-convert the picture
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1098075
    • 提供者:T-mac
  1. ch2_ex2_2

    0下载:
  2. 运用C++打开磁盘中一张图片的程序(运用OpenCV),需要用命令行执行-a project to open a picture in your computer using OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:1234139
    • 提供者:张嘉男
  1. kk

    0下载:
  2. 在C++的环境下用opencv读取并显示一副图片-Read and display a picture in the environment of the C++ with opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:468012
    • 提供者:sunyingzhi
  1. videotoimage

    0下载:
  2. 用C++结合opencv的一个将视频转化为图片的程序-Combination with C++ opencv a video into a picture program
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7406652
    • 提供者:李鸿生
  1. read-load-And-show

    0下载:
  2. 使用C++和计算机视觉开源代码库OpenCv编写的图片读取函数,程序简单。-Open source code base OpenCv C++ and computer vision to write the function of reading picture, the program is simple.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3515746
    • 提供者:石头
  1. ImageMarkByText_Demo

    0下载:
  2. 给图片添加图片水印的代码,VS下C++编程,使用openCV2.3的新C++接口函数.含测试图片,已编译。-To the picture to add images watermarking code, VS C++ under programming, use openCV2.3 new C++ interface function. Including test images, compiled.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:4292593
    • 提供者:lee
  1. picture-display

    0下载:
  2. opencv入门级C++程序代码调试,第一课:显示一张二维静态图片。-Opencv entry level debugging c++ program code, the first class: shows a 2 d static image.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:6037090
    • 提供者:秦柯
  1. picture-scale

    0下载:
  2. opencv入门级C++程序代码调试,第二课:对一张二维静态图片进行缩放。-Opencv entry level debugging c++ program code, the second lesson: for a 2 d static image to zoom.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5743781
    • 提供者:秦柯
« 12 »
搜珍网 www.dssz.com