#SURFACEPRO – #TouchCover not detected, how to fix it: #SoftReset

  Hello! Interesting time this which when I was waiting my flight at the airport, I find that my Surface Pro 3 keyboard (Touch Cover) has stopped working. In the begging of a long work week and that ends with Talks4Kids, this is not good news. Good thing, is that this already has happened to someone…… Continue reading #SURFACEPRO – #TouchCover not detected, how to fix it: #SoftReset

#SURFACEPRO – #TouchCover no detectado, solucion #SoftReset

Hola ! Interesante momento este en el que mientras espero en el aeropuerto, me encuentro con que el teclado (Touch Cover) de mi Surface Pro 3 ha dejado de funcionar. En medio de una semana de mucho trabajo y que finaliza con Talks4Kids, esto no es una buena noticia. Lo bueno, es que esto ya le ha…… Continue reading #SURFACEPRO – #TouchCover no detectado, solucion #SoftReset

#AZURE – A detailed sample of thumbnail generation and #SmartCropping with #VisionAPI

Hello In yesterday’s post I wrote on how to create thumbnails using Vision API in Project Oxford. While there are several options in the .Net community to create thumbnails, this stands for creating the miniature bearing in mind the main content of the original image. For this, this process uses VisionAPI capabilities to detect “the main areas” in the image,…… Continue reading #AZURE – A detailed sample of thumbnail generation and #SmartCropping with #VisionAPI

#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…… Continue reading #AZURE – Un ejemplo más detallado con #SmartCropping para generar miniaturas de imágenes

#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…… Continue reading #AZURE – Creating Thumbnails with #VisioAPI #ProjectOxford

#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…… Continue reading #AZURE – Creando ThumbNails con #VisioAPI #ProjectOxford

#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…… Continue reading #AZURE – #VisionAPI, add a frame for each detected text #OCR

#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,…… Continue reading #AZURE – #VisionAPI, agregando marcos en cada text detectado

#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…… Continue reading #AZURE – #VisionAPI and optical character recognition #OCR