OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:principal_point
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/include/
cvcompat.h
640
CvPoint2D32f
principal_point
, float* _distortion_coeffs,
652
a[2] =
principal_point
.x; a[5] =
principal_point
.y;
665
CvPoint2D64f
principal_point
, double* _distortion_coeffs,
677
a[2] =
principal_point
.x; a[5] =
principal_point
.y;
704
double* focal_length, CvPoint2D64f
principal_point
,
726
a[2] =
principal_point
.x; a[5] =
principal_point
.y;
[
all
...]
cv.h
[
all
...]
/external/opencv/cvaux/src/
cv3dtracker.cpp
233
camera_intrinsics[c].
principal_point
,
293
camera_info[c].
principal_point
= camera_intrinsics[c].
principal_point
;
553
tp[0] = (float)p.x - camera_info.
principal_point
.x;
554
tp[1] = (float)p.y - camera_info.
principal_point
.y;
/external/opencv/cvaux/include/
cvaux.h
886
CvPoint2D32f
principal_point
; \/* copied from intrinsics so this structure *\/
member in struct:__anon28917
892
CvPoint2D32f
principal_point
;
member in struct:__anon28918
[
all
...]
Completed in 126 milliseconds