Update DetectLungNodule.

This commit is contained in:
sdk-team
2020-12-03 02:30:29 +00:00
parent 818bfd3cf1
commit cf4cda767c
3 changed files with 39 additions and 27 deletions

View File

@@ -43,8 +43,10 @@ namespace AlibabaCloud
std::string lobe;
float imageX;
std::string category;
float confidence;
std::string lung;
float meanValue;
float confidence;
float volume;
float x;
float y;
float z;
@@ -52,6 +54,7 @@ namespace AlibabaCloud
float diameter;
};
std::vector<std::string> origin;
std::string report;
std::vector<std::string> spacing;
std::vector<Serie::Element> elements;
std::string seriesInstanceUid;