1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00
ruby-opencv/ext/opencv/cvmatnd.h
Patrick Ting 08a9655dc1 Added gemspec to be able to bundle install from git.
Added IplImage#smoothness that returns :smooth, :messy, or :blank.
Rake compile will now compile the C extension code.
2011-04-14 12:26:41 -07:00

28 lines
551 B
C

/************************************************************
cvmatnd.h -
$Author: lsxi $
Copyright (C) 2007 Masakazu Yonekura
************************************************************/
#ifndef RUBY_OPENCV_CVMATND_H
#define RUBY_OPENCV_CVMATND_H
#include "opencv.h"
#define __NAMESPACE_BEGIN_CVMATND namespace cCvMatND{
#define __NAMESPACE_END_CVMATND }
__NAMESPACE_BEGIN_OPENCV
__NAMESPACE_BEGIN_CVMATND
VALUE rb_class();
void define_ruby_class();
__NAMESPACE_END_CVMATND
__NAMESPACE_END_OPENCV
#endif // RUBY_OPENCV_CVMATND_H