NVIDIA 2D Image And Signal Performance Primitives (NPP)  Version 11.3.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

unsigned int nMarkerLabelPixelCount
 total number of pixels in this connected pixel region More...
 
unsigned int nContourPixelCount
 total number of pixels in this connected pixel region contour More...
 
unsigned int nCurContourPixelIndex
 current index of pixel being added to geometry info list 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

unsigned int NppiCompressedMarkerLabelsInfo::nContourPixelCount

total number of pixels in this connected pixel region contour

unsigned int NppiCompressedMarkerLabelsInfo::nCurContourPixelIndex

current index of pixel being added to geometry info list

unsigned int 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