Users' Area

:: Generators Library

   > Measures File Reader

   > Labels File Reader

   > Mixed File Reader

   > Image Directory


:: Filters

:: Transformers

:: Aggregators

:: Inspectors

:: Serializers

Delimited File Reader Image Directory Generator

Authors Bruno Farina
Institution Universita' degli Studi di Pavia
Release Date 1st December 2007
Release Version 1.0
License Apache License 2.0
Previous Versions -

Images for JDPF JDPF Fenerator JDPF Binary

Parameters

Name
Description
Type
Allowed Values
Default
ImageSource The URI of the file or directory to read. uri URI MANDATORY

Example of Image Directory Generator parametrization:

<jdpf:Parameters transitionId="generator0" logging="false">
    <jdpf:Parameter>
        <jdpf:Name>ImageSource</jdpf:Name>
        <jdpf:Value>file:///C:/JDPF/TestingExamples/images/</jdpf:Value>
    </jdpf:Parameter>
</jdpf:Parameters>

or

<jdpf:Parameters transitionId="generator0" logging="false">
    <jdpf:Parameter>
        <jdpf:Name>ImageSource</jdpf:Name>
        <jdpf:Value>file:///C:/JDPF/TestingExamples/images/venetian.jpg</jdpf:Value>
    </jdpf:Parameter>
</jdpf:Parameters>

 

Description

The Image Directory Generator is able to read one RGB image or all the RGB images contained in a specific directory. The accepted images formats are: "jpg","jpeg","png","gif".

Allowed Input & Produced Output Data Types

Label
Supported data type(s)
Input none
Output org.jdpf.plugins.datatypes.media.RGBImage

Works With

The Image Directory Generator block works with all the block that accept a org.jdpf.plugins.datatypes.media.RGBImage as input. Thus:

Dependencies

As the Simple File Generator has been devloped with the JDPF core plugins, the only dependency is with the core plugin: