A C F G H I O P R S

A

addImageListener(Listener<ImageEvent>) - Method in interface org.robokind.api.vision.ImageService
Adds a Listener to be notified when an image is received.
addImageListener(Listener<ImageEvent>) - Method in class org.robokind.api.vision.messaging.RemoteImageServiceClient
 
addImageRegionsListener(Listener<ImageRegionList>) - Method in interface org.robokind.api.vision.ImageRegionService
Adds a Listener to be notified when an ImageRegionList is received.
addImageRegionsListener(Listener<ImageRegionList>) - Method in class org.robokind.api.vision.messaging.RemoteImageRegionServiceClient
 

C

CameraServiceConfig - Interface in org.robokind.api.vision.config
 
create(Map<String, Object>) - Method in class org.robokind.api.vision.lifecycle.RemoteImageRegionServiceLifecycle
 
create(Map<String, Object>) - Method in class org.robokind.api.vision.lifecycle.RemoteImageServiceLifecycle
 

F

FaceDetectServiceConfig - Interface in org.robokind.api.vision.config
 

G

getBrokerAddress() - Method in interface org.robokind.api.vision.config.CameraServiceConfig
 
getBrokerAddress() - Method in interface org.robokind.api.vision.config.FaceDetectServiceConfig
 
getCameraChannels() - Method in interface org.robokind.api.vision.config.CameraServiceConfig
 
getCameraHeight() - Method in interface org.robokind.api.vision.config.CameraServiceConfig
 
getCameraNumber() - Method in interface org.robokind.api.vision.config.CameraServiceConfig
 
getCameraWidth() - Method in interface org.robokind.api.vision.config.CameraServiceConfig
 
getCommandDestination() - Method in interface org.robokind.api.vision.config.CameraServiceConfig
 
getCommandDestination() - Method in interface org.robokind.api.vision.config.FaceDetectServiceConfig
 
getConnectionOptions() - Method in interface org.robokind.api.vision.config.CameraServiceConfig
 
getConnectionOptions() - Method in interface org.robokind.api.vision.config.FaceDetectServiceConfig
 
getData() - Method in interface org.robokind.api.vision.ImageEvent
 
getErrorDestination() - Method in interface org.robokind.api.vision.config.CameraServiceConfig
 
getErrorDestination() - Method in interface org.robokind.api.vision.config.FaceDetectServiceConfig
 
getEventDestination() - Method in interface org.robokind.api.vision.config.CameraServiceConfig
 
getFlipImage() - Method in interface org.robokind.api.vision.config.CameraServiceConfig
 
getFrameLength() - Method in interface org.robokind.api.vision.config.CameraServiceConfig
 
getHaarFileLocation() - Method in interface org.robokind.api.vision.config.FaceDetectServiceConfig
 
getHaarFlags() - Method in interface org.robokind.api.vision.config.FaceDetectServiceConfig
 
getHeight() - Method in interface org.robokind.api.vision.ImageEvent
Returns the Image height.
getHeight() - Method in interface org.robokind.api.vision.ImageRegion
Returns the region height.
getImageChannels() - Method in interface org.robokind.api.vision.config.CameraServiceConfig
 
getImageEventDestination() - Method in interface org.robokind.api.vision.config.FaceDetectServiceConfig
 
getImageHeight() - Method in interface org.robokind.api.vision.config.CameraServiceConfig
 
getImageId() - Method in interface org.robokind.api.vision.ImageEvent
Returns the id associated with the given image.
getImageId() - Method in interface org.robokind.api.vision.ImageRegionList
Returns the id of the associated Image.
getImageProcessorId() - Method in interface org.robokind.api.vision.ImageRegionList
Returns the id String of the processor which produced the ImageRegions.
getImageRegionsId() - Method in interface org.robokind.api.vision.ImageRegionList
Returns the id of this ImageRegionList event.
getImageServiceId() - Method in interface org.robokind.api.vision.ImageRegionService
Returns the ImageRegionService Id.
getImageServiceId() - Method in interface org.robokind.api.vision.ImageService
Returns the ImageService Id.
getImageServiceId() - Method in class org.robokind.api.vision.messaging.RemoteImageRegionServiceClient
 
getImageServiceId() - Method in class org.robokind.api.vision.messaging.RemoteImageServiceClient
 
