Ignore:
Timestamp:
2009-12-04T16:20:53+13:00 (14 years ago)
Author:
kjdon
Message:

name change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/pharos/trunk/src/java/imageis/ImageIS.java

    r21267 r21270  
    1 package pharosimageis;
     1package imageis;
    22
    33import eu.pharos.kmi.videosegmentation.ContentBasedSearchWSProxyStub;
     
    1515import org.apache.xmlbeans.XmlObject;
    1616
    17 public class PharosImageIS
     17public class ImageIS
    1818{
    1919  private final String namespaceDeclaration = "declare namespace mpeg7='urn:mpeg:mpeg7:schema:2001';";
     
    2525  private VSProcessor vsp = null;
    2626 
    27   public PharosImageIS()
     27  public ImageIS()
    2828  {
    2929    if (!(VideoSegmentation.instanceCreated())){
     
    5252     
    5353      if (args.length != 1) {
    54         System.out.println("USAGE: java -jar PharosImageIS.jar xmlinput.xml");
     54        System.out.println("USAGE: java -jar ImageIS.jar xmlinput.xml");
    5555        System.exit(0);
    5656      }
     
    6161      String input = FileUtils.readFileToString(new File(args[0]));
    6262
    63       PharosImageIS inst = new PharosImageIS();
     63      ImageIS inst = new ImageIS();
    6464
    6565      if (input.contains("kmi image annotation segment to add")) {
Note: See TracChangeset for help on using the changeset viewer.