mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
9 lines
130 B
C++
9 lines
130 B
C++
#pragma once
|
|
namespace opencv_wrappers
|
|
{
|
|
void wrap_cv_core();
|
|
void wrap_mat();
|
|
void wrap_points();
|
|
void wrap_highgui();
|
|
}
|