Searched refs:win_stride_ (Results 1 – 1 of 1) sorted by relevance
122 virtual void setWinStride(Size win_stride) { win_stride_ = win_stride; } in setWinStride()123 virtual Size getWinStride() const { return win_stride_; } in getWinStride()166 Size win_stride_; member in __anon78effd4c0111::HOG_Impl197 win_stride_(block_stride), in HOG_Impl()291 …CV_Assert( win_stride_.width % block_stride_.width == 0 && win_stride_.height % block_stride_.heig… in detect()302 Size wins_per_img = numPartsWithin(img.size(), win_size_, win_stride_); in detect()310 win_stride_.height, win_stride_.width, in detect()327 hits.push_back(Point(x * win_stride_.width, y * win_stride_.height)); in detect()336 win_stride_.height, win_stride_.width, in detect()356 hits.push_back(Point(x * win_stride_.width, y * win_stride_.height)); in detect()[all …]