-
#AZURE – Un ejemplo más detallado con #SmartCropping para generar miniaturas de imágenes
Hola En el ejemplo de ayer mostré como crear thumbnails o miniaturas utilizando Vision API en Project Oxford. Si bien existen varias opciones en .Net para crear miniaturas, esta se destaca por crear la miniatura teniendo en cuenta el contenido principal de la imagen original. Para esto, en primer lugar utiliza las capacidades de VisionAPI para… — read more
-
#AZURE – Creating Thumbnails with #VisioAPI #ProjectOxford
Hi Today a small post with one cool feature included in en VisionAPI: Thumbnails generation. This operation is included in VisionAPI, and we mus feed the operation with a image byte stream, the size for the thumbnail and finally the most important option: smartCropping. SmartCropping is the cool feature for this image generation. When is sets… — read more
-
#AZURE – Creando ThumbNails con #VisioAPI #ProjectOxford
Hola Hoy un post pequeño con una funcionalidad también incluida en VisionAPI: la capacidad de crear Thumbnails. La operación es parte del Cliente de VisionAPI, y en el mismo utilizamos el stream de una imagen, el tamaño de la imagen que queremos generar y además definimos si queremos utilizar la opción smartCropping. La función… — read more
-
#AZURE – #VisionAPI, add a frame for each detected text #OCR
Hello In the post yesterday I shared an example to show how to recognize text in pictures. The OCR API returns a collection of regions where the text is recognized. If we go through each region can recognize points to create a frame, and inside it is the recognized text. If we put together… — 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 – #VisionAPI and optical character recognition #OCR
Hello The API VisionAPI in Project Oxford also gives us the ability to perform optical character recognition in an image. What we usually known as OCR. The result of the OCR process, shows us information with the language of the detected language the area where the text has been detected the angle of the text a collection of… — read more
-
#AZURE – #VisionAPI y reconocimiento de texto
Hola La API VisionAPI de Project Oxford también nos brinda la capacidad de realizar reconocimiento óptico de caracteres en una imagen. Lo que popularmente conocemos como OCR. El resultado del proceso de OCR, nos muestra información con el idioma del lenguaje detectado la zona donde se ha detectado el texto el ángulo de inclinación del texto una… — read more
-
#AZURE – #VisionAPI implementation for image analysis
Hola I previous posts I wrote about one of the Project Oxford features > VisionAPI . Using the API you can analize and get different properties of an image. For example: Image type: JPG, PNG, TIF, etc. Image size Type of image, clipart, line drawing, etc. Sex-Rate score Categories, which examines details such as “photo on the beach”, “sports… — read more
-
#AZURE – Implementación de #VisionAPI para analizar imágenes
Hola En el post anterior mostré un ejemplo funciona sobre las capacidades que presenta VisionAPI de Project Oxford. Utilizando la API podemos ver diferentes características de una imagen. Por ejemplo: Tipo de imagen: JPG, PNG, TIF, etc. Tamaño de la imagen Tipo de imagen, clipart, dibujo lineal, etc Evaluación de si es contenido para mayores Categorías, donde se… — read more
-
#HUMOR – #Windows10 and #XboxOne
Hi! Today’s joke was something related to DevOps, but I seen this one and I can’t stop laughing And, as a bonus … Greetings @ Madrid – El Bruno — read more
-
#VSTS – New #CodeSearch app in #VisualStudio Team Services
Hello! After a great set of new yesterday, now is time to review the most interesting ones. As always, I’ll leave the big news such as what’s new in Visual Studio Code updates to ASP.NET 5, to focus on those stories that are most relevant for us in our daily dev life. As today is Extension’s Friday, today we’re… — read more
-
#VSTS – Code Search en Visual Studio Team Services
Hola! Después del gran día de noticias de ayer, es momento de repasar las más interesantes. Como siempre, dejaré las grandes noticias como lo nuevo de Visual Studio Code, o las novedades de ASP.NET 5, para centrarme en esas noticias que se agradecen en el día a día. Como hoy también es viernes de extensiones,… — read more
-
#AZURE – Adding #VisionAPI capabilities in our apps
Hi After doing some samples using Face API for face detection and Emotion APIs for emotions detection, now is the time for a review by the capabilities provided by Vision API. This Project Oxford service allows you to analyze images and the result of this analysis shows information such as the categories associated with the image, perform… — read more
-
#AZURE – Utilizando #VisionAPI en nuestras aplicaciones
Hola Después de ver los ejemplos de Face API para detección de rostros y Emotion APIs para detección de emociones, hoy es el momento de realizar un repaso por las capacidades que nos brinda Vision API. Este servicio permite analizar imágenes y el resultado de este análisis nos muestra información como la categorías asociadas a la imagen, detección… — read more
-
#HOUROFCODE – Now is #Minecraft time
Hi! A year ago I was lucky enough to be part in an Hour of Code in my kids school. Among all the sessions that I did during the year, I think that it was one of the most rewarding ones. Last year, the available exercises included some generic ones with very popular characters like Frozen or Angry Birds, so… — read more
-
#HOUROFCODE – Es tiempo de #Minecraft
Hola! Hace un año tuve la suerte de participar en Hour of Code en el cole de mis niños. De todas las sesiones que hice durante el año, creo que fue una de las más gratificantes. Entre los ejercicios disponibles del año pasado, había unos genéricos con los personajes de Frozen y Angry Birds, para que… — read more
-
#AZURE – Display #EmotionsAPI and #FaceAPI in the detected face frame
Hello Some days ago, someone asked me about the chance to display age, gender and emotions information in the frame of a detected face. So, I make a couple of improvements in the GitHub samples and now you’ll find something similar to the similar image: The source code is available on GitHub https://github.com/elbruno/ProjectOxford Greetings @ Madrid El… — read more
-
#AZURE – Mostrar detalles de #EmotionsAPI y #FaceAPI en el marco del rostro
Hola Hace unos días alguien me preguntó sobre la posiblidad de mostrar edad, sexo y detalles de emociones en un marco sobre el rostro detectado. He actualizado los ejemplos en GitHub para mostrar un ejemplo como el siguiente El código fuente esta disponible en GitHub https://github.com/elbruno/ProjectOxford Saludos @ Madrid ! El Bruno References Project Oxford Emotion APIs Mi serie… — read more
-
#HUMOR – This is how I feel when I deploy to Production #DevLife
Hi! Which is part of our #devlife, like Regards @ Madrid – El Bruno Sources Deadline — 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