@ -97,10 +97,12 @@ namespace Emgu.CV.XamarinForms
MainPage.Navigation.PushAsync(new FeatureMatchingPage());
};
#if !NETFX_CORE
ocrButton.Clicked += (sender, args) =>
{
MainPage.Navigation.PushAsync(new OcrPage());
#endif
}
public Page CurrentPage
@ -2,6 +2,8 @@
// Copyright (C) 2004-2017 by EMGU Corporation. All rights reserved.
//----------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Text;
@ -107,3 +109,5 @@ namespace Emgu.CV.XamarinForms