Skip to content

dlib 0.12.2

Compare
Choose a tag to compare
@gecko0307 gecko0307 released this 07 Nov 09:19
· 553 commits to master since this release
  • Enum constants of type Vector now can be assigned to variables.
  • Naming of functions in dlib.geometry.bezier is changed. bezier function is now bezierCubic, bezierCurveFunc2D is bezierVector2, bezierCurveFunc3D is bezierVector3. There are aliases with old names for backward compatibility.