Harsh Khandeparkar
|
c6457323cc
|
Complete Edge Detect Module (#771)
* update dist
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
dist update
Revert "dist update"
This reverts commit 9ee2a987e8f978961656ae8f71f6e6702bbbd30d.
* fix insert step button
* add icon
* add dist
* use normal functions
* use normal functions
* add new function
* add dist
* remove console logs
* changes
* refactor
* add dist
* Bump looks-same from 5.0.2 to 6.0.0 (#729)
Bumps [looks-same](https://github.com/gemini-testing/looks-same) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/gemini-testing/looks-same/releases)
- [Changelog](https://github.com/gemini-testing/looks-same/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gemini-testing/looks-same/compare/v5.0.2...v6.0.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Setup UI testing (#720)
* default sequencer ui test
* default step ui test suite
* intermediate step ui test
* preview ui test suite
* url methods test suite
* add set url params method test suite
* argument call tests
* test directory refactor
* travis fix
* CLI code refactor (#665)
* CLI refactor
* es6 rollback
* Travis fix
* syntax fix
* clustered require statements
* travis debug
* travis debug
* Added line that selects the "More modules..." after adding a step. (#713)
* Added line making module selection correct after adding a step
* Added line with appropriate module selection
* Add: Module tests (#748)
* WIP
* module testing harness
* adjustments
* Fix choose file option and insert step functionality (#712)
* Fix choose file option
* changes
* Parse info.json to set module defaults (#650)
* changes
* changes
* changes
* changes
* changes
* changes
* Update package-lock.json
* Bump jsqr from 1.1.1 to 1.2.0 (#749)
Bumps [jsqr](https://github.com/cozmo/jsQR) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/cozmo/jsQR/releases)
- [Commits](https://github.com/cozmo/jsQR/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump jsqr from 1.1.1 to 1.2.0 (#749)
Bumps [jsqr](https://github.com/cozmo/jsQR) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/cozmo/jsQR/releases)
- [Commits](https://github.com/cozmo/jsQR/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
* dist
* changes
* working
* final touches
* revert mapTypes
* proper revert
* Fix arctangent
* working hysteresis
* hysteresis optional
|
2019-03-17 17:05:24 -04:00 |
|
Mridul97
|
6153dbfdaa
|
Parse info.json to set module defaults (#650)
* changes
* changes
* changes
* changes
* changes
* changes
|
2019-02-06 11:10:54 -05:00 |
|
Varun Gupta
|
768117a078
|
fixes #383 (#396)
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com>
|
2018-10-06 13:06:15 -04:00 |
|
Varun Gupta
|
8d6b82d988
|
Minimize mod req (#289)
* remove trailing spaces from Run.js
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
* minimize module requirements demonstrated with invert fixes #122
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
* refactored modules
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
* update docs
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
* remove all trailing spaces from all files
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
* fixing crop module
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
* fix
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
* update contributing.md
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
|
2018-06-15 14:44:18 -05:00 |
|
Jeffrey Warren
|
4d75fb9640
|
Infos updated for new title/description format (#221)
* initial work
* working with failing test
* info modules
* compiled
* rework of CONTRIBUTING
|
2018-04-24 17:15:27 -04:00 |
|
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 |
|
Varun Gupta
|
0fd797ed5a
|
resolves #182 (#183)
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
|
2018-02-21 11:31:20 -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 |
|