mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
add Mat#blur
This commit is contained in:
parent
4ec9d3e235
commit
f0c42c52ea
5 changed files with 64 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ namespace rubyopencv {
|
|||
namespace Point {
|
||||
void init();
|
||||
cv::Point conpatible_obj2point(VALUE obj);
|
||||
cv::Point* obj2point(VALUE obj);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue