Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Planning Issue for the Image Sequencer GSoC Project #23

Closed
32 tasks done
ccpandhare opened this issue Jun 3, 2017 · 15 comments
Closed
32 tasks done

Planning Issue for the Image Sequencer GSoC Project #23

ccpandhare opened this issue Jun 3, 2017 · 15 comments
Assignees

Comments

@ccpandhare
Copy link
Collaborator

ccpandhare commented Jun 3, 2017

This is my plan for the summer. Please suggest any suggestions which you may deem fit @jywarren @ebarry. There is still a lot to be written here, will keep adding more points with time. This is by no means, exhaustive.
Link to my proposal

Phase 1 : Core functionality and JSON Input Support

In this phase I will build upon the core fuctions of Image Sequencer (addSteps, removeSteps, insertSteps, loadImage)

  • Create function addSteps which accepts data in many formats (JSON and otherwise) as described in the development wiki (PR Phase - 1 Completion #24)
  • Create the system to be used for handling images : Instead of choosing Sharp or Jimp or lwip, I stuck to plain old DataURIs in custom Image objects. As the mentioned modules have huge functionalities which are not relevant to Image Sequencer. (PR Phase - 1 Completion #24)
  • Create the framework for using multiple images : Finally enables Image Sequencer to handle multiple images at once. (PR Phase - 1 Completion #24)
  • Similarly, create removeSteps, insertSteps, loadImages and modify run (PR Phase - 1 Completion #24)
  • Update Usage Instructions in Readme.md

Phase 2 : Unit Tests, Modularization, Unified Input Parsing

Phase 3 : Module Logs, custom I/O, headless testing, Chaining, replaceImage

Phase 4 : User Interface, Support external Images

Phase 5 : Additional New Features

Phase 6 : Module Implementation & NPM

This phase involves implementing the various modules as mentioned in the Readme.md and my project proposal.

@jywarren
Copy link
Member

jywarren commented Jun 4, 2017 via email

@ccpandhare
Copy link
Collaborator Author

Okay, I will look into it and let you know if I face any issues.

@ccpandhare
Copy link
Collaborator Author

encourage adding a really clear test that processes an NDVI image and does a diff comparison between a "before" and a known "after" image, that we can visually confirm.

I am not sure on how this is to be done. Please help me out @jywarren

@jywarren
Copy link
Member

jywarren commented Jun 24, 2017 via email

@ccpandhare
Copy link
Collaborator Author

Okay, Thanks! Will do that.

@jywarren
Copy link
Member

Ok! Now let's find, on the public lab site, a clear before/after NDVI image and get ImageSequencer to reproduce it. Ask Ned Horning or Chris Fastie!

@jywarren
Copy link
Member

Also, can you merge to gh-pages branch so we can update the online demo?

@ccpandhare
Copy link
Collaborator Author

Ok! Now let's find, on the public lab site, a clear before/after NDVI image and get ImageSequencer to reproduce it. Ask Ned Horning or Chris Fastie!

Can I generate one from Infragram?

@ccpandhare
Copy link
Collaborator Author

I had a quick check. The results from Image Sequencer are very different from those of Infragram

@jywarren
Copy link
Member

jywarren commented Jun 30, 2017 via email

@ccpandhare ccpandhare added this to Things to Work On in Image Sequencer GSoC Project Jul 3, 2017
@ccpandhare ccpandhare moved this from Things to Work On to In Progress in Image Sequencer GSoC Project Jul 3, 2017
@jywarren
Copy link
Member

Really coming along here!

The fisheye module really starts to dig us into user interface and options setting stuff.

Another thing we may want to add is -- can modules access information from previous modules? Say, if we had a module that produced a certain output, could we pass that information on to later modules to use? I don't know -- say, a decoded QR code, or... extracted EXIF data?

@jywarren
Copy link
Member

For example, what if we included a QR code in an image and it generated metadata available to the sequencer modules? I'm thinking about for example a colored backdrop with a qr code which, when you photo it, runs a particular module automatically or something.

This is probably thinking too far ahead :-) let's think interface for now!

@ccpandhare
Copy link
Collaborator Author

Well that sure is a possibility, and I am sure it can be done!
But yes, UI should be implemented first :D

@ccpandhare
Copy link
Collaborator Author

Another thing we may want to add is -- can modules access information from previous modules? Say, if we had a module that produced a certain output, could we pass that information on to later modules to use? I don't know -- say, a decoded QR code, or... extracted EXIF data?

Well yes! I think I can add this after the UI

@ccpandhare ccpandhare assigned ccpandhare and unassigned ccpandhare Aug 22, 2017
@jywarren
Copy link
Member

jywarren commented Sep 9, 2017

I think we can close this out now! But let's clean up the issues a bit as well. Congrats!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants