changed InputArray's enumeration constant for UMat, since it may potentially…
changed InputArray's enumeration constant for UMat, since it may potentially conflict with existing OpenCL module. refactored Kernel's setArg API (now UMat is passed to a kernel as a structure, as Alexander A suggested). removed Kernel's cleanup callback from the external API; now each kernel keeps track of used matrices and they are dereferenced after it's complete.
Showing
This diff is collapsed.
Please
register
or
sign in
to comment