Update DetectLungNodule.
This commit is contained in:
@@ -42,6 +42,8 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getDataFormat()const;
|
||||
void setDataFormat(const std::string& dataFormat);
|
||||
float getThreshold()const;
|
||||
void setThreshold(float threshold);
|
||||
std::vector<URLList> getURLList()const;
|
||||
void setURLList(const std::vector<URLList>& uRLList);
|
||||
std::string getOrgId()const;
|
||||
@@ -53,6 +55,7 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
std::string dataFormat_;
|
||||
float threshold_;
|
||||
std::vector<URLList> uRLList_;
|
||||
std::string orgId_;
|
||||
bool async_;
|
||||
|
||||
@@ -40,13 +40,13 @@ namespace AlibabaCloud
|
||||
{
|
||||
float imageZ;
|
||||
float imageY;
|
||||
std::string lobe;
|
||||
float imageX;
|
||||
std::string lobe;
|
||||
std::string category;
|
||||
std::string lung;
|
||||
float meanValue;
|
||||
float confidence;
|
||||
float volume;
|
||||
float confidence;
|
||||
float x;
|
||||
float y;
|
||||
float z;
|
||||
|
||||
Reference in New Issue
Block a user