PCV multiple files

Feel free to ask any question here
Post Reply
i_am_dave
Posts: 2
Joined: Tue Jan 15, 2013 10:33 pm

PCV multiple files

Post by i_am_dave »

Hello,
Is there any possible way to run the PCV plugin on more than one file at a time? or possibly in batch? Thanks!
daniel
Site Admin
Posts: 7707
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: PCV multiple files

Post by daniel »

Right now it's not possible. And as it's a plugin it will be hard to call it through the command line.

But it's interesting: when you say you want to apply it on several clouds at a time, do you want that they all share the same "sky" (i.e. exactly the same light rays: same position and orientation) or just to apply the PCV algorithm in a batch as your question suggests?
Daniel, CloudCompare admin
i_am_dave
Posts: 2
Joined: Tue Jan 15, 2013 10:33 pm

Re: PCV multiple files

Post by i_am_dave »

Really I would just want to apply the PCV algorithm in batch. I am making an animation from a long corridor of aerial points and the shading achieved through the PCV plugin gives a contextual "pop" to the look of the points that is much better than simple intensity shading.
mberthau
Posts: 4
Joined: Tue Feb 12, 2013 11:35 pm

Re: PCV multiple files

Post by mberthau »

Hello,

I am looking to do something very similar, and my apologies for my novice--I have never coded with the command line before. I have about 10,000 *.ply files, and wish to flip the surface by applying transformation

[1 0 0 0
0 1 0 0
0 0 -1 0
0 0 0 1]

and then calculating PCV for each surface individually (sample rays on a sphere, only northern hemisphere (+Z) ), and export the average and standard deviation for each PCV score (preferably, all in one file). Is this something that can be done? If so, any help would be greatly appreciated.

Thank you,
Mike
Post Reply