Uses of Interface
org.opencastproject.metadata.mpeg7.SpatioTemporalDecomposition
Packages that use SpatioTemporalDecomposition
-
Uses of SpatioTemporalDecomposition in org.opencastproject.metadata.mpeg7
Classes in org.opencastproject.metadata.mpeg7 that implement SpatioTemporalDecompositionModifier and TypeClassDescriptionclassDefault implementation of a spatio temporal decomposition.Fields in org.opencastproject.metadata.mpeg7 declared as SpatioTemporalDecompositionModifier and TypeFieldDescriptionprotected SpatioTemporalDecompositionSegmentImpl.spatioTemporalDecompositionAn optional spatio-temporal decompositionMethods in org.opencastproject.metadata.mpeg7 that return SpatioTemporalDecompositionModifier and TypeMethodDescriptionAudioVisualSegment.createSpatioTemporalDecomposition(boolean gap, boolean overlap) Creates a spatio temporal decomposition in this video segment.SegmentImpl.createSpatioTemporalDecomposition(boolean gap, boolean overlap) Creates a spatio temporal decomposition in this video segment.VideoSegment.createSpatioTemporalDecomposition(boolean gap, boolean overlap) Creates a spatio temporal decomposition in this video segment.AudioVisualSegment.getSpatioTemporalDecomposition()Returns the spatio temporal decomposition that contains information about elements on the segment such as text elements.SegmentImpl.getSpatioTemporalDecomposition()Returns the spatio temporal decomposition that contains information about elements on the segment such as text elements.VideoSegment.getSpatioTemporalDecomposition()Returns the spatio temporal decomposition that contains information about elements on the segment such as text elements.