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

搜索资源列表

  1. 6-3

    0下载:
  2. 用opencv写的一个对图片进行透视变换的程序,图片由用户输入路径-Opencv write with the picture of a perspective transformation of the program, pictures, enter the path by the user
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:4670
    • 提供者:fallrice
  1. Cell

    1下载:
  2. 细胞图像分析输入:图像文件cell1.bmp 输出要求: 1. 该图像中的细胞数量; 2. 最大细胞的面积、周长(以像素为单位)、方向、该细胞的中心位置; 3. 最小细胞的面积、周长(以像素为单位)、方向、该细胞的中心位置; 4. 所有细胞的平均面积(以像素为单位); 5. 将主要的中间步骤处理结果的图像都用OpenCV 的cvShowImage 显示出来。-Cell image analysis type: image file cell1.bmp output req
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:2341
    • 提供者:萧白
  1. Oval

    0下载:
  2. 圆及椭圆拟合输入: 图像文件seal1.jpg、seal2.jpg、coin1.jpg 任务: 尝试将上述三个文件中圆或椭圆的外轮廓拟合出来 输出要求: 1. 每个拟合圆或椭圆的中心坐标,半径或长短轴长度; 2. 将主要的中间步骤及最终拟合结果用OpenCV的cvShowImage 显示出来。-Circle and ellipse fitting type: image file seal1.jpg, seal2.jpg, coin1.jpg task: Try the
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1572
    • 提供者:萧白
  1. smooth

    0下载:
  2. 利用opencv工具进行图像的光滑处理。使得图像在输入时能够先进行光滑的处理之后再进行相关的操作。-Using opencv image smoothing tools. Makes the input image processing can be carried out after smoothing the related operations.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:3295
    • 提供者:王雪
  1. finddomaninpoints

    0下载:
  2. 计算二值图像重心,输入二值图像,计算出重心点。opencv2.1版本,vc2008下-calculate center of gravity of binary image
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:1269
    • 提供者:sun
  1. Harris

    0下载:
  2. 基于Opencv和C++, 使用harris算法, 对输入视频,提取亚像素级角点的个数和坐标。-base on Opencv and C++, using Harris algorithm, output the subpixel corners number and coordinate of video.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12318720
    • 提供者:ly
  1. Only_BG_Build_homework1

    0下载:
  2. 使用opencv使得对输入的影像每K张做平均,并且这k张影像必须是以每一帧开始的image往后的K张做平均,然后得到连续的经过平均的video-Opencv makes use of the input image do mean every K Zhang, and these k images must be the beginning of each frame image is back to do the K Zhang average, and then get through th
  3. 所属分类:OpenCV

    • 发布日期:2017-06-13
    • 文件大小:20894160
    • 提供者:tianxianxian
  1. ch2_ex2_5

    0下载:
  2. 用一个函数创建一副宽度和高度为输入图像一般尺寸的图像-A function to create an input image width and height of the general size of the image
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1107
    • 提供者:cdy
  1. color-cluster

    0下载:
  2. 基于opencv的图像颜色聚类算法。聚类精度较高,但颜色数目需要输入。-Opencv image-based color clustering algorithm. Clustering high accuracy, but the number of colors required to enter.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1841668
    • 提供者:mosheh
  1. OpencvUIDlg2.1

    0下载:
  2. 利用OPENCV来打开USB摄像头,用到了cvCaptureFromCAM(-1)函数,选择默认的第一个摄像头作为输入,同时,对OPENCV中的视频跟踪进行了实验。-OPENCV to use the USB camera, use the cvCaptureFromCAM (-1) function, select the default first camera as an input, the same time, the video track OPENCV experiments we
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1167884
    • 提供者:汪明
  1. 222

    0下载:
  2. 图片二值化,基于open的图片图片二值化程序,可以将输入的图片图片二值化-Image binarization, image-based open image binarization process, you can enter the picture image binarization
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2857365
    • 提供者:王强
  1. videoFrameGet

    0下载:
  2. 一个视频处理软件,功能: (1)读取给定视频文件,提取帧率,并按照秒为单位将视频保存为连续的多幅图像。如:帧率为25fps的话,则每秒钟存储25幅图像,秒钟的序号作为不同文件夹名称。 (2)对第i秒钟的图像序列,随机选取其中的n幅(n为随机输入变量,不同的i对应的n也不同,显然n<原始帧率)。 (3)对(2)中选取出来的所有图像,按时间顺序生成视频。新视频的帧率为(随机选取出的图像总数/原始视频的时长)。 -A video processing software, feat
  3. 所属分类:OpenCV

    • 发布日期:2017-06-09
    • 文件大小:15999639
    • 提供者:tong
  1. bianyuanfangxinagzhifangtu

    0下载:
  2. 本代码基于opencv2.2,使用时先将库文件加入输入链接。边缘方向直方图,在图像处理中经常会进行梯度操作得到方向角,此代码实现用直方图将方向角表示出来的功能。-The code is based on opencv2.2, use the first library file into the input link. Edge direction histogram, the image processing operations often get the direction of the
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3786987
    • 提供者:
  1. lunkuo

    0下载:
  2. 本代码基于opencv2.2,轮廓检测,输入图像,进行边缘检测并将图像区分为背景和目标,二值化,用轮廓把目标区域显示出来,还可得到目标区域内的面积,即目标的大小-The code is based on opencv2.2, contour detection, the input image, edge detection and image area is divided into the background and objectives, the two values, the targ
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3800142
    • 提供者:
  1. rlsb

    0下载:
  2. opencv 应用 人脸识别 输入图片中识别人脸-opencv face recognition application to identify the input face image
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:55493
    • 提供者:yan
  1. CV_Pro

    0下载:
  2. 利用openvc对视频的处理,输入为yuv视频,输出也是yuv视频,中值滤波、膨胀、腐蚀等。里面包含yuv到rgb的转换-Processing video with OpenCV,including median filtering, expansion, corrosion, etc.the file format is yuv.This program contain the convert of yuv to rgb too.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3323075
    • 提供者:枫叶
  1. FrameStatistics

    0下载:
  2. 对输入的视频进行直方图统计,并以最终输出得到的直方图。-Histogram of the input video and the histogram of the final output.
  3. 所属分类:OpenCV

    • 发布日期:2013-11-05
    • 文件大小:1863
    • 提供者:niyabo
  1. skin

    0下载:
  2. 通过手工标注从照片中取样皮肤,然后对输入视频进行皮肤检测,将费皮肤处显示为蓝色。-Sampling skin, skin testing, then the input video fee skin is displayed at the blue label from the photo by hand.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:102044
    • 提供者:niyabo
  1. MyCode

    0下载:
  2. 总结的OPencv代码。图像warp,rotation.H_S直方图。滑动条设定阈值进行轮廓检测。在输入图像上检测轮廓。还有平均背景法。是txt格式,只需要把后缀名编程.cpp即可。-The summarized OPencv code. Image warps, rotation.H_S histogram. Slider to set the threshold for contour detection. Detect the contours in the input image. Av
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:78063
    • 提供者:Judyjava
  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 23 4 5 6 7 »
搜珍网 www.dssz.com