일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- 머신러닝
- 42경산
- 앱개발
- CV
- 회귀
- 모델
- AI
- 딥러닝
- 유데미
- 코딩애플
- 크롤링
- 인공지능
- RNN
- 지정헌혈
- 자연어처리
- 선형대수학
- Regression
- 피플
- mnist
- map
- 크롤러
- pytorch
- 42서울
- 파이썬
- 선형회귀
- 데이터분석
- filtering
- 플러터
- Computer Vision
- Flutter
Archives
- Today
- Total
목록smoothing (1)
David의 개발 이야기!

A. Linear Filtering 1. Linear Filter란? A linear filter performs a sum-of-products operation between an image f and a filter (or kernel, or mask) w. The kernel w is an array whose size defines the neighborhood of opertation, and whose coefficient determine the nature of the filter. 2. Linear Filters 특성 Additivity -> 선형 필터가 두개 이상의 입력신호를 결합할 때, 각 신호에 대한 필터의 출력을 단순히 합해서 전체출력을 계산할 수 있다. Homogeneity -..
컴퓨터비전
2023. 11. 29. 18:48