video_to_heartpulserate_cpp/PPG algorithm.cpp

8 lines
79 B
C++

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