登录
首页 » Special Effects » 我编写的教学用的图象处理实验指导书和VC源码,详细内容看指导书。此外辅助程序可以把一个彩色图象转变为灰度图象,因为实验内容主要是处理灰度图象的;并且辅助程序是基...

我编写的教学用的图象处理实验指导书和VC源码,详细内容看指导书。此外辅助程序可以把一个彩色图象转变为灰度图象,因为实验内容主要是处理灰度图象的;并且辅助程序是基...

于 2022-03-12 发布 文件大小:621.13 kB
0 212
下载积分: 2 下载次数: 1

代码说明:

我编写的教学用的图象处理实验指导书和VC源码,详细内容看指导书。此外辅助程序可以把一个彩色图象转变为灰度图象,因为实验内容主要是处理灰度图象的;并且辅助程序是基于Windows C编程的,可以籍此更多了解windows编程的核心机理。-I prepared teaching image processing experimental guide books and VC source, the details look to guide books. In addition auxiliary procedures can be a color image into gray-scale images, mainly because the experiments deal with gray-scale images and auxiliary procedure is based on the Windows C programming, you can take to learn more about the core of windows programming mechanism.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 电子工业出版社VC++数字图像处理光盘文件 图像分割 图像复原 图像形态 运动图像分析 图像配准...
    电子工业出版社VC++数字图像处理光盘文件 图像分割 图像复原 图像形态 运动图像分析 图像配准 -Electronics Industry Press, VC++ digital image processing, CD-ROM files image restoration image segmentation image morphological motion image analysis image registration
    2022-04-27 07:13:56下载
    积分:1
  • 计算机图形学,翻译国外的经典教程,PDF格式
    计算机图形学,翻译国外的经典教程,PDF格式-Computer graphics, translation of foreign classics tutorial, PDF format
    2022-12-13 09:25:07下载
    积分:1
  • 实现图像的匹配,用最大流最小割的算法实现
    实现图像的匹配,用最大流最小割的算法实现-match
    2022-01-20 22:47:58下载
    积分:1
  • 能够很好的对图像的倾斜进行矫正,速度上也较其他算法快。...
    能够很好的对图像的倾斜进行矫正,速度上也较其他算法快。-Can be very good for the image of the tilt correction, speed is also faster than other algorithms.
    2022-04-16 12:47:02下载
    积分:1
  • 有四个文件,可用于图像处理的图像细化,…
    有四个M文件,可以用于图像处理中的图像细化,有较好的效果-There are four M documents, can be used for image processing of image thinning, there are good results
    2023-03-06 01:45:03下载
    积分:1
  • realization of the special image processing, the exposure is the main treatment....
    实现对图象的特殊处理,主要是曝光的处理。里面包括测试图像。-realization of the special image processing, the exposure is the main treatment. Includes test images.
    2022-02-13 18:55:32下载
    积分:1
  • 目标跟踪的原程序, 只能处理bmp图片,利用的是帧差法
    目标跟踪的原程序, 只能处理bmp图片,利用的是帧差法-the original target tracking procedures, can only handle bmp images, the use of frame-error method
    2022-09-01 19:10:03下载
    积分:1
  • A variety of image edge detection and segmentation is the deal with M files code...
    多种图像边缘检测与分割处理 是M文件 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例――从PCB图像中删除所有电流线,仅保留芯片对象-A variety of image edge detection and segmentation is the deal with M files code Description P0401: detection using Prewitt operator Edge P0402: different σ value Log Operators image edge detection P0403: using Canny edge detection image edge P0404: Image Thresholding P0405: water line thresholding image segmentation P0406: for the matrix quadtree decomposition P0407: the image is divided into text and non-text for these two types of P0408: morphological gradient detected binary image of the edge of P0409: Morphological examples- from PCB image delete all current lines, retaining only the target chip
    2022-01-25 16:07:57下载
    积分:1
  • 一个图象读写引擎库,基于VC编译器的。这个引擎与其他同类型软件库相比具有以下的一些特点: * 提供多达26种图象格式的读写插件,新的插件还在不断地开发当中。...
    一个图象读写引擎库,基于VC编译器的。这个引擎与其他同类型软件库相比具有以下的一些特点: * 提供多达26种图象格式的读写插件,新的插件还在不断地开发当中。 * 支持从EXE、剪贴板、窗口、HBITMAP句柄、内存等多种介质中直接读写图象。 * 拥有极简易的使用方法。引擎常用的接口函数只有4个。 * 提供极易扩展的图象处理接口。开发人员可以很容易的在此接口上挂接自己的图象处理模块。 * 图象插件的安装、卸载、管理等工作均由引擎自己负责,调用者无需干预(全自动)。 * 图象插件及引擎内部拥有完善的异常处理机制,以及专用的内存防护系统,工作稳定可靠。 * 提供非常详尽的全中文开发手册及使用范例,使开发人员可以很快的掌握引擎的使用方法。 * 有专人负责该引擎的持续开发,并有官方网站提供技术支持。 * 全部源代码可以免费查阅。 * 有多种使用许可证可供选择。商业软件和GPL自由软件均可找到对应的使用许可。 压缩包中含有详细的说明文档。希望这个库能对别人有用。
    2022-01-25 21:01:47下载
    积分:1
  • QuickBird satellite image geometric correction method of study is a paper, which...
    快鸟卫星影像几何校正方法研究,是一篇论文,里面讲得方法很不错-QuickBird satellite image geometric correction method of study is a paper, which speaks very well
    2023-07-31 00:40:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载