cars.applications.dsm_filling.dsm_filling_tools

this module contains tools for the dsm filling applications

Module Contents

Functions

project(points, matrix)

Projects a np.array of (n, 2) points using any transformation

cars.applications.dsm_filling.dsm_filling_tools.project(points, matrix)[source]

Projects a np.array of (n, 2) points using any transformation matrix of shape (3,3), taking into account homogeneous coordinates.