public class ImageRecordReader extends BaseImageRecordReader
appendLabel, channels, CHANNELS, conf, CROP_IMAGE, cropImage, currentFile, fileNameMap, finishedInputStreamSplit, height, HEIGHT, hitImage, IMAGE_LOADER, imageLoader, imageTransform, inputSplit, iter, labelGenerator, labelMultiGenerator, labels, logLabelCountOnInit, pattern, patternPosition, record, width, WIDTH, writeLabellistenersAPPEND_LABEL, LABELS, NAME_SPACE| Constructor and Description |
|---|
ImageRecordReader()
Loads images with height = 28, width = 28, and channels = 1, appending no labels.
|
ImageRecordReader(long height,
long width)
Loads images with given height, width, and channels = 1, appending no labels.
|
ImageRecordReader(long height,
long width,
long channels)
Loads images with given height, width, and channels, appending no labels.
|
ImageRecordReader(long height,
long width,
long channels,
ImageTransform imageTransform)
Loads images with given height, width, and channels, appending no labels.
|
ImageRecordReader(long height,
long width,
long channels,
PathLabelGenerator labelGenerator)
Loads images with given height, width, and channels, appending labels returned by the generator.
|
ImageRecordReader(long height,
long width,
long channels,
PathLabelGenerator labelGenerator,
ImageTransform imageTransform)
Loads images with given height, width, and channels, appending labels returned by the generator.
|
ImageRecordReader(long height,
long width,
long channels,
PathMultiLabelGenerator labelGenerator)
Loads images with given height, width, and channels, appending labels returned by the generator.
|
ImageRecordReader(long height,
long width,
PathLabelGenerator labelGenerator)
Loads images with given height, width, and channels, appending labels returned by the generator.
|
accumulateLabel, batchesSupported, close, containsFormat, getConf, getCurrentFile, getLabel, getLabels, hasNext, initialize, initialize, initialize, initialize, loadFromMetaData, loadFromMetaData, next, next, nextRecord, numLabels, record, reset, resetSupported, setConf, setCurrentFile, setLabelsgetListeners, invokeListeners, setListeners, setListenerspublic ImageRecordReader()
public ImageRecordReader(long height,
long width,
long channels,
PathLabelGenerator labelGenerator)
public ImageRecordReader(long height,
long width,
long channels,
PathMultiLabelGenerator labelGenerator)
public ImageRecordReader(long height,
long width,
long channels)
public ImageRecordReader(long height,
long width,
long channels,
PathLabelGenerator labelGenerator,
ImageTransform imageTransform)
public ImageRecordReader(long height,
long width,
long channels,
ImageTransform imageTransform)
public ImageRecordReader(long height,
long width,
PathLabelGenerator labelGenerator)
public ImageRecordReader(long height,
long width)
Copyright © 2018. All rights reserved.