playerc_blobfinder_t Struct Reference

Blobfinder device data. More...

#include <playerc.h>

Collaboration diagram for playerc_blobfinder_t:
Collaboration graph

Detailed Description

Blobfinder device data.

Public Attributes

playerc_device_t info
 Device info; must be at the start of all device structures. More...
 
unsigned int width
 Image dimensions (pixels). More...
 
unsigned int height
 
unsigned int blobs_count
 A list of detected blobs. More...
 
playerc_blobfinder_blob_tblobs
 

Member Data Documentation

◆ blobs_count

unsigned int playerc_blobfinder_t::blobs_count

A list of detected blobs.

Referenced by PlayerCc::BlobfinderProxy::GetCount().

◆ info

playerc_device_t playerc_blobfinder_t::info

Device info; must be at the start of all device structures.

◆ width

unsigned int playerc_blobfinder_t::width

Image dimensions (pixels).

Referenced by PlayerCc::BlobfinderProxy::GetWidth().


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