1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Initial pass at some boost python bindings.

This commit is contained in:
Ethan Rublee
2011-05-23 17:26:58 +00:00
parent 3bb685a744
commit 44e9fdaa2d
12 changed files with 750 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#pragma once
namespace opencv_wrappers
{
void wrap_cv_core();
void wrap_mat();
void wrap_points();
void wrap_highgui();
}