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

Implement path marker detection #115

Open
theochemel opened this issue Jan 26, 2023 · 1 comment
Open

Implement path marker detection #115

theochemel opened this issue Jan 26, 2023 · 1 comment
Assignees
Labels
software Software Engineering Tasks

Comments

@theochemel
Copy link
Contributor

No description provided.

@micahreich micahreich added the software Software Engineering Tasks label Jan 29, 2023
@ayush-shekhar01
Copy link

  • Gaussian Blur
  • Transformation into HSV (colorspace)
  • Edge detection (probably canny)
  • Scipy Morphology (detection for closed shapes)
  • all built into openCV with contour
  • Scipy for detection openCv for everything else
  • OpenCV hue hough lines P (AFTER DETECTION for 4 PNP)
  • Watch a youtube video on coordinate frame transformations (Homogeneous transformations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
software Software Engineering Tasks
Projects
None yet
Development

No branches or pull requests

5 participants