libdecode.h
332 字节
#pragma once
//
// libdecodeͷ
//
#ifndef __LIBDECODE_LIB_H
#define __LIBDECODE_LIB_H
#include <opencv2\opencv.hpp>
#ifdef __cplusplus
extern "C" {
#endif
int decodeImage(cv::Mat, std::string&, bool, int = 0, std::vector<cv::Point>& = std::vector<cv::Point>());
#ifdef __cplusplus
}
#endif
#endif/* __LIBDECODE_LIB_H */