My Workflow:
1. Convert to Scalar Field: R,G,B and Composite
2. Scalar Fields arithmetic: Composite multiply [Constant value]=3, Check box “Update SF1 directly”
3. Scalar Fields arithmetic: R/composite Check box “Update SF1 directly”
4. Scalar Fields arithmetic: G/composite Check box “Update SF1 directly”
5. Scalar Fields arithmetic: B/composite Check box “Update SF1 directly”
6. Normalize intensity to 0 to 255 (8 bits), see example:
The numbers bellow I got from my point cloud, each cloud has its own Min and Max values.
6.1. Get Min and Max from histogram, mine are Min = -1730 Max=-1150
6.2. Turn all values into positive: Scalar Fields arithmetic: Intensity plus 1730 “Update SF1 directly”. This way the new range is Min = 0 Max=580
6.3. To adjust 0 to 580 into 0 to 255-> 580/255 = 2.274509804 (use a calc, excel to help if needed)
6.4. Scalar Fields arithmetic: Intensity divided by [Constant value] 2.274509
6.5. Now all intensity values gone to the range 0 to 255.
7. Now we need to Multiply RGB from steps( 3,4 and 5) by Intensity
7.1. Scalar Fields arithmetic: R multiply Intensity“Update SF1 directly”
7.2. Scalar Fields arithmetic: G multiply Intensity“Update SF1 directly”
7.3. Scalar Fields arithmetic: B multiply Intensity“Update SF1 directly”
8. Go to Edit->Colors->Clear
9. Save your Cloud as ASC Txt, and import it again, and use the scalars RGB into Colors
This will transform your intensity into a Colored version.
Intensity:
print screen
Colored intensity:
image upload