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

搜索资源列表

  1. my_regioncoordinates.mat

    0下载:
  2. 彩色图像分割处理源码,使用MATLAB编写。主要用于彩色图像的截取。-Color image segmentation source code, written using MATLAB. Mainly used in color image of the interception.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:3153
    • 提供者:wangxinyong
  1. ScreenCaptureSource

    0下载:
  2. 此程序的功能是:截取整个屏幕的图片,或者截取一个区域的图像(通过鼠标拖动选择范围)。-screen capture source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:16853
    • 提供者:萧丹
  1. WebCam

    0下载:
  2. 图像截取软件,可以很方便的将摄像头截取的图像传入matlab中,供程序调用-Image Capture Software, you can easily intercept the camera images incoming matlab, the program calls for
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:11067
    • 提供者:陈浩
  1. MyAvi

    0下载:
  2. 实现对AVI视频的基于帧的图像截取,功能非常的强大哦。-Implementation of the AVI video frame-based image capture, feature a very strong Oh.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:87798
    • 提供者:王平
  1. sppz

    0下载:
  2. 实现一般的摄像头拍照功能 用于一般的视频图像截取-NG
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:83190
    • 提供者:汪淼
  1. CaptureVideo

    0下载:
  2. 利用directshow编写的完美capturevideo类实现摄像头的视频捕获以及图像截取功能。-Prepared using directshow to achieve the perfect capturevideo class camera video capture and image capture functions.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-14
    • 文件大小:3674204
    • 提供者:吴铭
  1. VideoProcLib-20101108

    0下载:
  2. 视频图像截取程序,完全可以使用,之前学姐编写的的程序-Video image intercepted program, can use
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:77824
    • 提供者:haodefang
  1. vc12

    0下载:
  2. ,vc实现图像截取,很好的讲解,呵呵,可以-, Vc of image capture, a very good explanation, Oh, you can see
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:2018
    • 提供者:小刚
  1. image-capture

    0下载:
  2. 这篇文章介绍的是怎么用VC++实习avi视频中的图像截取,具体我也不说了,有兴趣的话就进来看看吧-This article describes how the internship with the VC++ avi video image capture, specifically I do not say, is interested to come see it
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:276250
    • 提供者:邢春
  1. jieping

    0下载:
  2. 截屏 进行指定位置图像截取,可以自定义起始位置,像素-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2116
    • 提供者:riche
  1. ClipImage

    0下载:
  2. 局部截取图像可以对一幅图像按照照片的大小或自定义大小截取,本程序实现局部截取图像的功能-Local images can be intercepted in accordance with an image size of the photos or custom size, interception, interception of the procedure to achieve local image features
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1268618
    • 提供者:孙渊
  1. work

    0下载:
  2. 天文定位中,对CCD采集到的卫星和恒星进行对比,包括滤波,图像截取,灰度对比,得到卫星的星等值-Astronomical positioning, the CCD collection to compare the satellite and the stars, get the satellite equivalent
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:213114
    • 提供者:艺轩
  1. image-capture-

    0下载:
  2. 利用Visual C++实现AVI格式文件的图像截取-The use of Visual C++ image capture AVI format files
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:324124
    • 提供者:zk
  1. Tguiyihuah

    0下载:
  2. 对手指静脉原始图像进行预处理,进行图像定位与手指图图像截取,进行归一化 , -Pretreatment, the original image of the finger vein image positioning and finger diagram image capture, normalization,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:86901
    • 提供者:门槛
  1. CSharp-image-capture

    0下载:
  2. 用C#编写的图像截取程序,可以截取位图并另存为一张图-The image capture program written in C#, can intercept bitmap and save as a picture
  3. 所属分类:Special Effects

    • 发布日期:2017-10-31
    • 文件大小:1249
    • 提供者:张伟鹏
  1. remote-control-theory-examples

    0下载:
  2. 有时候,在Java应用程序开发中,如:远程监控或远程教学,常常需要对计算机的屏幕进行截取,由于屏幕截取是比较接近操作系统的操作,在Windows操作系统下,该操作几乎成了VC、VB等的专利,事实上,使用Java JDK1.4 的Robot对象,来完成"屏幕截取操作,更加简单。Java JDK1.4 的Robot对象,该对象可以完成对"屏幕"像素的拷贝,完成屏幕图像截取操作。Java应用程序中可以直接调用此对象,完成对特定应用程序的屏幕截取,如果将此功能配合网络,便可以轻而易举地实现远程服务器屏幕
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-13
    • 文件大小:3895780
    • 提供者:陈桂贤
  1. VcPP-image-processing-source-code

    0下载:
  2. VC++图形图像处理源代码,利用 Visual C++实现 AVI 文件的图像截取-VC++ graphics image processing source code, utilize the Visual C++ AVI file image interception
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:98692
    • 提供者:马欢
  1. CameraTest

    0下载:
  2. 摄像头控制、图像截取、二维码生成与解析。-Camera control, image capture, two-dimensional code generation and analysis.
  3. 所属分类:Graph program

    • 发布日期:2017-04-17
    • 文件大小:377091
    • 提供者:xiang
  1. CPPvideoimageprocessing

    0下载:
  2. 利用Visual C++实现AVI文件的图像截取 实现对图像数据的读取显示 实现视频图像处理技术 编程中如何操作数据库中的图像字段 实现数字图像增强处理-Use Visual C++ AVI file image interception To read the image data display Video image processing technology Programming how to operate the database image fi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:274994
    • 提供者:suncheng
  1. Local-capture-the-image

    0下载:
  2. 图像的局部截取,这里涉及到图像的区域选取,图像截取,以及图像保存-Local capture the image, this involves the image area selection, image capture, and save the images
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1103008
    • 提供者:石磊
« 1 2 34 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com