Home
last modified time | relevance | path

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

/external/libxcam/plugins/smart/dvs/libdvs/
Dstabilizer.cpp418 Rect cropROI; in cropVideoFrame() local
422 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()