_VlQS Struct Reference
#include <quickshift.h>
Detailed Description
This implements quick shift mode seeking.Definition at line 32 of file quickshift.h.
Data Fields | |
vl_qs_type * | image |
int | height |
int | width |
int | channels |
Field Documentation
height x width x channels feature image
Definition at line 34 of file quickshift.h.
Referenced by vl_quickshift_new(), and vl_quickshift_process().
int _VlQS::height |
height of the image
Definition at line 35 of file quickshift.h.
Referenced by vl_quickshift_new(), and vl_quickshift_process().
int _VlQS::width |
width of the image
Definition at line 36 of file quickshift.h.
Referenced by vl_quickshift_new(), and vl_quickshift_process().
int _VlQS::channels |
number of channels in the image
Definition at line 37 of file quickshift.h.
Referenced by vl_quickshift_new(), and vl_quickshift_process().
The documentation for this struct was generated from the following file: