Compare commits

...

2 Commits

Author SHA1 Message Date
Rémi BUSSIERE 05affb36df Mise à jour de 'ppg.cpp' 2023-03-01 23:55:05 +01:00
Ly PECHVATTANA dfe4f7e9ab Merge branch 'Signal2' into main 2023-02-24 12:11:16 +01:00
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@ int main() {
// display green FFT
const double range[2] = {0.0, 150.0};
cv::imshow("FFT module green", plotGraph(greenFFTModule, range));
putText(image, "Text in Images", text_position, FONT_HERSHEY_COMPLEX,
font_size,font_Color, font_weight);
}