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

From RidgeRun Developer Connection
< IMX8‎ | Multimedia‎ | GPU
Jump to: navigation, search
(Created page with "<noinclude>{{IMX8/Head}}</noinclude> Fill this area with the relevant information Make sure you update the "previous" and "next" below! Do not include the IMX8/ prefix on nex...")
 
m
 
(33 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>{{IMX8/Head}}</noinclude>
+
<noinclude>{{IMX8/Head|previous=Multimedia/GPU/OpenCL|next=Multimedia/GPU/OpenVG|metakeywords=multimedia,gpu,openvx,gpu-openvx,software-based image signal processing,SoftISP}}</noinclude>
  
Fill this area with the relevant information
+
==Demo Examples==
Make sure you update the "previous" and "next" below! Do not include the IMX8/ prefix on next/prev there.
+
There are some examples on [https://github.com/NXPmicro/gtec-demo-framework this repository] that can be used to check the basics required to understand how to write applications on OpenVX. You can find those examples on the '''/opt/imx-gpu-sdk/OpenVX''' directory.
  
<noinclude>{{IMX8/Foot|<Replace with "previous" page>|<Replace with "next" page>}}</noinclude>
+
===Folder Content===
 +
Below you can find a brief description of the examples present inside the OpenVX folder:
 +
 
 +
*'''SoftISP:''' It is a software-based image signal processing(SoftISP) application optimized by GPU. SoftISP --Options "Enable" Enable high quality noise reduction node.
 +
 
 +
<!--
 +
[[File:softisp.gif|center|SoftISP Output]]
 +
-->
 +
 
 +
<noinclude>{{IMX8/Foot|Multimedia/GPU/OpenCL|Multimedia/GPU/OpenVG}}</noinclude>

Latest revision as of 12:20, 9 March 2023


NXP Partner Program Registered Vertical.jpg NXP Partner Program Horizontal.jpg
Previous: Multimedia/GPU/OpenCL Index Next: Multimedia/GPU/OpenVG





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 OpenVX. You can find those examples on the /opt/imx-gpu-sdk/OpenVX directory.

Folder Content

Below you can find a brief description of the examples present inside the OpenVX folder:

  • SoftISP: It is a software-based image signal processing(SoftISP) application optimized by GPU. SoftISP --Options "Enable" Enable high quality noise reduction node.


Previous: Multimedia/GPU/OpenCL Index Next: Multimedia/GPU/OpenVG