Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 회귀
- shell
- 턱걸이
- 시스템프로그래밍
- 코딩
- 운영체제
- 영상처리
- Windows10
- 백준알고리즘
- 딥러닝
- 쉘
- Windows 10
- Computer Vision
- C언어
- c
- 프로그래밍
- 리눅스
- 백준
- CV
- C++
- 공부
- 프로세스
- linux
- 학습
- 텐서플로우
- OpenCV
- error
- TensorFlow
- python
- 알고리즘
Archives
- Today
- Total
목록Affine (1)
줘이리의 인생적기

Geometric Transform에 대해 알아보겠습니다. Spatial Transform -Scaling -Rotation -Translation -Skew Affine Transform -Linear tranform -이동, 회전, 스케일 및 이들의 조합에 의한 변환 (설명 필요) Warping -Nonlinear transform (설명 필요) 1번 이미지 잘라서 붙여넣기 2번 이미지 이동 3번 이미지 회전, 확대, 축소 4번 Affine transform 코드 원형 설명 def imageResize(image, dsize=None, fx=0.0, fy=0.0, interpolation=cv2.INTER_LINEAR): if dsize is None and fx == 0.0 and fy == 0.0..
공부/Computer Vision(py)
2020. 7. 23. 08:00