packages feed

opencv-0.0.0.0: src/OpenCV/ImgProc/ObjectDetection.cpp

#include "opencv2/core.hpp"

#include "opencv2/imgproc.hpp"

#include "opencv2/objdetect.hpp"

using namespace cv;

extern "C" {
Exception * inline_c_OpenCV_ImgProc_ObjectDetection_0_bea3a019a4b2867a729135479f483faecee14380(Mat * imagePtr_inline_c_0, Mat * templPtr_inline_c_1, Mat * resultPtr_inline_c_2, int32_t cmethod_27_inline_c_3) {

  try
  {   
          cv::matchTemplate( *imagePtr_inline_c_0
                           , *templPtr_inline_c_1
                           , *resultPtr_inline_c_2
                           , cmethod_27_inline_c_3
                           );
        
    return NULL;
  }
  catch (const cv::Exception & e)
  {
    return new cv::Exception(e);
  }

}

}