mirror of
https://github.com/opencv/opencv.git
synced 2026-07-25 21:33:04 +04:00
a308dfca98
* add broadcast_to with tests * change name * fix test * fix implicit type conversion * replace type of shape with InputArray * add perf test * add perf tests which takes care of axis * v2 from ficus expand * rename to broadcast * use randu in place of declare * doc improvement; smaller scale in perf * capture get_index by reference