Good morning,
I'm trying to load an LSM file in a c++ program. I followed the steps describes in the documentation at
http://www.openmicroscopy.org/site/support/bio-formats4/developers/BF-CPP-windows.html
and have been able to obtain c++ classes corresponding to the java classes in scifio. I thought I would find a class to deal with .lsm files but I found nothing, at least with LSM in its name.
Is it possible to use another one of the reader classes in scifio to load .lsm files?
There is a ZeissLSMReader java class in the bio-formats folder. I tried to build a cppwrap of those classes with the same maven command used in scifio (mvn -DskipTests package dependency:copy-dependencies cppwrap:wrap) but without success (I know almost nothing about maven, I just tried by copying the cppwrap folder from scifio to bio-formats).
Is there a maven command to build c++ classes from the java classes in bio-formats?
Thank you for any help.