Mise à jour de 'ppg.cpp'
This commit is contained in:
parent
dfe4f7e9ab
commit
05affb36df
2
ppg.cpp
2
ppg.cpp
|
|
@ -111,6 +111,8 @@ int main() {
|
||||||
// display green FFT
|
// display green FFT
|
||||||
const double range[2] = {0.0, 150.0};
|
const double range[2] = {0.0, 150.0};
|
||||||
cv::imshow("FFT module green", plotGraph(greenFFTModule, range));
|
cv::imshow("FFT module green", plotGraph(greenFFTModule, range));
|
||||||
|
putText(image, "Text in Images", text_position, FONT_HERSHEY_COMPLEX,
|
||||||
|
font_size,font_Color, font_weight);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue