- Timestamp:
- 10/07/08 14:10:50 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/cpluspluscli/OpenCvSharp/trunk/OpenCvSharp/Extras.h
r20858 r20894 32 32 33 33 private: 34 static Double Mean(N::IplImage^ img, Int32 x, Int32 y, Int32 size); 35 static Double StdDev(N::IplImage^ img, Int32 x, Int32 y, Int32 size, Double mean); 34 static void MeanStddev(N::IplImage^ img, Int32 x, Int32 y, Int32 size, Double* mean, Double* stddev); 36 35 }; 37 36
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)