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

Method uniqueFormat

python/mod_cvcuda/nvcv/ImageBatch.cpp:117–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117py::object ImageBatchVarShape::uniqueFormat() const
118{
119 nvcv::ImageFormat fmt = m_impl.uniqueFormat();
120 if (fmt)
121 {
122 return py::cast(fmt);
123 }
124 else
125 {
126 return py::none();
127 }
128}
129
130Size2D ImageBatchVarShape::maxSize() const
131{

Callers 15

CvtColorVarShapeFunction · 0.45
CompositeVarShapeFunction · 0.45
BatchShapesHelperMethod · 0.45
VarShapeCopyMakeBorderFunction · 0.45
ThresholdVarShapeFunction · 0.45
GaussianNoiseVarShapeFunction · 0.45
submitMethod · 0.45
MinLocVarShapeFunction · 0.45
MaxLocVarShapeFunction · 0.45
MinMaxLocVarShapeFunction · 0.45

Calls 1

castFunction · 0.85

Tested by 1

TESTFunction · 0.36