free_functions
Collection of functions stumbled upon by using websites like stackoverflow. Licenses are in the source tree.
Classes
MISSING |
Functions
Convert between the eigen and opencv implemenations of matrices. |
|
Convert between the eigen and opencv implemenations of matrices. |
|
This function takes a ray defined by two points in 3d space and extends the ray by the given amount. |
|
Get the shortest distance between two points or line segments in 3d space. |
|
Print the current stacktrace. This is very helpful when debugging without a debugger. This function gets called by signal handling code. |