The root directory is called SoftISP under OpenCL. There are three subdirectories in the root directory:
1)Executable binary "SoftISP"is in folder of SoftISP.
2) Build - contains OBJ files generated by the SW-ISP.
3)Content - contains the prepared raw images "bayer.data" in the *.data format. The raw image was captured by Bayer camera (resolution: 1920 x 1080, Bayer array: BG/GR). The application can read raw data by the filename of "bayer.data"
4)Source - contains source code running on CPU and GPU. "isp_kernel.cl" is C code of kernels.
performance:
High application performance (OpenCL: ~28 fps, 1080p, OpenVX: ~39fps, 1080p).