Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_pvapi.cpp524 tPvUint32 sensorWidth; in resizeCaptureFrame() local
532 if (PvAttrUint32Get(Camera.Handle, "SensorWidth", &sensorWidth) != ePvErrSuccess) in resizeCaptureFrame()
543 if ((frameWidth < 0) || ((tPvUint32)frameWidth > sensorWidth)) in resizeCaptureFrame()
545 frameWidth = sensorWidth; in resizeCaptureFrame()
/external/opencv3/modules/calib3d/test/
Dtest_chessboardgenerator.hpp12 double sensorWidth; 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 ()()