quick shift results More...
#include <quickshift.h>
Public Attributes | |
int | channels |
vl_qs_type * | density |
vl_qs_type * | dists |
int | height |
vl_qs_type * | image |
vl_bool | medoid |
int * | parents |
vl_qs_type | sigma |
vl_qs_type | tau |
int | width |
quick shift results
------------------------------------------------------------------ This implements quick shift mode seeking.
Definition at line 33 of file quickshift.h.
int _VlQS::channels |
number of channels in the image
Definition at line 38 of file quickshift.h.
Definition at line 46 of file quickshift.h.
Definition at line 45 of file quickshift.h.
int _VlQS::height |
height of the image
Definition at line 36 of file quickshift.h.
height x width x channels feature image
Definition at line 35 of file quickshift.h.
Definition at line 40 of file quickshift.h.
int* _VlQS::parents |
Definition at line 44 of file quickshift.h.
Definition at line 41 of file quickshift.h.
Definition at line 42 of file quickshift.h.
int _VlQS::width |
width of the image
Definition at line 37 of file quickshift.h.