Search:
Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Roadmap
View Tickets
Search
Patch Manager
Context Navigation
Back to Ticket #104
Ticket #104
: basictypes.dl
File basictypes.dl,
172 bytes
(added by
joachim.ungar@…
,
13 years ago
)
type definition file
Line
1
// 2D 4-Channel 8-bit image for IMAGE2009 dataset
2
struct RGNSPixel { char red, green, nir, swir; };
3
typedef marray <RGNSPixel,2> RGNSImage;
4
typedef set<RGNSImage> RGNSSet;
Download in other formats:
Original Format