ImFusion C++ SDK 4.5.0
ImFusion::US::BoneSegmentationAlgorithm::SweepDetectionResults Class Reference

#include <ImFusion/US/BoneSegmentationAlgorithm.h>

Data structure to store the detections results for a given sweep. More...

Detailed Description

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).

The documentation for this class was generated from the following file:
  • ImFusion/US/BoneSegmentationAlgorithm.h
Search Tab / S to search, Esc to close