![]() |
ImFusion C++ SDK 4.5.0
|
#include <ImFusion/US/BoneSegmentationAlgorithm.h>
Data structure to store the detections results for a given sweep. More...
Data structure to store the detections results for a given sweep.
Public Member Functions | |
| SweepDetectionResults (UltrasoundSweep *sweep=nullptr) | |
Public Attributes | |
| int | bestSlice |
| Best slice found during the detection. | |
| std::vector< std::shared_ptr< SharedImage > > | probabilityImages |
| Container for all vesselness images. | |
| std::vector< std::vector< vec3 > > | detectedBones |
| Detection results. | |
| std::vector< std::vector< vec3 > > | segmentedBones |
| Segmentation results. | |
| std::vector< double > | confidence |
| Confidence of the bone detection. | |
| std::vector< double > | outlierness |
| Similarity of the detection compared to the next and previous. | |
| std::vector< std::vector< double > > | boneClassification |
| Result of the bone classification (in case the network produces more than one channels). | |