#Documentation # @brief Start region-grower at interactively added points
| 36 | //##Documentation |
| 37 | //## @brief Start region-grower at interactively added points |
| 38 | Step6::Step6(int argc, char *argv[], QWidget *parent) : QWidget(parent) |
| 39 | { |
| 40 | // load data as in the previous steps; a reference to the first loaded |
| 41 | // image is kept in the member m_FirstImage and used as input for the |
| 42 | // region growing |
| 43 | Load(argc, argv); |
| 44 | } |
| 45 | |
| 46 | void Step6::Initialize() |
| 47 | { |