1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

add function setting roi using Mat#new

This commit is contained in:
ser1zw 2016-04-10 05:22:49 +09:00
parent c21f32d356
commit 12734952ad
3 changed files with 35 additions and 8 deletions

View file

@ -7,6 +7,7 @@ namespace rubyopencv {
namespace Rect {
void init();
VALUE rect2obj (cv::Rect rect);
cv::Rect* obj2rect(VALUE obj);
}
}