Skip to content

Commit

Permalink
List of included changes:
Browse files Browse the repository at this point in the history
- Don't draw left ear in vision quickstart app.


PiperOrigin-RevId: 442844264
Change-Id: I0e6c0d6dca320ab42a9c3ee7d1f2e263fc51f684
  • Loading branch information
Google ML Kit authored and Yun Liu committed Apr 19, 2022
1 parent c78618f commit 5c35770
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ public void draw(Canvas canvas) {
drawFaceLandmark(canvas, FaceLandmark.RIGHT_EYE);
drawFaceLandmark(canvas, FaceLandmark.LEFT_CHEEK);
drawFaceLandmark(canvas, FaceLandmark.RIGHT_CHEEK);
drawFaceLandmark(canvas, FaceLandmark.LEFT_EAR);
}

private void drawFaceLandmark(Canvas canvas, @LandmarkType int landmarkType) {
Expand Down

1 comment on commit 5c35770

@Deaton21
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.