You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
343 B
C++

/*!
* \file PatternDescriptor.h
* \date 2018/05/17
*
* \author Lin, Chi
* Contact: lin.chi@hzleaper.com
*
*
* \note
*/
#ifndef __PatternDescriptor_h_
#define __PatternDescriptor_h_
#include "CVUtils.h"
#include <memory>
struct PatternDescriptor
{
typedef std::shared_ptr<PatternDescriptor> Ptr;
};
#endif // PatternDescriptor_h_