登录
首页 » 图形图像 » 此原码包含两部分:标识物体测量面积和周长,阈值分割和轮廓提取。...

此原码包含两部分:标识物体测量面积和周长,阈值分割和轮廓提取。...

于 2022-04-11 发布 文件大小:361.73 kB
0 46
下载积分: 2 下载次数: 1

代码说明:

此原码包含两部分:标识物体测量面积和周长,阈值分割和轮廓提取。-This source code contains two parts: marking objects measuring the area and perimeter, threshold segmentation and contour extraction.

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

发表评论

0 个回复

  • twain助手
    一个Twain的助手类,可以用它轻松实现简单twain应用程序的编写
    2022-04-17 19:19:54下载
    积分:1
  • 一个小时钟DEMO,用VC 写的小程序,其实就是GDI 绘和一个简单的算法。绘制了时钟的线条。...
    一个小时钟DEMO,用VC 写的小程序,其实就是GDI 绘图和一个简单的算法。绘制了时钟的线条。-a clock Demo
    2023-06-16 22:20:04下载
    积分:1
  • DIB(设备
    DIB(Device-indepent bitmap)的与设备无关性主要体现在以下两个方面: DIB的颜色模式与设备无关。例如,一个256色的DIB即可以在真彩色显示模式下使用,也可以在16色模式下使用。 256色以下(包括256色)的DIB拥有自己的颜色表,像素的颜色独立于系统调色板。 由于DIB不依赖于具体设备,因此可以用来永久性地保存图象。DIB一般是以*.BMP文件的形式保存在磁盘中的,有时也会保存在*.DIB文件中。运行在不同输出设备下的应用程序可以通过DIB来交换图象。 DIB还可以用一种RLE算法来压缩图像数据,但一般来说DIB是不压缩的。 DIB的结构-DIB (Device-indepentent bitmap) has nothing to do with sexual equipment mainly in the following two aspects : DIB color mode has nothing to do with the equipment. For example, a 256-color DIB is the true color display mode, or can be used in 16 color mode. 256-color below (including 256 colors), the DIB has its own color table, color of the pixel independent system palette. As DIB is not dependent on specific equipment, it can be used for permanent preservation of images. DIB normally*. BMP file stored in the form of disk, sometimes stored in*. DIB document. Running on different output devices under the application of the procedure can be DIB to exchange images. DIB can also use a RLE compression algori
    2022-03-07 07:46:45下载
    积分:1
  • 这是我上计算机学课时老师要求做的作业,上载源码以供大家参考....
    这是我上计算机图形学课时老师要求做的作业,上载源码以供大家参考.-This is my last computer graphics class teacher asked them to the operation of the source code available for reference.
    2022-05-12 19:54:48下载
    积分:1
  • 本程序介绍了如何使用vc++对人脸进行三维建模等
    本程序介绍了如何使用vc++对人脸进行三维建模等-This procedure describes how to use the vc++ To face three-dimensional modeling
    2022-01-28 15:13:22下载
    积分:1
  • vc++6.0,使用MFC完成画矩功能.矩内部使用BITMAP填充,可以运行的代码...
    vc++6.0,使用MFC完成画矩形功能.矩形内部使用BITMAP填充,可以运行的代码-vc++ 6.0, using MFC completed painting rectangular function. BITMAP-filled rectangular internal use, you can run the code
    2023-04-07 05:45:03下载
    积分:1
  • 可以用来调整对比度和亮度的代码,用vc实现,不错的阿
    可以用来调整图像对比度和亮度的代码,用vc实现,不错的阿-images can be used to adjust contrast and brightness of code, using vc achieved good A
    2022-01-31 10:46:28下载
    积分:1
  • 一个很好的菜单程序
    一个很好的菜单程序-a good menu procedures
    2023-06-21 20:05:03下载
    积分:1
  • 纯C语言开发的标/片按钮源代码,这个程序中使用了字体font, 绘制状shape, 绘制边edge, 绘制颜色color, 使用刷子brush 和钢笔pe...
    纯C语言开发的图标/图片按钮源代码,这个程序中使用了字体font, 绘制形状shape, 绘制边edge, 绘制颜色color, 使用刷子brush 和钢笔pen完成。 -Although Windows has a really cool GUI, sometimes the way standard buttons look quite does not meet our requirements. We may then choose buttons with a style called "owner-draw". The owner has to draw the button in every aspect (background, border, text, image) of every situation that requires drawing (click, enable, focus, etc.).It took me days to come up with something functional, Now here is some simple, reliable code: if it proves useful I will write something about owner-draw buttons with text (dealing with fonts, shapes, edges, colorrefs, brushes and pens).
    2022-08-10 21:55:53下载
    积分:1
  • 清华大学远程教育计算机学1章导论*…
    清华大学远程教育计算机图形学 ■ 第1章 绪论 ※ 计算机图形学的研究内容 ※ 计算机图形学的发展简史 ※ 应用及研究前沿 ※ 图形设备 ■ 第2章 光栅图形学 ※ 直线段的扫描转换算法 ※ 圆弧的扫描转换算法 ※ 多边形扫描转换与区域填充 ※ 字符 ※ 裁剪 ※ 反走样 ※ 消隐 ※ 练习题 ■ 第3章 几何造型技术 ※ 曲线和曲面 ※ Bezier和B样条曲线曲面 ※ 形体在计算机内的表示 ※ 求交分类 ※ 实体造型系统简介 ※ 练习题 ■ 第4章 真实感图形学 ※ 颜色视觉 ※ 简单光照明模型 ※ 局部光照明模型 ※ 光透射模型 ※ 纹理及纹理映射 ※ 整体光照明模型 ※ 实时真实感图形学技术 ※ 练习题 ■ 第5章 OpenGL与VRML ※ OpenGL ※ VRML ■ 第6章 附录-图形变换 ※ 数学基础 ※ 几何变换 ※ 投影变换-Tsinghua University Distance Education Computer Graphics Chapter 1 Introduction* Computer Graphics Research*** Computer Graphics* A Brief History of the development and application of research frontier graphics equipment* Chapter 2* Raster Graphics of the linear scan conversion algorithm* arc scan conversion algorithm* polygon scan conversion and regional characters filled*** Antialiasing cutting blanking** Exercises Chapter 3 geometric modeling technology curve and surface** Bezier and B-spline curves and surfaces in computer* Eye said the intersection classification** Solid Modeling System* Exercises Chapter 4 p
    2023-05-30 18:05:03下载
    积分:1
  • 696524资源总数
  • 103801会员总数
  • 61今日下载