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.PixelCalibration Class Reference

Properties

PixelDimension PixelWidth [get, set]
 
PixelDimension PixelHeight [get, set]
 
ZSpacing ZSpacing [get, set]
 
string TimeUnit [get, set]
 
List< object > Timepoints [get, set]
 

Detailed Description

Definition at line 495 of file QuPath.cs.

Property Documentation

◆ PixelHeight

PixelDimension BioLib.QuPath.PixelCalibration.PixelHeight
getset

Definition at line 498 of file QuPath.cs.

498{ get; set; }

◆ PixelWidth

PixelDimension BioLib.QuPath.PixelCalibration.PixelWidth
getset

Definition at line 497 of file QuPath.cs.

497{ get; set; }

◆ Timepoints

List<object> BioLib.QuPath.PixelCalibration.Timepoints
getset

Definition at line 501 of file QuPath.cs.

501{ get; set; }

◆ TimeUnit

string BioLib.QuPath.PixelCalibration.TimeUnit
getset

Definition at line 500 of file QuPath.cs.

500{ get; set; }

◆ ZSpacing

ZSpacing BioLib.QuPath.PixelCalibration.ZSpacing
getset

Definition at line 499 of file QuPath.cs.

499{ get; set; }

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