1 2 3 4 5 6 Next>>
Image Alignment
In order to square off the maze we use the Affine module and
outline the gray square using the provided GUI interface of the Affine module. The interface
will look as follows:
which when processing the previous maze image will align as a nice square. The resulting image
is scaled to a 256x256 image (the affine module is also used to scale the image to a specified size).
Why is this needed? ..
1 2 3 4 5 6 Next>>
|