List All Pages
This tutorial will describes how to apply a CTL Program on one of your buffer, either an image or a single pixel.
There are two important classes for this OpenCTL::Module which contains the code...
This tutorial will describes how to apply a Shiva Kernel on one of your image. The main class for this is OpenShiva::Kernel.
The first things to do is to create a Kernel:
OpenShiva::Kernel...
Introduction
Documentation
Tutorials
Please change this page according to your needs
Browse the code
* browse the mercurial repository
* You can read the archive of commits at opengtl-commits, to receive each commit message, you can subscribe to the opengtl-commits list, you need...
CTL Manual from A.M.P.A.S CTL Implementation
CTL Templates
API Documentation
public API, use this documentation if you are only interested in using OpenGTL in your application
public and private API, use this documentation if you are interested in...
If you are allowed to edit pages in this Site, simply click on edit button at the bottom of the page. This will open an editor.
To create a link to a new page, use syntax: [[[new page name]]] or...
From a source tallball of a release
You can download llvm from llvm's website or use your distribution package, and you can download OpenGTL here.
LLVM 2.4/2.5 for 32bits
tar -xzf llvm-2.5.tar.gz...
Please change this page according to your policy (configure first using Site Manager) and remove this note.
Who can join?
You can write here who can become a member of this site.
Join!
So you...
In this tutorial we will show the basic of writting a kernel.
The first line of a kernel contain the keyword kernel followed by the name of the kernel:
kernel wavely
{
Then you can defines...
Introduction
Documentation
installation
Developers resources
Introduction
Documentation
Tutorials
Welcome page
What is a Wiki Site?
How to edit pages?
How to join this site?
Site members
Recent changes
List all pages
Page Tags
Site Manager
Page tags
Add a new page
edit this panel
Members:
Moderators
Admins
This page describes ctlp, the CTL Templates language available with OpenCTL (starting from version 0.9.10).
Examples
Color Transformation
@operation(transformation)
{
@allchannels( @type...
CTL
Introduction
Documentation
Tutorials
Shiva
Introduction
Documentation
Tutorials
Libraries
Introduction
Documentation
Installation
Tutorials
Developers resources
wiki.opengtl.org
What...
Write Shiva kernels
My first kernel: wavely effect
Use the OpenShiva library in C/C++ code
Apply a Kernel on an image
Wrap A C++ Image Class Into A GTLCore::Buffer and GTLCore::Image
Use the OpenCTL library in C/C++ code
Apply a CTL Program on...
Write Color Transformations
This wiki is intented to provide documentation for the Color Transformation Language, the Shiva Kernel Language, and the OpenGTL libraries.
Color Transformation...
If this is your first site
Then there are some things you need to know:
You can configure all security and other settings online, using the Site Manager. When you invite other people to help build...
According to Wikipedia, the world largest wiki site:
A Wiki ([ˈwiː.kiː] <wee-kee> or [ˈwɪ.kiː] <wick-ey>) is a type of website that allows users to add, remove, or otherwise edit...
In this tutorial we are going to show how to wrap a custom MyImage class into a GTLCore::Buffer and GTLCore::AbstractImage to use it with OpenGTL.
We will assume that MyImage has the following...





