Class ObjectDetection

java.lang.Object
de.swa.gmaf.plugin.googlevision.GoogleVisionBasePlugin
de.swa.gmaf.plugin.googlevision.ObjectDetection
All Implemented Interfaces:
GMAF_Plugin

public class ObjectDetection
extends GoogleVisionBasePlugin
Object Detection Plugin based on the GoogleVision API
Author:
stefan_wagenpfeil
  • Constructor Summary

    Constructors 
    Constructor Description
    ObjectDetection()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Vector<Node> getDetectedNodes()
    this method is called by the GMAF to receive the results of this plugin and to fuse it into the MMFG
    boolean providesRecoursiveData()
    this method should indicate, if it returns recursive data, which are then re-processed within the GMAF framework

    Methods inherited from class de.swa.gmaf.plugin.googlevision.GoogleVisionBasePlugin

    canProcess, isGeneralPlugin, process

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait