CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 摄像头 图像处理

搜索资源列表

  1. VCandOpenCVsources

    0下载:
  2. 源码1:实现对图像平滑处理。比如噪声消除(二什图像的黑白点噪滤除;消除孤立黑像素点);邻域平均 法;中值滤波;加噪等。 源码2:对图像进行阈什分割和轮廓提取。 源码3:进行图像的合成。 源码4:图像的变换域处理 源码5:锐化及边缘检测 源码6:灰度变换 motiondetect1:基于OpenCV 运动检测(摄像头或.avi)-Source 1: Implementation of image smoothing. Such as noise reduction
  3. 所属分类:Graph program

    • 发布日期:2017-05-23
    • 文件大小:7205572
    • 提供者:stone
  1. LaserScanz

    1下载:
  2. 基于激光扫描的三维重建,里面包含opencv的摄像头处理,包含opengl的3D图像描述-Three-dimensional reconstruction based on laser scanning, which contains opencv camera processing, including the 3D image descr iption opengl
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-15
    • 文件大小:4093387
    • 提供者:邹润
  1. 1

    0下载:
  2. 视频捕捉程序能够通过使用小摄像头在窗口上显示视频头像。用户可以选择有框或无框模式对拍照图像进行处理。-Video capture program can use a small camera through the window to display the video picture. Users can select a box or frame mode on the camera image processing.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-02
    • 文件大小:507379
    • 提供者:sdfsdfe
  1. GEC2440_Cam_V4l_Test

    0下载:
  2. 基于GEC2440的Linux下摄像头采集实验 实验代码中含有详细中文注释 该实验组主要是帮助理解Liunx下摄像头设备的访问方式 图像数据RGB565处理和显示方式 1.Frame图像数据显示(showRGB.c) 使用RGB565数据格式构造的图像数组,在LCD上显示红绿蓝三色图。 2.图像数据保存(saveRGB.c) 将上一实验中构造的三色图数据写入文件。 3.显示文件中的图像(readRGB.c) 将保存在文件中的图像数据读取并查看数据。
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:5436
    • 提供者:JasonYi
  1. HSW

    1下载:
  2. 布氏硬度机将一定直径的硬质合金压头施加试验力在试样上压出压痕后,由摄像头捕捉压痕,通过图像采集卡读取到计算机中,用图象处理软件对压痕进行处理,获得压痕边缘轮廓的拟合曲线,然后根据拟合曲线内的图像像素数,计算出压痕面积。根据布氏硬度试验原理,编写计算程序,根据压痕面积计算出材料的布氏硬度。并将结果显示在显示屏上。-Brinell hardness machine will be the diameter of the carbide pressure head test force applied
  3. 所属分类:视频捕捉/采集

    • 发布日期:2017-05-11
    • 文件大小:998856
    • 提供者:dwjnet
  1. mjpeg_3

    0下载:
  2. 基于usb摄像头的嵌入式视频监视中的pc端的视频接收与处理程序。通过输入arm开发板的ip就能获取及显示摄像头(Zc0103)的视频图像。-Usb based video surveillance camera embedded in the pc end of the video receiving and processing procedures. Arm development board by entering the ip camera will be able to access
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-16
    • 文件大小:4574791
    • 提供者:黄大侠
  1. xitong

    0下载:
  2. 本文是针对于应用在精整线上冷轧带钢表面质量自动检测系统的研究, 该系统用于在线检测划痕、 折印、锈斑、辊印等常见的冷轧带钢表面缺陷。系统采用多个面阵摄像头同步采集图像的方式, 并通 过由光源构成的“ 暗场照明” 方式实现对缺陷的检测。系统采用了并行计算机制和多线程机制, 并对 算法进行了优化, 从而满足数据的实时处理要求。-This article is for applications in the finishing line in the cold rolled strip s
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:937655
    • 提供者:
  1. videocapsend

    0下载:
  2. 发送端通过Video4linux编程对摄像头进行操作,获取视频数据,将所得到的每一帧图像进行处理后,由libjpeg将原始图像进行压缩,使得数据可以通过网络发送。在发送时通过UDP的socket编程实现数据帧的发送;-By Video4linux programming of the transmitter to operate the camera to obtain video data, the resulting image after each frame, the original
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:901271
    • 提供者:jhtian
  1. solution_1_guangliu

    0下载:
  2. 本代码利用OPENCV从摄像头抓取一帧彩色图像,用C语言编写的光流程序进行处理,算法是基于摄像头固定的情形。-OPENCV the code from the camera using a color image capture, using C language program to process the optical flow algorithm is based on a fixed camera case.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4168378
    • 提供者:Lee
  1. KinectTest

    0下载:
  2. 利用AlexP的driver,可以读到RGB摄像头,深度摄像头的图像,并可以用伪彩色和灰度来显示深度图像。灰度的深度图像,显示度并不好,但也无所谓,我们是要拿这个数据来处理的,不是用来看的。使用VS2008编译,需要opencv2.0支持-Using AlexP the driver, you can read RGB camera, the depth of the camera image, and pseudo color and grayscale can be used to dis
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:149835
    • 提供者:sdf
  1. camera-calibration-

    0下载:
  2. 首先自制一张标定图片,用A4纸打印出来,设定距离,再设定标定棋盘的格子数目,如8×6,然后利用cvFindChessboardCorners找到棋盘在摄像头中的2D位置,这里cvFindChessboardCorners不太稳定,有时不能工作,也许需要图像增强处理。 计算实际的距离,应该是3D的距离。我设定为21.6毫米,既在A4纸上为两厘米。 再用cvCalibrateCamera2计算内参, 最后用cvUndistort2纠正图像的变形。 -First, a
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:8026
    • 提供者:高东旭
  1. BEST_3.6

    0下载:
  2. 智能车摄像头组初级阶段程序,用于了解图像采集简单的处理运算等等,非常适合智能车竞赛入门学习。-Smart car camera set the initial stage of procedures for the understanding of the simple image acquisition processing algorithms, etc., is very suitable for smart car competition, getting started.
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:225935
    • 提供者:张海明
  1. cvcam

    0下载:
  2. 访问摄像头数据,在获取的视频图像中画一条线,比较基础的视频处理代码,需要的朋友可以下载哦-Access to the camera data, in obtaining the video images to draw a line, compared handling code based on the video, you need friends you can download
  3. 所属分类:Video Capture

    • 发布日期:2017-03-28
    • 文件大小:795
    • 提供者:manzhu
  1. rgb2hsi

    0下载:
  2. 基于s3c2440开发板的颜色识别程序,实现摄像头采集图像,LCD显示采集图像,并对图像做二值化处理,实现颜色识别-S3c2440 development board based on the color of the identification procedures, to achieve image acquisition camera, LCD display capture images, and do binary image processing, and color recogn
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:19713
    • 提供者:zhoudongbo
  1. dvd

    0下载:
  2. 视频图像的处理,通过摄像头进行图像采集,DVD图像显示-Video image processing, image acquisition by camera, DVD image display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5790
    • 提供者:凤凰
  1. CCD_51

    0下载:
  2. 用51单片机模拟CCD摄像头产生的图像数组的处理过程,由于51单片机内存太小,此处只是模拟一个小数组。-51 single-chip microcomputer simulation CCD camera with the image produced by the process of array, because 51 SCM memory is too small, here is just a small array simulation.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:43185
    • 提供者:李栋
  1. S60

    0下载:
  2. 一个塞班平台上的视频开发的例子,是关于摄像头采集,然后实时捕捉图像,进行处理,希望对这方面开发的人有一些帮助。-A video development platform Saipan example, people who want to develop in this area have some help.
  3. 所属分类:Symbian

    • 发布日期:2017-04-02
    • 文件大小:170709
    • 提供者:jie
  1. MFC-VideoControl

    0下载:
  2. 一个视频监控的例子,区域安装摄像头后,采集图像,处理,录制,并提供多种功能-Video Control
  3. 所属分类:Video Capture

    • 发布日期:2017-05-09
    • 文件大小:2376816
    • 提供者:L
  1. GetImage

    0下载:
  2. 基于飞思卡尔的摄像头组程序。CCD图像的获取及处理。-Program based on Freescale s camera group. CCD image acquisition and processing
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:2235
    • 提供者:蒋海银
  1. camera

    0下载:
  2. 机器视觉技术 对摄像头获取图像进行简单RGB处理-Machine vision technology to obtain image RGB camera simple processing
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:6937832
    • 提供者:林盟
« 1 2 ... 8 9 10 11 12 1314 15 16 17 »
搜珍网 www.dssz.com