|
NVIDIA 2D Image And Signal Performance Primitives (NPP)
Version 11.1.0.*
|
The set of computer vision functions available in the library. More...
Modules | |
| FilterCannyBorder | |
| Performs Canny edge detection on a single channel 8-bit grayscale image and outputs a single channel 8-bit image consisting of 0x00 and 0xFF values with 0xFF representing edge pixels. |
|
| FilterHarrisCornersBorder | |
| Performs Harris Corner detection on a single channel 8-bit grayscale image and outputs a single channel 32-bit floating point image consisting the corner response at each pixel of the image. |
|
| FilterHoughLine | |
| Extracts Hough lines from a single channel 8-bit binarized (0, 255) source feature (canny edges, etc.) image. |
|
| HistogramOfOrientedGradientsBorder | |
| Performs Histogram Of Oriented Gradients operation on source image generating separate windows of Histogram Descriptors for each requested location. |
|
| FloodFill | |
| Flood fill a connected region of an image with a specified new value. |
|
| LabelMarkers | |
| Generate image connected region label markers to be used for later image segmentation. |
|
| CompressMarkerLabels | |
| Removes sparseness between marker label IDs output from LabelMarkers call. |
|
| BoundSegments | |
| Adds boundary borders around connected regions using a border value of nBorderVal. |
|
| WatershedSegmentation | |
| Segments a grayscale image using the watershed segmentation technique described in "Efficient 2D and 3D Watershed on Graphics Processing Unit: Block-Asynchronous Approaches Based on Cellular Automata" by Pablo Quesada-Barriuso and others. |
|
The set of computer vision functions available in the library.