OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aspectratio_out
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/java/src/
calib3d+Calib3d.java
600
double[]
aspectRatio_out
= new double[1];
601
calibrationMatrixValues_0(cameraMatrix.nativeObj, imageSize.width, imageSize.height, apertureWidth, apertureHeight, fovx_out, fovy_out, focalLength_out, principalPoint_out,
aspectRatio_out
);
606
if(aspectRatio!=null) aspectRatio[0] = (double)
aspectRatio_out
[0];
[
all
...]
calib3d.cpp
[
all
...]
Completed in 347 milliseconds