Spaces:
Running
Running
File size: 177 Bytes
9d0b4d9 |
1 2 3 4 5 6 7 8 9 10 |
#ifndef DATA_H
#define DATA_H
#include <opencv2/opencv.hpp>
namespace data {
void normalize(cv::Mat& matrix, double mean = 0.5, double std = 0.5);
} // namespace data
#endif |