文件名称:Edge-Detection-master
介绍说明--下载内容来自于网络,使用问题请自行百度
This project is about detecting edges using canny edge detector. The canny edge detector is implemented from scratch using c++. Steps involved in creating a canny edge detector: STEP 1: smoothen the image using gaussian blur. STEP 2: Use differential operator to find the magnitude and direction of every edge pixel. STEP 3: Non maximal supression or Thinning is done. Here the thick edges are supressed into thinner ones. STEP 4: Hysteresis Thresholding: Two thresholds are selected. pixels lower than the lowT will become zero. pixels higher than the HighT will become one. The candidate pixels will become one if they can be linked to any one of the strong pixel.
相关搜索: edge detection
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Edge-Detection-master
Edge-Detection-master\CMakeLists.txt
Edge-Detection-master\README.md
Edge-Detection-master\canny.h
Edge-Detection-master\convolve.h
Edge-Detection-master\edge.h
Edge-Detection-master\gaussian_blur.h
Edge-Detection-master\main.cpp
Edge-Detection-master\CMakeLists.txt
Edge-Detection-master\README.md
Edge-Detection-master\canny.h
Edge-Detection-master\convolve.h
Edge-Detection-master\edge.h
Edge-Detection-master\gaussian_blur.h
Edge-Detection-master\main.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.