2011-05-23 17:26:58 +00:00

9 lines
130 B
C++

#pragma once
namespace opencv_wrappers
{
void wrap_cv_core();
void wrap_mat();
void wrap_points();
void wrap_highgui();
}