opencv/modules/core/include/opencv2
2013-10-25 16:46:03 +04:00
..
core 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. 2013-10-25 16:46:03 +04:00
core.hpp the first draft of transparent API and new UMat class. more files 2013-10-22 14:05:15 +04:00