Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leapmotion/imageapiinobjectivec
Demonstrates how to use the Image API in Objective-C projects
https://github.com/leapmotion/imageapiinobjectivec
Last synced: 2 days ago
JSON representation
Demonstrates how to use the Image API in Objective-C projects
- Host: GitHub
- URL: https://github.com/leapmotion/imageapiinobjectivec
- Owner: leapmotion
- Created: 2014-10-01T23:11:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-04T01:45:33.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T22:44:17.826Z (7 months ago)
- Language: Objective-C
- Size: 493 KB
- Stars: 3
- Watchers: 18
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
##Objective-C Examples for the Leap Motion Image API
This example demonstrates basic usage of the Leap Motion Image API in Objective-C. Examples include:
* Converting the raw sensor data into an NSImage object.
* Finding the pixel location corresponding to 3D locations.
* Using GLSL 4.10 shaders to apply the sensor calibration to the image.
* Finding the pixel location on the undistorted image corresponding to a 3D location.The project assumes that your Leap Motion SDK is a peer to the project directory. (You can also drag the required code and library files from your SDK into the project directly.)