Home
last modified time | relevance | path

Searched refs:LyLy (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/colmap/colmap-3.6/lib/VLFeat/
H A Dcovdet.c1847 float * LyLy ; in _vl_harris_response() local
1851 LyLy = vl_malloc(sizeof(float) * width * height) ; in _vl_harris_response()
1854 vl_imgradient_f (LxLx, LyLy, 1, width, image, width, height, width) ; in _vl_harris_response()
1858 float dy = LyLy[k] ; in _vl_harris_response()
1860 LyLy[k] = dy*dy ; in _vl_harris_response()
1867 vl_imsmooth_f(LyLy, width, LyLy, width, height, width, in _vl_harris_response()
1875 float b = LyLy[k] ; in _vl_harris_response()
1885 vl_free(LyLy) ; in _vl_harris_response()