cvapp.h in OpenCVL.rar


this one OpenCV code. Through library function call, on the brink of achieving P...Original Link
    Sponsored links

			
#if !defined IMAGEPROCESSOR
#define IMAGEPROCESSOR

#include <stdio.h>
#include <math.h>
#include <string.h>
#include "cv.h"      // include core library interface
#include "highgui.h" // include GUI library interface
#include "iplImageIterator.h"

class ImageProcessor {
 
    IplImage* img; // Declare IPL/OpenCV image pointer

  public:
    
    ImageProcessor(CString filename, bool display=true) {
    
      img = cvvLoadImage( filename ); // load image

      if (disp			

			...
			...
			... to be continued.

  This is a preview. To get the complete source file, 
  please click here to download the whole source code package.

			
			


Project Files

    Sponsored links
NameSizeDate
 cvapp.cpp714.00 B25-02-04 18:28
 cvapp.h985.00 B12-02-04 15:59
 cvision.aps19.70 kB12-07-04 14:29
 cvision.clw817.00 B14-02-04 17:04
 cvision.cpp2.03 kB21-03-02 14:53
 cvision.dsp4.50 kB19-07-06 10:11
 cvision.dsw539.00 B21-03-02 08:26
 cvision.h1.30 kB21-03-02 08:26
 cvision.ncb129.00 kB19-07-06 10:11
 cvision.opt54.50 kB19-07-06 10:11
 cvision.plg2.17 kB19-07-06 10:10
 cvision.rc4.43 kB21-03-02 14:49
 cvisionDlg.cpp3.13 kB21-03-02 14:53
 cvisionDlg.h1.32 kB21-03-02 14:39
 iplImageIterator.h1.59 kB12-02-04 20:46
 ReadMe.txt3.51 kB21-03-02 08:26
 cvision.ico1.05 kB21-03-02 08:26
 cvision.rc2399.00 B21-03-02 08:26
 <res>0.00 B19-07-06 15:54
 resource.h593.00 B21-03-02 14:49
 StdAfx.cpp209.00 B21-03-02 08:26
 StdAfx.h1.03 kB21-03-02 08:26
 <OpenCV轮廓>0.00 B19-07-06 15:55
...

Related Items

    Sponsored links