vlfeat / vlfeat

An open library of computer vision algorithms

Home Page:http://vlfeat.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in vl_scalespacegeometry_is_equal in scalspace.c

wgandler opened this issue · comments

a.octaveFirstSubdivision == b.octaveLastSubdivision &&
should be
a.octaveFirstSubdivision == b.octaveFirstSubdivision &&
a.octaveLastSubdivision == b.octaveLastSubdivision &&