Contents

ImageFeatureExtractor

A transformer that takes an image and outputs image features.

Declaration

protocol ImageFeatureExtractor : Transformer where Self.Input == CIImage, Self.Output == MLShapedArray<Float>

See Also

Image components