Load Method (AnnCodecs) (original) (raw)
Summary
Loads an annotation container from the specified file with the specified resolution (for annotation files saved with LEADTOOLS prior to version 15).
Overload List
Overload | Description |
---|---|
Load(File,int) | Loads an annotation container from the specified file. |
Load(Stream,int) | Loads an annotation container from the specified stream. |
Load(Stream,int,double,double) | Loads an annotation container from the specified stream with the specified resolution (for annotation files saved with LEADTOOLS prior to version 15). |
Load(string,int) | Loads an annotation container from the specified file. |
Load(string,int,double,double) | Loads an annotation container from the specified file with the specified resolution (for annotation files saved with LEADTOOLS prior to version 15). |