SimpleOpenNI
Class ImageGenerator

java.lang.Object
  extended by SimpleOpenNI.NodeWrapper
      extended by SimpleOpenNI.ProductionNode
          extended by SimpleOpenNI.Generator
              extended by SimpleOpenNI.MapGenerator
                  extended by SimpleOpenNI.ImageGenerator

public class ImageGenerator
extends MapGenerator


Constructor Summary
ImageGenerator()
           
ImageGenerator(long cPtr, boolean cMemoryOwn)
           
ImageGenerator(SWIGTYPE_p_XnNodeHandle hNode)
           
 
Method Summary
 void delete()
           
static long getCPtr(ImageGenerator obj)
           
 SWIGTYPE_p_XnGrayscale16Pixel GetGrayscale16ImageMap()
           
 SWIGTYPE_p_XnGrayscale8Pixel GetGrayscale8ImageMap()
           
 SWIGTYPE_p_unsigned_char GetImageMap()
           
 void GetMetaData(ImageMetaData metaData)
           
 SWIGTYPE_p_XnPixelFormat GetPixelFormat()
           
 SWIGTYPE_p_XnRGB24Pixel GetRGB24ImageMap()
           
 SWIGTYPE_p_XnYUV422DoublePixel GetYUV422ImageMap()
           
 boolean IsPixelFormatSupported(SWIGTYPE_p_XnPixelFormat Format)
           
 long SetPixelFormat(SWIGTYPE_p_XnPixelFormat Format)
           
 
Methods inherited from class SimpleOpenNI.MapGenerator
GetAntiFlickerCap, GetBacklightCompensationCap, GetBrightnessCap, GetBytesPerPixel, GetContrastCap, getCPtr, GetCroppingCap, GetExposureCap, GetFocusCap, GetGainCap, GetGammaCap, GetHueCap, GetIrisCap, GetLowLightCompensationCap, GetMapOutputMode, GetPanCap, GetRollCap, GetSaturationCap, GetSharpnessCap, GetSupportedMapOutputModes, GetSupportedMapOutputModesCount, GetTiltCap, GetWhiteBalanceCap, GetZoomCap, SetMapOutputMode
 
Methods inherited from class SimpleOpenNI.Generator
GetAlternativeViewPointCap, getCPtr, GetData, GetDataSize, GetFrameID, GetFrameSyncCap, GetMirrorCap, GetTimestamp, IsDataNew, IsGenerating, IsNewDataAvailable, IsNewDataAvailable, StartGenerating, StopGenerating, WaitAndUpdateData
 
Methods inherited from class SimpleOpenNI.ProductionNode
AddNeededNode, GetContext, getCPtr, GetGeneralProperty, GetInfo, GetIntProperty, GetRealProperty, GetStringProperty, IsCapabilitySupported, LockedNodeEndChanges, LockedNodeStartChanges, LockForChanges, RemoveNeededNode, SetGeneralProperty, SetIntProperty, SetRealProperty, SetStringProperty, UnlockForChanges
 
Methods inherited from class SimpleOpenNI.NodeWrapper
AddRef, getCPtr, GetName, IsValid, Release, SetHandle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageGenerator

public ImageGenerator()

ImageGenerator

public ImageGenerator(long cPtr,
                      boolean cMemoryOwn)

ImageGenerator

public ImageGenerator(SWIGTYPE_p_XnNodeHandle hNode)
Method Detail

delete

public void delete()
Overrides:
delete in class MapGenerator

getCPtr

public static long getCPtr(ImageGenerator obj)

GetGrayscale16ImageMap

public SWIGTYPE_p_XnGrayscale16Pixel GetGrayscale16ImageMap()

GetGrayscale8ImageMap

public SWIGTYPE_p_XnGrayscale8Pixel GetGrayscale8ImageMap()

GetImageMap

public SWIGTYPE_p_unsigned_char GetImageMap()

GetMetaData

public void GetMetaData(ImageMetaData metaData)

GetPixelFormat

public SWIGTYPE_p_XnPixelFormat GetPixelFormat()

GetRGB24ImageMap

public SWIGTYPE_p_XnRGB24Pixel GetRGB24ImageMap()

GetYUV422ImageMap

public SWIGTYPE_p_XnYUV422DoublePixel GetYUV422ImageMap()

IsPixelFormatSupported

public boolean IsPixelFormatSupported(SWIGTYPE_p_XnPixelFormat Format)

SetPixelFormat

public long SetPixelFormat(SWIGTYPE_p_XnPixelFormat Format)