-
Notifications
You must be signed in to change notification settings - Fork 209
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
Various module ideas to be broken out into separate issues #165
Comments
GitMate.io thinks the contributor most likely able to help you is @ccpandhare. |
These are pretty good resources! |
@jywarren Thanks! |
Thank you! 😄 |
@jywarren are we ready to have a masking module ? if so I would like to work on it . Also if you could elaborate on " Luminosity" I would like to look into it. |
that'd be really cool. I wonder if it could be implemented using the blend
module, where we use the 2nd image as the opacity value for the first
image? This might not be the 100% most efficient way (or maybe it is,
dunno) but it could re-use code in a clever way :-)
…On Fri, Jan 4, 2019 at 1:56 PM aashna27 ***@***.***> wrote:
@jywarren <https://github.com/jywarren> are we ready to have a masking
module ? if so I would like to work on it
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#165 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJzMdsaO71M7pqunuqqtiEZj7rjxiks5u_6OsgaJpZM4R3kPW>
.
|
Flood fill has its own issue. |
Mask Module@jywarren I was trying to make the mask module and came up with this by applying Alpha Masking. |
Oh, this looks really nice! |
Here's a list of possible modules and links to other code we could use to implement them.
Module Candidates, related ideas
image.getLuminosityAtIndex(idx)
add-image
(with blend mode, defaultnormal
?) - blend module work in progress (WIP) #256Referencing earlier states
Complex sequences with masking could require accessing previous states (or nonlinearity):
flood fill
, thenblink-diff
with originalflood-fill
/blink-diff
for second regionmask
moduleNotes:
pattern-fill
module to fill areas with patterns in a JS canvas:Masking:
https://github.com/inspirit/jsfeat has a range of features:
JavaScript Computer Vision library
The project aim is to explore JS/HTML5 possibilities using modern & state-of-art computer vision algorithms.
Examples and Documentation
Features
The text was updated successfully, but these errors were encountered: