Can anyone please confirm if OpenCL module from Opencv (2.4.13.7) is supported for iOS architecture (i.e. arm64)? When I try to use this module for macOS it works fine but on iOS, it gives me error : "Framework not found OpenCL".
OpenCL support for iOS
OpenCL is not a public framework on iOS. Furthermore, it's deprecated on both macOS and iOS.
Use Metal instead.