Fixed typos in comments

This commit is contained in:
unknown
2014-06-26 14:17:57 +02:00
parent 1138fbb940
commit ade46bd428
12 changed files with 54 additions and 54 deletions

View File

@@ -495,7 +495,7 @@ public:
//! dot product computed in double-precision arithmetics
double ddot(const Matx<_Tp, m, n>& v) const;
//! convertion to another data type
//! conversion to another data type
template<typename T2> operator Matx<T2, m, n>() const;
//! change the matrix shape
@@ -636,7 +636,7 @@ public:
For other dimensionalities the exception is raised
*/
Vec cross(const Vec& v) const;
//! convertion to another data type
//! conversion to another data type
template<typename T2> operator Vec<T2, cn>() const;
//! conversion to 4-element CvScalar.
operator CvScalar() const;