ArUco marker tracking on the HoloLens
Published:
The ArUcoDetectionHoloLens-Unity sample enables marker detection and tracking using the HoloLens photo-video camera and the ArUco library in OpenCV.
Published:
The ArUcoDetectionHoloLens-Unity sample enables marker detection and tracking using the HoloLens photo-video camera and the ArUco library in OpenCV.
Published:
The YoloDetectionHoloLens sample enables object detection through the YOLO framework by streaming of sensor frame data from the HoloLens (client) to a companion PC (server) using Windows Sockets.
Published:
I was surpised to find that there is no simple method in Unity to draw a rectangle (or bounding box) on a canvas. This project extends the Texture2D methods in Unity, providing a basic sample which demonstrates how to draw lines between specified 2D coordinates on a canvas and construct a bounding box, complete with label and confidence, around a cat! See the project on my personal Github repo for the implementation.
Published:
HoloLensForCV-Unity is a sample project which incorporates the HoloLensForCV sample from Microsoft into a C# project in Unity using IL2CPP Windows Runtime Support.