Error using pcread and pcshow
    조회 수: 2 (최근 30일)
  
       이전 댓글 표시
    
Hello! I have a problem using pcread and pcshow. I used a lidar to acquire the point clouds and now I have to read them in matlab. Using the pc read and pc show commands I get the following errors: I've used readmatrix to read the point clouds as an alternative, but for all the following step (segmentation and visualization of the point clouds) I don't think it works. Can someone help me?
 I've used readmatrix to read the point clouds as an alternative, but for all the following step (segmentation and visualization of the point clouds) I don't think it works. Can someone help me?
 I've used readmatrix to read the point clouds as an alternative, but for all the following step (segmentation and visualization of the point clouds) I don't think it works. Can someone help me?
 I've used readmatrix to read the point clouds as an alternative, but for all the following step (segmentation and visualization of the point clouds) I don't think it works. Can someone help me?댓글 수: 8
  Matt J
      
      
 2023년 6월 6일
				Can you actually read in the raw xyz points with readmatrix()? It doesn't seem like it should work to me. Have you plotted the points to see if the numbers you get make sense?
답변 (1개)
  Matt J
      
      
 2023년 6월 6일
        
      편집: Matt J
      
      
 2023년 6월 6일
  
      I wouldn't know how to do all the image processing and segmentation work that I could do in a simpler and more direct way with the ptcloud command.
Matlab has no command called "ptcloud", and without detail on what kind of commands you were planning to use in the follow-up processing, it's hard to see what you need. If you just want to convert your array of xyz points to a pointCloud object, just do,
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Point Cloud Processing에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


