-
#VS2015 – Api nativa en #Windows10 para #FaceDetection
Hola ! Entre las nuevas APIs que trae Windows 10 para el trabajo con imágenes tenemos una bastante interesante: Windows.Media.FaceAnalysis. El nombre ya nos indica la funcionalidad de esta API: la detección de rostros. Utilizando esta librería tenemos varias formas de trabajar con la misma. Por ejemplo, en la clase FaceDetector, tenemos una operación DetectFacesAsync()… — read more
-
#VS2015–Windows Universal Apps in #FullScreen or #CustomSize mode
Hello! To get to some users to use Windows Universal Apps sometimes can be a challenge. Therefore, tasks such as managing the FullScreen mode or set a specific size in a window are important stuff to add into our apps. The following lines of code show how to change state Full Screen to normal state and define a… — read more
-
#VS2015–Windows Universal Apps Aplicaciones maximizadas o en tamaño específico
Hola! Acostumbrar a algunos usuarios a las Windows Universal Apps puede ser un desafio. Por eso, tareas como controlar el FullScreen o mantener un tamaño específico en una ventana son importantes de conocer. Las siguientes líneas de código muestran como cambiar de estado Full Screen a estado normal y como definir un tamaño específico para… — read more
-
#VS2015–Tweets including media (video, image) from #UWP using #TweetInvi
Hello 2 days ago I published a post I commented that TweetInvi is an interesting option to work with Twitter from our Windows 10 apps. Shortly after someone asked me if it was possible to publish images or videos embedded tweets. TweetInvi possesses a Upload class that allows us to attach images, videos, or binary… — read more
-
#VS2015–Tweets con imágenes o videos en #UWP con #TweetInvi
Hola Hace 2 días publiqué un post comenté que TweetInvi es una opción interesante para trabajar con Twitter desde nuestras apps Windows 10. Poco después alguien me preguntó si era posible publicar tweets con imágenes o videos embebidos. TweetInvi posee una clase Upload que nos permite adjuntar imagenes, videos o archivos binarios y luego utilizar… — read more
-
#VS2015 – Sending tweets from an #UWP app #Windows 10
Hello! The last time that I added some capabilities of Twitter in any app, I used the excellent Daniel Crenna’s TweetSharp library. Today when trying to add the NuGet package to a Universal de Windows 10 app, I have come to realize that it is not supported for UWP. So, now is time to find some cool alternative to… — read more
-
#VS2015 – Enviar tweets desde #UWP #Windows 10
Hola! Las últimas veces que he agregado algunas capacidades de Twitter en alguna app, he utilizado el excelente TweetSharp de Daniel Crenna. Hoy al momento de intentar agregar el paquete NuGet a una app Universal de Windows 10, me he dado cuenta de que la misma no está soportada para UWP. Llega el momento de… — read more
-
#AZURE – #VisionAPI, agregando marcos en cada text detectado
Hola En el post de ayer compartí un ejemplo para mostrar como reconocer texto en imágenes. La API de OCR retorna una colección de regiones donde se reconoce el texto. Si recorremos cada región podemos reconocer los puntos para crear un frame, y dentro del mismo está el texto reconocido. Si juntamos el reconocimiento facial con el de texto,… — read more
-
#AZURE – Complete sample of Face APIs and Emotions APIs #ProjectOxford
Hello Today we will see a little implementation and the detail provided by Project Oxford if we want to work with Emotion APIs. Firstly a gif with an example of recognition of age, gender and emotions in a WPF app. We see a photo with some faces recognized: 64 MVPs (nice set of people) and then a bit… — read more
-
#AZURE – Un ejemplo completo de Face APIs y Emotions APIs #ProjectOxford
Hola Hoy vamos a ver un poco la implementación y el detalle que nos brinda Project Oxford para trabajar con Emotion APIs. En primer lugar un gif con un ejemplo de reconocimiento de edad, sexo y emociones en una app WPF. Vemos como en una foto sse reconocen 64 MVPs (meuda gente) y luego un poco… — read more
-
#AZURE – Hello Emotions! Face APIs and Emotions APIs are the perfect combo to analyze people moods!
Hello ! Some time ago, I wrote a couple of posts where I explained how to use Azure Machine Learning Face APIs in some apps like Console Apps, Windows Presentation Foundation apps and Windows Store Apps (see references section). These features are part of the Project Oxford initiative, where we can find other useful features like Vision Recognition… — read more
-
#AZURE – Face APIs y Emotions APIs es la combinación perfecta para analizar sentimientos en imágenes!
Hola ! Hace algún tiempo, escribí un par de post donde expliqué cómo usar Azure Machine Learning Face APIs en diferentes tipos de apps: aplicaciones de consola, apps Windows Presentation Foundation y Windows Store Apps (las demos y paso a paso en la sección de referencias). Las rutinas de Face Analysis que utilicé son parte de la… — read more
-
#MSBAND – Send notifications and vibrations with #VS2015 and #Windows10
Hola! These are the final posts that I will write about Microsoft Band, Windows 10. and Visual Studio 2015 Now is time to send information to the band in dialog form. We have 2 ways to send a notification to the band: Using the method SendMessageAsync, we need to define a title and body, and it will… — read more
-
#MSBAND – Enviando notificaciones a la Band con #VS2015 y #Windows10
Hola! Estos son los últimos posts que escribiré sobre Microsoft Band y Windows 10. Hoy es momento de enviar información a la band. Tenemos 2 formas de enviar una notificación a la band Utilizando el método SendMessageAsync, donde debemos asociar este mensaje a un Tile (utilizando un TileIde) y en el mensaje definimos Título y Contenido… — read more
-
#MSBAND – Update Tiles live data with #VS2015 and #Windows10
Hola! Today it is time to show how we can update the information displayed in a Tile in real time. To update the information we need to know The Id of the Tile The Id of the Page The Ids of the controls within the Page The following code example shows a class that these… — read more
-
#MSBAND – Actualizando información en Tiles con #VS2015 y #Windows10
Hola! Hoy es momento de mostrar cómo podemos actualizar la información que se muestra en un Tile. Para actualizar la información necesitamos conocer El Id del Tile El Id del Page Los Ids de los controles dentro de la Page El siguiente ejemplo de código, muestra una clase en la que se registran estos identificadores.… — read more
-
#MSBAND – Suscribe to User interaction with #MicrosoftBand and #VS2015
Hola! Today I start from back to forward. First a video where we can see A deployed custom Tile in a Band, with A label A barcode 2 buttons A Windows Universal Application on Windows 10 which Connects to the Band Capture the clicks of a user on the buttons Displays the button pressed in the app… — read more
-
#MSBAND – Capturando la interacción de un usuario en la #MicrosoftBand #VS2015
Hola! Hoy empiezo de atrás hacia adelante. En primer lugar un video en el que podemos ver Un Tile personalizada desplegada en una Band, con una etiqueta un código de barras 2 botones Una Windows Universal Application en Windows 10 que Se conecta a la Band Captura los clics de un usuario sobre los botones… — read more
-
#MSBAND – About #Tiles format, and how to create complex ones
Hola! Today I’m going to review a little deeper the way in which Tiles are defined. The Microsoft Band SDK explains in detail this topic in Chapter 8 “Customizing Tile Layouts”. This chapter explains the available controls, the available dimensions and much more information concerning the design of tiles. After programming a little on this model, and… — read more
-
#MSBAND – Sobre el formato de las #Tiles, y algunas más complejas
Hola! Hoy voy a repasar un poco más la forma en la que se definen y agregan Tiles a la Microsoft Band. El punto de partida debería ser el SDK, en el mismo se explica en detalle cómo funciona un Tile. El capítulo 8 “Customizing Tile Layouts” explica los controles con los que podemos trabajar,… — read more