We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55807b5 commit b3dcf26Copy full SHA for b3dcf26
1 file changed
README.md
@@ -84,6 +84,20 @@ are able to reach the end goal.
84
- step 7: pyface application: background run with traits-futures [OPTIONAL]
85
- step 8: 1-click installer
86
87
+### Detailed outline:
88
+
89
+- Stage 2:
90
+ - 2.0: Introduces a model class to represent image files and operations on
91
+ them.
92
+- Stage 3:
93
+ - 3.0: Introduces GUIs using a simple TraitsUI view
94
+ - A simple view is constructed by invoking `configure_traits` on the
95
+ `ImageFile` model.
96
+ - Separately, a matplotlib window reports detected faces.
97
+ - 3.1:
98
+ - Adds a dedicated model-view for the `ImageFile` model
99
+ - Uses the `MplFigureEditor` to embed the matplotlib figure inside the
100
+ TraitsUI view.
101
102
## Contributing
103
### Code structure
0 commit comments