Python OpenCV – función getRotationMatrix2D()
La función cv2.getRotationMatrix2D() se usa para hacer la array de transformación M que se usará para rotar una imagen. Sintaxis: cv2.getRotationMatrix2D(centro, ángulo, escala) Parámetros: centro: Centro de rotación ángulo(θ): Ángulo de Rotación. El ángulo es positivo para el sentido contrario a las agujas del reloj y negativo para el sentido de las agujas del reloj. … Continue reading «Python OpenCV – función getRotationMatrix2D()»