Compare commits

..

No commits in common. "main" and "Signal2" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -111,8 +111,6 @@ 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);
}