API overview

更新时间:
复制 MD 格式

Intelligent Visual Production (IVPD) offers the following API operations.

IVPD offers the following API operations.

Image editing algorithm APIs

API

Description

SegmentImage

Segments the main entity in an input image and outputs a transparent PNG image. Test online

SegmentBody

Detects human body contours in an image and separates them from the background. It returns a 4-channel foreground portrait image. This operation is suitable for scenarios with single or multiple people, complex backgrounds, and various poses. Debug online

MakeSuperResolutionImage

Enlarges a small image by four times using super-resolution. It infers details to make the resulting image clear and sharp. Debug online

ChangeImageSize

Resizes an image to specified dimensions. It supports multiple methods, such as automatic cropping and padding. Test online

RecolorImage

Recolors an image based on a specified color palette or automatically. It avoids abnormal recoloring in visual hot spot areas. Debug online

ExtendImageStyle

Transfers the style from a reference image to a source image. Debug online

Image analysis algorithm APIs

API

Description

RecognizeImageColor

Analyzes the color information of an input image. It returns the color values in RGB and HEX formats, along with their percentage in the image. Debug online

RecognizeImageStyle

Predicts the style type of an input image. Debug online

DetectImageElements

Detects elements in an image. It annotates their positions with bounding boxes and classifies them into primitive data types, such as person/object, decoration, or text. Test online