NVIDIA 2D Image And Signal Performance Primitives (NPP)  Version 11.4.0.*
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
NppiCompressedMarkerLabelsInfo Struct Reference

Provides details of uniquely labeled pixel regions of interest returned by CompressedLabelMarkersUF function. More...

#include <nppdefs.h>

Data Fields

Npp32u nMarkerLabelPixelCount
 total number of pixels in this connected pixel region More...
 
Npp32u nContourPixelCount
 total number of pixels in this connected pixel region contour More...
 
Npp32u nContourPixelsFound
 total number of pixels in this connected pixel region contour found during geometry search More...
 
NppiPoint oContourFirstPixelLocation
 image geometric x and y location of the first pixel in the contour More...
 
NppiRect oMarkerLabelBoundingBox
 bounding box of this connected pixel region More...
 

Detailed Description

Provides details of uniquely labeled pixel regions of interest returned by CompressedLabelMarkersUF function.

Field Documentation

Npp32u NppiCompressedMarkerLabelsInfo::nContourPixelCount

total number of pixels in this connected pixel region contour

Npp32u NppiCompressedMarkerLabelsInfo::nContourPixelsFound

total number of pixels in this connected pixel region contour found during geometry search

Npp32u NppiCompressedMarkerLabelsInfo::nMarkerLabelPixelCount

total number of pixels in this connected pixel region

NppiPoint NppiCompressedMarkerLabelsInfo::oContourFirstPixelLocation

image geometric x and y location of the first pixel in the contour

NppiRect NppiCompressedMarkerLabelsInfo::oMarkerLabelBoundingBox

bounding box of this connected pixel region


The documentation for this struct was generated from the following file:

Copyright © 2009-2020 NVIDIA Corporation