Difference between revisions of "IMX8/Multimedia/GPU/OpenCL"

From RidgeRun Developer Connection
< IMX8‎ | Multimedia‎ | GPU
Jump to: navigation, search
(Demo Examples)
m
Line 22: Line 22:
 
# Is the result of Equalization application.
 
# Is the result of Equalization application.
  
<noinclude>{{IMX8/Foot|<Replace with "previous" page>|<Replace with "next" page>}}</noinclude>
+
<noinclude>{{IMX8/Foot|Multimedia/GPU/OpenGL|Multimedia/GPU/OpenVX}}</noinclude>

Revision as of 14:16, 3 November 2018


NXP Partner Program Registered Vertical.jpg NXP Partner Program Horizontal.jpg
  Index  





Open Computing Language - OpenCL

OpenCL™ is the open, royalty-free standard for cross-platform, parallel programming of diverse processors found in personal computers, servers, mobile devices and embedded platforms. OpenCL greatly improves the speed and responsiveness of a wide spectrum of applications in numerous market categories including gaming and entertainment titles, scientific and medical software, professional creative tools, vision processing, and neural network training and inferencing. Find more information about OpenCL features and releases on this page.

Demo Examples

There are some examples on this repository that can be used to check the basics required to understand how to write applications on OpenCL. You can find those examples on the /opt/imx-gpu-sdk/OpenCL directory.

Folder Content

  • FastFourierTransform: OpenCL Kernel and code to execute a Fast Fourier Transform.
  • Info: This is a simple OpenCL application that allows you to obtain your system's complete OpenCL information: CL kernel compilers, number of buffers supported, extensions available and more.
  • SoftISP: This is a software-based image signal processing (SoftISP) application optimized by GPU. This demo allows to apply high quality noise reduction.
SoftISP

Where:

  1. Is the original input image.
  2. Is the result of 'Bad Pixel' removal.
  3. Is the result of White Balance variation.
  4. Is the result of Equalization application.


Previous: Multimedia/GPU/OpenGL Index Next: Multimedia/GPU/OpenVX