opencv/modules/gapi
Ruslan Garnov 443fed796a Merge pull request #12990 from rgarnov:gapi_fluid_reshape_support
G-API: Introduce new `reshape()` API (#12990)

* Moved initFluidUnits, initLineConsumption, calcLatency, calcSkew to separate functions

* Added Fluid::View::allocate method (moved allocation logic from constructor)

* Changed util::zip to util::indexed, utilized collectInputMeta in GFluidExecutable constructor

* Added makeReshape method to FluidExecutable

* Removed m_outputRoi from GFluidExecutable

* Added reshape feature

* Added switch of resize mapper if agent ratio was changed

* Added more TODOs and renamed a function

* G-API reshape(): add missing `override` specifiers

Fix warnings on all platforms
2018-10-30 21:12:36 +03:00
..
cmake Merge pull request #12608 from dmatveev:gapi 2018-09-26 21:50:39 +03:00
doc Merge pull request #12857 from dmatveev:hld 2018-10-24 07:47:56 +03:00
include/opencv2 Merge pull request #12990 from rgarnov:gapi_fluid_reshape_support 2018-10-30 21:12:36 +03:00
perf Merge pull request #12949 from AsyaPronina:missed_multiply_operator_for_GMAT 2018-10-30 21:10:47 +03:00
samples Merge pull request #12857 from dmatveev:hld 2018-10-24 07:47:56 +03:00
src Merge pull request #12990 from rgarnov:gapi_fluid_reshape_support 2018-10-30 21:12:36 +03:00
test Merge pull request #12990 from rgarnov:gapi_fluid_reshape_support 2018-10-30 21:12:36 +03:00
CMakeLists.txt Merge pull request #12857 from dmatveev:hld 2018-10-24 07:47:56 +03:00