Interactive Dialog for Class-Recoding

Issue #40 closed
Andreas Janz created an issue

Given the class names and class lookup information of an existing classification, we need a dialog for interactively:

  • selecting new colors
  • merging classes together
  • resorting classes

The result should provide a mapping from old classIDs to new classIDs and the corresponding (new) class names and class colors.

Comments (9)

  1. Benjamin Jakimow

    Gibt es da schon was im Backend für was das macht? Die labels müssen ja auch recodiert werden.

  2. Andreas Janz reporter

    Ich verstehe die Frage nicht. Also ich brauche nur den Dialog. Um das Metadaten IO kümmere ich mich, falls du das meinst (?) Also du bekommst von mir bestehende ClassNames+ClassColors und ich möchte von dir die neuen ClassNames+ClassColors

  3. Benjamin Jakimow

    Ich muss wissen welche Metadaten benötigt werden. Das Frontend prüft dann ob alles vorhanden ist, z.B. bestimmte Parameterkombination zulässig sind usw.

    Die GUI baue ich recht schnell im QtDesigner zusammen, nur müsste ich wisse welcher Input (args+kwds) eingesammelt werden soll.

  4. Log in to comment