If it is well maintained and fast then I guess yes....
Shazeb Ata
@ataata107
Ok
Shazeb Ata
@ataata107
Will image sequencer be a part of this years GSoC. I had some cool ideas related to this repository that could be implemented.
VAIBHAV MATTA
@vaibhavmatta
Hello All...! I was bit busy with some other stuff. Now back to contribution :) @HarshKhandeparkar I hope you are doing good. Please update me with all the things I missed during these inactive days.
And Welcome to all the new contributors.! I'm Reviewer for Image Sequencer , feel free to mention me anywhere you feel stuck. It would be my pleasure to help you all out.! :)
Thanks
@ataata107 I think Python is more reliable for functions like Face Detection. Please do some research and tell if you find Javascript more stable. Thanks : 😊
@jywarren could you integrate this chatroom with the IS repo so that the activities there are also visible in chatroom in the right-side-tab I don't have sufficient permissions :)
Shazeb Ata
@ataata107
Can someone review #1571 as it will solve bugs related to gif processing by some modules.
@jywarren When merging PRs in IS, it should be squash and merge each time, right?
I have started merging tiny old PRs such as the ones changing the readme.
Jeffrey Warren
@jywarren
@HarshKhandeparkar sorry for slow reply, yes i squash and merge to reduce commits and make it more readable. thank you!
James McManus
@jmpmcmanus
I'm trying to understand how the colormap lookup tables work. I understand the gradients, but don't understand how they are mapped to values in an image. On the left side of the table are what appears to be index values ranging between 0 and 1. In the case of the grey scale there are two, with values of 0 and 1. In other tables there are many other values which are fractions ranging between 0 and 1. How do these relate to bands (channels) in an image?
James McManus
@jmpmcmanus
I understand now. They are NDVI values!
Jeffrey Warren
@jywarren
indeed! yes, there's some oddness with the # of abstractions... like, should the inputs to a gradient be direct values, or mapped to a value from 0-1, or what. It depends on the application.
oddness, maybe more like ambiguity or possible redundancy
James McManus
@jmpmcmanus
ndvi values can range between -1 and 1 with negative values being non vegetation, usually water and ice. In these colormap are all negative values are represented by 0? Is there any reason why a colomap with negative indices could not be created?
Jeffrey Warren
@jywarren
I believe what happened is that data passed between modules in IS is converted to PNG/JPEG image data and so cannot have a negative pixel value, rather it's stored as a 0-255 value.