PyECVL
Contents:
Installation
Getting Started
pyecvl.ecvl
— ecvl API
Frequently Asked Questions
PyECVL
»
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
Y
A
Add() (in module pyecvl.ecvl)
(pyecvl.ecvl.Image method)
AdditiveLaplaceNoise() (in module pyecvl.ecvl)
AdditivePoissonNoise() (in module pyecvl.ecvl)
ANYCOLOR (pyecvl.ecvl.ImReadMode attribute)
Apply() (pyecvl.ecvl.DatasetAugmentations method)
area (pyecvl.ecvl.InterpolationType attribute)
AugAdditiveLaplaceNoise (class in pyecvl.ecvl)
AugAdditivePoissonNoise (class in pyecvl.ecvl)
AugBrightness (class in pyecvl.ecvl)
AugCenterCrop (class in pyecvl.ecvl)
AugCoarseDropout (class in pyecvl.ecvl)
AugDivBy255 (class in pyecvl.ecvl)
AugElasticTransform (class in pyecvl.ecvl)
AugFlip (class in pyecvl.ecvl)
AugGammaContrast (class in pyecvl.ecvl)
AugGaussianBlur (class in pyecvl.ecvl)
AugGridDistortion (class in pyecvl.ecvl)
AugmentationFactory (class in pyecvl.ecvl)
AugmentationParam (class in pyecvl.ecvl)
AugMirror (class in pyecvl.ecvl)
AugNormalize (class in pyecvl.ecvl)
AugOpticalDistortion (class in pyecvl.ecvl)
AugPepper (class in pyecvl.ecvl)
AugRandomCrop (class in pyecvl.ecvl)
AugResizeDim (class in pyecvl.ecvl)
AugResizeScale (class in pyecvl.ecvl)
AugRotate (class in pyecvl.ecvl)
AugSalt (class in pyecvl.ecvl)
AugSaltAndPepper (class in pyecvl.ecvl)
AugScaleFromTo (class in pyecvl.ecvl)
AugScaleTo (class in pyecvl.ecvl)
AugToFloat32 (class in pyecvl.ecvl)
AugTranspose (class in pyecvl.ecvl)
B
BGR (pyecvl.ecvl.ColorType attribute)
BINARY (pyecvl.ecvl.ThresholdingType attribute)
BINARY_INV (pyecvl.ecvl.ThresholdingType attribute)
BORDER_CONSTANT (pyecvl.ecvl.BorderType attribute)
BORDER_REFLECT (pyecvl.ecvl.BorderType attribute)
BORDER_REFLECT_101 (pyecvl.ecvl.BorderType attribute)
BORDER_REPLICATE (pyecvl.ecvl.BorderType attribute)
BORDER_TRANSPARENT (pyecvl.ecvl.BorderType attribute)
BORDER_WRAP (pyecvl.ecvl.BorderType attribute)
BorderType (class in pyecvl.ecvl)
C
CenterCrop() (in module pyecvl.ecvl)
CentralMoments() (in module pyecvl.ecvl)
ChangeColorSpace() (in module pyecvl.ecvl)
Channels() (pyecvl.ecvl.Image method)
classification (pyecvl.ecvl.Task attribute)
Clear() (pyecvl.ecvl.ProducersConsumerQueue method)
Close() (pyecvl.ecvl.OpenSlideImage method)
CoarseDropout() (in module pyecvl.ecvl)
COLOR (pyecvl.ecvl.ImReadMode attribute)
ColorType (class in pyecvl.ecvl)
ConnectedComponentsLabeling() (in module pyecvl.ecvl)
ConvertTo() (in module pyecvl.ecvl)
(pyecvl.ecvl.Image method)
copy() (pyecvl.ecvl.Image method)
CopyImage() (in module pyecvl.ecvl)
CPU (pyecvl.ecvl.Device attribute)
create() (pyecvl.ecvl.AugmentationFactory static method)
cubic (pyecvl.ecvl.InterpolationType attribute)
D
Dataset (class in pyecvl.ecvl)
DatasetAugmentations (class in pyecvl.ecvl)
DataType (class in pyecvl.ecvl)
DataTypeSignedSize() (in module pyecvl.ecvl)
DataTypeSize() (in module pyecvl.ecvl)
Device (class in pyecvl.ecvl)
DicomRead() (in module pyecvl.ecvl)
DicomWrite() (in module pyecvl.ecvl)
Div() (in module pyecvl.ecvl)
(pyecvl.ecvl.Image method)
DLDataset (class in pyecvl.ecvl)
DrawEllipse() (in module pyecvl.ecvl)
DropColorChannel() (in module pyecvl.ecvl)
Dump() (pyecvl.ecvl.Dataset method)
E
ElasticTransform() (in module pyecvl.ecvl)
empty() (pyecvl.ecvl.Image static method)
F
Filter2D() (in module pyecvl.ecvl)
FindContours() (in module pyecvl.ecvl)
Flip2D() (in module pyecvl.ecvl)
float32 (pyecvl.ecvl.DataType attribute)
float64 (pyecvl.ecvl.DataType attribute)
FPGA (pyecvl.ecvl.Device attribute)
FreeLockedOnPush() (pyecvl.ecvl.ProducersConsumerQueue method)
fromarray() (pyecvl.ecvl.Image static method)
fromtext() (pyecvl.ecvl.AugAdditiveLaplaceNoise static method)
(pyecvl.ecvl.AugAdditivePoissonNoise static method)
(pyecvl.ecvl.AugBrightness static method)
(pyecvl.ecvl.AugCenterCrop static method)
(pyecvl.ecvl.AugCoarseDropout static method)
(pyecvl.ecvl.AugDivBy255 static method)
(pyecvl.ecvl.AugElasticTransform static method)
(pyecvl.ecvl.AugFlip static method)
(pyecvl.ecvl.AugGammaContrast static method)
(pyecvl.ecvl.AugGaussianBlur static method)
(pyecvl.ecvl.AugGridDistortion static method)
(pyecvl.ecvl.AugMirror static method)
(pyecvl.ecvl.AugNormalize static method)
(pyecvl.ecvl.AugOpticalDistortion static method)
(pyecvl.ecvl.AugPepper static method)
(pyecvl.ecvl.AugRandomCrop static method)
(pyecvl.ecvl.AugResizeDim static method)
(pyecvl.ecvl.AugResizeScale static method)
(pyecvl.ecvl.AugRotate static method)
(pyecvl.ecvl.AugSalt static method)
(pyecvl.ecvl.AugSaltAndPepper static method)
(pyecvl.ecvl.AugScaleFromTo static method)
(pyecvl.ecvl.AugScaleTo static method)
(pyecvl.ecvl.AugToFloat32 static method)
(pyecvl.ecvl.AugTranspose static method)
(pyecvl.ecvl.OneOfAugmentationContainer static method)
(pyecvl.ecvl.SequentialAugmentationContainer static method)
G
GammaContrast() (in module pyecvl.ecvl)
GaussianBlur() (in module pyecvl.ecvl)
GaussianBlur2() (in module pyecvl.ecvl)
GenerateValue() (pyecvl.ecvl.AugmentationParam method)
Get() (pyecvl.ecvl.MetaData method)
GetBatch() (pyecvl.ecvl.DLDataset method)
GetBestLevelForDownsample() (pyecvl.ecvl.OpenSlideImage method)
GetLevelCount() (pyecvl.ecvl.OpenSlideImage method)
GetLevelDownsamples() (pyecvl.ecvl.OpenSlideImage method)
GetLevelsDimensions() (pyecvl.ecvl.OpenSlideImage method)
GetLocations() (pyecvl.ecvl.Dataset method)
GetMaxN() (in module pyecvl.ecvl)
GetMeta() (pyecvl.ecvl.Image method)
GetNumBatches() (pyecvl.ecvl.DLDataset method)
GetProperties() (pyecvl.ecvl.OpenSlideImage method)
GetQueueSize() (pyecvl.ecvl.DLDataset method)
GetSplit() (pyecvl.ecvl.Dataset method)
GetStr() (pyecvl.ecvl.MetaData method)
GPU (pyecvl.ecvl.Device attribute)
GRAY (pyecvl.ecvl.ColorType attribute)
GRAYSCALE (pyecvl.ecvl.ImReadMode attribute)
GridDistortion() (in module pyecvl.ecvl)
H
HConcat() (in module pyecvl.ecvl)
Height() (pyecvl.ecvl.Image method)
HSV (pyecvl.ecvl.ColorType attribute)
I
Image (class in pyecvl.ecvl)
ImageToTensor() (in module pyecvl.ecvl)
ImRead() (in module pyecvl.ecvl)
ImReadMode (class in pyecvl.ecvl)
ImWrite() (in module pyecvl.ecvl)
Inpaint() (in module pyecvl.ecvl)
INPAINT_NS (pyecvl.ecvl.InpaintType attribute)
INPAINT_TELEA (pyecvl.ecvl.InpaintType attribute)
InpaintType (class in pyecvl.ecvl)
int16 (pyecvl.ecvl.DataType attribute)
int32 (pyecvl.ecvl.DataType attribute)
int64 (pyecvl.ecvl.DataType attribute)
int8 (pyecvl.ecvl.DataType attribute)
IntegralImage() (in module pyecvl.ecvl)
InterpolationType (class in pyecvl.ecvl)
IsEmpty() (pyecvl.ecvl.Image method)
(pyecvl.ecvl.ProducersConsumerQueue method)
IsFull() (pyecvl.ecvl.ProducersConsumerQueue method)
IsOwner() (pyecvl.ecvl.Image method)
L
lanczos4 (pyecvl.ecvl.InterpolationType attribute)
Length() (pyecvl.ecvl.ProducersConsumerQueue method)
linear (pyecvl.ecvl.InterpolationType attribute)
LoadBatch() (pyecvl.ecvl.DLDataset method)
LoadImage() (pyecvl.ecvl.Sample method)
M
MakeGrid() (in module pyecvl.ecvl)
MeanStdDev() (in module pyecvl.ecvl)
MetaData (class in pyecvl.ecvl)
Mirror2D() (in module pyecvl.ecvl)
Moments() (in module pyecvl.ecvl)
MORPH_BLACKHAT (pyecvl.ecvl.MorphType attribute)
MORPH_CLOSE (pyecvl.ecvl.MorphType attribute)
MORPH_DILATE (pyecvl.ecvl.MorphType attribute)
MORPH_ERODE (pyecvl.ecvl.MorphType attribute)
MORPH_GRADIENT (pyecvl.ecvl.MorphType attribute)
MORPH_HITMISS (pyecvl.ecvl.MorphType attribute)
MORPH_OPEN (pyecvl.ecvl.MorphType attribute)
MORPH_TOPHAT (pyecvl.ecvl.MorphType attribute)
Morphology() (in module pyecvl.ecvl)
MorphType (class in pyecvl.ecvl)
Mul() (in module pyecvl.ecvl)
(pyecvl.ecvl.Image method)
MultiThreshold() (in module pyecvl.ecvl)
N
nearest (pyecvl.ecvl.InterpolationType attribute)
Neg() (in module pyecvl.ecvl)
NiftiRead() (in module pyecvl.ecvl)
NiftiWrite() (in module pyecvl.ecvl)
none (pyecvl.ecvl.ColorType attribute)
(pyecvl.ecvl.DataType attribute)
NONE (pyecvl.ecvl.Device attribute)
NonMaximaSuppression() (in module pyecvl.ecvl)
Normalize() (in module pyecvl.ecvl)
O
OneOfAugmentationContainer (class in pyecvl.ecvl)
OpenSlideImage (class in pyecvl.ecvl)
OpticalDistortion() (in module pyecvl.ecvl)
OtsuMultiThreshold() (in module pyecvl.ecvl)
OtsuThreshold() (in module pyecvl.ecvl)
P
Pad() (in module pyecvl.ecvl)
Pepper() (in module pyecvl.ecvl)
Pop() (pyecvl.ecvl.ProducersConsumerQueue method)
ProduceImageLabel() (pyecvl.ecvl.DLDataset method)
ProducersConsumerQueue (class in pyecvl.ecvl)
Push() (pyecvl.ecvl.ProducersConsumerQueue method)
R
RandomCrop() (in module pyecvl.ecvl)
ReadRegion() (pyecvl.ecvl.OpenSlideImage method)
RearrangeChannels() (in module pyecvl.ecvl)
Reset() (pyecvl.ecvl.ThreadCounters method)
ResetAllBatches() (pyecvl.ecvl.DLDataset method)
ResetBatch() (pyecvl.ecvl.DLDataset method)
ResizeDim() (in module pyecvl.ecvl)
ResizeScale() (in module pyecvl.ecvl)
RGB (pyecvl.ecvl.ColorType attribute)
RGBA (pyecvl.ecvl.ColorType attribute)
Rotate2D() (in module pyecvl.ecvl)
RotateFullImage2D() (in module pyecvl.ecvl)
S
Salt() (in module pyecvl.ecvl)
SaltAndPepper() (in module pyecvl.ecvl)
Sample (class in pyecvl.ecvl)
ScaleFromTo() (in module pyecvl.ecvl)
ScaleTo() (in module pyecvl.ecvl)
segmentation (pyecvl.ecvl.Task attribute)
SeparableFilter2D() (in module pyecvl.ecvl)
SequentialAugmentationContainer (class in pyecvl.ecvl)
SetAugmentations() (pyecvl.ecvl.DLDataset method)
SetBatchSize() (pyecvl.ecvl.DLDataset method)
SetLastBatch() (pyecvl.ecvl.Split method)
SetMeta() (pyecvl.ecvl.Image method)
SetNumBatches() (pyecvl.ecvl.Split method)
SetNumChannels() (pyecvl.ecvl.DLDataset method)
SetSeed() (pyecvl.ecvl.AugmentationParam static method)
SetSize() (pyecvl.ecvl.ProducersConsumerQueue method)
SetSplit() (pyecvl.ecvl.Dataset method)
SetSplitSeed() (pyecvl.ecvl.DLDataset static method)
SetWorkers() (pyecvl.ecvl.DLDataset method)
ShallowCopyImage() (in module pyecvl.ecvl)
sleep_for() (pyecvl.ecvl.DLDataset method)
SliceTimingCorrection() (in module pyecvl.ecvl)
Split (class in pyecvl.ecvl)
SplitType (class in pyecvl.ecvl)
Stack() (in module pyecvl.ecvl)
Start() (pyecvl.ecvl.DLDataset method)
Stop() (pyecvl.ecvl.DLDataset method)
Sub() (in module pyecvl.ecvl)
(pyecvl.ecvl.Image method)
T
Task (class in pyecvl.ecvl)
TensorToImage() (in module pyecvl.ecvl)
test (pyecvl.ecvl.SplitType attribute)
ThreadCounters (class in pyecvl.ecvl)
ThreadFunc() (pyecvl.ecvl.DLDataset method)
Threshold() (in module pyecvl.ecvl)
ThresholdingType (class in pyecvl.ecvl)
To() (pyecvl.ecvl.Image method)
ToTensorPlane() (pyecvl.ecvl.DLDataset method)
training (pyecvl.ecvl.SplitType attribute)
Transpose() (in module pyecvl.ecvl)
U
uint16 (pyecvl.ecvl.DataType attribute)
uint8 (pyecvl.ecvl.DataType attribute)
UNCHANGED (pyecvl.ecvl.ImReadMode attribute)
V
validation (pyecvl.ecvl.SplitType attribute)
VConcat() (in module pyecvl.ecvl)
W
Width() (pyecvl.ecvl.Image method)
Y
YCbCr (pyecvl.ecvl.ColorType attribute)