Public Methods |
| String[] | _ids () |
| void | removeVideo (String _ob_a0) throws DatabaseException |
| void | removeSegmentation (VxSegmentation _ob_a0) throws DatabaseException |
| void | removeSegment (VxSegment _ob_a0) throws DatabaseException |
| void | addSegmentation (VxSegmentation _ob_a0, String _ob_a1, String _ob_a2, String _ob_a3) throws DatabaseException |
| VxSegmentationBuilder | buildSegmentation (String _ob_a0, String _ob_a1) throws DatabaseException |
| String[] | listVideos () |
| String[] | listSegmentations (String _ob_a0) |
| VxSegmentation | getSegmentation (String _ob_a0, String _ob_a1) |
| VxSegment[] | querySegments (String _ob_a0) throws DatabaseException |
| String[] | queryStrings (String _ob_a0) throws DatabaseException |
| SegmentQueryResult[] | queryMultipleSegments (String _ob_a0) throws DatabaseException |
| void | close () |
| String | queryXML (String _ob_a0) throws DatabaseException |
| DBData[][] | queryDBData (String _ob_a0, DBDataTag[] _ob_a1) throws DatabaseException |
| void | addHistogram (String _ob_a0, String _ob_a1, float[] _ob_a2) throws DatabaseException |
| float[] | getHistogram (String _ob_a0, String _ob_a1) throws DatabaseException |
| String[] | nearest (String _ob_a0, String _ob_a1, int _ob_a2) throws DatabaseException |
| String[] | random (String _ob_a0, int _ob_a1) throws DatabaseException |
| String[] | search (int _ob_a0, float[] _ob_a1) throws DatabaseException |
| VxSimilarityBuilder | addSimilarities (String _ob_a0, String _ob_a1, String _ob_a2) throws DatabaseException |
Static Public Attributes |
| final java.lang.Class | _ob_opsClass = FullSessionOperations.class |