Publisher | VR Cardboard Buddies |
---|---|
File size | 906.11kB |
Number of files | 60 |
Latest version | 15 |
Latest release date | 2020-01-06 09:03:12 |
First release date | 2019-04-09 07:35:07 |
Supported Unity versions | 2018.4.2 or higher |
Editor 2019.2.3
This is an independent, completely transparent and customizable Augmented Reality (AR) simple core.
===================================
TEST THE PACKAGE FOR PC and Android
===================================
Test exe PC
Test APK Android
VERSION 15.0
Stability problems solved
VERSION 10.0
Compatible with FREE openCV+Unity. It uses ArUco markers 6x6. Works on Android
download
It implements the following scenes:
1-Only one ARuco Marker detector.
2-Multiple ID detector with personalized gameobjects.
3- Marker interaction.
This package also includes a scene that DOES NOT need any “OpenCV”, “Vuforia” or any other “ARcore”. It only needs the camera feedback. It was tested when there is a high contrast between a marker and the background (as show in the video) and in a real background with some coins.
The code implements the following steps:
1) first a gray scale image is obtained.
2) then Sobel filter is applied to gray scale.
3) after that Hough transform is obtained to find lines.
4) dilatation and erosion for the Hough transform are made in order to improve quality.
5) regions inside the Hough transform are obtained. This is called segmentation and uses a labeling process composed of two image tests.
6) each region represents a line.
7) for each line, we compute intersections that give four corners.
8) if more lines are found, do nothing.
In the example the model of the helicopter was obtained from this free asset:
download
For further questions please contact [email protected]
This is an independent, completely transparent and customizable Augmented Reality (AR) simple core.
===================================
TEST THE PACKAGE FOR PC and Android
===================================
Test exe PC
Test APK Android
VERSION 15.0
Stability problems solved
VERSION 10.0
Compatible with FREE openCV+Unity. It uses ArUco markers 6x6. Works on Android
download
It implements the following scenes:
1-Only one ARuco Marker detector.
2-Multiple ID detector with personalized gameobjects.
3- Marker interaction.
This package also includes a scene that DOES NOT need any “OpenCV”, “Vuforia” or any other “ARcore”. It only needs the camera feedback. It was tested when there is a high contrast between a marker and the background (as show in the video) and in a real background with some coins.
The code implements the following steps:
1) first a gray scale image is obtained.
2) then Sobel filter is applied to gray scale.
3) after that Hough transform is obtained to find lines.
4) dilatation and erosion for the Hough transform are made in order to improve quality.
5) regions inside the Hough transform are obtained. This is called segmentation and uses a labeling process composed of two image tests.
6) each region represents a line.
7) for each line, we compute intersections that give four corners.
8) if more lines are found, do nothing.
In the example the model of the helicopter was obtained from this free asset:
download
For further questions please contact [email protected]