NodesProcess
Rotate
Slot Usage: 0
Overview
Rotate node rotates the input image by a specified angle around its center.
Use this node to correct camera tilt, align frames to a consistent orientation before detection, or generate rotated training data variants.
Input
Input Image
image requiredThe image frame to rotate. Connect this to a camera or upstream processing output.
Angle
integer requiredRotation angle in degrees, measured counter-clockwise.
Range: -180 to 180
Default: 0
Border Type
string requiredFill method for the border regions that appear after rotation.
Values:
CONSTANT— fills with black (or a constant color).REFLECT— mirror-reflects the edge pixels.REPLICATE— repeats the outermost row or column of pixels.WRAP— wraps the opposite edge of the image.
Output
Frame Out
imageRotated image.