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

[Feature] : Adding Convex hull Geometry algorithm #2016

Closed
4 tasks
AbhijitMotekar99 opened this issue Nov 10, 2024 · 0 comments
Closed
4 tasks

[Feature] : Adding Convex hull Geometry algorithm #2016

AbhijitMotekar99 opened this issue Nov 10, 2024 · 0 comments
Labels
enhancement New feature or request in-review Indicates that the pull request or issue is currently under review.

Comments

@AbhijitMotekar99
Copy link
Contributor

Feature Name

Convex hull Geometry algorithm

Feature Description

The Convex Hull algorithm is a key computational geometry algorithm that identifies the smallest convex boundary containing a set of points. This algorithm is crucial for applications in computer graphics, image processing, geographic mapping, and pattern recognition. By determining the convex boundary, users can simplify complex shapes, analyze spatial data, or set boundaries for clusters of points.

Motivation

This feature would enhance the Algo library by adding a widely used geometry algorithm, making it more comprehensive for users who need spatial data analysis or boundary detection capabilities. It could be especially useful for students, researchers, and developers in fields like computer graphics, geographic information systems, and robotics.

Implementation Suggestions (Optional)

No response

Feature Type

New Algorithm

Does this feature require additional resources?

  • Additional Documentation
  • Third-Party Libraries
  • UI/UX Design
  • Other

References (Optional)

No response

@AbhijitMotekar99 AbhijitMotekar99 added the enhancement New feature or request label Nov 10, 2024
@github-actions github-actions bot added the in-review Indicates that the pull request or issue is currently under review. label Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in-review Indicates that the pull request or issue is currently under review.
Projects
None yet
Development

No branches or pull requests

2 participants