1
0
Fork 0
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:
ser1zw 2016-04-10 01:33:09 +09:00
parent 4ec9d3e235
commit f0c42c52ea
5 changed files with 64 additions and 1 deletions

View file

@ -5,6 +5,7 @@ namespace rubyopencv {
namespace Point {
void init();
cv::Point conpatible_obj2point(VALUE obj);
cv::Point* obj2point(VALUE obj);
}
}