| Jafar
   
    | 
This module contain some function for extracting attributes from textures. You can have a brief overview of the algorithms in a presentation.
This module depends on the Image module
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}"
The interface of the module is generated from the following files:
try { } catch block for this module. | 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... | |
| Generated on Wed Oct 15 2014 00:37:30 for Jafar by doxygen 1.7.6.1 |   |