- Timestamp:
- 04/20/09 15:10:57 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp/Src/CvArr/CvMat.cs
r32637 r32652 1131 1131 for (int j = 0; j < Cols; j++) 1132 1132 { 1133 sb.Append(Cv. GetReal2D(this, i, j));1133 sb.Append(Cv.mGet(this, i, j)); 1134 1134 sb.Append("\t"); 1135 1135 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)