Searched defs:old_pyramid (Results 1 – 4 of 4) sorted by relevance
63 void CLOpticalFlow::configure(const CLPyramid *old_pyramid, const CLPyramid *new_pyramid, in configure()72 void CLOpticalFlow::configure(const CLCompileContext &compile_context, const CLPyramid *old_pyramid… in configure()
58 void NEOpticalFlow::configure(const Pyramid *old_pyramid, const Pyramid *new_pyramid, const IKeyPoi… in configure()
101 PyramidType old_pyramid = create_pyramid<PyramidType>(pyramid_info); in compute_target() local
265 …std::vector<SimpleTensor<T>> old_pyramid = gaussian_pyramid_half(old_input, border_mode, constant_… in optical_flow() local