2013-09-03 00:16:46 +10:00
|
|
|
/*
|
2013-06-18 23:00:48 +10:00
|
|
|
* a rather innocuous-looking function which is actually
|
|
|
|
* part of <cstdlib>, so we can be reasonably sure its
|
|
|
|
* definition will be found
|
|
|
|
*/
|
2013-06-19 11:54:14 +10:00
|
|
|
#ifndef __OPENCV_MATLAB_TEST_GENERATOR_HPP_
|
|
|
|
#define __OPENCV_MATLAB_TEST_GENERATOR_HPP_
|
2013-06-18 23:00:48 +10:00
|
|
|
|
|
|
|
namespace cv {
|
|
|
|
|
|
|
|
CV_EXPORTS_W int rand( );
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|