Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Area for Region ontology #869

Open
hepengfe opened this issue Jul 8, 2022 · 0 comments
Open

Area for Region ontology #869

hepengfe opened this issue Jul 8, 2022 · 0 comments
Labels
topic:cv topic: ontology All issues related to ontologies in core, top and base_ontology

Comments

@hepengfe
Copy link
Collaborator

hepengfe commented Jul 8, 2022

Is your feature request related to a problem? Please describe.
Current region doesn't have area function that computes area of the represented partial image.

Describe the solution you'd like
Unlike box that has a regular shape that can be computed from height and width, region as a more generic CV object could be regular or irregular. Therefore, region should be computed by counting the number of pixels enclosed by the region object. For example, for binary image, area of region is the number of 1.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@hepengfe hepengfe added topic: ontology All issues related to ontologies in core, top and base_ontology topic:cv labels Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic:cv topic: ontology All issues related to ontologies in core, top and base_ontology
Projects
None yet
Development

No branches or pull requests

2 participants