Searched refs:sensorHeight (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_pvapi.cpp | 523 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/ |
D | test_chessboardgenerator.hpp | 13 double sensorHeight; member in cv::ChessBoardGenerator
|
D | test_chessboardgenerator.cpp | 53 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 ()()
|