Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Riz0030
/
DeepMosaics
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
DeepMosaics
/
cpp
/
utils
/
include
/
data.hpp
Riz0030
Upload 77 files
9d0b4d9
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
177 Bytes
#
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