Releases: gecko0307/dlib
Releases · gecko0307/dlib
dlib 1.3.0
dlib 1.3.0 beta1
- dlib.random
- New module
dlib.random.random
that implementsrandom
, a pseudo-random number generator based on Crand
- New module
- dlib.math
- Function that computes quadratic Bézier curve -
dlib.math.interpolation.bezierQuadratic
- GNU D Compiler (GDC) support in
dlib.math.sse
- Function that computes quadratic Bézier curve -
dlib 1.2.1
- dlib.image
- Median filter (
dlib.image.filters.median
)
- Median filter (
- dlib.filesystem
- Bugfixes in
dlib.filesystem.posix.common
- Bugfixes in
- dlib.core
dlib.core.thread
: fix deprecations in Windows multithreading API signatures
- dlib.math
- Fix unittest for
dlib.math.utils.nextPowerOfTen
- Fix unittest for
- Misc
- Added
AUTHORS.md
.
- Added
dlib 1.2.0
No changes since dlib 1.2.0 beta1.
dlib 1.2.0 beta1
- dlib.math
homothetyMatrix
andhomothetyMatrix2D
functions indlib.math.transformation
radtorev
andrevtorad
functions indlib.math.utils
that convert radians to revolutions and revolutions to radians, respectively
- dlib.image
- New funtion
drawRect
indlib.image.render.shapes
- New funtion
- Misc
- Added
CODE_OF_CONDUCT.md
.
- Added
dlib 1.1.0
No changes since dlib 1.1.0 beta1.
dlib 1.1.0 beta1
- 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
- New module
- dlib.math
integer
andfrac
functions indlib.math.utils
that return integer part and fractional part of a real number.
- dlib.image
- Fix compilation for x86.
dlib 1.0.0
No changes since dlib 1.0.0 beta2.
dlib 1.0.0 beta2
Changes since dlib 1.0.0 beta1:
- dlib.image
- File-based image loading functions now preload data to memory, so that decoders run faster (2x-10x depending on format and image size).
dlib 1.0.0 beta1
- dlib.core
- Breaking change:
dlib.core.bitio.swapEndian16
moved todlib.math.utils
- POSIX thread creation is now validated in debug mode
- Breaking change:
- dlib.math
- Breaking change: deprecated method
Quaternion.generator
has been removed - Breaking change: deprecated functions
sum
,invertArray
,allIsZero
indlib.math.utils
have been removed interpHermiteDerivative
interpHermite
now support vector typesComplexd
alias toComplex!(double)
indlib.math.complex
- Fix
dlib.math.complex.pow
,dlib.math.complex.atan2
- Breaking change: deprecated method
- dlib.geometry
- Breaking change: deprecated method
Ray.intersectSphere
withposition
andradius
arguments has been removed - Breaking change: deprecated method
Ray.intersectTriangle
withv0
,v1
,v2
arguments has been removed. - Fix
Triangle.boundingBox
- New function
intrSphereVsAABB
indlib.geometry.intersection
AABB.intersectsSphere
is deprecated, useintrSphereVsAABB
instead
- Breaking change: deprecated method