Home | History | Annotate | Download | only in src

Lines Matching full:matrices

79         CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" );
96 /* This is for function with 3 projection matrices */
97 /* vector X consists of projection matrices and points3D */
99 /* each projection matrices has 3x4 coeffs */
169 /* Computers project points using 3 projection matrices and points 3D */
171 /* vector X consists of projection matrices and points3D */
172 /* each projection matrices has 3x4 coeffs */
175 /* result of function is projection of N 3D points using 3 projection matrices */
181 /* Fill projection matrices */
194 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" );
365 /* Reconstruct points 4D using projected points and projection matrices */
373 /* result of function is projection of N 3D points using 3 projection matrices */
386 /* Fill with projection matrices */
415 /* Copy projection matrices */