Searched refs:hogHeight (Results 1 – 2 of 2) sorted by relevance
528 return self->hogHeight ; in vl_hog_get_height()543 vl_size hogHeight = (height + cellSize/2) / cellSize ; in vl_hog_prepare_buffers() local548 assert(hogHeight > 0) ; in vl_hog_prepare_buffers()552 self->hogHeight == hogHeight) { in vl_hog_prepare_buffers()572 self->hogHeight = hogHeight ; in vl_hog_prepare_buffers()611 hogStride = self->hogWidth * self->hogHeight ; in vl_hog_put_image()718 if (binx >= 0 && biny < (signed)self->hogHeight - 1) { in vl_hog_put_image()760 hogStride = self->hogWidth * self->hogHeight ; in vl_hog_put_polar_field()835 if (binx >= 0 && biny < (signed)self->hogHeight - 1) { in vl_hog_put_polar_field()858 vl_size hogStride = self->hogWidth * self->hogHeight ; in vl_hog_extract()[all …]
46 vl_size hogHeight ; member