Show
Ignore:
Timestamp:
04/20/09 15:10:57 (4 years ago)
Author:
schima
Message:

cvUseOptimized, cvFree, cvGetNumThreads, cvSetNumThreads, cvGetThreadNum

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp/Src/CvArr/CvMat.cs

    r32637 r32652  
    11311131                    for (int j = 0; j < Cols; j++) 
    11321132                    { 
    1133                         sb.Append(Cv.GetReal2D(this, i, j)); 
     1133                        sb.Append(Cv.mGet(this, i, j)); 
    11341134                        sb.Append("\t"); 
    11351135                    }