Type Definition vlfeat_sys::vl_mser_acc [] [src]

type vl_mser_acc = f32;

@internal ** @brief MSER accumulator data type ** ** This is a large integer type. It should be large enough to contain ** a number equal to the area (volume) of the image by the image ** width by the image height (for instance, if the image is a square ** of side 256, the maximum value is 256 x 256 x 256).