Home
last modified time | relevance | path

Searched refs:hogHeight (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/colmap/colmap-3.6/lib/VLFeat/
H A Dhog.c528 return self->hogHeight ; in vl_hog_get_height()
543 vl_size hogHeight = (height + cellSize/2) / cellSize ; in vl_hog_prepare_buffers() local
548 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 …]
H A Dhog.h46 vl_size hogHeight ; member