Horus Doc || IDL Reference || C++ Binding   Java Binding || Doxygen's quick Index  

HxCorbaBlob2d.idl

Go to the documentation of this file.
00001 /*
00002  *  Copyright (c) 2000, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Marc Navarro            (mnavarro@wins.uva.nl)
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; // long or octet
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 }; // module HxCorba
00047 
00048 #endif //HxCorbaBlob2d_idl

Generated on Mon Jan 27 15:09:38 2003 for IDLReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001