Image super resolution

更新时间:
复制 MD 格式

Enlarges an input image to four times its original size and maintains definition by inferring details.

Introduction

  • Name: Image Super Resolution

  • Action: MakeSuperResolutionImage

This feature enlarges an input image to four times its original size and maintains definition by inferring details.

Resulting image:

Parameters

Input/Output: Takes an image as input and returns the corresponding enhanced image.

Request parameters:

Name

Type

Required

Description

url

string

Yes

The URL of the image.

Response parameters:

Name

Type

Required

Description

url

string

Yes

The URL of the image with increased resolution.

Examples

Input

{
  "url": "http://ivpd-demo.oss-cn-shanghai.aliyuncs.com/ivpd-demo/images/MakeSuperResolution/sup-dog.png"
}

Outputs

{
  code: "0",
  message: "success",
  reqeustId: "0b0b62c715591127811257189e",
  data: {
    urlList: 'http://public-vigen-invi-zb.oss-cn-zhangjiakou.aliyuncs.com/upload/parserwrapper-invipre-parserplan-3540960193-mvmf7/2019-5-29/invi_parser_015591127815441000190_FI6JYy.png'
  }
}