๐Ÿš€ CUDA Sobel filter

jaypyonยท2021๋…„ 3์›” 30์ผ
0

YOLO

๋ชฉ๋ก ๋ณด๊ธฐ
1/5
post-thumbnail

CV::CUDA์˜ Sobel filter ๐Ÿ˜ฃ

createSobelFilter(int srcType, int dstType, int dx, int dy, int ksize=3, double scale=1, int rowBorderMode=BORDER_DEFAULT, int columnBorderMode=-1)

  • ์›๋ณธ ์ด๋ฏธ์ง€ ํƒ€์ž…
  • ๋ชฉ์ ์ง€ ๋ฐฐ์—ด ํƒ€์ž…
  • ๋ฐฉํ–ฅ
  • ์ปค๋„์‚ฌ์ด์ฆˆ
  • ์Šค์ผ€์ผ
  • ์ˆ˜์ง๋ฐฉํ–ฅ extrapolation
  • ์ˆ˜ํ‰๋ฐฉํ–ฅ extrapolation

๐Ÿ˜€ Sobel filter๋Š” ์ด๋ฏธ์ง€์—์„œ์˜ ๋ฐฉํ–ฅ์„ฑ์„ ์ถ”์ถœํ• ๋•Œ ์‚ฌ์šฉํ•œ๋‹ค.

profile
DGU CSE

0๊ฐœ์˜ ๋Œ“๊ธ€