flutter_mediapipe_vision 0.2.1
flutter_mediapipe_vision: ^0.2.1 copied to clipboard
A minimal wrapper for the pose landmark detector
0.2.1 #
- Support and require v0.2.1 of the interface and implementations.
- Pass the image with
createImageBitmap(blob)instead ofHTMLImageElement. - Make
PoseLandmarkerResultandNormalizedLandmarkserializable to JSON.
0.2.0 #
- Support and require v0.2.0 of the implementations.
- Added
zandvisibilitytoNormalizedLandmark. - Linked to the article in the README.
0.1.1 #
- Clean up.
0.1.0 #
- Initial release.