0

Does anybody know if Microsoft Vision API performs any image optimisation (further than angle corrections) to improve image quality such as perspective correction, image enhancement, greyscale conversion...

Thanks!

Diego ViganĂ²
  • 163
  • 1
  • 10

1 Answers1

0

Yes it do image optimisation by just scaling down the quality. It does not enhance the image quality

scaling down the size doesn't mean improving the quality and correcting the image visibility

Microsoft Vision API's are specially made to recognise an object, As they mentioned in their document. There is no special editing in image which user tried to upload for recognition. Before uploading an image for cognitive service, Cognitive services just restrict the image size being above 2MB.

Please refer the image size reducing class from microsoft cognitive services

This class just correct the image as per the cognitive needs. Does not improve the quality and does not enhance the image visibility

Suresh Maidaragi
  • 2,173
  • 18
  • 25