mirror of
https://github.com/opencv/opencv.git
synced 2026-07-25 21:33:04 +04:00
315e7fbbee
GAPI: Add normalize kernel in G-API (#13721) * Add normalize kernel in G-API In addition add several tests on new kernel * Fix indentations and normalize test structure * Move normalize kernel from imgproc to core Set default parameter ddepth to -1 * Fix alignment