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

搜索资源列表

  1. gaosi

    0下载:
  2. 基于混合高斯背景建模的方法用于检测场景中的运动车辆,采用Visual C++和OpenCV实现,程序有详细注释,并且附带测试视频,希望对大家有帮助。-The movement of vehicles, based on Gaussian mixture background modeling method for detecting the scene to adopt the Visual C++ and OpenCV realization, procedures detailed note
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:7834484
    • 提供者:离逝的风
  1. EX1

    0下载:
  2.   1.用OpenCV实现打开一幅彩色图像,显示出来;   2.将其转换为灰度图并保存为文件;   3.将其二值化并保存为文件(二值化阈值最好用滚动条交互式输入,图像二 值化效果能实时变化更好,可参考OpenCV的sample程序edge.c)-1 using OpenCV open a color image display 2 converted to grayscale and saved as a file 3 the second value and save
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:1924525
    • 提供者:戴佳毅
  1. AI_Median-Filter

    0下载:
  2. c++ opencv 中值滤波,程序效果较好,满足要求-c++ opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-24
    • 文件大小:2242493
    • 提供者:Jerry
  1. AI_Histogram-Equalization

    0下载:
  2. c++ opencv 直方图均衡化程序 效果较好-c++ opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:2259405
    • 提供者:Jerry
  1. AI_Median-Filter_Min_Max_DIY

    0下载:
  2. c++ opencv 限制数据有效性下的均值滤波,程序效果较很好,满足要求-c++ opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-19
    • 文件大小:2981887
    • 提供者:Jerry
  1. vehicle-detection

    0下载:
  2. 基于帧间差分的方法用于检测场景中的运动车辆,采用Visual C++和OpenCV实现,程序有详细注释,并且附带测试视频,希望对大家有帮助。-The movement of vehicles based on frame difference method is used to detect scene using the Visual C++ and OpenCV realization procedures detailed notes, and come with a test video
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:4438056
    • 提供者:离逝的风
  1. 253f30664450

    0下载:
  2. 用于遥感图像分类处理的一个基于C++的遗传算法聚类程序-For remote sensing image classification based on genetic algorithm clustering procedure of the C++
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:182277
    • 提供者:邓刘昭芦
  1. ImageRetrival.Beta0.1

    0下载:
  2. 图像检索程序,用c++编写而成。主要就用来研究图像检索中所用到的算法-Image retrieval procedures, c++ written. Mainly used to study the algorithms used in image retrieval
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:314611
    • 提供者:wjj
  1. onling_tracker

    0下载:
  2. 采用在线学习跟踪方式,对物体进行跟踪,代码用c++编写,库用的Opencv库,程序中包括了3个.h,3个.cpp,一个.main程序。-We have added two new state-of-the-art object tracking algorithms to OpenCV which can robustly track images patches across a video sequence and learn online (i.e., on-the-fly) as the
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:16510782
    • 提供者:liyulong
  1. OPENCVcolormatch

    0下载:
  2. 使用opencv编写的简单的图像处理的程序,检测每个像素点的与确定的像素的相关性-color matching using OPENCV C++
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:10000126
    • 提供者:陆屿
  1. Image

    0下载:
  2. 本程序处理的是用小波变换处理图像采用C++编程-This program deals with using wavelet transform image processing program using C++
  3. 所属分类:OpenCV

    • 发布日期:2017-12-01
    • 文件大小:136986
    • 提供者:陶子
  1. beijingjianmo

    0下载:
  2. 多尺度高斯背景建模下的,车辆检测程序。C/C++语言-Multiscale Gaussian background modeling under the vehicle testing procedures. C/C++ language
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:2776446
    • 提供者:sophie
  1. FaceDetection

    0下载:
  2. 该程序是在C++平台上运行可编译通过的源代码,该程序可以实现图片上的人脸检测,是笔者通过自学编程实现的,效果还不错,为准备开始学习opencv的小同学们提供参考-The program is running on a platform in C++ can compile the source code, the program can detect the human face on the picture, is the author of programming through self-
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:28551168
    • 提供者:曲盛铭
  1. opencv_tracking

    2下载:
  2. 本程序主要实现了基于摄像头的实时目标跟踪。主要基于opencv和visual c++开发。-The program achieved a camera-based real-time target tracking. Mainly based on opencv and visual c++ development.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:18704295
    • 提供者:tim
  1. calibration

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

    • 发布日期:2017-11-15
    • 文件大小:1371258
    • 提供者:夏小满
  1. camera

    0下载:
  2. 基于C++编写的本机摄像头调用程序,只需要设置好相应的库函数文件即可-Based C++ write native camera procedure call, only need to set up the appropriate file to library functions
  3. 所属分类:OpenCV

    • 发布日期:2017-11-13
    • 文件大小:1207446
    • 提供者:小小
  1. opencv-

    0下载:
  2. C++编写的基于opencv的视频读写程序-C++ prepared video opencv based literacy program
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:14936
    • 提供者:曹小昭
  1. Camera_test

    0下载:
  2. opencv C++ 读取摄像头的一个简短程序,将cvCreateCameraCapture的camera改成File,就可以读取要求路径的视频文件。-opencv C++ camera reads a short program that will cvCreateCameraCapture the camera into a File, you can read the required path of the video file.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9731799
    • 提供者:夏明威
  1. drawing-circle

    0下载:
  2. 自己寫的畫圓程序,很容易了解,提供給大家參考-Write C program to draw a circle using c graphics. In this program we use the graphics.h library function to draw a circle. To use graphics.h, we have to install the drivers in to the the system by using the initgraph() funct
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:749
    • 提供者:robin lee
  1. OpenCV_BC

    0下载:
  2. 该程序是在C++ Builder环境下调用OpenCV函数库,有简单的实例-The program is in the OpenCV function call C++ Builder environment database, a simple example
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5129719
    • 提供者:许生
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com