I tried looking for similar queries but I need some help with this asap. To explain my question further, I have a point cloud with x, y, z and the fourth column is a componentID (after having done connected components) I have a text file which consists of a string of component ID values.
I am trying to filter the point cloud based on the number of component ID values in my text file. So, I have a couple of questions.
1. I am trying the basic method by filtering the point cloud based on the value of the component but I keep getting the following error
PointCloudFilter(PointCloudEvaluationFactory): Attribute 'C1' is specified in an expression but is not present on the feature. Please ensure the feature has all referenced attributes
I am not really sure how to solve this. Because if I use an attribute creator to assign values to C1 independent of the values from text file, it works fine. But when I integrate it with text file it goes into error.
2. My text file will not always contain 3 values. It will vary. How do I make my workflow such that my point cloud is filtered dynamically according to the number of values in my text file.
I guess this is too specific hence I have attached a template file. I have been struggling with this the last 2 days and really appreciate some help!
Thank you