Intelligent Visual Production (IVPD) offers the following API operations.
IVPD offers the following API operations.
Image editing algorithm APIs
API | Description |
|---|---|
Segments the main entity in an input image and outputs a transparent PNG image. Test online | |
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 | |
Enlarges a small image by four times using super-resolution. It infers details to make the resulting image clear and sharp. Debug online | |
Resizes an image to specified dimensions. It supports multiple methods, such as automatic cropping and padding. Test online | |
Recolors an image based on a specified color palette or automatically. It avoids abnormal recoloring in visual hot spot areas. Debug online | |
Transfers the style from a reference image to a source image. Debug online |
Image analysis algorithm APIs
API | Description |
|---|---|
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 | |
Predicts the style type of an input image. Debug online | |
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 |