[ITK] SCIFIO throws exception

Michael Meuli michael.meuli at gmail.com
Mon Apr 7 15:34:46 EDT 2014


Hi,

I'm trying to read the test image "single-channel.ome.tif" from
http://www.openmicroscopy.org/site/support/ome-model/ome-tiff/data.html
JAVA_HOME is set to "/usr/lib/jvm/java-8-oracle/jre/bin/java"
Running "SCIFIOTestDriver itkSCIFIOImageIOTest" gives me a very similar error.
I'm running Ubuntu 13.10 32bit with ITK-4.5.1

Below is the text of the error message:

Problem encoutered while reading image file :
/home/michael/Colocalization/Data/single-channel.ome.tif

itk::ExceptionObject (0x8e283f0)
Location: "unknown"
File: /home/michael/Colocalization/ITK-4.5.1-build/Modules/Remote/SCIFIO/src/itkSCIFIOImageIO.cxx
Line: 408
Description: itk::ERROR: SCIFIOImageIO(0x8e27000): SCIFIOImageIO:
ITKReadImageInformation error:
Not a directory


Many thanks
Michael
-------------- next part --------------
cmake_minimum_required(VERSION 2.6)
 
PROJECT(Test)
 
FIND_PACKAGE(ITK REQUIRED SCIFIO)
INCLUDE(${ITK_USE_FILE})
 
if(NOT SCIFIO_LOADED)
  message(FATAL_ERROR "SCIFIO module is required but not available.")
endif()
 
ADD_EXECUTABLE(Test Test.cxx)
TARGET_LINK_LIBRARIES(Test ${ITK_LIBRARIES})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Test.cxx
Type: text/x-c++src
Size: 846 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/community/attachments/20140407/c9327278/attachment.cxx>
-------------- next part --------------
Problem encoutered while reading image file : /home/michael/Colocalization/Data/single-channel.ome.tif

itk::ExceptionObject (0x8e283f0)
Location: "unknown" 
File: /home/michael/Colocalization/ITK-4.5.1-build/Modules/Remote/SCIFIO/src/itkSCIFIOImageIO.cxx
Line: 408
Description: itk::ERROR: SCIFIOImageIO(0x8e27000): SCIFIOImageIO: ITKReadImageInformation error:
Not a directory




More information about the Community mailing list