 | SequenceLoad Method (String) |
Loads an existing sequence.
Namespace:
LynceeTec.Imaging
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic static List<Hologram> Load(
string path
)
public:
static List<Hologram^>^ Load(
String^ path
)
Parameters
- path
- Type: SystemString
The path to an existing sequence
Return Value
Type:
ListHologram
Remarks
If the path points to a directory, tries to load sequence in the Koala or RAW format;
else tries to load a BigTiff (.btf) sequence.
See Also