Skip to content

Beicai91/AR_Tool_GeometryLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AR_Tool_GeometryLearning

This is a prototype application developed as part of a master’s thesis (MALTT: Master of Learning and Teaching Technologies) that explores the use of marker-based augmented reality for interactive geometry construction. The system maps physically manipulated markers to abstract geometric point and updates geometric constructions (segment, 2D figures) in real time based on user actions. The project focuses on robust marker detection, real-time interaction and geometric computation within an educational context.

Machine

This application is developed using HP Sprout which integrates a camera for detection, a projector for display and a touch mat. However, in principle, it could also run on other machines offering equivalent camera-projector functionality. 图片

Dev features:

  • Marker-based detection and tracking: Reliable detection of QR-assisted tangible markers under variable lighting conditions
  • Tangible input mapped to geometric point entities: physical markers are mapped to point entities used in geometric computation
  • Real-time geometric construction following marker movement: geometric segments and figures are dynamically updated as markers are manipulated
  • Real-time interaction feedback: geometric actions are validated at runtime, producing distinct visual outcomes for valid and invalid segment prolongation
  • Conditional visualisation of invisible geometric entities: projection of underlying geometric line for segment prolongation triggered by hint button
  • Phase-based interaction flow: exploration mode followed by task-oriented mode

Technical notes:

Robust marker detection was a central challenge due to the limitation of HP Sprout’s hardware, environmental noises (light, hand movements etc.) and projected graphics.

  • Detection approach The initial shape/color-based marker detection proved unstable in uncontrolled environments. To improve robustness, the system was redesigned to use QR-assisted markers, providing reliable identification and persistent marker IDs across frames.

  • Projection offset handling Due to pedagogical design, each QR code is paired with a circular marker that serves as the geometric anchor. The QR code provides detection, identification, and orientation, while coordinates are remapped to the circular marker using a rotation-aware offset, ensuring that projected geometry connects only between anchor markers and does not overlap the QR codes.

Capture d’écran 2026-04-01 à 23 15 03
  • Temporal filtering of marker states The system maintains two separate data structures:
  1. a raw marker set, updated every frame from the detection layer
  2. a tracked marker set, used by all geometric computations

Tracked markers are only removed after being absent for several consecutive frames. This temporal filtering reduces visual flickering and prevents transient detection noise from affecting downstream geometric operations. This separation allows the system to remain responsive while maintaining stable interaction behaviour under noisy input conditions.

Demo

Demo-ezgif com-resize(1)

Demo-ezgif com-resize(2)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors