From 2ff52b06d8f1f03ebe490243df2dafcc10677d11 Mon Sep 17 00:00:00 2001
From: Miles Price Typedefs Functions Computes memory requirements that can cover both input requirements. The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments. alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment) Computes workspace requirements that can cover both input requirments. Allocates a workspace with an allocator specified in This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended. Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective A helper class that manages the lifetime of resources stored in a Workspace structure. This class works in a way similar to unique_ptr with a custom deleter. © Copyright 2022-2024, NVIDIA..
- Last updated on Aug 08, 2024.
+ Last updated on Sep 17, 2024.
+
+
+
+
-
-
@@ -488,12 +492,12 @@
Adaptive threshold
@@ -512,442 +516,11 @@
-Adaptive threshold
-
-
@@ -961,7 +534,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-alloc
(or a default one).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Adaptive threshold
+
+
+
+
-
-
@@ -478,7 +482,7 @@
Average BlurFunctions
Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__BILATERAL__FILTER.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__BILATERAL__FILTER.html index faf7c3d25..dab69cb91 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__BILATERAL__FILTER.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__BILATERAL__FILTER.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__BRIGHTNESS__CONTRAST.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__BRIGHTNESS__CONTRAST.html index 5e2ca786a..c249c1f82 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__BRIGHTNESS__CONTRAST.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__BRIGHTNESS__CONTRAST.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CENTER__CROP.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CENTER__CROP.html index 174ede9fa..3a4b45bc3 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CENTER__CROP.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CENTER__CROP.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CHANNEL__REORDER.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CHANNEL__REORDER.html index 690f4436f..f7ee61568 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CHANNEL__REORDER.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CHANNEL__REORDER.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__COLOR__TWIST.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__COLOR__TWIST.html index 4d95ca0ef..7d840ac14 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__COLOR__TWIST.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__COLOR__TWIST.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__COMPOSITE.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__COMPOSITE.html index ec5093973..6cfea053c 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__COMPOSITE.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__COMPOSITE.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CONV2D.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CONV2D.html index 1bf09b04c..a8cc498a4 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CONV2D.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CONV2D.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CONVERT__TO.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CONVERT__TO.html index 9d1b55c10..e053baee9 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CONVERT__TO.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CONVERT__TO.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__COPYMAKEBORDER.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__COPYMAKEBORDER.html index 40f9dcae6..724f01580 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__COPYMAKEBORDER.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__COPYMAKEBORDER.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CROP__FLIP__NORMALIZE__REFORMAT.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CROP__FLIP__NORMALIZE__REFORMAT.html index bcbd2375a..df72d7349 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CROP__FLIP__NORMALIZE__REFORMAT.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CROP__FLIP__NORMALIZE__REFORMAT.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CUSTOM__CROP.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CUSTOM__CROP.html index 862458bda..1ae4d457c 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CUSTOM__CROP.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CUSTOM__CROP.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CVTCOLOR.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CVTCOLOR.html index d5928a00d..962657b7e 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CVTCOLOR.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__CVTCOLOR.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__ERASE.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__ERASE.html index 1acc2015d..439f693d1 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__ERASE.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__ERASE.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
Variables
Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__GAUSSIAN.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__GAUSSIAN.html index fdcf2e0ac..18ae60416 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__GAUSSIAN.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__GAUSSIAN.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__GAUSSIAN__NOISE.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__GAUSSIAN__NOISE.html index 16e97b6c5..8b789e849 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__GAUSSIAN__NOISE.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__GAUSSIAN__NOISE.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__HQ__RESIZE.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__HQ__RESIZE.html index 2afc0f3f5..4a799138e 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__HQ__RESIZE.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__HQ__RESIZE.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__INPAINT.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__INPAINT.html index 7d335d103..bb7ff8d22 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__INPAINT.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__INPAINT.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__JOINT__BILATERAL__FILTER.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__JOINT__BILATERAL__FILTER.html index 13d519990..e1f81c3a6 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__JOINT__BILATERAL__FILTER.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__JOINT__BILATERAL__FILTER.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__LABEL.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__LABEL.html index fdac88771..64d10ef59 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__LABEL.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__LABEL.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__MEDIAN__BLUR.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__MEDIAN__BLUR.html index 8b14917b1..7d186bc45 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__MEDIAN__BLUR.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__MEDIAN__BLUR.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__MINMAXLOC.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__MINMAXLOC.html index 44246b706..20aa308f9 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__MINMAXLOC.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__MINMAXLOC.html @@ -96,7 +96,7 @@Typedefs
-Functions
-Computes memory requirements that can cover both input requirements.
-The resulting memory requriements will have alignment and size that is not smaller than that of either of the arguments.
-alignment = max(a.alignment, b.alignment) size = align_up(max(a.size, b.size), alignment)
-Computes workspace requirements that can cover both input requirments.
-Allocates a workspace with an allocator specified in alloc
(or a default one).
This function is meant as a simple helper to simplify the usage operators requiring a workspace, but its intense use may degrade performance due to excessive allocations and deallocations. For code used in tight loops, some workspace reuse scheme and/or resource pools are recommended.
-Subclassed by cvcuda::AdaptiveThreshold, cvcuda::AdvCvtColor, cvcuda::AverageBlur, cvcuda::BilateralFilter, cvcuda::BndBox, cvcuda::BoxBlur, cvcuda::BrightnessContrast, cvcuda::CenterCrop, cvcuda::ChannelReorder, cvcuda::ColorTwist, cvcuda::Composite, cvcuda::Conv2D, cvcuda::ConvertTo, cvcuda::CopyMakeBorder, cvcuda::CropFlipNormalizeReformat, cvcuda::CustomCrop, cvcuda::CvtColor, cvcuda::Erase, cvcuda::FindHomography, cvcuda::Flip, cvcuda::GammaContrast, cvcuda::Gaussian, cvcuda::GaussianNoise, cvcuda::Histogram, cvcuda::HistogramEq, cvcuda::HQResize, cvcuda::Inpaint, cvcuda::JointBilateralFilter, cvcuda::Label, cvcuda::Laplacian, cvcuda::MedianBlur, cvcuda::MinAreaRect, cvcuda::MinMaxLoc, cvcuda::Morphology, cvcuda::NonMaximumSuppression, cvcuda::Normalize, cvcuda::OSD, cvcuda::PadAndStack, cvcuda::PairwiseMatcher, cvcuda::PillowResize, cvcuda::RandomResizedCrop, cvcuda::Reformat, cvcuda::Remap, cvcuda::Resize, cvcuda::ResizeCropConvertReformat, cvcuda::Rotate, cvcuda::SIFT, cvcuda::Stack, cvcuda::Threshold, cvcuda::WarpAffine, cvcuda::WarpPerspective
-A helper class that manages the lifetime of resources stored in a Workspace structure.
-This class works in a way similar to unique_ptr with a custom deleter.
-© Copyright 2022-2024, NVIDIA.. - Last updated on Aug 08, 2024. + Last updated on Sep 17, 2024.
diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__MORPHOLOGY.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__MORPHOLOGY.html index 61310a4eb..3085d0af7 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__MORPHOLOGY.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__MORPHOLOGY.html @@ -96,7 +96,7 @@