* Add Sobel kernel which returns both dx and dy * Splice dx and dy and extend add_border function Also change some tests parameters * Add borderValue parameter in test * Introduces fluid kernel for sobelxy Adds tests (basic and performance) on new backend * Introduces BufHelper struct for some arithmetic |
||
|---|---|---|
| .. | ||
| gapi_priv.cpp | ||
| gapi_priv.hpp | ||
| garray.cpp | ||
| gbackend_priv.hpp | ||
| gbackend.cpp | ||
| gcall_priv.hpp | ||
| gcall.cpp | ||
| gcomputation_priv.hpp | ||
| gcomputation.cpp | ||
| gkernel.cpp | ||
| gmat.cpp | ||
| gnode_priv.hpp | ||
| gnode.cpp | ||
| gnode.hpp | ||
| gproto_priv.hpp | ||
| gproto.cpp | ||
| gscalar.cpp | ||
| kernels_core.cpp | ||
| kernels_imgproc.cpp | ||
| operators.cpp | ||
| README.md | ||
This directory contains implementation of G-API frontend (public API classes).