Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nearest neighbor search for 8 points on 2 z planes as inputs for inte…
…rpolation (#83) * Science data interpolation using raw matrix for depth slice search * incorporate updated ConvertLatLonToCart depth * clean up FindInterpolators() and SearchInDepthSlice() * Found 4 NNs in each of 2 z slices holding 1st and 2nd NNs * add headers to organize the gazillion member fields. reorder fns * decrease how often interpolation is called * decrease how often interpolation is called, so sci data vis can be shown * return 2 sets of 4 points from FindInterpolators() * refactor to use pcl PassThrough filter * Use ExtractIndices filter in place of 2nd CreateDepthSlice call for neighbors search Signed-off-by: Mabel Zhang <[email protected]>
- Loading branch information