You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPER_GUIDE.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ CV-CUDA includes:
24
24
| Advanced Color Format Conversions | Performs color conversion from interleaved RGB/BGR <-> YUV/YVU and semi planar. Supported standards: BT.601. BT.709. BT.2020 |
25
25
| AverageBlur | Reduces image noise using an average filter |
| Bounding Box | Draws a rectangular border using the X-Y coordinates and dimensions typically to define the location and size of an object in an image |
27
+
| Bounding Box | Draws an rectangular border using the X-Y coordinates and dimensions typically to define the location and size of an object in an image |
28
28
| Box Blurring | Overlays a blurred rectangle using the X-Y coordinates and dimensions that define the location and size of an object in an image |
29
29
| Brightness_Contrast | Adjusts brightness and contrast of an image |
30
30
| CenterCrop | Crops an image at its center |
@@ -38,28 +38,25 @@ CV-CUDA includes:
38
38
| DataTypeConvert | Converts an image’s data type with optional scaling |
39
39
| Erase | Erases image regions |
40
40
| Find Contours | Extract closed contours from an input binary image |
41
-
| FindHomography | Calculates a perspective transform from four pairs of the corresponding points |
42
41
| Flip | Flips a 2D image around its axis |
43
42
| GammaContrast | Adjusts image contrast |
44
43
| Gaussian | Applies a gaussian blur filter to the image |
45
44
| Gaussian Noise | Generates a statistical noise with a normal (Gaussian) distribution |
46
45
| Histogram | Provides a grayscale value distribution showing the frequency of occurrence of each gray value. |
47
46
| Histogram Equalizer | Allows effective spreading out the intensity range of the image typically used to improve contrast |
48
47
| Inpainting | Performs inpainting by replacing a pixel by normalized weighted sum of all the known pixels in the neighborhood |
49
-
| Joint Bilateral Filter | Reduces image noise while preserving strong edges based on a guidance image |
50
-
| Label | Labels connected regions in an image using 4-way connectivity for foreground and 8-way for background pixels |
| Laplacian | Applies a Laplace transform to an image |
52
50
| MedianBlur | Reduces an image’s salt-and-pepper noise |
53
51
| MinArea Rect | Finds the minimum area rotated rectangle typically used to draw bounding rectangle with minimum area |
54
52
| MinMaxLoc | Finds the maximum and minimum values in a given array |
55
53
| Morphology | Performs morphological erode and dilate transformations |
56
-
| Morphology (close) |Performs a morphological operation that involves dilation followed by erosion on an image |
57
-
| Morphology (open) |Performs a morphological operation that involves erosion followed by dilation on an image |
54
+
| Morphology (close) | Performs morphological operation that involves dilation followed by erosion on an image |
55
+
| Morphology (open) | Performs morphological operation that involves erosion followed by dilation on an image |
58
56
| Non-max Suppression | Enables selecting a single entity out of many overlapping ones typically used for selecting from multiple bounding boxes during object detection |
59
57
| Normalize | Normalizes an image pixel’s range |
60
-
| OSD (Polyline Line Text Rotated Rect Segmented Mask) | Displays an overlay on the image of different forms including polyline line text rotated rectangle segmented mask |
58
+
| OSD (Polyline Line Text Rotated Rect Segmented Mask) | Displays an overlay on the image of of different forms including polyline line text rotated rectangle segmented mask |
61
59
| PadStack | Stacks several images into a tensor with border extension |
62
-
| PairwiseMatcher | Matches features computed separately (e.g. via the SIFT operator) in two images using the brute force method |
63
60
| PillowResize | Changes the size and scale of an image using python-pillow algorithm |
64
61
| RandomResizedCrop | Crops a random portion of an image and resizes it to a specified size. |
65
62
| Reformat | Converts a planar image into non-planar and vice versa |
Copy file name to clipboardExpand all lines: LICENSE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ END OF TERMS AND CONDITIONS
74
74
75
75
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
76
76
77
-
Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
77
+
Copyright [yyyy][name of copyright owner]
78
78
79
79
Licensed under the Apache License, Version 2.0 (the "License");
80
80
you may not use this file except in compliance with the License.
0 commit comments