OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lx_row
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/features2d/src/kaze/
nldiffusion_functions.cpp
100
const float*
Lx_row
= Lx.ptr<float>(y);
105
dst_row[x] = (-inv_k*(
Lx_row
[x]*
Lx_row
[x] + Ly_row[x]*Ly_row[x]));
128
const float *
Lx_row
= Lx.ptr<float>(y);
132
dst_row[x] = 1.0f / (1.0f + ((
Lx_row
[x] *
Lx_row
[x] + Ly_row[x] * Ly_row[x]) * k2inv));
153
const float*
Lx_row
= Lx.ptr<float>(y);
158
float dL = inv_k*(
Lx_row
[x]*
Lx_row
[x] + Ly_row[x]*Ly_row[x]);
186
const float*
Lx_row
= Lx.ptr<float>(y)
[
all
...]
Completed in 156 milliseconds