Neuroglycerin / neukrill-net-tools

Tools coded as part of the NDSB competition.
MIT License
0 stars 0 forks source link

Movement Augmentation #21

Closed gngdb closed 9 years ago

gngdb commented 9 years ago

After scaling, images can be moved around a bit in the new dimensions.

scottclowe commented 9 years ago

I propose we remove this, since this is equivalent to cropping. We could instead enhance the cropping so it does more than one crop distance, allowing us to have movements of multiple distances to augment the same image.

scottclowe commented 9 years ago

Now we have shape_fix as well as resize for shape-alignment, movement is no longer equivalent to cropping.

I will solve the issue of moving the image around within the stimulus window by padding it with white on one/two side/s before applying the shape_fix to it. The result will be offset from the window's centre by the padding.