| Package | Description |
|---|---|
| skyview.data | |
| skyview.executive | |
| skyview.ij | |
| skyview.process | |
| skyview.process.deedger | |
| skyview.process.imagefinder | |
| skyview.request | |
| skyview.sia | |
| skyview.vo |
| Modifier and Type | Method and Description |
|---|---|
void |
BoxSmoother.process(Image[] inputs,
Image output,
int[] selector,
Sampler samp,
DepthSampler dsamp)
Use as a postprocessor
|
void |
PolarData.process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp) |
void |
ThresholdMedianSmoother.process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp)
Do the median smoothing -- possibly with thresholding.
|
void |
WeightedSmoother.process(Image[] inputs,
Image output,
int[] selector,
Sampler samp,
DepthSampler dsamp)
Use as a postprocessor
|
| Modifier and Type | Field and Description |
|---|---|
protected DepthSampler |
Imager.dsamp
The energy sampler object used when creaing the output image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IJProcessor.process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddingMosaicker.process(Image[] input,
Image output,
int[] osource,
Sampler samp,
DepthSampler dSampler)
Populate the pixel values of the output mosaic.
|
void |
BackupMosaicker.process(Image[] input,
Image output,
int[] osource,
Sampler samp,
DepthSampler dSampler) |
void |
Deedger.process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp) |
void |
IDMosaic.process(Image[] input,
Image output,
int[] osource,
Sampler samp,
DepthSampler dSampler)
Return the tiles that would be used as the mosaicked image.
|
void |
InfoPrint.process(Image[] input,
Image output,
int[] osource,
Sampler samp,
DepthSampler dSampler) |
void |
Mosaicker.process(Image[] input,
Image output,
int[] osource,
Sampler samp,
DepthSampler dSampler)
Populate the pixel values of the output mosaic.
|
abstract void |
Processor.process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp)
Perform the processing task associated with this object.
|
void |
SubsetMosaicker.process(Image[] input,
Image output,
int[] osource,
Sampler samp,
DepthSampler dSampler)
Populate the pixel values of the output mosaic.
|
void |
BackupMosaicker.reprocess(Image output,
int[] source,
Sampler samp,
DepthSampler dSampler,
java.lang.String survey) |
| Modifier and Type | Method and Description |
|---|---|
void |
BoundaryAverage.process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp)
Initialized the de-edger.
|
void |
BoundaryMedian.process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp)
Initialize the de-edger.
|
void |
ImageMedian.process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp)
Initialized the de-edger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Prefetcher.process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp) |
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLWriter.process(Image[] inputs,
Image output,
int[] sources,
Sampler samp,
DepthSampler dpSamp)
Process the image.
|
void |
RGBWriter.process(Image[] inputs,
Image output,
int[] sources,
Sampler samp,
DepthSampler dpSamp) |
| Modifier and Type | Method and Description |
|---|---|
void |
SIAWriter.process(Image[] input,
Image output,
int[] osource,
Sampler samp,
DepthSampler dSampler) |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogProcessor.postProcess(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp) |
void |
CatalogPostProcessor.process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp)
Perform the processing task associated with this object.
|
void |
CatalogProcessor.process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp)
Start up the processing.
|