UPGo-McGill / matchr

Fast and Reliable Matching of Images
Other
2 stars 0 forks source link

plot.matchr_image should display multiple images in a grid #23

Closed dwachsmuth closed 3 years ago

dwachsmuth commented 3 years ago

Presumably we'll need to manually scale the images to a common size, and then rbind/cbind the pixel data to get a big grid which can be plotted.

What is the sensible maximum to plot? 10 in 5x2? 12 in 4x3?