opencv 0.5.3

Rust bindings for OpenCV
Documentation
//
// 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_PtrOfLSTMLayer_get(void* ptr) {
    return reinterpret_cast<Ptr<cv::dnn::LSTMLayer>*>(ptr)->get();
}
void  cv_delete_PtrOfLSTMLayer(void* ptr) {
    delete reinterpret_cast<Ptr<cv::dnn::LSTMLayer>*>(ptr);
}


} // extern "C"