//
// This file is auto-generated, please don't edit!
//
#include "stdint.h"
#include "common.h"
typedef int64_t int64;
#include <iostream>
#include "opencv2/opencv_modules.hpp"
#include <string>
#include "common_opencv.h"
using namespace cv;
#include "types.h"
extern "C" {
#include "return_types.h"
void* cv_PtrOfORB_get(void* ptr) {
return reinterpret_cast<Ptr<cv::ORB>*>(ptr)->get();
}
void cv_delete_PtrOfORB(void* ptr) {
delete reinterpret_cast<Ptr<cv::ORB>*>(ptr);
}
} // extern "C"