Skip to main content
. 2016 Oct 18;16(10):1724. doi: 10.3390/s16101724
Algorithm 1 Static postures and fall detection algorithm
Require:
 CreateDatasetFromTxt();
 CreateNeuralNetwork();
 TrainNeuralNetwork();
 EnableCamera();
while (Camera == 0 and Person) do
  ExtractCoordinatesFromCamera();
  IntroduceCoordinatesIntoNetwork();
  GetOutputFromNetwork();
  *TakeActions();
end while
Ensure: