CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Thinner
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Thinner - List
[
Special Effects
]
edge
DL : 0
在matlab,传统的边缘检测直接调用edge函数,但是得到的边缘信息较稀薄,可以通过将sobel,roberts,prewitt三种算子的边缘检测叠加起来,并且对于连续的边缘部分拓宽,使得边缘更连贯清晰-In matlab, traditional edge detection edge direct call function, but thinner than the edge information can be obtained by sobel, roberts, prewitt three edge detection operator stack up, and for widening the continuous edge portion, so that the edge is more consistent clear
Date
: 2025-07-07
Size
: 15kb
User
:
huanglianjing
[
OpenCV
]
Thinner
DL : 0
此程序是细化光条纹的算法,主要用于在视觉测量中,对于拍摄到的光条纹进行中心提取-This program is the algorithm about thinnering the light-stripe,mainly used to eatract the center of light-stripe in vision meament
Date
: 2025-07-07
Size
: 671kb
User
:
YangKai
[
Special Effects
]
Edge-Detection-master
DL : 0
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.
Date
: 2025-07-07
Size
: 5kb
User
:
穿山甲说
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.