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

Properties

string Name [get, set]
 
int Width [get, set]
 
int Height [get, set]
 
int SizeZ [get, set]
 
int SizeT [get, set]
 
string ChannelType [get, set]
 
bool IsRGB [get, set]
 
string PixelType [get, set]
 
List< LevelLevels [get, set]
 
List< ChannelChannels [get, set]
 
int MaxValue [get, set]
 
PixelCalibration PixelCalibration [get, set]
 
double Magnification [get, set]
 
int PreferredTileWidth [get, set]
 
int PreferredTileHeight [get, set]
 

Detailed Description

Definition at line 463 of file QuPath.cs.

Property Documentation

◆ Channels

List<Channel> BioLib.QuPath.Metadata.Channels
getset

Definition at line 474 of file QuPath.cs.

474{ get; set; }

◆ ChannelType

string BioLib.QuPath.Metadata.ChannelType
getset

Definition at line 470 of file QuPath.cs.

470{ get; set; }

◆ Height

int BioLib.QuPath.Metadata.Height
getset

Definition at line 467 of file QuPath.cs.

467{ get; set; }

◆ IsRGB

bool BioLib.QuPath.Metadata.IsRGB
getset

Definition at line 471 of file QuPath.cs.

471{ get; set; }

◆ Levels

List<Level> BioLib.QuPath.Metadata.Levels
getset

Definition at line 473 of file QuPath.cs.

473{ get; set; }

◆ Magnification

double BioLib.QuPath.Metadata.Magnification
getset

Definition at line 477 of file QuPath.cs.

477{ get; set; }

◆ MaxValue

int BioLib.QuPath.Metadata.MaxValue
getset

Definition at line 475 of file QuPath.cs.

475{ get; set; }

◆ Name

string BioLib.QuPath.Metadata.Name
getset

Definition at line 465 of file QuPath.cs.

465{ get; set; }

◆ PixelCalibration

PixelCalibration BioLib.QuPath.Metadata.PixelCalibration
getset

Definition at line 476 of file QuPath.cs.

476{ get; set; }

◆ PixelType

string BioLib.QuPath.Metadata.PixelType
getset

Definition at line 472 of file QuPath.cs.

472{ get; set; }

◆ PreferredTileHeight

int BioLib.QuPath.Metadata.PreferredTileHeight
getset

Definition at line 479 of file QuPath.cs.

479{ get; set; }

◆ PreferredTileWidth

int BioLib.QuPath.Metadata.PreferredTileWidth
getset

Definition at line 478 of file QuPath.cs.

478{ get; set; }

◆ SizeT

int BioLib.QuPath.Metadata.SizeT
getset

Definition at line 469 of file QuPath.cs.

469{ get; set; }

◆ SizeZ

int BioLib.QuPath.Metadata.SizeZ
getset

Definition at line 468 of file QuPath.cs.

468{ get; set; }

◆ Width

int BioLib.QuPath.Metadata.Width
getset

Definition at line 466 of file QuPath.cs.

466{ get; set; }

The documentation for this class was generated from the following file: