Jafar
Classes
Module textures

Detailed Description

Version:
0.1
Author:
simon.lacroix@laas.fr cyrille.berger@laas.fr

This module contain some function for extracting attributes from textures. You can have a brief overview of the algorithms in a presentation.

History

Requirements

This module depends on the Image module

Macro

Exemple of use in ruby:

    im1 = Image::Image.loadImage("texture.tiff")
    dsatt = Textures::DiffSumAttributes.new(im1)
    coatt = Textures::CoOccuringAttributes.new(im1)
    puts "cooccurence's means = #{coatt.means} diffsum's means = #{dsatt.means}"

Tcl interface (generated by swig)

The interface of the module is generated from the following files:

Classes

class  jafar::textures::Attributes
 This is the base class for textures attributes computation. More...
class  jafar::textures::TexturesException
 Base class for all exceptions defined in the module textures. More...
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:30 for Jafar by doxygen 1.7.6.1
LAAS-CNRS