OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_evc
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/src/
cvlinefit.cpp
191
CvMat
_evc
= cvMat( 3, 3, CV_32F, evc );
local
193
cvEigenVV( &_det, &
_evc
, &_evl, 0 );
199
CvMat
_evc
= cvMat( 3, 3, CV_32F, evc );
202
cvSVD( &_det, &_evl, &
_evc
, 0, CV_SVD_MODIFY_A+CV_SVD_U_T );
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_system.h
157
# include <stl/config/
_evc
.h>
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_system.h
157
# include <stl/config/
_evc
.h>
/external/opencv3/modules/imgproc/src/
linefit.cpp
186
Mat
_evc
( 3, 3, CV_32F, evc );
188
eigen( _det, _evl,
_evc
);
Completed in 321 milliseconds