登录
首页 » Special Effects » Canny operator classification, to achieve image segmentation. Code has been opti...

Canny operator classification, to achieve image segmentation. Code has been opti...

于 2022-11-01 发布 文件大小:94.31 kB
0 117
下载积分: 2 下载次数: 1

代码说明:

Canny算子分类,实现对图像进行分割。代码进行过优化,有较高的实时性。-Canny operator classification, to achieve image segmentation. Code has been optimized, a higher real-time.

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

发表评论

0 个回复

  • 这是简单的图像分割程序,用VC编写
    这是简单的图像分割程序,用VC编写-It is a simple image segmentation procedures, the preparation of VC
    2022-11-19 20:10:03下载
    积分:1
  • 该函数用于对检测图像中的直线。要求目标图像为只有0和255两个灰度值的灰度图像。...
    该函数用于对检测图像中的直线。要求目标图像为只有0和255两个灰度值的灰度图像。-The function used to detect the image of a straight line. Requirements of the target image for the 0 and 255, only two of the gray image gray value.
    2022-07-17 00:56:15下载
    积分:1
  • 指纹识别代码demo目录:fvs_enhancer:指纹增强…
    指纹识别代码 demo目录: fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bmp 其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。 fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的 脊线。 fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做 的效果不好,提取出的伪细节点太多。 fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。 include目录: 包含了头文件。 src目录: 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。 -fingerprint identification code demo directory : fvs_enhancer : fingerprint enhancement procedures describes how to enhance the use of the fingerprint image. The original image and objectives are bitmap images. Fvs_direction : describes how to extract the direction of the map. Input image must be a normalized image, in order to have better results. Image output coverage in the input image above. Fvs_createtestimages : The procedure used to produce debugging process
    2023-08-21 10:00:04下载
    积分:1
  • Do web site is to deal with a large number of pictures, pictures on his own wrot...
    做网站是需要处理大量图片,就自己写了个图片批处理程序。用于将图片处理成指定大小和生成缩略图。-Do web site is to deal with a large number of pictures, pictures on his own wrote a batch program. Used to image processing to the specified size and generates thumbnails.
    2022-10-04 12:15:03下载
    积分:1
  • 西安交通大学开的《图象处理》的课,用的课本是章毓晋老师编的《图象工程》上册,既《图象处理和分析》,我本科期间学的这门课,这是用MATLAB所做的作业源程序,包括...
    西安交通大学开的《图象处理》的课,用的课本是章毓晋老师编的《图象工程》上册,既《图象处理和分析》,我本科期间学的这门课,这是用MATLAB所做的作业源程序,包括颜色模型转换成,直方图转换,图象分割,边缘检测,hough变换(哈夫变换),图象表达等。-Xi"an Jiaotong University opened the "image processing" of the class, Textbooks are used in Yu-Jin Zhang teachers are "image projects" on the list, both "image processing and analysis" During my undergraduate study of this course, this is done using MATLAB source operations, including the color model conversion. Histogram conversion, image segmentation, edge detection, hough transform (Hough transform), image expression.
    2022-04-12 20:47:59下载
    积分:1
  • 这是一个为352x288(或D1)和连续的阈值处理代码的重量…
    这是一个对352x288(或D1)连续以及各分量阈值处理的代码,看了会对buffer的数据存储以及调用很有帮助-This is a 352x288 (or D1) and the weight of consecutive threshold treatment code will read the data storage buffer and call the very helpful
    2022-01-26 05:30:14下载
    积分:1
  • 稿件名称:基于ObjectARX2004的任意复杂窗口裁剪技术 稿件作者:梅树立1 邢如义2 朱莉3 盛桂花 程序名称:stdafx.h...
    稿件名称:基于ObjectARX2004的任意复杂窗口裁剪技术 稿件作者:梅树立1 邢如义2 朱莉3 盛桂花 程序名称:stdafx.h 运行环境:Microsoft Visual C++.net 2002 注意事项: -Manuscript title: Based on the arbitrary ObjectARX2004 complex technical manuscripts cutting window Author: Mei establish one Ru-Yi Xing 2 Julie 3 Sheng Osmanthus Name: stdafx.h operating environment: Microsoft Visual C++. Net 2002 Note:
    2022-06-22 01:42:13下载
    积分:1
  • 图像处理-形态学处理-图像粗化和细化源程序
    图像处理-形态学处理-图像粗化和细化源程序-Image Processing- morphological processing- image of rough and refined source
    2022-01-26 08:15:04下载
    积分:1
  • 数字水印,用C++实现的,经过测试,可用
    数字水印,用C++实现的,经过测试,可用-WaterMark
    2022-03-18 13:18:04下载
    积分:1
  • 用OPENCV实现BMP与AVI的相互转换
    用OPENCV实现BMP与AVI的相互转换-OPENCV to achieve with the BMP and AVI conversion
    2022-01-26 02:41:52下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载