elucideye / acf

Aggregated Channel Feature object detection in C++ and OpenGL ES 2.0 based on https://github.com/pdollar/toolbox
BSD 3-Clause "New" or "Revised" License
49 stars 20 forks source link

pyramid/channel fixes and minor console app updates #77

Closed headupinclouds closed 6 years ago

headupinclouds commented 6 years ago
 NOTE: Here we replicate the original Matlab behavior of repeating the grayscale in 3 channels and then converting that to grayscale later treating it as a color image, even though this will produce a different single channel image in rgbConvert()

I=I(:,:,[1 1 1]); warning('Converting image to color');