eye-boof.visualization

Provides functions to visualize images using JFrame.

render-binary

(render-binary img & [invert])
GrayU8 -> boolean -> BufferedImage
Returns a BufferedImage from a binary GrayU8, rendering 0 as black and 1 as
white.

show-grid

(show-grid ncols & imgs)
Shows images in a grid pattern.

ViewImageWindow

protocol

members

show-image

(show-image img)
Shows an image on a JFrame window. If a collection of images is passed, a
list panel is generated.