mp.tasks.vision.InteractiveSegmenterRegionOfInterest
The Region-Of-Interest (ROI) to interact with.
mp.tasks.vision.InteractiveSegmenterRegionOfInterest(
format: mp.tasks.vision.InteractiveSegmenterRegionOfInterest.Format
,
keypoint: Optional[mp.tasks.components.containers.keypoint.NormalizedKeypoint
] = None
)
Attributes |
format
|
Dataclass field
|
keypoint
|
Dataclass field
|
Child Classes
class Format
Methods
__eq__
__eq__(
other
)
Class Variables |
keypoint
|
None
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-01 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-01 UTC."],[],[],null,["# mp.tasks.vision.InteractiveSegmenterRegionOfInterest\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/google/mediapipe/blob/master/mediapipe/tasks/python/vision/interactive_segmenter.py#L101-L110) |\n\nThe Region-Of-Interest (ROI) to interact with. \n\n mp.tasks.vision.InteractiveSegmenterRegionOfInterest(\n format: ../../../mp/tasks/vision/InteractiveSegmenterRegionOfInterest/Format,\n keypoint: Optional[../../../mp/tasks/components/containers/keypoint/NormalizedKeypoint] = None\n )\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Attributes ---------- ||\n|------------|-----------------|\n| `format` | Dataclass field |\n| `keypoint` | Dataclass field |\n\n\u003cbr /\u003e\n\nChild Classes\n-------------\n\n[`class Format`](../../../mp/tasks/vision/InteractiveSegmenterRegionOfInterest/Format)\n\nMethods\n-------\n\n### `__eq__`\n\n __eq__(\n other\n )\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Class Variables --------------- ||\n|----------|--------|\n| keypoint | `None` |\n\n\u003cbr /\u003e"]]