PosturePerfection
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 12]
 NBufferA synchronising buffer and results structure
 CPopResultResult when calling Buffer::pop()
 CBufferA synchronising buffer to be used as a communication mechanism between threads
 NGUIAll code related to the graphical user interface for PosturePerfection
 CButtonSubclass of QPushButton that allows having a title and subtitle within the button
 CLabelSubclass of QLabel that allows having a title and subtitle within the label
 CMainWindowAllows for navigation around the application from the main page by letting the user navigate to the data page, settings page and fullscreen page from the main window
 NIIRPerform IIR filtering to smoothen the output results
 CNodesTaps inside the second-order IIR filter
 CSmoothingSettingsSettings for an IIR filter. Wraps the second-order section coefficients for an IIR filter
 CIIR2ndOrderFilterSecond-order IIR filter stage, for use with the IIRFilter
 CIIRFilterAn IIR filter that can be initialised with SOS coefficients
 NInferenceUses TensorFlow Lite to perform pose estimation on a given image frame to detect noteworthy joints
 CInferenceCoreA wrapper to make running inference easier
 CResultIntermediate result of pose estimation
 CCoordinateIndicates position and confidence in positioning of a body part node
 CInferenceResultsResults of running the model for all body parts
 NPipelineComponents of the pipeline at the core of the system
 CFramerateSettingParameters relevant to the currently set frame rate
 CFramerateSettingsClass to maintain the currently set frame rate and any related settings
 CPreprocessedFrameContains the id of the frame within the pipeline, as well as the raw image and the preprocessed_image. A struct of this type is created for every input image after it has been passed through the PreProcessing::PreProcessor, before being sent to the Inference::InferenceCore
 CRawFrameA frame as returned by the FrameGenerator
 CFrameGeneratorClass to maintain access to the cv::VideoCapture used as the input video stream. This class makes use of the CppTimer wrapper created here to regularly capture input frames at the set frame rate
 CCoreResultsContains the id of the frame within the pipeline, as well as the raw image and the results of running inference on that image. A struct of this type is created for every input image after it has been passed through the InferenceCore, before being sent to the PostProcessor
 CPipelineFrame-by-frame pipeline to process video
 NPostProcessingSmoothen the results of inference and average body parts since the system assumes a side-on profile
 CCoordinateIndicates position and trustworthiness of a body part node
 CProcessedResultsThe PostProcessing::Coordinate of each body part
 CPostProcessorProcess the output of an Inference::InferenceCore
 NPostureEstimatingResponsible for analysing the results of pose estimation to determine any posture changes which must be relayed to the user
 CConnectedJointA representation of a body part
 CPoseThe representation of a human's pose, containing all the expected ConnectedJoint
 CPoseStatusRepresentation of user's pose for use by the pipeline processing
 CDelayTimerSimple timer which just has the running flag set when running and unset when not running
 CMessageTimerBroadcasts a message using RemoteNotify::Broadcast after a time is elapsed
 CStopTimerTimer which countdowns and stops a PostureEstimating::MessageTimer if countdown ends
 CPostureEstimatorThis class handles representations of the user's pose and calculates any updates to their pose that is required
 NPreProcessingResponsible for resizing and normalising the input image to a structure suitable for TensorFlow Lite
 CPreProcessedImageA structure of the pre processed image
 CPreProcessorPre-process the input image before passing to Inference::InferenceCore