Posts tagged numpy

June 8, 2025
Two examples of performing perspective transformations with OpenCV using getPerspectiveTransform and warpPerspective.
opencv computervision numpy python
December 31, 2023
Examples of using linear algebra and Python/NumPy to find perpendicular lines/vectors and parallel lines at a certain distance.
math python numpy
November 12, 2023
Homogeneus transformations (rotation + translation), comparing Eigen (C++) and SciPy (Python); example with the roll-pitch-yaw (RPY) sequence of rotations.
math python c++ numpy
April 9, 2023
My notes on Beta probability distribution based on the “Bayesian Statistics the Fun Way” book.
datascience math python numpy
July 2, 2022
2D homogeneneous transformation (rotation + translation), with NumPy-based examples and visualizations of individual transformations and chains of consecutive transformations.
math python numpy
April 10, 2022
Using homogeneous vectors to represent points and lines, with NumPy-based examples.
math python numpy
May 1, 2021
Using Flask and OpenCV to create and serve images on the fly (with the expected Content-Type).
python programming flask opencv numpy