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

搜索资源列表

  1. VOImage.Windows CE下操作、显示图像的类

    0下载:
  2. Windows CE下操作、显示图像的类。可以打开、显示png、gif、jpg等系统支持的格式。,Windows CE operating, indicating the type of image. Can open, display png, gif, jpg format, such as system support.
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-24
    • 文件大小:12879
    • 提供者:马泉伟
  1. OpenCV-code 基于C/C++语言的开源图像处理函数库

    0下载:
  2. OpenCV是一个基于C/C++语言的开源图像处理函数库,其代码都经过优化,可用于实时处理图像,具有良好的可移植性,可以进行图像/视频载入、保存和采集的常规操作.-OpenCV is based on C/C++ language, open source image processing library, the code have been optimized for real-time image processing, has good portability, can images/v
  3. 所属分类:OpenCV

    • 发布日期:2016-01-27
    • 文件大小:6411264
    • 提供者:黄晓华
  1. imagethining.rar

    0下载:
  2. 图像细化 (Image Thinning),一般指二值图像的骨架化(Image Skeletonization) 的一种操作运算。 一个图像的骨架由一些线和曲线(比较理想的是单像素宽度),骨架可以提供一个图像目标的尺寸和形状信息,因而在数字图像分析中具有重要的地位,图像细化(骨架化)是进行图像识别、线条类图像目标分析的重要手段。 本文将探讨骨架的一些性质,给出如何判断一个像素是否属于图像目标的骨架,最后将给出获得图像目标骨架的基本算法。,Image Thinning (Image T
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:92984
    • 提供者:魏建亮
  1. spetial_image_enhancement.rar

    0下载:
  2. 分别通过高斯低通滤波,梯度运算和拉普拉斯算子对图像进行增强。含有GUI操作界面,Through Gaussian low-pass filtering, the gradient operator and Laplacian image enhancement. Contains a GUI interface
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:95806
    • 提供者:顔瞳
  1. 用MFC构建图像显示和操作的界面

    0下载:
  2. 用MFC构建图像显示和操作的界面; 掌握图像显示的方法并实现它; 编写读入BMP图像文件的程序; 编写把图像写入BMP图像文件的程序;,Image display using MFC to build and operate the interface master image display method and to achieve it the preparation of BMP image file read procedure the preparation of th
  3. 所属分类:界面编程

    • 发布日期:2017-05-27
    • 文件大小:4333341
    • 提供者:程博
  1. ImagePrc.rar

    0下载:
  2. VC++简单医学图像处理系统,可以调整图像色阶、锐度、反色、灰底均衡,还可以对图像进行反转、平移、旋转等操作,类似Photoshop某些功能一样,当然,和PS比,是差了点,只能作为一些C++处理图像的参考吧。 ,VC++ simple medical image processing system that can adjust the image color, sharpness, and anti-color,灰底balance can also be inverted image, tr
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:269577
    • 提供者:invdvr
  1. OpenCV.rar

    3下载:
  2. 使用OPENCV进行图像编程的实例代码,覆盖了OPENCV的所有基本操作,是学习和修改的好代码。,OPENCV SAMPLES
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4187479
    • 提供者:niuniu
  1. TOOLBOX_calib.rar

    0下载:
  2. 采用M语言编写的图像处理工具箱,内容丰富,设计了WINDOWS下的界面操作,对读者十分方便,M language using the image processing toolbox, rich in content and design of the interface under WINDOWS operation is very convenient for readers
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2134623
    • 提供者:李健
  1. DLogC

    0下载:
  2. 一个仿真示波器软件,集合和所有的控制及图像操作,串口的调试,各种漂亮的控件等。-A simulation oscilloscope software, collections, and all the control and image manipulation, serial debugging, a variety of beautiful control and so on.
  3. 所属分类:Fax program

    • 发布日期:2017-03-31
    • 文件大小:284934
    • 提供者:fasdf
  1. operations_of_matrix_and_image

    0下载:
  2. Opencv中矩阵和图像操作的基本函数介绍,包括函数的代码-Opencv image operations in the matrix and introduce the basic functions, including the function code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:51206
    • 提供者:张峰
  1. ImageFilteringImageequalizatio

    0下载:
  2. 图像滤波图像均衡化图像分割图像边缘提取 图像读取,可以保证基本操作,Image Filtering Image equalization image edge extraction image segmentation image read, can guarantee the basic operation
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-17
    • 文件大小:4784544
    • 提供者:王鹏伟
  1. Sobel-Laplace-Canny-matlab-code

    0下载:
  2. 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:648543
    • 提供者:吕明
  1. image_deformation_using_moving_least_squares

    1下载:
  2. 控制点操作的图像变形 matlab实现 在图像上标注若干个控制点,再按回车后再标注希望这些点变形到的位置,则这些点会牵动这张图像相应变形-deformation with control points
  3. 所属分类:图形图象

    • 发布日期:2017-06-02
    • 文件大小:605557
    • 提供者:魏嘉
  1. warping

    3下载:
  2. 使用Matlab实现的一个图像Warping的算法,通过指定需要进行Warping的点以及操作之后的位置,对图片进行扭曲变形,是图形图像处理的经典算法。-Implemented using the Matlab image Warping algorithm, Warping by specifying the need for operation after the point and the location of the distortion of the picture is the c
  3. 所属分类:Special Effects

    • 发布日期:2015-06-17
    • 文件大小:93525
    • 提供者:王大川
  1. BmpProgCtrlDemo

    0下载:
  2. 一款使用BMP位图作为背景的进度条程序,两张BMP位图叠加形成的效果,通过这个程序你可以了解到C++操作位图的一些知识,比如计算和图像混合技术等。 -A BMP bitmap using the progress bar as a background process, two BMP bitmap overlay the effects of the formation, through this process you can learn C++ the number of bitmap
  3. 所属分类:StatusBar

    • 发布日期:2017-03-29
    • 文件大小:446289
    • 提供者:zy
  1. ImagingDemo1

    0下载:
  2. wince环境下的图像操作演示程序使用C#编写-wince environment image manipulation demo program written in C#
  3. 所属分类:Windows CE

    • 发布日期:2017-03-29
    • 文件大小:364924
    • 提供者:陈清贵
  1. guiyihuachengxu

    0下载:
  2. 实现对图像的归一化处理,为图像进行水印嵌入等操作打下基础-The realization of the normalized image processing, for image watermark embedding operation, such as laying a foundation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:230116
    • 提供者:cll
  1. speed

    0下载:
  2. 一个很不错的代码,主要实现两幅彩色图像的配准,很实用,操作简单,可以-A very good code, mainly to achieve two color image registration, it is practical, simple operation, you can look at
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:74489
    • 提供者:郭强
  1. MoveDetection

    0下载:
  2. 用VC编写的运动检测程序,实现运动物体的跟踪与检测,包括了数字图像处理的一些操作方法-VC prepared with motion detection process, the achievement of moving object tracking and detection, including a number of digital image processing method of operation
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-09
    • 文件大小:43543159
    • 提供者:sue_Langsujuan
  1. Image_retrieval_framework

    0下载:
  2. 图像检索框架VC++代码,还有致各位图像检索研究者的一封信。将图像检索的框架标准化,让后来的研究生者能够在图像检索框架上进行研究。这样做至少有两个目的: 1 大家可以方面的通过高质量的源代码来了解互相的思路 2 可以节省实验的时间,因为大多数基本的操作都封装在图像检索框架上 -Image retrieval framework VC++ code, image retrieval researchers have addressed you a letter. Standardiza
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4284226
    • 提供者:vivi
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com