Go to the source code of this file.
Classes | |
class | toyexample.Scene |
class | toyexample.Segmenter |
class | toyexample.Transformation |
Namespaces | |
namespace | toyexample |
Variables | |
list | toyexample.behind_transforms = [ 0, 0, 1, 3, 0 ] |
int | toyexample.image_size = 15 |
list | toyexample.main_transforms = [ 1, 2, -4, 3, 2 ] |
list | toyexample.obj_behind = [5,5] |
list | toyexample.obj_infront = [4] |
list | toyexample.obj_main = [ 3, 3, 3 ] |
tuple | toyexample.scene = Scene(image_size) |
tuple | toyexample.segmenter = Segmenter(image_size) |
tuple | toyexample.Tm = Transformation(Tm_val) |