Computer Vision
Welcome to the Computer Vision API Forum
Categories
API – Any ideas or feedback pertaining to features or enhancements to Computer Vision API.
Documentation – Any ideas or suggestions for the API Reference or Documentation.
Language Support – Submit a request to have a particular language supported.
Samples & SDK Request – Let us know if you would like to see a Code sample or SDK provided.
Custom/Sample Images – Have an image you’ve tested and not getting the results you are seeking? Upload the image and describe the information or tags you would like to be included.
Attention!
We have moved our Customer Feedback & Ideas for Azure Cognitive Services portal to the Azure Feedback Forum.
-
Please create Computer Vision SDK for iOS
This is based on Github issue:
https://github.com/Azure-Samples/cognitive-services-quickstart-code/issues/103I want use OCR in iOS by computer vision sdk,but the document dosen't contains OC/Swift for iOS.
1 vote -
want only traffics to billing endpoints to be via the proxy
One of our customers wants to force only traffics to billing endpoints to send via the proxy.
I beleave that it is not possible to using HTTPPROXY and NOPROXY settings. Is there a way to do this?1 vote -
Add A Quickstart Guide.
The guide for recognizeText is not available for php. So I would like to add one. How should I add?
2 votes -
Posts a locally stored JPEG image to Microsoft Computer Vision in java
How to send a local image instead of URL to Microsoft Computer Vision API using JAVA
2 votes -
How could I use http post enquery of C languege to get the Computer Vision API ?
postRequest =(String)("POST ") +"/vision/v1.0/analyze?https://upload.wikimedia.org/wikipedia/commons/1/12/BroadwayandTimesSquareby_night.jpg HTTP/1.1\n"
+ "visualFeatures: Categories,Description,Color"
+ "language: en\n"
+ "Content-Type: application/json"
+ "Ocp-Apim-Subscription-Key: {mysub key}\n"
+ "Host: westus.api.cognitive.microsoft.com\n"
+ "Content-Length: 152\r\n\r\n";As shown above, I'll get an error number of 401,which means Access denied due to missing subscription key , how do I organize the content of my post request ?
2 votes -
Processing Video file through Computer Vision API
I would like to get example of processing Video (MP4) and get the tagging data back.
2 votes -
Vision API: Provide an SDK that does image binarization step at the client
For most computer vision applications, the first step is to remove color information and binarize the input image. We are proposing, to have Microsoft release an SDK (python or javascript or iOS or Android or others) that performs the binarization part at the client. This significantly saves the amount of data transferred to the server. It can reduce the amount of data pushed to server as much as 12x and sill have no impact on recognition quality. In addition, its savings for microsoft in incoming bandwidth and CPU time spent. Its also a win for the clients where they have…
5 votes
- Don't see your idea?