PosturePerfection
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CBuffer::Buffer< T >A synchronising buffer to be used as a communication mechanism between threads
 CBuffer::Buffer< Pipeline::CoreResults >
 CPostureEstimating::ConnectedJointA representation of a body part
 CInference::CoordinateIndicates position and confidence in positioning of a body part node
 CPostProcessing::CoordinateIndicates position and trustworthiness of a body part node
 CPipeline::CoreResultsContains 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
 CCppTimer
 CPipeline::FrameGeneratorClass 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
 CPostureEstimating::DelayTimerSimple timer which just has the running flag set when running and unset when not running
 CPostureEstimating::MessageTimerBroadcasts a message using RemoteNotify::Broadcast after a time is elapsed
 CPostureEstimating::StopTimerTimer which countdowns and stops a PostureEstimating::MessageTimer if countdown ends
 CPipeline::FramerateSettingParameters relevant to the currently set frame rate
 CPipeline::FramerateSettingsClass to maintain the currently set frame rate and any related settings
 CIIR::IIR2ndOrderFilterSecond-order IIR filter stage, for use with the IIRFilter
 CIIR::IIRFilterAn IIR filter that can be initialised with SOS coefficients
 CInference::InferenceCoreA wrapper to make running inference easier
 CInference::InferenceResultsResults of running the model for all body parts
 CIIR::NodesTaps inside the second-order IIR filter
 CPipeline::PipelineFrame-by-frame pipeline to process video
 CBuffer::PopResult< T >Result when calling Buffer::pop()
 CPostureEstimating::PoseThe representation of a human's pose, containing all the expected ConnectedJoint
 CPostureEstimating::PoseStatusRepresentation of user's pose for use by the pipeline processing
 CPostProcessing::PostProcessorProcess the output of an Inference::InferenceCore
 CPostureEstimating::PostureEstimatorThis class handles representations of the user's pose and calculates any updates to their pose that is required
 CPipeline::PreprocessedFrameContains 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
 CPreProcessing::PreProcessedImageA structure of the pre processed image
 CPreProcessing::PreProcessorPre-process the input image before passing to Inference::InferenceCore
 CPostProcessing::ProcessedResultsThe PostProcessing::Coordinate of each body part
 CQLabel
 CGUI::LabelSubclass of QLabel that allows having a title and subtitle within the label
 CQMainWindow
 CGUI::MainWindowAllows 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
 CQPushButton
 CGUI::ButtonSubclass of QPushButton that allows having a title and subtitle within the button
 CPipeline::RawFrameA frame as returned by the FrameGenerator
 CInference::ResultIntermediate result of pose estimation
 CIIR::SmoothingSettingsSettings for an IIR filter. Wraps the second-order section coefficients for an IIR filter