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

Method numC

tests/common/TensorDataUtils.hpp:78–81  ·  view source on GitHub ↗

Returns the number of color components.

Source from the content-addressed store, hash-verified

76
77 // Returns the number of color components.
78 int numC() const
79 {
80 return m_numC;
81 };
82
83 // Returns the row pitch in bytes.
84 int64_t rowStride() const

Callers 5

imageRegionValuesSameFunction · 0.80
SetTensorToTestVectorFunction · 0.80
MatchTensorToTestVectorFunction · 0.80
checkRndRangeFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 5

imageRegionValuesSameFunction · 0.64
SetTensorToTestVectorFunction · 0.64
MatchTensorToTestVectorFunction · 0.64
checkRndRangeFunction · 0.64
TESTFunction · 0.64