MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / ColorTwistMatrix

Function ColorTwistMatrix

python/mod_cvcuda/operators/OpColorTwist.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73Tensor ColorTwistMatrix(Tensor &src, Tensor &twist, std::optional<Stream> pstream)
74{
75 auto dst = tensorLike(src);
76 return ColorTwistMatrixInto(dst, src, twist, pstream);
77}
78
79ImageBatchVarShape VarShapeColorTwistMatrixInto(ImageBatchVarShape &dst, ImageBatchVarShape &src, Tensor &twist,
80 std::optional<Stream> pstream)

Callers

nothing calls this directly

Calls 2

ColorTwistMatrixIntoFunction · 0.85
tensorLikeFunction · 0.70

Tested by

no test coverage detected