Fix compute_channels documentation

pull/21/head
Vlad Shakhuro 11 years ago
parent 0ecbe87c74
commit a4958fbffd
  1. 4
      apps/icf/acffeature.hpp

@ -53,9 +53,7 @@ namespace adas
params pyramid computing parameters
Returns computed channels in vectors N x CH,
N number of scales (outer vector),
CH number of channels (inner vectors)
Returns vector of computed channels
*/
std::vector<Mat>
computeChannels(const Mat& image);

Loading…
Cancel
Save