Changeset 23010
- Timestamp:
- 11/08/08 18:34:46 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/cpluspluscli/OpenCvSharp/sample/OpenCvSharpSample/Sample/FaceDetect.cs
r23005 r23010 28 28 }; 29 29 const double SCALE = 1.3; 30 IplImage ttt = new IplImage(Const.IMAGE_LENNA, LoadMode.Color); 30 31 31 using (IplImage img = new IplImage(Const.IMAGE_LENNA, LoadMode.Color)) 32 32 using (IplImage small_img = new IplImage(new CvSize(CV.Round(img.Width / SCALE), CV.Round(img.Height / SCALE)), BitDepth.U8, 1)) {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)