2013-09-02 16:16:46 +02:00
|
|
|
/*
|
2013-06-18 15:00:48 +02: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 03:54:14 +02:00
|
|
|
#ifndef __OPENCV_MATLAB_TEST_GENERATOR_HPP_
|
|
|
|
#define __OPENCV_MATLAB_TEST_GENERATOR_HPP_
|
2013-06-18 15:00:48 +02:00
|
|
|
|
|
|
|
namespace cv {
|
|
|
|
|
|
|
|
CV_EXPORTS_W int rand( );
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|