Search found 4 matches

by jochemla
Wed Dec 14, 2016 9:35 am
Forum: Plugins
Topic: Animation Plugin Developed
Replies: 31
Views: 123062

Re: Animation Plugin Developed

Thanks daniel, sorry I hadn't seen your answer. I will try the compilation you mentioned in the meantime. Thanks again!
Jonathan
by jochemla
Wed Dec 14, 2016 9:01 am
Forum: Requests, new functionalities
Topic: RGB to IHS
Replies: 25
Views: 28125

Re: RGB to IHS

Hi daniel, Not sure I should post in this thread because of the posts following the original answer. 1- Are you planning on integrating the feature of RGB to HSV (in scalar fields), or can you point me toward the steps to code it and do a PR ? This can be a useful addition for segmenting points with...
by jochemla
Tue Nov 15, 2016 3:34 pm
Forum: Plugins
Topic: Animation Plugin Developed
Replies: 31
Views: 123062

Re: Animation Plugin Developed

Hi everyone, Sorry to dig up this old post. Is it possible to export frames of the animatoin using the plugin instead of a video file directly? I have compression artifacts when using this one, and think this comes from an incorrect ffmpeg parameter - I would rather use the frames directly in a comp...
by jochemla
Thu Apr 14, 2016 1:10 pm
Forum: Questions
Topic: select / delete points by color
Replies: 11
Views: 18487

Re: select / delete points by color

Hi daniel, What if I would like to select green points RGB = (0, 255, 0) ? The ideal would be to allow setting a custom scalar field from RGB values. For example, I could set X = 2^16 x R + 2^8 x G + B and find points where X=000000001111111100000000 in binary. Would that be possible ? Thanks a lot,...