![]() |
BioCore
4.0.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
|
Public Member Functions | |
| SlideBase (BioCore.BioImage source, SlideImage im, bool enableCache=true) | |
| override IReadOnlyDictionary< string, byte[]> | GetExternImages () |
| Extern image. More... | |
| byte[] | GetTile (TileInfo tileInfo) |
Public Member Functions inherited from BioCore.SlideSourceBase | |
| async Task< byte[]> | GetSlice (SliceInfo sliceInfo) |
| Get slice. More... | |
| byte[] | GetRgb24Bytes (Image< Rgb24 > image) |
| abstract IReadOnlyDictionary< string, byte[]> | GetExternImages () |
| Extern image. More... | |
| void | Dispose () |
| async Task< byte[]> | GetTileAsync (TileInformation tileInfo) |
| async Task< byte[]> | GetTileAsync (BruTile.TileInfo tileInfo) |
| Task< byte[]> | GetSlice (SliceInfo sliceInfo) |
| Get slice. More... | |
| IReadOnlyDictionary< string, byte[]> | GetExternImages () |
| Extern image. More... | |
Static Public Member Functions | |
| static string | DetectVendor (string source) |
| static byte[] | ConvertRgbaToRgb (byte[] rgbaArray) |
Static Public Member Functions inherited from BioCore.SlideSourceBase | |
| static void | Resister (string extensionUpper, Func< string, bool, ISlideSource > factory) |
| resister decode for Specific format More... | |
| static ISlideSource | Create (BioImage source, SlideImage im, bool enableCache=true) |
| static byte[] | ConvertRgbaToRgb (byte[] rgbaArray) |
Public Attributes | |
| readonly SlideImage | SlideImage |
Public Attributes inherited from BioCore.SlideSourceBase | |
| TileCache | cache = null |
Protected Member Functions | |
| void | InitResolutions (IDictionary< int, BruTile.Resolution > resolutions, int tileWidth, int tileHeight) |
| override void | Dispose (bool disposing) |
| virtual void | Dispose (bool disposing) |
Additional Inherited Members | |
Static Public Attributes inherited from BioCore.SlideSourceBase | |
| static byte[] | LastSlice |
| static Extent | destExtent |
| static Extent | sourceExtent |
| static double | curUnitsPerPixel = 1 |
| static bool | UseVips = true |
Properties inherited from BioCore.SlideSourceBase | |
| static bool | UseRealResolution = true [get, set] |
| double | MinUnitsPerPixel [get, protected set] |
| um/pixel More... | |
| SlideImage | Image [get, set] |
| ITileSchema | Schema [get, protected set] |
| string | Name [get, protected set] |
| Attribution | Attribution [get, protected set] |
| IReadOnlyDictionary< string, object > | ExternInfo [get, protected set] |
| Extern info. More... | |
| string | Source [get, protected set] |
| File path. More... | |
Properties inherited from BioCore.ISliceProvider | |
| double | MinUnitsPerPixel [get] |
| um/pixel More... | |
Properties inherited from BioCore.ISlideExternInfo | |
| string | Source [get] |
| File path. More... | |
| IReadOnlyDictionary< string, object > | ExternInfo [get] |
| Extern info. More... | |
Definition at line 14 of file SlideBase.cs.
| BioCore.SlideBase.SlideBase | ( | BioCore.BioImage | source, |
| SlideImage | im, | ||
| bool | enableCache = true |
||
| ) |
Definition at line 17 of file SlideBase.cs.
|
static |
Definition at line 97 of file SlideBase.cs.
|
static |
Definition at line 40 of file SlideBase.cs.
|
protectedvirtual |
Reimplemented from BioCore.SlideSourceBase.
Definition at line 132 of file SlideBase.cs.
|
virtual |
Extern image.
Implements BioCore.SlideSourceBase.
Definition at line 46 of file SlideBase.cs.
| byte[] BioCore.SlideBase.GetTile | ( | TileInfo | tileInfo | ) |
Definition at line 81 of file SlideBase.cs.
|
protected |
Definition at line 113 of file SlideBase.cs.
| readonly SlideImage BioCore.SlideBase.SlideImage |
Definition at line 16 of file SlideBase.cs.