Support layer and interaction transparancy. Refs #1

This commit is contained in:
2018-04-05 16:08:58 +02:00
parent 21fdc45e65
commit 3e4452ca3a
12 changed files with 114 additions and 12 deletions

View File

@@ -22,10 +22,14 @@ namespace fmri {
const Color& pathColor() const;
std::optional<vector<string>> labels() const;
std::optional<fmri::PNGDumper> imageDumper() const;
float layerTransparancy() const;
float interactionTransparancy() const;
const vector<string>& inputs() const;
private:
float layerTransparancy_;
float interactionTransparancy_;
Color pathColor_;
string modelPath;
string weightsPath;