mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
implemented rb_cvCreateMat and replaced cvCreateMat with rb_cvCreateMat to create a CvMat as much as possible
This commit is contained in:
parent
882b778e94
commit
196c567ee0
4 changed files with 41 additions and 29 deletions
|
@ -185,6 +185,8 @@ void release_iplconvkernel_object(void *ptr);
|
|||
VALUE rb_module_opencv();
|
||||
void define_ruby_module();
|
||||
|
||||
CvMat* rb_cvCreateMat(int height, int width, int type);
|
||||
|
||||
// Ruby/OpenCV inline functions
|
||||
inline CvArr*
|
||||
CVARR(VALUE object)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue