Skip to content

dlib 1.1.0 beta1

Compare
Choose a tag to compare
@gecko0307 gecko0307 released this 10 Sep 17:33
· 53 commits to master since this release
  • dlib.geometry
    • New module dlib.geometry.mpr - implementation of the Minkowski Portal Refinement algorithm that detects intersection between two arbitrary convex shapes
    • New module dlib.geometry.support with support functions for some common shapes
  • dlib.math
    • integer and frac functions in dlib.math.utils that return integer part and fractional part of a real number.
  • dlib.image
    • Fix compilation for x86.