Skip to content

Releases: CarawaySeed42/LAS-Library-Matlab

LAS-Library-Matlab_v1.5

21 May 18:27
Compare
Choose a tag to compare
  • [UnitTest] initial commit of unit test function for general LAS read and write operations
  • initial commit of PCloudFun class with integration into newPointCloud and writeLASfile
  • Remove unneccessary try catch and stream closures
  • Check datatypes size during compilation, Turn dynamic vectors to std::array, Remove C-Style cast during header write
  • Add (global)encoding and decoding as class methods, support encoding of reserved
  • (bug fix) fix point data record format 9 falsely having color bytes set
  • (bug fix) Fixed crash when bits2 field was not padded if field array is not empty but too small
  • (bug fix) Test data type of xyz coordinates before write
  • (bug fix) fix bug in sample read and write where output was written in record format 0 instead of 1
  • [InPolygon] Allow single and double types as input and prevent crash if data type is not double
  • [InPolygon] Switch to switch case during search algorithm selection
  • [Build] Clean up build scripts, Move cpp header and their source in separate folder

LAS-Library-Matlab_v1.4

20 Oct 19:15
Compare
Choose a tag to compare
  • Test datatypes of LAS fields and fix them if necessary

LAS-Library-Matlab_v1.3

02 May 17:17
Compare
Choose a tag to compare
  • Fix bug during the writing of extended Variable Lengths Records, where the count was taken from
    regular VLRs and the header was written with the wrong buffer length

LAS-Library-Matlab_v1.2.1

10 Apr 12:36
Compare
Choose a tag to compare
  • Fix bug where unknown point data record ID would crash the reader and writer
  • Allow string as input to writer

Deleted last release because it still contained the bug mentioned before

LAS_Library_Matlab_v1.1

03 Apr 20:51
Compare
Choose a tag to compare

Release 1.1
Changelog:

  • Changes to point cloud normals sample header
  • Load normals from file to increase matlab version and toolbox compatibility in sample

LAS_Library_Matlab_v1.0

26 Mar 20:22
Compare
Choose a tag to compare
  • Fully working release containing all functionality for LAS file reading and writing
  • variable record length manipulation
  • extrabyte de-/encoding
  • extra utilities, like point in polygon search.
  • contains source code for building your own mex files.
  • contains examples and sample data to learn how to use these tools