<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div><br>I've tested the lasexample_add_rgb.cpp and it seams to fail to color the las.<br><div><br><a href="https://github.com/LAStools/LAStools/blob/master/LASlib/example/lasexample_add_rgb.cpp" target="_blank">https://github.com/LAStools/<wbr>LAStools/blob/master/LASlib/<wbr>example/lasexample_add_rgb.cpp</a><br><br></div><div>I'm using the test.laz here <a href="https://github.com/LAStools/LAStools/blob/master/data/test.laz" target="_blank">https://github.com/LAStools/<wbr>LAStools/blob/master/data/<wbr>test.laz</a><br></div><div><br></div><div>I added <br><br><span style="font-family:monospace,monospace">  //re-test<br>  LASreadOpener lasreadopener2;<br>  lasreadopener2.set_file_name(<wbr>lasreadopener.get_file_name())<wbr>;<br>  lasreader = lasreadopener2.open();<br><br>  for(int i = 0; i < 5 && lasreader->read_point(); i++)<br>  {<br>      LASpoint *p = &lasreader->point;<br>      std::cout << "Color: ";<br>      for(int c = 0; c < 4; c++)<br>          std::cout << p->rgb[c] << " ";<br>      std::cout << std::endl;<br>  }<br><br>  lasreader->close();<br>  delete lasreader;<br><br></span></div><div><span style="font-family:monospace,monospace"><font face="arial,helvetica,sans-serif">At the end to test right away and I get </font>Color: 0 0 0 0<font face="arial,helvetica,sans-serif"><br><br></font></span></div><div><span style="font-family:monospace,monospace"><font face="arial,helvetica,sans-serif">Same if I open the laz in CloudCompare. It identifies correctly as a rgb las cloud (type 3) but the color is empty.<br><br></font></span></div><div><span style="font-family:monospace,monospace"><font face="arial,helvetica,sans-serif">To be fair I'm still using the laslib repository version of Sept.2016, but I think I never got the example to work and I found another way to do what I wanted at the time.<br><br></font></span></div><div><span style="font-family:monospace,monospace"><font face="arial,helvetica,sans-serif">I also have the same issue if I run las2las from LAStools <br>..\LAStools\bin\las2las -i my.laz -o myc.laz -set_RGB 100 0 0 -point_type 3<br></font></span></div><div><span style="font-family:monospace,monospace"><font face="arial,helvetica,sans-serif"><br></font></span></div><div><span style="font-family:monospace,monospace"><font face="arial,helvetica,sans-serif">Am I the only one having this issue? Any hints on what might be causing this?<br><br></font></span></div><div><span style="font-family:monospace,monospace"><font face="arial,helvetica,sans-serif">Cheers,<br><br></font></span></div><div><span style="font-family:monospace,monospace"><font face="arial,helvetica,sans-serif">Pol<br></font></span></div></div></div>
</div><br></div>