Fixed some typos

This commit is contained in:
Alexey Spizhevoy
2012-02-16 11:32:32 +00:00
parent 681ac9beda
commit 9f5d97425f
2 changed files with 3 additions and 3 deletions

View File

@@ -121,7 +121,7 @@ namespace cv { namespace gpu { namespace device { namespace optflow_farneback
}
void setPolinomialExpansionConsts(
void setPolynomialExpansionConsts(
int polyN, const float *g, const float *xg, const float *xxg,
float ig11, float ig03, float ig33, float ig55)
{