... | ... | @@ -44,13 +44,22 @@ To remove a connection between two blobs, select the connection and hit **Del**. |
|
|
Removing a blob can be done by **right clicking** the blobs rectangle and selecting **Remove** from the context menu. Alternatively a blob can be removed by clicking the **-**-button next to the blobs name in the **Layer Properties**-dock. Removing a blob also removes all connections connected to the blob.
|
|
|
|
|
|
### Editing layer and solver parameters
|
|
|
To add, remove and alter the parameters of the different layers and the solver, barista offers the docks **Solver Properties** and **Layer Properties**, which visibility can be set in the menubar under **Settings -> Docks -> Layer/Solver Properties** (like all docks).
|
|
|
To add, remove and alter the parameters of the different layers and the solver, **Barista** offers the docks **Solver Properties** and **Layer Properties**, which visibility can be set in the menubar under **Settings -> Docks -> Layer/Solver Properties** (like all docks).
|
|
|
|
|
|
The parameters are listed in a nested way, which directly reflects their definition in the underlying prototxt-file.
|
|
|
They can be separated into two major types:
|
|
|
1. **Primitive** parameters, which directly describe a parameter which can be set by the user.
|
|
|
2. **Group** parameters, which have a group of different parameters (primitive or group) associated to them, hence the nested structure.
|
|
|
|
|
|
In **Barista** , a primitive parameter is shown with its name on the left side, and a field to alter the value on the right side.
|
|
|
{{file:///home/alex/Bilder/bild1.jpg}}
|
|
|
|
|
|
#### Layer Properties
|
|
|
![image](/uploads/806241a96294fc1b380e060f0c7496ed/image.png)
|
|
|
|
|
|
The dock **Layer Properties** lists all in **Graph View** selected layers in different tabs.
|
|
|
The parameter already set for a selected layer are listed in a nested way, which directly reflects their definition in the underlying prototxt-file.
|
|
|
|
|
|
The nested definition of the prototxt format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The parameter names are listed on the left side. Primitive parameters can be directly accesedAll subparameters are listed in a rectangle, which is |