MCPcopy Create free account

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

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

↓ 1 callersFunctionExportOpRemap
python/mod_cvcuda/operators/OpRemap.cpp:161
↓ 1 callersFunctionExportOpResize
python/mod_cvcuda/operators/OpResize.cpp:101
↓ 1 callersFunctionExportOpResizeCropConvertReformat
python/mod_cvcuda/operators/OpResizeCropConvertReformat.cpp:200
↓ 1 callersFunctionExportOpRotate
python/mod_cvcuda/operators/OpRotate.cpp:102
↓ 1 callersFunctionExportOpSIFT
python/mod_cvcuda/operators/OpSIFT.cpp:207
↓ 1 callersFunctionExportOpStack
python/mod_cvcuda/operators/OpStack.cpp:133
↓ 1 callersFunctionExportOpThreshold
python/mod_cvcuda/operators/OpThreshold.cpp:102
↓ 1 callersFunctionExportOpWarpAffine
python/mod_cvcuda/operators/OpWarpAffine.cpp:138
↓ 1 callersFunctionExportOpWarpPerspective
python/mod_cvcuda/operators/OpWarpPerspective.cpp:137
↓ 1 callersFunctionExportPairwiseMatcherType
python/mod_cvcuda/PairwiseMatcherType.cpp:24
↓ 1 callersFunctionExportRect
python/mod_cvcuda/nvcv/Rect.cpp:30
↓ 1 callersFunctionExportRemapMapValueType
python/mod_cvcuda/RemapMapValueType.cpp:24
↓ 1 callersFunctionExportSIFTFlagType
python/mod_cvcuda/SIFTFlagType.cpp:24
↓ 1 callersFunctionExportThreadScope
python/mod_cvcuda/nvcv/ThreadScope.cpp:22
↓ 1 callersFunctionExportThresholdType
python/mod_cvcuda/ThresholdType.cpp:24
↓ 1 callersMethodExternalStream
python/mod_cvcuda/nvcv/Stream.cpp:54
↓ 1 callersFunctionExtractBufferImageInfo
python/mod_cvcuda/nvcv/Image.cpp:86
↓ 1 callersFunctionFillNVCVArrayData
python/mod_cvcuda/nvcv/Array.cpp:67
↓ 1 callersFunctionFillNVCVArrayDataCUDA
python/mod_cvcuda/nvcv/Array.cpp:112
↓ 1 callersFunctionFillNVCVTensorData
python/mod_cvcuda/nvcv/Tensor.cpp:91
↓ 1 callersFunctionFillNVCVTensorDataCUDA
python/mod_cvcuda/nvcv/Tensor.cpp:145
↓ 1 callersFunctionFillTensorData
src/nvcv/src/priv/TensorData.cpp:50
↓ 1 callersFunctionFindDType
python/mod_cvcuda/nvcv/DataType.cpp:179
↓ 1 callersFunctionFindDimIndex
src/nvcv/src/priv/TensorLayout.cpp:92
↓ 1 callersFunctionFindHomographyInto
python/mod_cvcuda/operators/OpFindHomography.cpp:139
↓ 1 callersFunctionFlipInto
python/mod_cvcuda/operators/OpFlip.cpp:34
↓ 1 callersFunctionFlipVarShapeInto
python/mod_cvcuda/operators/OpFlip.cpp:60
↓ 1 callersFunctionGammaContrastVarShapeCpuOpWrapper
tests/cvcuda/system/TestOpGammaContrast.cpp:123
↓ 1 callersFunctionGaussianInto
python/mod_cvcuda/operators/OpGaussian.cpp:34
↓ 1 callersFunctionGaussianNoiseInto
python/mod_cvcuda/operators/OpGaussianNoise.cpp:32
↓ 1 callersFunctionGaussianNoiseVarShapeInto
python/mod_cvcuda/operators/OpGaussianNoise.cpp:61
↓ 1 callersFunctionGetDefaultMaxFeatures
Get default number of maximum features given width and height (5% of total pixels at a minimum of 1)
python/mod_cvcuda/operators/OpSIFT.cpp:177
↓ 1 callersFunctionGetFunctionName
src/nvcv/util/CheckError.cpp:28
↓ 1 callersFunctionGetImageByteVectorFromTensorPlanar
tests/common/TensorDataUtils.cpp:262
↓ 1 callersFunctionGetLegacyCvFloatType
src/cvcuda/priv/legacy/CvCudaLegacyHelpers.cpp:49
↓ 1 callersFunctionGetLegacyCvSignedType
src/cvcuda/priv/legacy/CvCudaLegacyHelpers.cpp:61
↓ 1 callersFunctionGetLegacyCvUnsignedType
src/cvcuda/priv/legacy/CvCudaLegacyHelpers.cpp:73
↓ 1 callersFunctionGetName
* @brief Retrieves the name (string representation) of the given status. * * @param status Status code whose name is to be retrieved. * @return Str
src/nvcv/src/include/nvcv/Status.hpp:64
↓ 1 callersFunctionGetNormType
bench/BenchUtils.hpp:142
↓ 1 callersFunctionGetOutputHeight
python/mod_cvcuda/CvtColorUtil.cpp:278
↓ 1 callersFunctionGetParamName
tests/common/MixTypedTests.hpp:162
↓ 1 callersFunctionGetTensorLayoutFor
src/nvcv/src/priv/TensorData.cpp:30
↓ 1 callersFunctionGoldAddFeatures
tests/cvcuda/system/TestOpSIFT.cpp:525
↓ 1 callersFunctionGoldComputeDescriptor
tests/cvcuda/system/TestOpSIFT.cpp:289
↓ 1 callersFunctionGoldComputeHistogram
tests/cvcuda/system/TestOpSIFT.cpp:467
↓ 1 callersFunctionGoldFindExtrema
tests/cvcuda/system/TestOpSIFT.cpp:695
↓ 1 callersFunctionGoldGaussianSigmas
tests/cvcuda/system/TestOpSIFT.cpp:119
↓ 1 callersFunctionGoldGeneratePyramids
tests/cvcuda/system/TestOpSIFT.cpp:201
↓ 1 callersFunctionGoldIoU
tests/cvcuda/system/TestOpNonMaximumSuppression.cpp:44
↓ 1 callersFunctionGoldNMS
tests/cvcuda/system/TestOpNonMaximumSuppression.cpp:65
↓ 1 callersFunctionGoldNumberOfOctaves
tests/cvcuda/system/TestOpSIFT.cpp:107
↓ 1 callersFunctionGoldSIFT
Gold (CPU reference) computation of SIFT
tests/cvcuda/system/TestOpSIFT.cpp:794
↓ 1 callersFunctionHistogramEqInto
python/mod_cvcuda/operators/OpHistogramEq.cpp:30
↓ 1 callersFunctionHistogramEqVarShapeInto
python/mod_cvcuda/operators/OpHistogramEq.cpp:56
↓ 1 callersFunctionHistogramInto
python/mod_cvcuda/operators/OpHistogram.cpp:30
↓ 1 callersFunctionInferImageFormat
python/mod_cvcuda/nvcv/Image.cpp:276
↓ 1 callersFunctionInit
src/nvcv/src/priv/Requirements.cpp:29
↓ 1 callersMethodInit
tests/cvcuda/system/TestOpInpaint.cpp:80
↓ 1 callersFunctionInpaintFMM
tests/cvcuda/system/TestOpInpaint.cpp:231
↓ 1 callersFunctionInpaintInto
python/mod_cvcuda/operators/OpInpaint.cpp:119
↓ 1 callersFunctionInpaintVarShapeInto
python/mod_cvcuda/operators/OpInpaint.cpp:147
↓ 1 callersFunctionIsChannelLast
src/nvcv/src/priv/TensorLayout.cpp:104
↓ 1 callersFunctionIsMainThread
src/nvcv/util/Compat.cpp:99
↓ 1 callersMethodIsNull
src/nvcv/src/include/nvcv/HandleWrapper.hpp:72
↓ 1 callersFunctionJointBilateralFilterInto
python/mod_cvcuda/operators/OpJointBilateralFilter.cpp:34
↓ 1 callersFunctionLabelComponent
tests/cvcuda/system/TestOpLabel.cpp:101
↓ 1 callersFunctionLabelInto
python/mod_cvcuda/operators/OpLabel.cpp:35
↓ 1 callersFunctionLaplacianInto
python/mod_cvcuda/operators/OpLaplacian.cpp:35
↓ 1 callersFunctionLaplacianVarShapeInto
python/mod_cvcuda/operators/OpLaplacian.cpp:63
↓ 1 callersFunctionLocSort
tests/cvcuda/system/TestOpMinMaxLoc.cpp:171
↓ 1 callersFunctionMakeLegacyStreamId
src/cvcuda/util/StreamId.cpp:52
↓ 1 callersFunctionMakeNVCVChromaSubsampling
src/nvcv/src/priv/ColorSpec.cpp:103
↓ 1 callersFunctionMakePackedType
python/mod_cvcuda/nvcv/Image.cpp:241
↓ 1 callersFunctionMakeSwizzle
src/nvcv/src/include/nvcv/DataLayout.hpp:280
↓ 1 callersFunctionMaxWorkspaceReq
Computes memory requirements that can cover both input requirements. * * The resulting memory requriements will have alignment and size that is not
src/cvcuda/include/cvcuda/Workspace.hpp:45
↓ 1 callersFunctionMedianBlurInto
python/mod_cvcuda/operators/OpMedianBlur.cpp:35
↓ 1 callersFunctionMinAreaRectInto
python/mod_cvcuda/operators/OpMinAreaRect.cpp:29
↓ 1 callersFunctionMorphologyInto
python/mod_cvcuda/operators/OpMorphology.cpp:34
↓ 1 callersFunctionMorphologyVarShapeInto
python/mod_cvcuda/operators/OpMorphology.cpp:80
↓ 1 callersFunctionMustRemoveAll
tests/common/ValueList.hpp:987
↓ 1 callersFunctionMustRemoveAny
tests/common/ValueList.hpp:946
↓ 1 callersFunctionNonMaximumSuppressionInto
python/mod_cvcuda/operators/OpNonMaximumSuppression.cpp:34
↓ 1 callersFunctionNormalizeInto
python/mod_cvcuda/operators/OpNormalize.cpp:41
↓ 1 callersMethodNull
src/nvcv/src/include/nvcv/HandleWrapper.hpp:77
↓ 1 callersFunctionOSDInto
python/mod_cvcuda/operators/OpOSD.cpp:29
↓ 1 callersFunctionPadAndStack
tests/cvcuda/system/TestOpPadAndStack.cpp:32
↓ 1 callersFunctionPadAndStackInto
python/mod_cvcuda/operators/OpPadAndStack.cpp:30
↓ 1 callersFunctionPairwiseMatcherInto
python/mod_cvcuda/operators/OpPairwiseMatcher.cpp:34
↓ 1 callersFunctionPillowResizeInto
python/mod_cvcuda/operators/OpPillowResize.cpp:178
↓ 1 callersMethodPop
tests/cvcuda/system/TestOpInpaint.cpp:158
↓ 1 callersMethodPush
tests/cvcuda/system/TestOpInpaint.cpp:131
↓ 1 callersFunctionRandomResizedCropInto
python/mod_cvcuda/operators/OpRandomResizedCrop.cpp:32
↓ 1 callersFunctionRandomResizedCropVarShapeInto
python/mod_cvcuda/operators/OpRandomResizedCrop.cpp:63
↓ 1 callersFunctionReformatInto
python/mod_cvcuda/operators/OpReformat.cpp:29
↓ 1 callersFunctionRemapInto
python/mod_cvcuda/operators/OpRemap.cpp:35
↓ 1 callersFunctionReplaceDefaultsImpl
tests/common/ValueList.hpp:153
↓ 1 callersFunctionReshapeSimplified
* @brief Reshapes a simplified shape (non-strided dimensions are collapsed) to a target shape if possible. * Calculates the output strides. *
src/nvcv/src/priv/TensorData.cpp:248
↓ 1 callersFunctionReshapeTensorData
src/nvcv/src/priv/TensorData.cpp:286
↓ 1 callersFunctionResizeCropConvertReformatInto
python/mod_cvcuda/operators/OpResizeCropConvertReformat.cpp:33
↓ 1 callersFunctionResizeCropConvertReformatVarShapeInto
python/mod_cvcuda/operators/OpResizeCropConvertReformat.cpp:106
← previousnext →901–1,000 of 3,774, ranked by callers