tightbinder.utils#
Miscellaneous routines used in the other modules.
Functions
Compute the alpha shape (concave hull) of a set of 2D points. |
|
Routine to reduce the dimensionality of a given vector by summing each consecutive n (step) numbers. |
|
Routine to generate the coefficients corresponding to linear combinations of some basis vectors. |
|
Function to hash a numpy array. |
|
Decorator to print whether a method is being overwritten or not. |
|
Routine to pretty print the contents of a dictionary. |
|
Routine to scale a vector by a factor max_value/max(vector), where max_value is the new maximum value. |