Fixed typo in MPPHandLandmarkerOptions
This commit is contained in:
parent
881c6e2eef
commit
2428ba49a3
|
@ -39,7 +39,7 @@ using HandLandmarksDetectorGraphOptionsProto =
|
||||||
->MutableExtension(HandLandmarkerGraphOptionsProto::ext)
|
->MutableExtension(HandLandmarkerGraphOptionsProto::ext)
|
||||||
handLandmarkerGraphOptionsProto->Clear();
|
handLandmarkerGraphOptionsProto->Clear();
|
||||||
|
|
||||||
[self.baseOptions copyToProto:gestureRecognizerGraphOptionsProto->mutable_base_options()
|
[self.baseOptions copyToProto:handLandmarkerGraphOptionsProto->mutable_base_options()
|
||||||
withUseStreamMode:self.runningMode != MPPRunningModeImage];
|
withUseStreamMode:self.runningMode != MPPRunningModeImage];
|
||||||
|
|
||||||
handLandmarkerGraphOptionsProto->set_min_tracking_confidence(self.minTrackingConfidence);
|
handLandmarkerGraphOptionsProto->set_min_tracking_confidence(self.minTrackingConfidence);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user