dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
rotateImage
dlib
image
transform
Rotates an image clockwise around its center. Angle is in degrees.
SuperImage
rotateImage
(SuperImage img, SuperImage outp, float angle)
SuperImage
rotateImage
(
SuperImage
img
,
SuperImage
outp
,
float
angle
)
SuperImage
rotateImage
(SuperImage img, float angle)
Meta
Source
See Implementation
dlib
image
transform
functions
affineTransformImage
rotateImage
scaleImage
translateImage
Rotates an image clockwise around its center. Angle is in degrees.