public class Remapping extends Object implements stream.Processor
| Modifier and Type | Field and Description |
|---|---|
String |
key |
String |
outputKey |
boolean |
reverse |
| Constructor and Description |
|---|
Remapping() |
| Modifier and Type | Method and Description |
|---|---|
stream.Data |
process(stream.Data item) |
void |
remapFromChidToSoftId(short[] data,
short[] remapped) |
void |
remapFromSoftIdToChid(short[] data,
short[] remapped) |
@Parameter(required=true,
description="Key refering to an array of short containing pixel data sorted by SoftId")
public String key
@Parameter(required=true) public String outputKey
@Parameter(required=false,
description="Whether to remap back to softid from chid")
public boolean reverse
Copyright © 2019. All rights reserved.