Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ functions
Functions
3,774 in github.com/CVCUDA/CV-CUDA
⨍
Functions
3,774
◇
Types & classes
1,093
↳
Endpoints
39
↓ 1 callers
Function
ExportOpRemap
python/mod_cvcuda/operators/OpRemap.cpp:161
↓ 1 callers
Function
ExportOpResize
python/mod_cvcuda/operators/OpResize.cpp:101
↓ 1 callers
Function
ExportOpResizeCropConvertReformat
python/mod_cvcuda/operators/OpResizeCropConvertReformat.cpp:200
↓ 1 callers
Function
ExportOpRotate
python/mod_cvcuda/operators/OpRotate.cpp:102
↓ 1 callers
Function
ExportOpSIFT
python/mod_cvcuda/operators/OpSIFT.cpp:207
↓ 1 callers
Function
ExportOpStack
python/mod_cvcuda/operators/OpStack.cpp:133
↓ 1 callers
Function
ExportOpThreshold
python/mod_cvcuda/operators/OpThreshold.cpp:102
↓ 1 callers
Function
ExportOpWarpAffine
python/mod_cvcuda/operators/OpWarpAffine.cpp:138
↓ 1 callers
Function
ExportOpWarpPerspective
python/mod_cvcuda/operators/OpWarpPerspective.cpp:137
↓ 1 callers
Function
ExportPairwiseMatcherType
python/mod_cvcuda/PairwiseMatcherType.cpp:24
↓ 1 callers
Function
ExportRect
python/mod_cvcuda/nvcv/Rect.cpp:30
↓ 1 callers
Function
ExportRemapMapValueType
python/mod_cvcuda/RemapMapValueType.cpp:24
↓ 1 callers
Function
ExportSIFTFlagType
python/mod_cvcuda/SIFTFlagType.cpp:24
↓ 1 callers
Function
ExportThreadScope
python/mod_cvcuda/nvcv/ThreadScope.cpp:22
↓ 1 callers
Function
ExportThresholdType
python/mod_cvcuda/ThresholdType.cpp:24
↓ 1 callers
Method
ExternalStream
python/mod_cvcuda/nvcv/Stream.cpp:54
↓ 1 callers
Function
ExtractBufferImageInfo
python/mod_cvcuda/nvcv/Image.cpp:86
↓ 1 callers
Function
FillNVCVArrayData
python/mod_cvcuda/nvcv/Array.cpp:67
↓ 1 callers
Function
FillNVCVArrayDataCUDA
python/mod_cvcuda/nvcv/Array.cpp:112
↓ 1 callers
Function
FillNVCVTensorData
python/mod_cvcuda/nvcv/Tensor.cpp:91
↓ 1 callers
Function
FillNVCVTensorDataCUDA
python/mod_cvcuda/nvcv/Tensor.cpp:145
↓ 1 callers
Function
FillTensorData
src/nvcv/src/priv/TensorData.cpp:50
↓ 1 callers
Function
FindDType
python/mod_cvcuda/nvcv/DataType.cpp:179
↓ 1 callers
Function
FindDimIndex
src/nvcv/src/priv/TensorLayout.cpp:92
↓ 1 callers
Function
FindHomographyInto
python/mod_cvcuda/operators/OpFindHomography.cpp:139
↓ 1 callers
Function
FlipInto
python/mod_cvcuda/operators/OpFlip.cpp:34
↓ 1 callers
Function
FlipVarShapeInto
python/mod_cvcuda/operators/OpFlip.cpp:60
↓ 1 callers
Function
GammaContrastVarShapeCpuOpWrapper
tests/cvcuda/system/TestOpGammaContrast.cpp:123
↓ 1 callers
Function
GaussianInto
python/mod_cvcuda/operators/OpGaussian.cpp:34
↓ 1 callers
Function
GaussianNoiseInto
python/mod_cvcuda/operators/OpGaussianNoise.cpp:32
↓ 1 callers
Function
GaussianNoiseVarShapeInto
python/mod_cvcuda/operators/OpGaussianNoise.cpp:61
↓ 1 callers
Function
GetDefaultMaxFeatures
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 callers
Function
GetFunctionName
src/nvcv/util/CheckError.cpp:28
↓ 1 callers
Function
GetImageByteVectorFromTensorPlanar
tests/common/TensorDataUtils.cpp:262
↓ 1 callers
Function
GetLegacyCvFloatType
src/cvcuda/priv/legacy/CvCudaLegacyHelpers.cpp:49
↓ 1 callers
Function
GetLegacyCvSignedType
src/cvcuda/priv/legacy/CvCudaLegacyHelpers.cpp:61
↓ 1 callers
Function
GetLegacyCvUnsignedType
src/cvcuda/priv/legacy/CvCudaLegacyHelpers.cpp:73
↓ 1 callers
Function
GetName
* @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 callers
Function
GetNormType
bench/BenchUtils.hpp:142
↓ 1 callers
Function
GetOutputHeight
python/mod_cvcuda/CvtColorUtil.cpp:278
↓ 1 callers
Function
GetParamName
tests/common/MixTypedTests.hpp:162
↓ 1 callers
Function
GetTensorLayoutFor
src/nvcv/src/priv/TensorData.cpp:30
↓ 1 callers
Function
GoldAddFeatures
tests/cvcuda/system/TestOpSIFT.cpp:525
↓ 1 callers
Function
GoldComputeDescriptor
tests/cvcuda/system/TestOpSIFT.cpp:289
↓ 1 callers
Function
GoldComputeHistogram
tests/cvcuda/system/TestOpSIFT.cpp:467
↓ 1 callers
Function
GoldFindExtrema
tests/cvcuda/system/TestOpSIFT.cpp:695
↓ 1 callers
Function
GoldGaussianSigmas
tests/cvcuda/system/TestOpSIFT.cpp:119
↓ 1 callers
Function
GoldGeneratePyramids
tests/cvcuda/system/TestOpSIFT.cpp:201
↓ 1 callers
Function
GoldIoU
tests/cvcuda/system/TestOpNonMaximumSuppression.cpp:44
↓ 1 callers
Function
GoldNMS
tests/cvcuda/system/TestOpNonMaximumSuppression.cpp:65
↓ 1 callers
Function
GoldNumberOfOctaves
tests/cvcuda/system/TestOpSIFT.cpp:107
↓ 1 callers
Function
GoldSIFT
Gold (CPU reference) computation of SIFT
tests/cvcuda/system/TestOpSIFT.cpp:794
↓ 1 callers
Function
HistogramEqInto
python/mod_cvcuda/operators/OpHistogramEq.cpp:30
↓ 1 callers
Function
HistogramEqVarShapeInto
python/mod_cvcuda/operators/OpHistogramEq.cpp:56
↓ 1 callers
Function
HistogramInto
python/mod_cvcuda/operators/OpHistogram.cpp:30
↓ 1 callers
Function
InferImageFormat
python/mod_cvcuda/nvcv/Image.cpp:276
↓ 1 callers
Function
Init
src/nvcv/src/priv/Requirements.cpp:29
↓ 1 callers
Method
Init
tests/cvcuda/system/TestOpInpaint.cpp:80
↓ 1 callers
Function
InpaintFMM
tests/cvcuda/system/TestOpInpaint.cpp:231
↓ 1 callers
Function
InpaintInto
python/mod_cvcuda/operators/OpInpaint.cpp:119
↓ 1 callers
Function
InpaintVarShapeInto
python/mod_cvcuda/operators/OpInpaint.cpp:147
↓ 1 callers
Function
IsChannelLast
src/nvcv/src/priv/TensorLayout.cpp:104
↓ 1 callers
Function
IsMainThread
src/nvcv/util/Compat.cpp:99
↓ 1 callers
Method
IsNull
src/nvcv/src/include/nvcv/HandleWrapper.hpp:72
↓ 1 callers
Function
JointBilateralFilterInto
python/mod_cvcuda/operators/OpJointBilateralFilter.cpp:34
↓ 1 callers
Function
LabelComponent
tests/cvcuda/system/TestOpLabel.cpp:101
↓ 1 callers
Function
LabelInto
python/mod_cvcuda/operators/OpLabel.cpp:35
↓ 1 callers
Function
LaplacianInto
python/mod_cvcuda/operators/OpLaplacian.cpp:35
↓ 1 callers
Function
LaplacianVarShapeInto
python/mod_cvcuda/operators/OpLaplacian.cpp:63
↓ 1 callers
Function
LocSort
tests/cvcuda/system/TestOpMinMaxLoc.cpp:171
↓ 1 callers
Function
MakeLegacyStreamId
src/cvcuda/util/StreamId.cpp:52
↓ 1 callers
Function
MakeNVCVChromaSubsampling
src/nvcv/src/priv/ColorSpec.cpp:103
↓ 1 callers
Function
MakePackedType
python/mod_cvcuda/nvcv/Image.cpp:241
↓ 1 callers
Function
MakeSwizzle
src/nvcv/src/include/nvcv/DataLayout.hpp:280
↓ 1 callers
Function
MaxWorkspaceReq
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 callers
Function
MedianBlurInto
python/mod_cvcuda/operators/OpMedianBlur.cpp:35
↓ 1 callers
Function
MinAreaRectInto
python/mod_cvcuda/operators/OpMinAreaRect.cpp:29
↓ 1 callers
Function
MorphologyInto
python/mod_cvcuda/operators/OpMorphology.cpp:34
↓ 1 callers
Function
MorphologyVarShapeInto
python/mod_cvcuda/operators/OpMorphology.cpp:80
↓ 1 callers
Function
MustRemoveAll
tests/common/ValueList.hpp:987
↓ 1 callers
Function
MustRemoveAny
tests/common/ValueList.hpp:946
↓ 1 callers
Function
NonMaximumSuppressionInto
python/mod_cvcuda/operators/OpNonMaximumSuppression.cpp:34
↓ 1 callers
Function
NormalizeInto
python/mod_cvcuda/operators/OpNormalize.cpp:41
↓ 1 callers
Method
Null
src/nvcv/src/include/nvcv/HandleWrapper.hpp:77
↓ 1 callers
Function
OSDInto
python/mod_cvcuda/operators/OpOSD.cpp:29
↓ 1 callers
Function
PadAndStack
tests/cvcuda/system/TestOpPadAndStack.cpp:32
↓ 1 callers
Function
PadAndStackInto
python/mod_cvcuda/operators/OpPadAndStack.cpp:30
↓ 1 callers
Function
PairwiseMatcherInto
python/mod_cvcuda/operators/OpPairwiseMatcher.cpp:34
↓ 1 callers
Function
PillowResizeInto
python/mod_cvcuda/operators/OpPillowResize.cpp:178
↓ 1 callers
Method
Pop
tests/cvcuda/system/TestOpInpaint.cpp:158
↓ 1 callers
Method
Push
tests/cvcuda/system/TestOpInpaint.cpp:131
↓ 1 callers
Function
RandomResizedCropInto
python/mod_cvcuda/operators/OpRandomResizedCrop.cpp:32
↓ 1 callers
Function
RandomResizedCropVarShapeInto
python/mod_cvcuda/operators/OpRandomResizedCrop.cpp:63
↓ 1 callers
Function
ReformatInto
python/mod_cvcuda/operators/OpReformat.cpp:29
↓ 1 callers
Function
RemapInto
python/mod_cvcuda/operators/OpRemap.cpp:35
↓ 1 callers
Function
ReplaceDefaultsImpl
tests/common/ValueList.hpp:153
↓ 1 callers
Function
ReshapeSimplified
* @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 callers
Function
ReshapeTensorData
src/nvcv/src/priv/TensorData.cpp:286
↓ 1 callers
Function
ResizeCropConvertReformatInto
python/mod_cvcuda/operators/OpResizeCropConvertReformat.cpp:33
↓ 1 callers
Function
ResizeCropConvertReformatVarShapeInto
python/mod_cvcuda/operators/OpResizeCropConvertReformat.cpp:106
← previous
next →
901–1,000 of 3,774, ranked by callers