tensorflow/lite/g3doc/api_docs/java/org/tensorflow/lite/support/image/ImageProperties.Builder.html
public static abstract class ImageProperties.Builder
Builder for ImageProperties. Different image objects may require different properties. See the detais below:
TensorBuffer: - Mandatory proterties: height / width / colorSpaceType. The shape of the TensorBuffer object will not be used to determine image height and width.
| | Builder() |
| ImageProperties | build() | | abstract ImageProperties.Builder | setColorSpaceType(ColorSpaceType colorSpaceType) | | abstract ImageProperties.Builder | setHeight(int height) | | abstract ImageProperties.Builder | setWidth(int width) |
From class java.lang.Object
| boolean | equals(Object arg0) | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
| colorSpaceType | |
| height | |
| width | |