BioLib  3.6.2
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
Loading...
Searching...
No Matches
BioLib Namespace Reference

Classes

class  ArrayExtensions
 
class  BioImage
 
class  Cell
 
class  ExtentEx
 
class  Fiji
 
class  Filt
 
class  Filters
 
class  Focus
 
class  ImageInfo
 
class  ImageJ
 
class  Images
 
class  ImageUtil
 
interface  ISliceProvider
 
interface  ISlideExternInfo
 
interface  ISlideSource
 
class  LruCache
 
class  Microscope
 
class  NumPy
 
class  ObjectEx
 
class  Objectives
 
class  OMERO
 
class  QuPath
 
class  Recorder
 
struct  Resolution
 
class  RLShutter
 
class  ROI
 
class  Settings
 
class  SliceInfo
 Slice info. More...
 
class  SliceParame
 
class  SlideBase
 
class  SlideImage
 openslide wrapper More...
 
class  SlideSliceLayer
 Slide slice layer. More...
 
class  SlideSourceBase
 
class  SlideTileLayer
 Slide tile layer. More...
 
class  Stage
 
class  Stitch
 
class  TileCache
 
class  TileInformation
 
class  TLShutter
 

Enumerations

enum  SampleMode {
  Nearest = 0 , NearestUp , NearestDown , Top ,
  Bottom
}
 
enum  ImageType : int { Label , Title , Preview }
 Image type. More...
 

Enumeration Type Documentation

◆ ImageType

enum BioLib.ImageType : int

Image type.

Definition at line 552 of file ISlideSource.cs.

553 {
556 Label,
557
560 Title,
561
564 Preview,
565 }

◆ SampleMode

Enumerator
Nearest 

Nearest.

NearestUp 

Nearest up.

NearestDown 

Nearest down.

Top 

Top.

Bottom 

Bottom.

maybe very slow, just for clearer images.

Definition at line 522 of file ISlideSource.cs.

523 {
527 Nearest = 0,
531 NearestUp,
539 Top,
546 Bottom,
547 }
@ NearestDown
Nearest down.
@ Nearest
Nearest.
@ NearestUp
Nearest up.