VisionWorks Toolkit Reference

September 29, 2015 | 1.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
User Custom Node Tutorial

Detailed Description

This tutorial demonstrates User Custom Node implementation.

The Kernel Object API (Object: Kernel) allows you to create custom nodes that can be integrated into the VisionWorks framework and can be used in graphs.

This tutorial demonstrates the implementation of User Custom Node that sorts an array of keypoints. The node supports 2 modes:

Modules

 1. Implementation
 This section demonstrates functionality implementation of User Custom Node.
 
 2. Input Validation
 This section demonstrates input validation implementation.
 
 3. Output Validation
 This section demonstrates output validation implementation.
 
 4. Registration
 This section demonstrates user custom kernel registration.
 
 5. Node Factory
 This section demonstrates user custom node creation.
 
 6. Usage
 This section demonstrates user custom node usage.