Commit d6dd907a authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

display pictures

parent 058e17c7
......@@ -9445,9 +9445,9 @@ if (MORE_BUTTONS) {
// ImagePlus [] imps = LWIR_READER.acquire(DISTORTION_PROCESS_CONFIGURATION.sourceDirectory); // directory to save
ImagePlus [] imps = LWIR_READER.acquire("attic/lwir_test_images"); // directory to save
if (imps != null) {
// for (ImagePlus imp: imps) {
// imp.show();
// }
for (ImagePlus imp: imps) {
imp.show();
}
}
return;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment