org.cybertory.MSS
Interface FeatureTexture

All Known Implementing Classes:
FeatureTextureConst, FeatureTextureDonut, FeatureTextureFunction

public interface FeatureTexture

A means of altering the default uniform filling in of features. The createTexture(java.awt.Shape, int) returns an image that is to be multiplied by uniform intensities to produce non-uniform intensities. Be aware that means any pixels not to be altered in the result must have a pixel value of 1.0 in the returned image. Holes/gaps in the feature can be created with pixel values of 0.0. The image produced must match the passed in ImageLayout object.


Method Summary
 java.awt.image.RenderedImage createTexture(java.awt.Shape featureShape, int numChannels)
           
 

Method Detail

createTexture

public java.awt.image.RenderedImage createTexture(java.awt.Shape featureShape,
                                                  int numChannels)