Home
last modified time | relevance | path

Searched refs:_dst_channels (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddxt.cpp2832 …void init(int _width, int _height, int _depth, int _src_channels, int _dst_channels, int flags, in… in init() argument
2834 bool isComplex = _src_channels != _dst_channels; in init()
2840 dst_channels = _dst_channels; in init()
2844 mode = determineMode(isInverse, _src_channels, _dst_channels); in init()