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

[GSOC][WIP] Proposal: Fractal Markers Detection API #3917

Open
wants to merge 4 commits into
base: 4.x
Choose a base branch
from

Conversation

Roaa-838
Copy link

@Roaa-838 Roaa-838 commented Apr 2, 2025

Proposed Fractal Markers Detection API

implementation of hierarchical fractal markers proposal based on:
📄 "Fractal Markers: A New Approach for Long-Range Marker Pose Estimation Under Occlusion"
(Romero-Ramirez et al., IEEE Access 2019)

what this does

  • A simple API that detects markers in parent-child relationships (See full Doxygen docs in the header file)

Key Features:
✅ Unified Detection - Finds parent+child markers together
✅ Occlusion Resistant - Needs only 2 visible child markers
✅ Multi-Scale - Works from 640x480 to 1080p resolutions

Next Steps Needed:
I'd appreciate guidance on:

  1. Best practices for implementing FractalDictionary --> Should FractalDictionary extend Dictionary?
  2. Integration with existing Aruco test infrastructure

Pull Request Readiness Checklist

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • Target branch: opencv_contrib 4.x
  • Will add tests if proposal is accepted
  • Needs documentation expansion

Roaa-838 added 4 commits April 2, 2025 09:38
- adds Doxygen header for hierarchical marker detection
- based on Romero-Ramirez 2019 paper
- includes basic usage example and parameters
- New project-focused README
- Preserved build instructions in BUILDING.md
- Windows CI workflow
- Basic API test cases
- CMake test integration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant