Skip to content
  • 当前项目
    • 正在载入...
  • 登录

张士柳 / eyemLib

%e6%8c%9a%e9%94%a6%e7%a7%91%e6%8a%80
转到一个项目
切换导航栏
切换导航栏固定状态
  • 项目
  • 群组
  • 代码片段
  • 帮助
  • 项目
  • 活动
  • 版本库
  • 图表
  • 网络
  • 创建新的问题
  • 提交
  • 问题看板
  • 文件
  • 提交
  • 网络
  • 比较
  • 分支
  • 标签
切换分支/标签
  • eyemLib
  • eyemLib
  • libdecode.h
  • 张士柳's avatar
    无 · 9b87c7a1
    张士柳 提交于 2021-05-28 17:24:32 +0800
    9b87c7a1
libdecode.h 332 字节
原文件 审查 历史 永久链接
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
#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 */