Uses of Class
tritechgemini.imagedata.FanImageData
Packages that use FanImageData
-
Uses of FanImageData in tritechgemini.imagedata
Methods in tritechgemini.imagedata that return FanImageDataModifier and TypeMethodDescriptionFanImageData.clone()Deep hard clone of the image dataFanPicksFromData.createFanData(SonarImageRecordI sonarRecord, int nPixX, int nPixY, byte[] data) ImageFanMaker.createFanData(SonarImageRecordI sonarRecord) Create fan data from a GeminiRecord with default sizes, probably a width equal to the number of beams and a height scaled accordingly.ImageFanMaker.createFanData(SonarImageRecordI sonarRecord, byte[] imageData) Create fan data from a GeminiRecord with default sizes, probably a width equal to the number of beams and a height scaled accordingly.ImageFanMaker.createFanData(SonarImageRecordI sonarRecord, int nXbins) Create fan data using the raw data from the record and the given number of x pixels.ImageFanMaker.createFanData(SonarImageRecordI sonarRecord, int nPixX, byte[] imageData) Create fan image with the given width.ImageFanMaker.createFanData(SonarImageRecordI sonarRecord, int nPixX, int nPixY) n width.abstract FanImageDataImageFanMaker.createFanData(SonarImageRecordI sonarRecord, int nPixX, int nPixY, byte[] imageData) n width.