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