#include <iostream>
#include "GUI/XWinManaged.H"
#include "Image/Pixels.H"
#include "Image/ShapeOps.H"
#include "Image/ColorOps.H"
#include "SIFT/ScaleSpace.H"
#include "Raster/Raster.H"
#include <time.h>
#include "Corba/Objects/EchoImageServerSK.hh"
#include "Corba/ImageOrbUtil.H"
#include "Corba/CorbaUtil.H"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
a test program to send an image using corba: This is the client that sends and receives the image
Definition in file EchoImageClient.C.