public interface PlateDetectorFilter
extends org.kurento.client.Filter
Endpoint detects
vehicle plates in a video feed.| Modifier and Type | Interface and Description |
|---|---|
static class |
PlateDetectorFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
org.kurento.client.ListenerSubscription |
addPlateDetectedListener(org.kurento.client.EventListener<PlateDetectedEvent> listener)
Add a
EventListener for event PlateDetectedEvent. |
void |
addPlateDetectedListener(org.kurento.client.EventListener<PlateDetectedEvent> listener,
org.kurento.client.Continuation<org.kurento.client.ListenerSubscription> cont)
Add a
EventListener for event PlateDetectedEvent. |
void |
removePlateDetectedListener(org.kurento.client.ListenerSubscription listenerSubscription)
Remove a
ListenerSubscription for event PlateDetectedEvent. |
void |
removePlateDetectedListener(org.kurento.client.ListenerSubscription listenerSubscription,
org.kurento.client.Continuation<Void> cont)
Remove a
ListenerSubscription for event PlateDetectedEvent. |
void |
setPlateWidthPercentage(float plateWidthPercentage)
Configures the average width of the license plates in the image represented as an image percentage.
|
void |
setPlateWidthPercentage(float plateWidthPercentage,
org.kurento.client.Continuation<Void> cont)
Asynchronous version of setPlateWidthPercentage:
Continuation.onSuccess(F) is called when the action is
done. |
void |
setPlateWidthPercentage(org.kurento.client.Transaction tx,
float plateWidthPercentage)
Configures the average width of the license plates in the image represented as an image percentage.
|
addElementConnectedListener, addElementConnectedListener, addElementDisconnectedListener, addElementDisconnectedListener, addMediaFlowInStateChangeListener, addMediaFlowInStateChangeListener, addMediaFlowOutStateChangeListener, addMediaFlowOutStateChangeListener, addMediaTranscodingStateChangeListener, addMediaTranscodingStateChangeListener, connect, connect, connect, connect, connect, connect, connect, connect, connect, connect, connect, connect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, getGstreamerDot, getGstreamerDot, getGstreamerDot, getGstreamerDot, getGstreamerDot, getGstreamerDot, getMaxOuputBitrate, getMaxOuputBitrate, getMaxOuputBitrate, getMaxOutputBitrate, getMaxOutputBitrate, getMaxOutputBitrate, getMinOuputBitrate, getMinOuputBitrate, getMinOuputBitrate, getMinOutputBitrate, getMinOutputBitrate, getMinOutputBitrate, getSinkConnections, getSinkConnections, getSinkConnections, getSinkConnections, getSinkConnections, getSinkConnections, getSinkConnections, getSinkConnections, getSinkConnections, getSourceConnections, getSourceConnections, getSourceConnections, getSourceConnections, getSourceConnections, getSourceConnections, getSourceConnections, getSourceConnections, getSourceConnections, getStats, getStats, getStats, getStats, getStats, getStats, isMediaFlowingIn, isMediaFlowingIn, isMediaFlowingIn, isMediaFlowingIn, isMediaFlowingIn, isMediaFlowingIn, isMediaFlowingOut, isMediaFlowingOut, isMediaFlowingOut, isMediaFlowingOut, isMediaFlowingOut, isMediaFlowingOut, isMediaTranscoding, isMediaTranscoding, isMediaTranscoding, isMediaTranscoding, isMediaTranscoding, isMediaTranscoding, removeElementConnectedListener, removeElementConnectedListener, removeElementDisconnectedListener, removeElementDisconnectedListener, removeMediaFlowInStateChangeListener, removeMediaFlowInStateChangeListener, removeMediaFlowOutStateChangeListener, removeMediaFlowOutStateChangeListener, removeMediaTranscodingStateChangeListener, removeMediaTranscodingStateChangeListener, setAudioFormat, setAudioFormat, setAudioFormat, setMaxOuputBitrate, setMaxOuputBitrate, setMaxOuputBitrate, setMaxOutputBitrate, setMaxOutputBitrate, setMaxOutputBitrate, setMinOuputBitrate, setMinOuputBitrate, setMinOuputBitrate, setMinOutputBitrate, setMinOutputBitrate, setMinOutputBitrate, setOutputBitrate, setOutputBitrate, setOutputBitrate, setVideoFormat, setVideoFormat, setVideoFormataddErrorListener, addErrorListener, addTag, addTag, addTag, getChildren, getChildren, getChildren, getChilds, getChilds, getChilds, getCreationTime, getCreationTime, getCreationTime, getId, getId, getId, getMediaPipeline, getMediaPipeline, getMediaPipeline, getName, getName, getName, getParent, getParent, getParent, getSendTagsInEvents, getSendTagsInEvents, getSendTagsInEvents, getTag, getTag, getTag, getTags, getTags, getTags, removeErrorListener, removeErrorListener, removeTag, removeTag, removeTag, setName, setName, setName, setSendTagsInEvents, setSendTagsInEvents, setSendTagsInEventsvoid setPlateWidthPercentage(float plateWidthPercentage)
plateWidthPercentage - average width of the license plates represented as an image percentage [0..1].void setPlateWidthPercentage(float plateWidthPercentage,
org.kurento.client.Continuation<Void> cont)
Continuation.onSuccess(F) is called when the action is
done. If an error occurs, Continuation.onError(java.lang.Throwable) is called.plateWidthPercentage - average width of the license plates represented as an image percentage [0..1].setPlateWidthPercentage(float)void setPlateWidthPercentage(org.kurento.client.Transaction tx,
float plateWidthPercentage)
plateWidthPercentage - average width of the license plates represented as an image percentage [0..1].org.kurento.client.ListenerSubscription addPlateDetectedListener(org.kurento.client.EventListener<PlateDetectedEvent> listener)
EventListener for event PlateDetectedEvent. Synchronous call.listener - Listener to be called on PlateDetectedEventvoid addPlateDetectedListener(org.kurento.client.EventListener<PlateDetectedEvent> listener, org.kurento.client.Continuation<org.kurento.client.ListenerSubscription> cont)
EventListener for event PlateDetectedEvent. Asynchronous call.
Calls Continuation<ListenerSubscription> when it has been added.listener - Listener to be called on PlateDetectedEventcont - Continuation to be called when the listener is registeredvoid removePlateDetectedListener(org.kurento.client.ListenerSubscription listenerSubscription)
ListenerSubscription for event PlateDetectedEvent. Synchronous call.listenerSubscription - Listener subscription to be removedvoid removePlateDetectedListener(org.kurento.client.ListenerSubscription listenerSubscription,
org.kurento.client.Continuation<Void> cont)
ListenerSubscription for event PlateDetectedEvent. Asynchronous call.
Calls Continuation<Void> when it has been removed.listenerSubscription - Listener subscription to be removedcont - Continuation to be called when the listener is removedCopyright © 2020. All rights reserved.