Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_pvapi.cpp523 tPvUint32 sensorHeight; in resizeCaptureFrame() local
537 if (PvAttrUint32Get(Camera.Handle, "SensorHeight", &sensorHeight) != ePvErrSuccess) in resizeCaptureFrame()
548 if ((frameHeight < 0) || ((tPvUint32)frameHeight > sensorHeight)) in resizeCaptureFrame()
550 frameHeight = sensorHeight; in resizeCaptureFrame()
/external/opencv3/modules/calib3d/test/
Dtest_chessboardgenerator.hpp13 double sensorHeight; member in cv::ChessBoardGenerator
Dtest_chessboardgenerator.cpp53 ChessBoardGenerator::ChessBoardGenerator(const Size& _patternSize) : sensorWidth(32), sensorHeight(… in ChessBoardGenerator()
185 calibrationMatrixValues( camMat, bg.size(), sensorWidth, sensorHeight, in operator ()()
250 calibrationMatrixValues( camMat, bg.size(), sensorWidth, sensorHeight, in operator ()()