@@ -20,11 +20,8 @@ CV-CUDA includes:
20
20
21
21
| Pre/Post-Processing Operators | Definition |
22
22
| -------------------------------| ------------|
23
- | Adaptive Thresholding | Computes the threshold value for each fractional region of the image |
24
23
| AverageBlur | Reduces image noise using an average filter |
25
24
| 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 |
28
25
| CenterCrop | Crops an image at its center |
29
26
| ChannelReorder | Shuffles the order of image channels |
30
27
| Composite | Composites two images together |
@@ -35,21 +32,18 @@ CV-CUDA includes:
35
32
| DataTypeConvert | Converts an image’s data type, with optional scaling |
36
33
| Erase | Erases image regions |
37
34
| Flip | Flips a 2D image around its axis |
38
- | GammaContrast | Adjusts image contrast based on gamma value |
35
+ | GammaContrast | Adjusts image contrast |
39
36
| Gaussian | Applies a gaussian blur filter to the image |
40
37
| JointBilateralFilter | Reduces image noise while preserving strong edges <br > based on a guidance image |
41
38
| Laplacian | Applies a Laplace transform to an image |
42
39
| MedianBlur | Reduces an image’s salt-and-pepper noise |
43
40
| 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 |
45
41
| Normalize | Normalizes an image pixel’s range |
46
42
| PadStack | Stacks several images into a tensor, with border extension |
47
43
| PillowResize | Changes the size and scale of an image using python-pillow algorithm |
48
44
| 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 |
50
45
| Resize | Changes the size and scale of an image |
51
46
| 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 |
53
47
| WarpAffine | Applies an affine transformation to an image |
54
48
| WarpPerspective | Applies a perspective transformation to an image |
55
49
0 commit comments