ios-samples/ios12/BreakfastFinder
Craig Dunn a9e70f44ba [ios12] add screenshot 2018-09-24 11:00:34 -07:00
..
Assets.xcassets [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00
Screenshots [ios12] add screenshot 2018-09-24 11:00:34 -07:00
AppDelegate.cs [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00
Breakfast Finder Logo.png [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00
BreakfastFinder.csproj [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00
BreakfastFinder.sln [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00
Entitlements.plist [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00
Info.plist [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00
LICENSE.txt [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00
LaunchScreen.storyboard [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00
Main.cs [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00
Main.storyboard [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00
Metadata.xml [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00
ObjectDetector.cs [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00
ObjectDetector.mlmodel [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00
README.md [ios12] add screenshot 2018-09-24 11:00:34 -07:00
ViewController.cs [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00
VisionObjectRecognitionViewController.cs [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00
VisionObjectRecognitionViewController.designer.cs [iOS 12] Port of Breakfast Finder sample 2018-09-07 15:41:54 -06:00

README.md

Breakfast Finder

This sample is a C# port of Apple's Recognizing Objects in Live Capture sample app.

It demonstrates how to use the Vision framework and Core ML in iOS 12 to recognize objects in live video.

Recognizing a cup of coffee

Usage

Note: This sample will not run a simulator. It must be run on a physical device running iOS 12 or later.

  • Start the app, which opens a camera view.
  • Point the camera towards breakfast foods of various kinds: a cup of coffee, an egg, a banana, a waffle, or a croissant.
  • The app will highlight and identify the breakfast foods it recognizes in the live video.

License

Xamarin port changes are released under the MIT license.

Author

Ported to Xamarin.iOS by Brad Umbaugh