MCPcopy Create free account

hub / github.com/CVCUDA/CV-CUDA / functions

Functions3,774 in github.com/CVCUDA/CV-CUDA

FunctionNVCVDataType
src/nvcv/src/include/nvcv/DataType.hpp:241
MethodNVCVElement
src/cvcuda/priv/Types.hpp:315
MethodNVCVElement
src/cvcuda/priv/Types.hpp:341
MethodNVCVElementsImpl
src/cvcuda/priv/Types.hpp:618
MethodNVCVElementsImpl
src/cvcuda/priv/Types.hpp:630
FunctionNVCVImageFormat
src/nvcv/src/include/nvcv/ImageFormat.hpp:701
MethodNVCVPolyLine
src/cvcuda/priv/Types.hpp:199
MethodNVCVSegment
src/cvcuda/priv/Types.hpp:141
MethodNVCVText
src/cvcuda/priv/Types.hpp:57
FunctionNVCV_IF_CONSTEXPR
src/nvcv/src/include/nvcv/alloc/AllocatorImpl.hpp:81
FunctionNVCV_MIXTYPED_TEST
tests/nvcv_types/unit/TestMixTypedTests.cpp:34
FunctionNVCV_MIXTYPED_TEST
tests/nvcv_types/cudatools_system/TestImageBatchVarShapeWrap.cpp:58
FunctionNeedsColorspec
src/nvcv/src/include/nvcv/ColorSpec.hpp:409
MethodNoThrowableCopyAssign
use the opposite exception spec to check whether it influences the result or not
tests/nvcv_types/unit/TestStaticVector.cpp:1345
MethodNoThrowableCopyCtor
use the opposite exception spec to check whether it influences the result or not
tests/nvcv_types/unit/TestStaticVector.cpp:1322
MethodNoThrowableMoveAssign
use the opposite exception spec to check whether it influences the result or not
tests/nvcv_types/unit/TestStaticVector.cpp:1253
MethodNoThrowableMoveCtor
use the opposite exception spec to check whether it influences the result or not
tests/nvcv_types/unit/TestStaticVector.cpp:1230
MethodNode
tests/nvcv_types/unit/TestLockFreeStack.cpp:26
MethodNonDefaultConstructible
tests/nvcv_types/unit/TestStaticVector.cpp:1183
FunctionNonMaximumSuppression
python/mod_cvcuda/operators/OpNonMaximumSuppression.cpp:54
MethodNonMaximumSuppression
src/cvcuda/include/cvcuda/OpNonMaximumSuppression.hpp:52
MethodNonOwningHandle
python/mod_cvcuda/operators/OpHQResize.cpp:204
MethodNonOwningResource
* @brief A constructor that creates a `NonOwningResource` from a resource handle. * * @param handle The handle to the resource. */
src/nvcv/src/include/nvcv/CoreResource.hpp:255
FunctionNormalize
python/mod_cvcuda/operators/OpNormalize.cpp:66
FunctionNormalize
bench/BenchNormalize.cpp:25
MethodNormalize
src/cvcuda/priv/OpNormalize.cpp:30
MethodNormalize
src/cvcuda/priv/legacy/CvCudaLegacy.h:788
MethodNormalize
src/cvcuda/include/cvcuda/OpNormalize.hpp:60
MethodNormalizeVarShape
src/cvcuda/priv/legacy/CvCudaLegacy.h:1015
MethodNotRange
tests/nvcv_types/unit/TestRange.cpp:93
MethodNotRangeBegin
tests/nvcv_types/unit/TestRange.cpp:59
MethodNotRangeEnd
tests/nvcv_types/unit/TestRange.cpp:76
MethodNull
src/nvcv/src/include/nvcv/HandleWrapper.hpp:96
FunctionNullHandle
src/nvcv/src/include/nvcv/HandleWrapper.hpp:41
FunctionNvCVAssert
src/nvcv/util/Assert.cpp:23
FunctionOSD
python/mod_cvcuda/operators/OpOSD.cpp:48
FunctionOSD
bench/BenchOSD.cpp:26
MethodOSD
src/cvcuda/priv/OpOSD.cpp:30
MethodOSD
src/cvcuda/priv/legacy/CvCudaLegacy.h:2049
MethodOSD
src/cvcuda/include/cvcuda/OpOSD.hpp:54
MethodObject
tests/nvcv_types/unit/TestHandleManager.cpp:40
MethodObjectBag
tests/common/ObjectBag.hpp:33
MethodOnSanitizerError
tests/Main.cpp:59
MethodOnTestEnd
tests/Main.cpp:42
MethodOnTestStart
tests/Main.cpp:29
MethodOptional
@brief Default constructor that initializes an empty `Optional`
src/nvcv/src/include/nvcv/Optional.hpp:59
MethodOrigImpl
src/nvcv/util/Compat.cpp:41
FunctionPYBIND11_MODULE
python/mod_cvcuda/Main.cpp:60
FunctionPadAndStack
python/mod_cvcuda/operators/OpPadAndStack.cpp:50
FunctionPadAndStack
bench/BenchPadAndStack.cpp:25
MethodPadAndStack
src/cvcuda/priv/OpPadAndStack.cpp:30
MethodPadAndStack
src/cvcuda/priv/legacy/CvCudaLegacy.h:886
MethodPadAndStack
src/cvcuda/include/cvcuda/OpPadAndStack.hpp:56
FunctionPairwiseMatcher
python/mod_cvcuda/operators/OpPairwiseMatcher.cpp:82
FunctionPairwiseMatcher
tests/cvcuda/system/TestOpPairwiseMatcher.cpp:200
FunctionPairwiseMatcher
bench/BenchPairwiseMatcher.cpp:25
MethodPairwiseMatcher
src/cvcuda/include/cvcuda/OpPairwiseMatcher.hpp:56
MethodParam
tests/common/ValueTests.hpp:53
MethodParamsPlaneSwizzle
tests/nvcv_types/system/TestImageFormat.cpp:1318
MethodPayload
tests/cvcuda/unit/TestSimpleCache.cpp:29
MethodPerspectiveTransform
src/cvcuda/priv/legacy/CvCudaLegacy.h:159
FunctionPillowResize
python/mod_cvcuda/operators/OpPillowResize.cpp:206
FunctionPillowResize
bench/BenchPillowResize.cpp:25
MethodPillowResize
src/cvcuda/priv/OpPillowResize.cpp:31
MethodPillowResize
src/cvcuda/include/cvcuda/OpPillowResize.hpp:67
MethodPolyFillCommand
src/cvcuda/priv/legacy/CvCudaOSD.hpp:231
FunctionPreprocessError
src/nvcv/util/CheckError.hpp:84
FunctionPreprocessError
src/nvcv/util/CheckError.cpp:111
FunctionPrintBuffer
tests/common/TensorDataUtils.hpp:702
FunctionPrintImageFromByteVector
tests/common/TensorDataUtils.cpp:72
MethodPriorityQueueFloat
tests/cvcuda/system/TestOpInpaint.cpp:195
MethodProcessImageVisitor
tests/nvcv_types/system/TestImage.cpp:580
FunctionProtectCall
src/nvcv/src/include/nvcv/Exception.hpp:210
MethodPyOpFindHomography
Constructor instantiate the cache key and the operator object.
python/mod_cvcuda/operators/OpFindHomography.cpp:72
MethodPyOpHQResize
python/mod_cvcuda/operators/OpHQResize.cpp:300
MethodPyOpInpaint
python/mod_cvcuda/operators/OpInpaint.cpp:66
MethodPyOpPillowResize
Constructor instantiate the cache key and the operator object.
python/mod_cvcuda/operators/OpPillowResize.cpp:72
MethodPyOpSIFT
python/mod_cvcuda/operators/OpSIFT.cpp:76
MethodPyOperator
python/mod_cvcuda/operators/Operators.hpp:141
FunctionRandomMinMax
bench/BenchMinMaxLoc.hpp:34
FunctionRandomResizedCrop
python/mod_cvcuda/operators/OpRandomResizedCrop.cpp:55
FunctionRandomResizedCrop
bench/BenchRandomResizedCrop.cpp:25
MethodRandomResizedCrop
src/cvcuda/priv/OpRandomResizedCrop.cpp:30
MethodRandomResizedCrop
src/cvcuda/priv/legacy/CvCudaLegacy.h:2562
MethodRandomResizedCrop
src/cvcuda/include/cvcuda/OpRandomResizedCrop.hpp:59
FunctionRandomResizedCropVarShape
python/mod_cvcuda/operators/OpRandomResizedCrop.cpp:86
MethodRandomResizedCropVarShape
src/cvcuda/priv/legacy/CvCudaLegacy.h:2605
FunctionRandomValues
bench/BenchUtils.hpp:221
FunctionRandomValuesWithoutMinMax
bench/BenchMinMaxLoc.hpp:27
FunctionRangeCast
src/cvcuda/include/cvcuda/cuda_tools/RangeCast.hpp:69
FunctionRangeCastImpl
src/cvcuda/include/cvcuda/cuda_tools/detail/RangeCastImpl.hpp:31
MethodRangeGlobal
tests/nvcv_types/unit/TestRange.cpp:106
MethodRangeMember
tests/nvcv_types/unit/TestRange.cpp:37
MethodRectangleCommand
src/cvcuda/priv/legacy/CvCudaOSD.hpp:248
FunctionReformat
python/mod_cvcuda/operators/OpReformat.cpp:48
FunctionReformat
tests/cvcuda/system/TestOpReformat.cpp:53
FunctionReformat
bench/BenchReformat.cpp:25
MethodReformat
src/cvcuda/priv/OpReformat.cpp:30
MethodReformat
src/cvcuda/priv/legacy/CvCudaLegacy.h:585
MethodReformat
src/cvcuda/include/cvcuda/OpReformat.hpp:54
← previousnext →1,901–2,000 of 3,774, ranked by callers