Perspective Transformation
[openCV] Image Geometric Transformation (2)
2021/02/20 - [openCV] - [openCV] Image Geometric Transformation (1) [openCV] Image Geometric Transformation (1) 오늘은 openCV에서 이미지의 기하학적 변환에 대해서 정리를 해보려고 한다. 사실 제목에서도 알 수 있듯이 기하학적인 요소가 들어가 있어서 함수에 대해서 심화적인 이해를 하기 위해서는 수학 confidence-10211.tistory.com 저번에 정리를 다 못 끝낸 이미지의 기하학적 변환에 대한 이야기를 마무리 해보자 1. Affine Transformation Affine Transformation이란? 직선, 길이의 비, 평행성을 보존하면서 Warping 해준다. - Affine Transformat..