Page 1 of 1

Project 3d point cloud into 2d based on viewer-based perspective

Posted: Fri Oct 27, 2023 6:42 am
by arif_rahman5
Hello everyone,

I'm currently working on a project that requires the 3d point cloud to be projected into 2d point cloud, but based on viewer-based perspective so i can compare it with other data captured by thermal camera. I've tried using multiple & scale but it only projects the point cloud orthogonally. Is there any method to project it from viewer-based perspective?

Thank you in advance,
Arif

Re: Project 3d point cloud into 2d based on viewer-based perspective

Posted: Sun Oct 29, 2023 12:25 pm
by daniel
Well, you can create a 'camera sensor' via the GUI. But then, there's no simple method to project the points in the camera world. You would have to do it programmatically...

Re: Project 3d point cloud into 2d based on viewer-based perspective

Posted: Tue Oct 31, 2023 8:54 am
by PablerasBCN
Since it is needed to compare over an image. Wouldnt simply switching to orthographic (F3 key) do the job? Then just hit screen capture in keyboard. May be there is screenshot tool in CC, never used such.
May be Rasterize tool could implement the "current view" option rather than allways using top view.