Initial pass at some boost python bindings.
This commit is contained in:
8
modules/python/boost/split.h
Normal file
8
modules/python/boost/split.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
namespace opencv_wrappers
|
||||
{
|
||||
void wrap_cv_core();
|
||||
void wrap_mat();
|
||||
void wrap_points();
|
||||
void wrap_highgui();
|
||||
}
|
||||
Reference in New Issue
Block a user