view structural_segmentation/segmentino/segmentino.ttl @ 29:473d83d0865c abstract

added more references; started tidying up
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 06 Sep 2013 16:17:23 +0100
parents e5970597e220
children
line wrap: on
line source
@prefix xsd:      <http://www.w3.org/2001/XMLSchema#> .
@prefix vamp:     <http://purl.org/ontology/vamp/> .
@prefix :         <#> .

:transform_plugin a vamp:Plugin ;
    vamp:identifier "segmentino" .

:transform_library a vamp:PluginLibrary ;
    vamp:identifier "segmentino" ;
    vamp:available_plugin :transform_plugin .

:transform a vamp:Transform ;
    vamp:plugin :transform_plugin ;
    vamp:step_size "512"^^xsd:int ; 
    vamp:block_size "16384"^^xsd:int ; 
    vamp:output [ vamp:identifier "segmentation" ] .