Public Methods |
| | FullSessionPOATie (FullSessionOperations delegate) |
| | FullSessionPOATie (FullSessionOperations delegate, org.omg.PortableServer.POA poa) |
| FullSessionOperations | _delegate () |
| void | _delegate (FullSessionOperations delegate) |
| org.omg.PortableServer.POA | _default_POA () |
| void | removeVideo (String videoName) throws DatabaseException |
| void | removeSegmentation (VxSegmentation seg) throws DatabaseException |
| void | removeSegment (VxSegment segment) throws DatabaseException |
| void | addSegmentation (VxSegmentation seg, String videoName, String segName, String description) throws DatabaseException |
| VxSegmentationBuilder | buildSegmentation (String videoName, String segName) throws DatabaseException |
| String[] | listVideos () |
| String[] | listSegmentations (String videoName) |
| VxSegmentation | getSegmentation (String videoName, String segName) |
| VxSegment[] | querySegments (String sqlQuery) throws DatabaseException |
| String[] | queryStrings (String sqlQuery) throws DatabaseException |
| SegmentQueryResult[] | queryMultipleSegments (String sqlQuery) throws DatabaseException |
| void | close () |
| String | queryXML (String sqlQuery) throws DatabaseException |
| DBData[][] | queryDBData (String sqlQuery, DBDataTag[] resultType) throws DatabaseException |
| void | addHistogram (String imageName, String setName, float[] histoData) throws DatabaseException |
| float[] | getHistogram (String imageName, String setName) throws DatabaseException |
| String[] | nearest (String imageName, String setName, int count) throws DatabaseException |
| String[] | random (String setName, int count) throws DatabaseException |
| String[] | search (int count, float[] sample) throws DatabaseException |
| VxSimilarityBuilder | addSimilarities (String videoName, String segName, String featureName) throws DatabaseException |