@@ -20,11 +20,8 @@ CV-CUDA includes:
2020
2121| Pre/Post-Processing Operators | Definition |
2222| -------------------------------| ------------|
23- | Adaptive Thresholding | Computes the threshold value for each fractional region of the image |
2423| AverageBlur | Reduces image noise using an average filter |
2524| BilateralFilter | Reduces image noise while preserving strong edges |
26- | Bounding Box | Draws an overlay 2D rectangular bounding box using the coordinate points |
27- | Bounding Box Blur | Adds a 2D rectangular blur in the region of interest <br > (ROI) using the coordinate points |
2825| CenterCrop | Crops an image at its center |
2926| ChannelReorder | Shuffles the order of image channels |
3027| Composite | Composites two images together |
@@ -35,21 +32,18 @@ CV-CUDA includes:
3532| DataTypeConvert | Converts an image’s data type, with optional scaling |
3633| Erase | Erases image regions |
3734| Flip | Flips a 2D image around its axis |
38- | GammaContrast | Adjusts image contrast based on gamma value |
35+ | GammaContrast | Adjusts image contrast |
3936| Gaussian | Applies a gaussian blur filter to the image |
4037| JointBilateralFilter | Reduces image noise while preserving strong edges <br > based on a guidance image |
4138| Laplacian | Applies a Laplace transform to an image |
4239| MedianBlur | Reduces an image’s salt-and-pepper noise |
4340| Morphology | Performs morphological erode and dilate transformations |
44- | Non-Max Suppression | Selects the best bounding box out of a set of <br > overlapping boxes based on IOU and confidence thresholds |
4541| Normalize | Normalizes an image pixel’s range |
4642| PadStack | Stacks several images into a tensor, with border extension |
4743| PillowResize | Changes the size and scale of an image using python-pillow algorithm |
4844| Reformat | Converts a planar image into non-planar and vice versa |
49- | Remap | Applies a generic geometrical transformation to an image, for <br > example, to perform fisheye dewarping |
5045| Resize | Changes the size and scale of an image |
5146| Rotate | Rotates a 2D array in multiples of 90 degrees |
52- | Thresholding | Computes the threshold value based on the histogram of the <br > overall pixel intensity distribution of the image |
5347| WarpAffine | Applies an affine transformation to an image |
5448| WarpPerspective | Applies a perspective transformation to an image |
5549
0 commit comments