flutter_d2go library

Classes

FlutterD2go
Infer using d2go in flutter.

Constants

kBytesPerPixel → const List<int>
A list of Y-byte, Cb-byte, and Cr-byte pixel strides.
kHeight → const int
Camera stream image height size.
kInputHeight → const int
Height size to resize for inference.
kInputWidth → const int
Width size to resize for inference.
kMinScore → const double
Threshold of the inference result
kNormMean → const List<double>
mean for normalization.
kNormStd → const List<double>
Standard deviation for normalization.
kRotation → const int
Tilt according to the orientation of the image to be inferred.
kWidth → const int
Camera stream image width size.