Interface TransformOp
- All Known Implementing Classes:
-
DecodeImage,DetResizeForTest,NormalizeImage,RecResizeImg
public interface TransformOp
Interface for objects inside the
transform_ops array within a PreProcess object in a config file.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the wrapping key for the transform operation object.
-
Method Details
-
getWrappingKey
String getWrappingKey()Returns the wrapping key for the transform operation object.- Returns:
- the wrapping key
-