log src/app/services/feature-extraction/FeatureExtractionWorker.ts @ 229:efa23f33393b

age author description
Fri, 21 Apr 2017 15:12:45 +0100 Lucas Thompson Remove redundant map & some naive logic for wrapping emscripten modules
Fri, 21 Apr 2017 12:59:41 +0100 Lucas Thompson Refactor feature extraction service to use piper streaming client/server.
Thu, 23 Feb 2017 16:13:38 +0000 Lucas Thompson Change deprecated names from piper
Wed, 18 Jan 2017 17:21:12 +0000 Lucas Thompson Remove unused type / interface declaration, although it was clearly introduced for a reason which wasn't followed up on.
Wed, 18 Jan 2017 10:25:15 +0000 Lucas Thompson Update the data type for the key in the client Map, for clarity and consistency.
Wed, 18 Jan 2017 10:18:10 +0000 Lucas Thompson Add a couple of methods to the worker for adding remote library repos (well, key value pairs of library keys and URIs to fetch the library from) - and one for actually importing the libraries (currently using RequireJS (<script> / importScripts(...) method tying into global AMD module registration) ). Also updated list method to concatenate the available outputs from all loaded libraries.
Mon, 12 Dec 2016 00:41:37 +0000 Lucas Thompson Incorporate recent piper changes and use output descriptor for some basic feature discrimination to render appropriate layers.