diff --git a/.buildinfo b/.buildinfo index 8735a4ef..7165a5b6 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 05b8f66d2b1b0c27212444bc61584759 +config: 8eab1e34afe64f8a40b2f997c1b1c488 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__ADAPTIVETHRESHOLD.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__ADAPTIVETHRESHOLD.html index f7b4d3dd..111ec255 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__ADAPTIVETHRESHOLD.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__ADAPTIVETHRESHOLD.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__AVERAGEBLUR.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__AVERAGEBLUR.html index e61fccfe..3e7dea2a 100644 --- a/_c_cpp_api/group__NVCV__CPP__ALGORITHM__AVERAGEBLUR.html +++ b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__AVERAGEBLUR.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__BILATERAL__FILTER.html b/_c_cpp_api/group__NVCV__CPP__ALGORITHM__BILATERAL__FILTER.html index faf7c3d2..dab69cb9 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 5e2ca786..c249c1f8 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 174ede9f..3a4b45bc 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 690f4436..f7ee6156 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 4d95ca0e..7d840ac1 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 ec509397..6cfea053 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 1bf09b04..a8cc498a 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 9d1b55c1..e053baee 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 40f9dcae..724f0158 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 bcbd2375..df72d734 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 862458bd..1ae4d457 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 d5928a00..962657b7 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 1acc2015..439f693d 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 fdcf2e0a..18ae6041 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 16e97b6c..8b789e84 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 2afc0f3f..4a799138 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 7d335d10..bb7ff8d2 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 13d51999..e1f81c3a 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 fdac8877..64d10ef5 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 8b14917b..7d186bc4 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 @@