Jump to content

easybodge

Members
  • Posts

    6
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2018
  • Since
    2010

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

easybodge's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. ok well I have nearly 80% solutions available as it stands but it is all with pure labview functions. It does work to achieve calculations that I require. I will first complete using techniques that I started building it with. then I will look into hooking these libraries up with labview and see how far I get.
  2. LASTools or PGPointCloud is not labview though! Did you call dlls in labview? How did you use labview with these libaries?
  3. And how would you recommend to use RTree. Is only way currently via SQlite library from drjdpowell above?
  4. Well the requirement is 'automated' calculation without user to put cursors or draw lines. So algorithm has to detect by coded intelligence where fingers are, elbows and muscles are. Using pt by pt array data analysis, it is possible to compare current data with previous stored on shift registers and detect changes. These changes could then be built into models to define elbows, fingers etc. Does RTRee and SQlite give access to that level to achieve fully automated calculation?
  5. so as it stands calculation of measurement is still using algorithms with arrays i.e. old fashioned ways of making 'running averages with shift registers'. Don't get me wrong it certainly works but I just wanted to clarify that there was not other developments to work directly with 3d graphs. Scatter plot gives us color ramps on 3d automatically with datasets having different slopes/min/max etc. I would have thought there would be direct ways to filter such areas of 3d graphs
  6. I wonder if someone had an opportunity to extract points of interest from randomly scattered laser data available as 3d point cloud? I have plotted it successfully using scatter plot. But I want to take measurements on curvature. For instance, for a 3d point cloud data for 'Human Arm', I wish to be able to measure distance between finger tips and elbow. When posing to measure biceps size, I need to measure angle between elbow and shoulder. I have read we could create mathematical model for one axis in terms of other two axis i.e. Z = a + bx + cy + dx2 .... But model might not define angles, slopes, height that I want to analyse on Arm. Random scatteredness of data provides limited options to use standard slope equations to achieve these measurements. Data is scattered everywhere on arrays. I have managed to achieve some measurements but it was after fully sorting the 3 million point array ( for each axis - x,y,z) and then just treating whole sets of data as arrays and using standard arrays functions i.e. max/min, mean etc. I am not sure if I am heading in the right direction with taking measurements from 3d point cloud data. So I wanted to find how experts here at LAVA would do. Any ideas?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.