dlib 0.7.1
Mostly bugfix release.
- Fixed wrong iteration of
dlib.container.dict.Trie
_allocatedMemory
indlib.core.memory
is now marked as__gshared
, thus working correctly withdlib.core.thread
- Fixed wrong behaviour of
nextPowerOfTwo
indlib.math.utils
- Ambiguous
rotation
functions indlib.math.affine
anddlib.math.quaternion
are renamed intorotation2D
androtationQuaternion
, respectively - Added
flatten
method for matrices.