Mercurial > hg > mirex2013
view structural_segmentation/segmentino/segmentino.ttl @ 9:e5970597e220
Add Segmentino task, update some READMEs
author | Chris Cannam |
---|---|
date | Mon, 02 Sep 2013 12:20:59 +0100 |
parents | |
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" ] .