Build a better solution reusing community experience.
| Authors | Davide Truzzi, Bruno Farina |
| Institution | Universita' degli Studi di Pavia |
| Release Date | 1st December 2007 |
| Release Version | 1.0 |
| License | Apache License 2.0 |
| Previous Versions | - |
![]() |
![]() |
Name |
Description |
Type |
Allowed Values | Default |
|---|---|---|---|---|
| ConversionMode | The conversion algorithm to be applied | string | {average,weighted} | average |
Example of RGB2Grayscale Filter parametrization:
<jdpf:Parameters transitionId="tr1" logging="false">
<jdpf:Parameter>
<jdpf:Name>ConversionMode</jdpf:Name>
<jdpf:Value>average</jdpf:Value>
</jdpf:Parameter>
</jdpf:Parameters>
The RGB2Grayscale Filter is transforming an image into grayscale.
Label |
Supported data type(s) |
|---|---|
| Input | org.jdpf.plugins.datatypes.media.RGBImage |
| Output | org.jdpf.plugins.datatypes.media.RGBImage |
The RGB2Grayscale Filter block accepts in input org.jdpf.plugins.datatypes.media.RGBImage and produce as output a org.jdpf.plugins.datatypes.media.RGBImage. Thus:
As the Simple File Serializer has been devloped with the JDPF core plugins, the only dependency is with the core plugin: