mirror of https://github.com/opencv/opencv.git
parent
9abcd88435
commit
fb67ab1257
4 changed files with 48 additions and 2 deletions
@ -0,0 +1,14 @@ |
||||
#include <iostream> |
||||
#include "dls.h" |
||||
|
||||
|
||||
dls::dls() |
||||
{ |
||||
// TODO Auto-generated constructor stub
|
||||
} |
||||
|
||||
|
||||
dls::~dls() |
||||
{ |
||||
// TODO Auto-generated destructor stub
|
||||
} |
@ -0,0 +1,17 @@ |
||||
#ifndef dls_h |
||||
#define dls_h |
||||
|
||||
#include "opencv2/core/core_c.h" |
||||
|
||||
class dls |
||||
{ |
||||
public: |
||||
dls(); |
||||
~dls(); |
||||
|
||||
private: |
||||
|
||||
}; |
||||
|
||||
|
||||
#endif |
Loading…
Reference in new issue