mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
Bug fixes and added size() to Mat.
This commit is contained in:
parent
b648bbfb74
commit
fe3493f47c
4 changed files with 51 additions and 26 deletions
|
|
@ -6,6 +6,7 @@ namespace rubyopencv {
|
|||
namespace Size {
|
||||
void init();
|
||||
cv::Size* obj2size(VALUE obj);
|
||||
VALUE size2obj(cv::Size* ptr);
|
||||
}
|
||||
}
|
||||
#endif // RUBY_OPENCV_SIZE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue