Beispiel #1
0
 /*
  * Load the image that will be used in the classification process.
  * When done, the method {@link #onPhotoReady(Bitmap)} must be called with the image.
  */
 private void LoadPhoto()
 {
     _ImageView.SetImageDrawable(null);
     mCameraHandler.TakePicture();
 }
Beispiel #2
0
 /*
  * Load the image that will be used in the classification process.
  * When done, the method {@link #onPhotoReady(Bitmap)} must be called with the image.
  */
 private void LoadPhoto()
 {
     mImage.SetImageBitmap(null);
     mCameraHandler.TakePicture();
 }