Uses of Class
de.swa.mmfg.Node
-
Uses of Node in de.fuh.fpws2223
Methods in de.fuh.fpws2223 that return types with arguments of type Node Modifier and Type Method Description java.util.Vector<Node>SocialMediaProcessor. getDetectedNodes() -
Uses of Node in de.swa.fuh.aws.awsrekognition
Methods in de.swa.fuh.aws.awsrekognition that return Node Modifier and Type Method Description NodeRekognitionResponseHandler_JavaV1. getNode(com.amazonaws.services.rekognition.model.Label label, MMFG fv)NodeRekognitionResponseHandler_JavaV2. getNode(software.amazon.awssdk.services.rekognition.model.Label label, MMFG fv) -
Uses of Node in de.swa.fuh.aws.clarifai
Methods in de.swa.fuh.aws.clarifai that return Node Modifier and Type Method Description NodeClarifaiResponseHandler. createNode(com.clarifai.grpc.api.Region region, float threshold, MMFG fv) -
Uses of Node in de.swa.fuh.aws.plugins
Methods in de.swa.fuh.aws.plugins that return types with arguments of type Node Modifier and Type Method Description java.util.Vector<Node>ClarifaiBasePlugin. getDetectedNodes()java.util.Vector<Node>RekognitionBasePlugin_JavaV1. getDetectedNodes()java.util.Vector<Node>RekognitionBasePlugin_JavaV2. getDetectedNodes() -
Uses of Node in de.swa.fuh.carnet
Methods in de.swa.fuh.carnet that return types with arguments of type Node Modifier and Type Method Description java.util.Vector<Node>CarAPI. getDetectedNodes()Getter-Methode, die vom GMAF aufgerufen wird, um die Ergebnisse des Plugins zu erhalten. -
Uses of Node in de.swa.fuh.clarifai
Methods in de.swa.fuh.clarifai that return types with arguments of type Node Modifier and Type Method Description java.util.Vector<Node>ClarifAIPluginGMAF. getDetectedNodes() -
Uses of Node in de.swa.fuh.opencv
Methods in de.swa.fuh.opencv that return types with arguments of type Node Modifier and Type Method Description java.util.Vector<Node>OpenCVObjectDetectorGMAFPlugin. getDetectedNodes()Returns the detected nodes afterOpenCVObjectDetectorGMAFPlugin.processwas called.Method parameters in de.swa.fuh.opencv with type arguments of type Node Modifier and Type Method Description voidOpenCVObjectDetector. addDetectionsToNode(MMFG fv, java.util.Vector<Node> detectedNodes, float confThreshold)Generates the detections of the model. -
Uses of Node in de.swa.fuh.xml
Methods in de.swa.fuh.xml that return types with arguments of type Node Modifier and Type Method Description java.util.Vector<Node>ExternalPlugin. getDetectedNodes()java.util.Vector<Node>GenericXMLImporter. getDetectedNodes() -
Uses of Node in de.swa.fuh.yolo
Methods in de.swa.fuh.yolo that return types with arguments of type Node Modifier and Type Method Description java.util.Vector<Node>YoloObjectDetection. getDetectedNodes() -
Uses of Node in de.swa.gmaf.plugin
Methods in de.swa.gmaf.plugin that return types with arguments of type Node Modifier and Type Method Description java.util.Vector<Node>ExifHandler. getDetectedNodes()java.util.Vector<Node>GMAF_Plugin. getDetectedNodes()this method is called by the GMAF to receive the results of this plugin and to fuse it into the MMFGjava.util.Vector<Node>Mpeg7Import. getDetectedNodes()java.util.Vector<Node>ProcessFlowPlugin. getDetectedNodes()java.util.Vector<Node>VideoShotDetection. getDetectedNodes()java.util.Vector<Node>VideoSplitter. getDetectedNodes() -
Uses of Node in de.swa.gmaf.plugin.audio
Methods in de.swa.gmaf.plugin.audio that return types with arguments of type Node Modifier and Type Method Description java.util.Vector<Node>AudioExtractor. getDetectedNodes()java.util.Vector<Node>ShazamPlugin. getDetectedNodes() -
Uses of Node in de.swa.gmaf.plugin.googlevision
Methods in de.swa.gmaf.plugin.googlevision that return types with arguments of type Node Modifier and Type Method Description java.util.Vector<Node>DominantColorDetection. getDetectedNodes()java.util.Vector<Node>GoogleVisionBasePlugin. getDetectedNodes()java.util.Vector<Node>LandmarkDetection. getDetectedNodes()java.util.Vector<Node>ObjectDetection. getDetectedNodes() -
Uses of Node in de.swa.gmaf.plugin.text
Methods in de.swa.gmaf.plugin.text that return types with arguments of type Node Modifier and Type Method Description java.util.Vector<Node>BagOfWordsDetection. getDetectedNodes()java.util.Vector<Node>SentenceDetection. getDetectedNodes()java.util.Vector<Node>SyntacticDetection. getDetectedNodes()java.util.Vector<Node>WashingtonPostIndexer. getDetectedNodes() -
Uses of Node in de.swa.gmaf.processingflow
Methods in de.swa.gmaf.processingflow that return types with arguments of type Node Modifier and Type Method Description java.util.Vector<Node>ProcessFlow. process(java.io.File f, MMFG fv) -
Uses of Node in de.swa.mmfg
Fields in de.swa.mmfg with type parameters of type Node Modifier and Type Field Description java.util.Vector<Node>MMFG. allNodesMethods in de.swa.mmfg that return Node Modifier and Type Method Description NodeMMFG. getCurrentNode()NodeCompositionRelationship. getRelatedObject()NodeSynonymInformation. getRelatedObject()Methods in de.swa.mmfg that return types with arguments of type Node Modifier and Type Method Description java.util.Vector<Node>MMFG. getAllNodes()java.util.Vector<Node>Node. getChildNodes()java.util.Vector<Node>MMFG. getNodes()java.util.Vector<Node>MMFG. getNodesByTerm(java.lang.String term)Methods in de.swa.mmfg with parameters of type Node Modifier and Type Method Description voidNode. addChildNode(Node n)voidMMFG. addNode(Node n)voidMMFG. setCurrentNode(Node currentNode)voidCompositionRelationship. setRelatedObject(Node relatedObject)voidSynonymInformation. setRelatedObject(Node relatedObject)Constructors in de.swa.mmfg with parameters of type Node Constructor Description CompositionRelationship(int type, Node n)SynonymInformation(int type, Node n) -
Uses of Node in de.swa.mmfg.extension.smmfg
Methods in de.swa.mmfg.extension.smmfg that return Node Modifier and Type Method Description NodeAnnotationAnchor. getAnnotationRelationshipForNode()NodeRelationship. getSource()NodeRelationship. getTarget()Methods in de.swa.mmfg.extension.smmfg with parameters of type Node Modifier and Type Method Description voidAnnotationAnchor. setAnnotationRelationship(Node n)Constructors in de.swa.mmfg.extension.smmfg with parameters of type Node Constructor Description AnnotationAnchor(Node n)Relationship(Node n1, Node n2, int type)