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

搜索资源列表

  1. cam2video

    0下载:
  2. 将摄像头的读到的数据存入到工作路径上名为test.avi(自动生成)的视频文件中。-To write the data read from camera into test.avi (automatically generated video file) in the workpath called.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:631
    • 提供者:steven xu
  1. 444

    0下载:
  2. 圖片檔案格式的轉換其實很簡單,應為所有轉換格式的演算法都包在cvLoadImage(),cvSaveImage()裡啦,對OpenCV而言,可以不用去知道如何去實作它的圖檔格式而做到直接開啟的功能,而他讀到的檔案甚至連它的相關資訊全都包在IplImage資料結構裡-Image file format conversion is very simple, they should convert the format for all algorithms are wrapped in cvLoadI
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:706
    • 提供者:nip
  1. exa2.9

    0下载:
  2. 这是OpenCv的从摄像头读入数据的程序,其实程序中的capture结构初始化后,从视频文件或者摄像设备读入图像没有区别。-This is OpenCv the data read from the camera program, in fact, the capture structure of the program is initialized, the video file or video equipment from the read image is no different.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-20
    • 文件大小:31926177
    • 提供者:江明
  1. KINECTOPENCV

    0下载:
  2. 将MS公司的KINECT数据读入,并且显示在计算机上。可修改程序以存储视频。-KINECT the MS' s data read and displayed on the computer. Can modify the program to store the video.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:1090
    • 提供者:徐抗
  1. 11_29_Read_Each_frame_in_the_video

    0下载:
  2. 利用opencv读取一个视频里的图像,并且计算出来多少帧,然后分别存储到硬盘里。-Using opencv to read each frame in a video, and then compute how many frames the video have, then store the data in the computer.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:799
    • 提供者:David Ding
  1. shexiangtoudata

    0下载:
  2. 从摄像头中读取视频数据,是opencv中处理视频的必备程序。-Video data read from the camera, is a necessary procedure for processing video in opencv.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:1338
    • 提供者:星空
  1. 1ts

    0下载:
  2. 用opencv函数从txt文件中读取数据到二维矩阵的程序,并进行求逆,求和,求矩阵每列元素平均值,摄像机标定时的一小部分-Using OpenCV function from the txt file to read the data into a two-dimensional matrix procedures, and the inverse of matrix, and each column elements, on average, a small portion of camer
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:572818
    • 提供者:张山
  1. yuv_read_function

    0下载:
  2. this is program to read yuv420 file and save as jpeg extension. you can see the law data of yuv422 format
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:1503
    • 提供者:Jung San Ho
  1. Opencv_Chinese_handbook

    0下载:
  2. 基础结构 数组操作o初始化o获取元素和数组子集o拷贝和填充o变换和置换o算术、逻辑和比较o统计o线性代数o数学函数o随机数生成o离散变换 动态结构o内存存储o序列o集合o图o树 ----------------- 绘图函数 ****************************************o典线和形状o文本o点集和轮廓 数据保存和运行时类型信息 樊臻韬o文件存储o写数据o读数据o运行时类型信息和通用函数 --------------- 其它混合函数 错误处理和系统函数o错误处理o系
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:1326708
    • 提供者:贝壳里的海
  1. OPenCV_programs

    0下载:
  2. 里面有OPenCV环境变量的设置,OpenCV入门的各种常用程序,全部经过测试能运行,有结果。包括图片显示,图片反相,鼠标事件,播放AVI文件,画几何图形,图像边缘检测,从摄像头读取数据等等程序。-There is OPenCV environment variable Settings, OPenCV entry of all sorts of commonly used procedures, can all through the test run, have the result. In
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:9589306
    • 提供者:夏辉
  1. ex4_3

    0下载:
  2. 创建一个程序读入并显示一幅图像 a. 允许用户在图像中选择一个矩形区域,然后通过按住鼠标画一个矩形。当鼠标放开,高亮显示矩形框,注意,在内存中保留一个原始图像的副本,以防止修改图像时改变原始图像的数据。在下一次点击鼠标按键是,恢复图像并重新开始绘制矩形 b. 在另一个独立的窗口中,使用画图函数画一个图表,分别用蓝、绿和红色表示选中每种颜色的像素数量。这是选定区域的颜色直方图。x 坐标系表示像素值范围在0-31,32-63……,223-255,y 坐标表示在选定区域中对应像素的数量。对每
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:2615
    • 提供者:陈宇
  1. vedio

    0下载:
  2. 基于开源的图像处理库opencv,打开电脑摄像头,并读取摄像头数据将它显示在窗口中,同时进行边缘检测-Based on open source image processing library opencv, open the computer camera, and read the camera data to display it in the window, and edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9390406
    • 提供者:lin
  1. read-data-from-camera-program

    0下载:
  2. 在OPENCV中,用于从摄像机读入数据。CAPTURE结构初始化后,从视频文件或摄像头设备读入图像没有区别。-In OPENCV, the read data from a camera. CAPTURE structure initialization, from video files or webcam device reads the image no difference.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:1003
    • 提供者:hhhu
  1. CVshowManyImage

    0下载:
  2. 实现了在一个窗口显示多个视频子窗口,能够读入单个的视频或摄像头数据,然后在一个窗口中分别显示原始帧图像、反色图像、灰度图像以及Canny边缘检测图像-Realization of a plurality of video sub-window display window can be read, or a single video camera data, and display the original image frame, anti-color image, gray-scale im
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1041858
    • 提供者:many
  1. PSNR

    0下载:
  2. 使用opencv读取图像数据,然后计算图像的峰值信噪比PSNR。-Using opencv read image data, and then calculate the PSNR image.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2114586
    • 提供者:xiaopan
  1. read_and_write_data_of_visualSFM

    1下载:
  2. 该程序用来读取visualSFM所产生的数据,option0000.ply , cameras_v2.txt , 00000000.jpg ,可以批量操作图片,并自动命名存储处理结果,只需输入关键文件名-this program is used to read the data which result the visualSFM,like option-0000.ply , cameras_v2.txt , 00000000.jpg .you can deal with the pictur
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:3372
    • 提供者:陈志超
  1. Grab

    0下载:
  2. basler相机与opencv数据格式转换,并使用opencv读取相机的缓冲器数据-basler camera and opencv data format conversion, and use the camera' s buffer opencv read data
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2067
    • 提供者:zhanbin
  1. two-kou

    0下载:
  2. 进行vc++mfc窗口开发,读取摄像头数据,进行视频播放,进行相关图像处理-Vc++ mfc window were developed to read the camera data, video playback, image processing related
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:2019001
    • 提供者:何施
  1. cameraload

    0下载:
  2. 通过opencv实现,使电脑或笔记本读取内置或外置的摄像头数据-By opencv to achieve, so that the computer or laptop to read internal or external camera data
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3462212
    • 提供者:Jack
  1. OpenCV

    0下载:
  2. MINDVISON相机 opencv+vc++ 可以正确读相机数据-MINDVISON camera opencv+vc++ camera data can be correctly read
  3. 所属分类:OpenCV

    • 发布日期:2017-06-09
    • 文件大小:16379868
    • 提供者:yuchao
« 12 »
搜珍网 www.dssz.com