Commit a4958fbf authored by Vlad Shakhuro's avatar Vlad Shakhuro

Fix compute_channels documentation

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