Searched refs:cropROI (Results 1 – 1 of 1) sorted by relevance
418 Rect cropROI; in cropVideoFrame() local422 cropROI.x = (inputFrameSize.width - outputFrameSize.width) >> 1; in cropVideoFrame()423 cropROI.y = (inputFrameSize.height - outputFrameSize.height) >> 1; in cropVideoFrame()424 cropROI.width = outputFrameSize.width; in cropVideoFrame()425 cropROI.height = outputFrameSize.height; in cropVideoFrame()427 Mat croppedFrame = frame(cropROI).clone(); in cropVideoFrame()