OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hessian
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/algos/common/math/
levenberg_marquardt.h
78
float
hessian
[MAX_LM_STATE_DIMENSION * MAX_LM_STATE_DIMENSION];
member in struct:LmData
/external/opencv/cv/src/
cvsurf.cpp
10
* 2.A comparision with original libSurf.so shows that the
hessian
detector is not a 100% match to their implementation;
122
/*
hessian
detector */
144
float*
hessian
= hessians[k]->data.fl;
local
148
hessian
[i] =
hessian
[hessian_cols*hessian_rows-1-i] =
151
hessian
+= (SIZE0/2)*(hessian_cols + 1);
158
trace += hessian_cols,
hessian
+= hessian_cols )
162
hessian
[-j-1] =
hessian
[hessian_cols - SIZE0 + j] =
177
hessian
[j] = (float)(dx*dy - dxy*dxy)
196
const float*
hessian
=
hessian
s[k]->data.fl + i*
hessian
_cols;
local
218
const float*
hessian
=
hessian
s[z]->data.fl + (j*scale+scaleCache[z]\/2)\/scaleCache[z]-1 +
local
[
all
...]
/external/opencv/cv/include/
cv.h
1084
float
hessian
;
member in struct:CvSURFPoint
[
all
...]
Completed in 619 milliseconds