getImageSourceId() - Method in interface org.robokind.api.vision.ImageEvent
Returns the id of the source of the Image.
getImageSourceId() - Method in interface org.robokind.api.vision.ImageRegionList
Returns the id String for the source of the Image.
getImageTimestampMillisecUTC() - Method in interface org.robokind.api.vision.ImageEvent
Returns the timestamp of the Image.
getImageTimestampMillisecUTC() - Method in interface org.robokind.api.vision.ImageRegionList
Returns the timestamp from when the Image was captured.
getImageWidth() - Method in interface org.robokind.api.vision.config.CameraServiceConfig
 
getMinFaceHeight() - Method in interface org.robokind.api.vision.config.FaceDetectServiceConfig
 
getMinFaceWidth() - Method in interface org.robokind.api.vision.config.FaceDetectServiceConfig
 
getNChannels() - Method in interface org.robokind.api.vision.ImageEvent
Returns the number of color channels in the image.
getNeighbors() - Method in interface org.robokind.api.vision.config.FaceDetectServiceConfig
 
getProcessorCompleteTimestampMillisecUTC() - Method in interface org.robokind.api.vision.ImageRegionList
Returns the timestamp from when the image processing completed.
getProcessorStartTimestampMillisecUTC() - Method in interface org.robokind.api.vision.ImageRegionList
Returns the timestamp from when the image processing began.
getProcEventDestination() - Method in interface org.robokind.api.vision.config.FaceDetectServiceConfig
 
getRegionId() - Method in interface org.robokind.api.vision.ImageRegion
Returns the id of this ImageRegion.
getRegions() - Method in interface org.robokind.api.vision.ImageRegionList
Returns the array of ImageRegions.
getScaleFactor() - Method in interface org.robokind.api.vision.config.FaceDetectServiceConfig
 
getServiceClass() - Method in class org.robokind.api.vision.lifecycle.RemoteImageRegionServiceLifecycle
 
getServiceClass() - Method in class org.robokind.api.vision.lifecycle.RemoteImageServiceLifecycle
 
getWidth() - Method in interface org.robokind.api.vision.ImageEvent
Returns the Image width.
getWidth() - Method in interface org.robokind.api.vision.ImageRegion
Returns the region width.
getWidthStep() - Method in interface org.robokind.api.vision.ImageEvent
Returns the widthstep of the Image.
getX() - Method in interface org.robokind.api.vision.ImageRegion
Returns the region center x coordinate.
getY() - Method in interface org.robokind.api.vision.ImageRegion
Returns the region center y coordinate.

H

handleChange(String, Object, Map<String, Object>) - Method in class org.robokind.api.vision.lifecycle.RemoteImageRegionServiceLifecycle
 
handleChange(String, Object, Map<String, Object>) - Method in class org.robokind.api.vision.lifecycle.RemoteImageServiceLifecycle
 

I

ImageEvent - Interface in org.robokind.api.vision
Defines an interface for supplying an Image and metadata.
ImageRegion - Interface in org.robokind.api.vision
Defines some region of interest in an Image.
ImageRegionList<T extends ImageRegion> - Interface in org.robokind.api.vision
Provides a List of ImageRegions and metadata about their origin.
ImageRegionService - Interface in org.robokind.api.vision
An ImageRegionService is a Service which receives ImageRegionLists from an Image processor and notifies listeners.
ImageService - Interface in org.robokind.api.vision
An ImageService is a Service which receives ImageEvents and notifies listeners.

O

onComplete(long) - Method in class org.robokind.api.vision.messaging.RemoteImageRegionServiceClient
 
onComplete(long) - Method in class org.robokind.api.vision.messaging.RemoteImageServiceClient
 
onPause(long) - Method in class org.robokind.api.vision.messaging.RemoteImageRegionServiceClient
 
onPause(long) - Method in class org.robokind.api.vision.messaging.RemoteImageServiceClient
 
onResume(long) - Method in class org.robokind.api.vision.messaging.RemoteImageRegionServiceClient
 
onResume(long) - Method in class org.robokind.api.vision.messaging.RemoteImageServiceClient
 
onStart(long) - Method in class org.robokind.api.vision.messaging.RemoteImageRegionServiceClient
 
onStart(long) - Method in class org.robokind.api.vision.messaging.RemoteImageServiceClient
 
onStop(long) - Method in class org.robokind.api.vision.messaging.RemoteImageRegionServiceClient
 
