mirror of
https://github.com/opencv/opencv.git
synced 2024-12-04 16:59:12 +08:00
7 lines
80 B
C++
7 lines
80 B
C++
#ifndef OPENCV_BRIDGE_HPP_
|
|
#define OPENCV_BRIDGE_HPP_
|
|
|
|
#include "mex.h"
|
|
|
|
#endif
|