updated sources to correct buildbot warnings

This commit is contained in:
alexandre benoit 2013-04-30 17:32:47 +02:00
parent 25b482f1c9
commit 9c26387ce0
5 changed files with 9 additions and 10 deletions

View File

@ -209,7 +209,7 @@ Retina::getMagno
* a Mat, this output is rescaled for standard 8bits image processing use in OpenCV
* RAW methods actually return a 1D matrix (encoding is M1, M2, ... Mn), this output is the original retina filter model output, without any quantification or rescaling.
* RAW methods actually return a 1D matrix (encoding is M1, M2,... Mn), this output is the original retina filter model output, without any quantification or rescaling.
Retina::getParameters
+++++++++++++++++++++

View File

@ -147,4 +147,3 @@ int main(int argc, char* argv[]) {
return 0;
}