onStop(long) - Method in class org.robokind.api.vision.messaging.RemoteImageServiceClient
 
org.robokind.api.vision - package org.robokind.api.vision
 
org.robokind.api.vision.config - package org.robokind.api.vision.config
 
org.robokind.api.vision.lifecycle - package org.robokind.api.vision.lifecycle
 
org.robokind.api.vision.messaging - package org.robokind.api.vision.messaging
 

P

PROP_ID - Static variable in interface org.robokind.api.vision.ImageRegionService
Property name for the ImageRegionService Id.
PROP_ID - Static variable in interface org.robokind.api.vision.ImageService
Property name for the ImageService Id.

R

RemoteImageRegionServiceClient<Conf> - Class in org.robokind.api.vision.messaging
Connects to a remote ImageService through Messaging components.
RemoteImageRegionServiceClient(Class<Conf>, String, String, MessageSender<ServiceCommand>, MessageSender<Conf>, MessageAsyncReceiver<ServiceError>, ServiceCommandFactory, MessageAsyncReceiver<ImageRegionList>) - Constructor for class org.robokind.api.vision.messaging.RemoteImageRegionServiceClient
Creates a new RemoteImageServiceClients.
RemoteImageRegionServiceLifecycle<Conf> - Class in org.robokind.api.vision.lifecycle
 
RemoteImageRegionServiceLifecycle(Class<Conf>, String, String, String, String, String, String, String) - Constructor for class org.robokind.api.vision.lifecycle.RemoteImageRegionServiceLifecycle
Creates a new SpeechTriggerHandlerLifecycle for a SpeechService
RemoteImageServiceClient<Conf> - Class in org.robokind.api.vision.messaging
Connects to a remote ImageService through Messaging components.
RemoteImageServiceClient(Class<Conf>, String, String, MessageSender<ServiceCommand>, MessageSender<Conf>, MessageAsyncReceiver<ServiceError>, ServiceCommandFactory, MessageAsyncReceiver<ImageEvent>) - Constructor for class org.robokind.api.vision.messaging.RemoteImageServiceClient
Creates a new RemoteImageServiceClients.
RemoteImageServiceLifecycle<Conf> - Class in org.robokind.api.vision.lifecycle
 
RemoteImageServiceLifecycle(Class<Conf>, String, String, String, String, String, String, String) - Constructor for class org.robokind.api.vision.lifecycle.RemoteImageServiceLifecycle
Creates a new SpeechTriggerHandlerLifecycle for a SpeechService
removeImageListener(Listener<ImageEvent>) - Method in interface org.robokind.api.vision.ImageService
Removes a Listener from being notified when an image is received.
removeImageListener(Listener<ImageEvent>) - Method in class org.robokind.api.vision.messaging.RemoteImageServiceClient
 
removeImageRegionsListener(Listener<ImageRegionList>) - Method in interface org.robokind.api.vision.ImageRegionService
Removes a Listener from being notified when an ImageRegionList is received.
removeImageRegionsListener(Listener<ImageRegionList>) - Method in class org.robokind.api.vision.messaging.RemoteImageRegionServiceClient
 

S

setImageReceiver(MessageAsyncReceiver<ImageEvent>) - Method in class org.robokind.api.vision.messaging.RemoteImageServiceClient
 
setImageRegionsReceiver(MessageAsyncReceiver<ImageRegionList>) - Method in class org.robokind.api.vision.messaging.RemoteImageRegionServiceClient
 
start() - Method in interface org.robokind.api.vision.ImageRegionService
Starts the ImageRegionService.
start() - Method in interface org.robokind.api.vision.ImageService
Starts the ImageService.
start() - Method in class org.robokind.api.vision.messaging.RemoteImageRegionServiceClient
 
start() - Method in class org.robokind.api.vision.messaging.RemoteImageServiceClient
 
stop() - Method in interface org.robokind.api.vision.ImageRegionService
Stops the ImageRegionService.
stop() - Method in interface org.robokind.api.vision.ImageService
Stops the ImageService.
stop() - Method in class org.robokind.api.vision.messaging.RemoteImageRegionServiceClient
 
stop() - Method in class org.robokind.api.vision.messaging.RemoteImageServiceClient
 

A C F G H I O P R S

Copyright © 2011-2013. All Rights Reserved.