pdollar / toolbox

Piotr's Image & Video Matlab Toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it means abs(Gx)? Why should abs(Gx) at line 86?

chaingank opened this issue · comments

if(O) _Gx[y] = XOR( _Gx[y], AND(_Gy[y], SET(-0.f)) );

sorry,I mistook Gy for Gx.