junxnone / aiwiki

AI Wiki
https://junxnone.github.io/aiwiki
18 stars 2 forks source link

CV Edge #65

Open junxnone opened 4 years ago

junxnone commented 4 years ago

边缘

Reference

Brief

DL 中一般使用 Object Contour Detection & Semantic Segmentation 检测边缘

Roberts

Original Vertical - Positive Horizontal - Negative
Computations image image
Pixel 权重 image image

Prewitt

Original Vertical Horizontal
Computations image image
Pixel 权重 image image
image image image

Sobel

Direction Vertical - Gx Horizontal - Gy
Computations image image
Pixel 权重 image image

Scharr

Direction Vertical - Gx Horizontal - Gy
Computations image image
Pixel 权重 image image

Prewitt vs Sobel vs Scharr

Original Roberts Prewitt Sobel Scharr
image image image image image
junxnone commented 4 years ago

junxnone/aiwiki#64