yzhq97 / cnn-registration

An image registration method using convolutional neural network features.
MIT License
435 stars 138 forks source link

resolution of the two pictures #3

Closed FWC13163296500 closed 6 years ago

FWC13163296500 commented 6 years ago

Hello,I have some questions. Do you need to ensure that the resolution of the two pictures is the same? Thank you!

yzhq97 commented 6 years ago

No you don't, since we only use convolution layers. But you do need to ensure that the width and height of the input images are multiples of 32.