This repository has been archived by the owner on Mar 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from googlesamples/release-gankino
release gankino
- Loading branch information
Showing
22 changed files
with
313 additions
and
197 deletions.
There are no files selected for viewing
Binary file modified
BIN
-382 KB
(98%)
TangoReleaseLibs/aar/tango_support_java_lib.aar
100644 → 100755
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
TangoReleaseLibs/aar/tango_ux_support_library.aar
100644 → 100755
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
This sample shows how to use the experimental Floor plan API from the 3D | ||
Reconstruction packages. | ||
|
||
This sample is a small Java application that creates simple 2D floor | ||
plans. This application uses the depth sensor to scan the rooms | ||
and gets simplified 2D floor plans in the form of polygons through | ||
callbacks. These polygons are drawn on a SurfaceView using regular | ||
Android canvas 2D drawing functions. | ||
|
||
The most important code parts to note are the following: | ||
- TangoFloorplanner.java is a convenience class that abstracts some of | ||
the mechanics of the Floor plan reconstruction library. It uses | ||
a separate thread to push point clouds through the reconstruction | ||
library and generates callback events whenever new floor plan polygons | ||
are available for consumption. You can reuse this class for your own | ||
application. | ||
- In FloorPlanReconstructionActivity.java, you can see how to tie this | ||
TangoFloorplanner utility with the rest of the Tango lifecycle, | ||
callback functions and events. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.