MATLAB File Help: cv.convertMaps Index
cv.convertMaps

Converts image transformation maps from one representation to another

[dstmap1, dstmap2] = cv.convertMaps(map1, map2)
[dstmap1, dstmap2] = cv.convertMaps(map1)
[...] = cv.convertMaps(..., 'OptionName',optionValue, ...)

Input

Output

Options

The function converts a pair of maps for cv.remap from one representation to another. The following options (map1, map2) -> (dstmap1, dstmap2) are supported (in terms of class and number of channels of maps):

See also