video_to_heartpulserate_cpp/ppg.cpp

8 lines
96 B
C++

#include <iostream>
int main()
{
std::cout <<"PPG algorithm"<< std::endl;
return 0;
}