首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > fast-edge - C的快速边缘检测的实现

fast-edge - C的快速边缘检测的实现

  • 资源大小:9.51 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 检测 实现 边缘 快速

资 源 简 介

FAST-EDGE seeks to be the fastest edge detection implementation in C. Edge detection has many applications in computer vision and image processing and is a key component in feature detection and extraction. Goals Be the fastest edge detection implementation in C - with no external dependencies, just the standard C library. Have clean and easy to understand code, that will be understandable by just about anyone. Be the go-to implementation for the robotics community where speed is paramount while maintaining high accuracy. What"s in the Current Version Contains several helpful functions to aid in edge detection. Most notably, a full implementation of the Sobel operator (and Scharr"s version of the Sobel operator which may have better rotational symmetry), a Gaussian noise reduction function, a threshold estimator, non-maximum suppression, and all the functions necessary for the implementation of the Canny edge detector. Additionally, funct

文 件 列 表

imageio.h
example.c
fast-edge.c
fast-edge.h
imageio.c
README
VIP VIP
0.184735s