Home
last modified time | relevance | path

Searched refs:ROTATE_90_COUNTERCLOCKWISE (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/stitching/test/
H A Dtest_wave_correction.cpp38 rotate(images[0], rotated_images[0], cv::ROTATE_90_COUNTERCLOCKWISE); in TEST()
39 rotate(images[1], rotated_images[1], cv::ROTATE_90_COUNTERCLOCKWISE); in TEST()
/dports/graphics/opencv/opencv-4.5.3/samples/swift/ios/FaceDetection/FaceDetection/
H A DViewController.swift48 Core.rotate(src: image, dst: rgba!, rotateCode: .ROTATE_90_COUNTERCLOCKWISE) in processImage()
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dcap_ffmpeg.cpp149 flag = cv::ROTATE_90_COUNTERCLOCKWISE; in rotateFrame()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/
H A Dcore.hpp1075 ROTATE_90_COUNTERCLOCKWISE = 2, //!<Rotate 270 degrees clockwise enumerator
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dmatrix_transform.cpp761 case ROTATE_90_COUNTERCLOCKWISE: in rotate()