Rate This Document
Findability
Accuracy
Completeness
Readability

Interface Description

The interfaces of the CV image operator library are the same as those of OpenCV. Table 1 lists optimized interfaces.

Table 1 Optimized interfaces

Interface

Description

cvtColor

Converts images, including the BGR2GRAY, BGR2RGB, RGB2BGR, and GRAY2BGR modes.

dilate

Dilates the target area in an image by convolving the image based on specified structure elements.

GaussianBlur

Uses the Gaussian function to perform convolution on images to smooth images and reduce noise and details.

merge

Merges three single-channel images into one three-channel image.

remap

Remaps images during image processing for geometric transforms, such as image translation, rotation, scaling, and distortion.

resize

Adjusts the image size in INTER_NEAREST_EXACT (nearest neighbor interpolation), INTER_LINEAR (bilinear interpolation, default), and INTER_CUBIC (bicubic interpolation) modes.