"...source/git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "79a9373a085c7a2825c94b6eeec250b1c3be51ca"
Commit 8237b748 authored by Davis King's avatar Davis King
Browse files

Fixed uninitialized variable in the code I just committed

parent 86efd988
......@@ -358,6 +358,7 @@ namespace dlib
array2d<unsigned char> angle(img.nr(), img.nc());
array2d<float> norm(img.nr(), img.nc());
zero_border_pixels(norm,1,1);
// memory for HOG features
const long hog_nr = img.nr()-2;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment