video_to_heartpulserate_cpp/ppg.cpp

9 lines
89 B
C++

#PPG algorithm
#include <iostream>
int main()
std::cont<<"PPG"<< std::endl;
return;