Varun Gupta
3b791ad58b
add loading spinner fallback ( #202 )
...
* add loading spinner fallback fixes #189
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* handle testing with progress spinners
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* apply fixes and improvements
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add example
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* bug fixes
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* resolves #189
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-03-31 01:21:28 -04:00
Jeffrey Warren
edaa8895c7
Update info.json with NDVI description ( #199 )
...
* Update info.json
* compiled
2018-03-12 13:13:43 -04:00
Danielle Shwed
801ea35393
Add Saturation Module ( #193 )
...
* fixed blur module as well as issue with no output when running debug
* added saturation module
* fixing requested changes
* fixing exportBin
* requested fixes
2018-02-26 10:52:25 -05:00
Varun Gupta
e8ab480687
Added native gaussian Blurring module(no dependencies) ( #186 )
...
* Added Blur Module
* Issue 177 fixing Blur module
* blur module fixed info json
* fixing blur module
* Delete .DS_Store
* add a native blurring solution
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fixed package.json
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* delete .ds_store and update gitignore
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-02-22 16:43:14 -05:00
Varun Gupta
27ee18b3d2
resolves #153 ( #180 )
...
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-02-20 17:28:19 -05:00
Varun Gupta
bbef4bca57
Added Edge Detection module ( #168 )
...
* step 1 grayscale
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add basic edge detection resolves #166
* updated the description
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fixed typo
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* updated the description for edge detection module
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add NonMaxSuppression and DoubleThreshold
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* comlpeted edge detection
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* cleared remaining weak edges
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-02-16 17:07:00 -05:00
Varun Gupta
87fa166595
Only brightness module ( #161 )
...
* fixed package.json
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* resolves #113 add brightness module
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-02-01 12:27:37 -05:00
Varun Gupta
c19a663fa2
resolves #133 add -b --basic mode to only output final image update readme ( #154 )
...
* resolves #133 add -b --basic mode to only output final image update readme
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* format logs and help
* update dist files
2018-01-23 12:26:02 -05:00
Chinmay Pandhare
3f99e2b44c
fixed replaceImage ( #151 )
...
* 1.0.0
* Fixed Replace Image
* Added test to check if replaceImage works
2017-10-26 14:35:23 -04:00
Jeffrey Warren
73e5d14569
various tweaks and adjustments to demo; bugfix for select/input changes ( #149 )
2017-10-23 23:16:22 -04:00
Jeffrey Warren
1c7f59cbfd
Dynamic module, new demo image, demo cleanup, re-configurable demo steps ( #139 )
...
* rebase and build
* bump version to v0.1.1
2017-10-13 21:30:06 -04:00
Jeffrey Warren
bef53ef1a2
Step descriptions (work in progress) ( #135 )
...
* additional changes, not sure of yet
* working, but probably redundant code
* remove comment line
* rebuild
2017-10-13 13:16:07 -04:00
Jeffrey Warren
1c7f7c15af
assortment of tweaks, additional tests ( #134 )
2017-10-05 15:16:25 -06:00
makeupsomething
7cbf793655
Added uglify command to build function ( #124 )
2017-10-05 14:29:46 -06:00
Jeffrey Warren
829e19e58d
various fixes and changes to SegmentedColormap module ( #128 )
2017-10-04 14:31:43 -04:00
Jeffrey Warren
1f3000b7f9
Demo styling tweaks ( #105 )
...
* html demo tweaks
* in-progress demo styling
* merge fies
* old demo cleanup
2017-09-06 14:34:24 -04:00
Chinmay Pandhare
f69f8461a7
Remove const
2017-09-05 19:45:06 +05:30
Chinmay Pandhare
237a96247a
Remove ES6 const syntax
2017-09-01 19:59:25 +05:30
Chinmay Pandhare
c7e4ec7c4a
Added outputs, fix modulesInfo
2017-08-26 03:27:10 +05:30
Chinmay Pandhare
dbc0ad6e69
Merge from master
2017-08-24 20:07:29 +05:30
Chinmay Pandhare
873492a456
Binary output can be exported to any directory
2017-08-24 19:35:15 +05:30
Chinmay Pandhare
ca044b1b01
Bugfixes
2017-08-24 19:07:22 +05:30
Chinmay Pandhare
21796bb58c
Added output example in demo
2017-08-21 10:11:54 +05:30
Chinmay Pandhare
cc308748c8
Add comments; Remove do-nothing, do-nothing-pix
2017-08-21 10:01:02 +05:30
Chinmay Pandhare
782e60269e
options accessible via step, implemented options in demo
2017-08-15 14:27:38 +05:30
Chinmay Pandhare
d207c147fe
implemented modulesInfo in Demo
2017-08-15 08:02:54 +05:30
Chinmay Pandhare
a9e0068628
modulesinfo browserify fix
2017-08-15 07:16:19 +05:30
Chinmay Pandhare
5b7e47dd79
modules info
2017-08-15 06:56:19 +05:30
Chinmay Pandhare
889c751399
Built for Browser
2017-08-10 01:03:29 +05:30
Chinmay Pandhare
88f31c9665
Merge from publicab/master
2017-08-05 23:03:32 +05:30
Chinmay Pandhare
e6f1ff3243
Resolve Conflicts; Update DecodeQr Module
2017-07-29 04:25:50 +05:30
Chinmay Pandhare
b9797a0329
Merge #86 from publiclab/image-sequencer
2017-07-29 04:13:04 +05:30
Chinmay Pandhare
61bd95355b
Use 'fisheyegl' from npm
2017-07-29 04:08:28 +05:30
Chinmay Pandhare
3421714c2b
Merge Commit
2017-07-29 03:50:31 +05:30
Chinmay Pandhare
31e9b3ec9d
Complete UI Handling
2017-07-29 03:20:17 +05:30
Chinmay Pandhare
1b7dadf41f
Merge publiclab/master after #81
2017-07-29 02:58:51 +05:30
Chinmay Pandhare
f1f3574468
Rework UI Handling
2017-07-29 02:53:39 +05:30
Chinmay Pandhare
2888c2d735
Patch for UI
2017-07-28 18:01:22 +05:30
Chinmay Pandhare
53a8963b72
Build Commit
2017-07-28 12:37:57 +05:30
Chinmay Pandhare
7f17f825ab
LoadImages will return nothing, only call a callback
2017-07-28 12:00:30 +05:30
Chinmay Pandhare
29cb36dd31
BuildFix
2017-07-26 23:26:18 +05:30
Chinmay Pandhare
d90c61f85d
Support External Images via Canvas
2017-07-26 23:16:32 +05:30
Chinmay Pandhare
6baed92ec6
Build Completed
2017-07-25 01:11:36 +05:30
Chinmay Pandhare
78beae48d9
Added DecodeQr Module, Test
2017-07-23 12:50:22 +05:30
Chinmay Pandhare
7584b1ec45
Added Docs, updated method names
2017-07-23 11:57:05 +05:30
Chinmay Pandhare
cfdc4c509e
BuildFix (BugFix)
2017-07-22 02:12:33 +05:30
Chinmay Pandhare
555e37190b
Implemented UI Methods
2017-07-22 02:01:03 +05:30
Chinmay Pandhare
a74f67ef06
Built for Browser
2017-07-17 16:00:32 +05:30
Chinmay Pandhare
052e5bb00f
Test that ImageSequencer produces no global variables
2017-07-17 15:00:49 +05:30
Chinmay Pandhare
51e6c70fc8
Added FisheyeGl Module
2017-07-16 15:39:38 +05:30