colored .ply appearing very red
Posted: Tue Mar 18, 2014 11:29 pm
I've got .ply output files from VisualSFM / CMVS, and they import nicely into CloudCompare except for one thing: the point colors have a strong red cast. The .ply file is binary with a header that looks like:
ply
format binary_little_endian 1.0
comment VCGLIB generated
element vertex 2633629
property float x
property float y
property float z
property float nx
property float ny
property float nz
property uchar red
property uchar green
property uchar blue
property uchar alpha
element face 0
property list uchar int vertex_indices
end_header
The same .ply has the correct colors when viewed in VisualSFM or Meshlab. Any ideas?
Thanks,
Aaron
ply
format binary_little_endian 1.0
comment VCGLIB generated
element vertex 2633629
property float x
property float y
property float z
property float nx
property float ny
property float nz
property uchar red
property uchar green
property uchar blue
property uchar alpha
element face 0
property list uchar int vertex_indices
end_header
The same .ply has the correct colors when viewed in VisualSFM or Meshlab. Any ideas?
Thanks,
Aaron