- 03 Jun, 2018 3 commits
- 
- 
Augusto Fraga Giachero authoredThe 4 bytes starting from the 0x06 offset of a bmp file are marked as 'Reserved' but it doesn't guarantee that these bytes are zeroed, some applications uses this area for its own purposes and the output file still a valid bmp file. 
- 
Augusto Fraga Giachero authoredThe 'long' type can be 32 bits or 64 bits depending on what compiler you are using (LLP64 vs LP64). If the long type is 64 bits the biHeight variable will receive a very big number when the bmp image height is negative, causing a std::bad_alloc exception when calling the 'image.set_size' method. 
- 
Alexis Tsogias authored
 
- 
- 31 May, 2018 2 commits
- 
- 
Davis King authored
- 
Davis King authored
 
- 
- 29 May, 2018 7 commits
- 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authoredhough_transform objects and made some argument names more consistent. 
- 
Davis King authored
- 
Davis King authored
 
- 
- 28 May, 2018 1 commit
- 
- 
Davis King authored
 
- 
- 27 May, 2018 10 commits
- 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authoredoutputs. Also cleaned up the code a bit. 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authoredrectangle. 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
 
- 
- 26 May, 2018 11 commits
- 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authoredprevious dlib versions. 
- 
Davis King authored
 
- 
- 25 May, 2018 6 commits
- 
- 
Davis King authoredyou can chain calls easily. 
- 
Davis King authored
- 
Davis King authorednumpy array as input. 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authoredmade it more robust to funky inputs. 
 
-