Search found 5 matches

by jochemla
Mon Apr 13, 2026 12:38 pm
Forum: CloudCompare
Topic: how to achieve xray style orthoimages
Replies: 6
Views: 43662

Re: how to achieve xray style orthoimages

Hi there, just discovered the X-ray tool introduced in this PR , nice one! It could be useful to add a quick reference in the doc just so users know it exists without having to test the raster projection tool.

The way we achieved such an xray result in the past was simply exporting the density ...
by jochemla
Wed Dec 14, 2016 9:35 am
Forum: Plugins
Topic: Animation Plugin Developed
Replies: 31
Views: 347745

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: 79352

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 ...
by jochemla
Tue Nov 15, 2016 3:34 pm
Forum: Plugins
Topic: Animation Plugin Developed
Replies: 31
Views: 347745

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 ...
by jochemla
Thu Apr 14, 2016 1:10 pm
Forum: Questions
Topic: select / delete points by color
Replies: 11
Views: 47706

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 ...