00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef HxCorbaBlob2d_idl
00010 #define HxCorbaBlob2d_idl
00011
00012 #include "HxCorbaPixValue.idl"
00013 #include "HxCorbaRgbBuffer.idl"
00014 #include "HxCorbaImageRep.idl"
00015
00016 module HxCorba
00017 {
00018
00020 typedef long ContourCode;
00021
00023 typedef sequence<ContourCode> ContourCodeSeq;
00024
00025
00027 interface Blob2d
00028 {
00029 long ident();
00030 ImageRep getInputImage();
00031 ImageRep getLabeledImage();
00032 long getLabel();
00033
00034 long getContourX();
00035 long getContourY();
00036 long getContourLength();
00037 ContourCodeSeq getContourCodes();
00038 void fillRgb(in RgbBuffer buf);
00039
00040 PixValue getFeature(in string name);
00041 };
00042
00044 typedef sequence<Blob2d> Blob2dSet;
00045
00046 };
00047
00048 #endif //HxCorbaBlob2d_idl