Ticket #104: basictypes.dl

File basictypes.dl, 172 bytes (added by joachim.ungar@…, 12 years ago)

type definition file

Line 
1// 2D 4-Channel 8-bit image for IMAGE2009 dataset
2struct RGNSPixel { char red, green, nir, swir; };
3typedef marray <RGNSPixel,2> RGNSImage;
4typedef set<RGNSImage> RGNSSet;