일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 데이터분석
- 피플
- map
- 크롤러
- CV
- 42경산
- Flutter
- Regression
- 크롤링
- 코딩애플
- 지정헌혈
- 앱개발
- 회귀
- 42서울
- 선형회귀
- 유데미
- pytorch
- 선형대수학
- mnist
- 파이썬
- AI
- filtering
- 플러터
- 머신러닝
- RNN
- 모델
- 인공지능
- 딥러닝
- 자연어처리
- Computer Vision
Archives
- Today
- Total
목록linear filtering (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