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:
parent
c21f32d356
commit
12734952ad
3 changed files with 35 additions and 8 deletions
|
@ -7,6 +7,7 @@ namespace rubyopencv {
|
|||
namespace Rect {
|
||||
void init();
|
||||
VALUE rect2obj (cv::Rect rect);
|
||||
cv::Rect* obj2rect(VALUE obj);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue