We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce51e37 + 4c6d6a8 commit 49a75e9Copy full SHA for 49a75e9
1 file changed
posts/hyunsoo/2026-c4-week3.md
@@ -0,0 +1,33 @@
1
+---
2
+# ------- 편집 하지 말 것 ------- #
3
+outline: false
4
+lastUpdated: True
5
+comment: true
6
+# ---------------------------- #
7
+
8
+title: [영상처리 및 비전] Edge Detection 정리 - Gradient부터 Canny까지
9
+date: 2026년 4기 3주차
10
+author: hyunsoo
11
+link: "https://ralmyon.tistory.com/3"
12
+tags:
13
+ - 선형대수학
14
+ - 컴퓨터비전
15
+ - 영상처리
16
17
18
19
+# {{ $frontmatter.title }}
20
21
+<br>
22
23
+<!-- 여기는 냅두기 -->
24
+::: warning 제출함
25
+ - `🥳 작성자` {{ $frontmatter.author }}
26
+ - `🔗 링크` <a :href="$frontmatter.link" target="_blank" rel="noopener"> {{ $frontmatter.link }} </a>
27
+:::
28
29
+<!-- 업데이트 사항 등 필요한 내용 아래부터 자유롭게 사용 -->
30
+::: info 업데이트 내역
31
+- 2026-04-03 첫 게시
32
33
0 commit comments