Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transformPointCloud error #3

Open
ldepn opened this issue Dec 3, 2018 · 1 comment
Open

transformPointCloud error #3

ldepn opened this issue Dec 3, 2018 · 1 comment

Comments

@ldepn
Copy link

ldepn commented Dec 3, 2018

pcl::transformPointCloud(*view.c_points_, *c_src_in_rf, view.matrix_gt_,false);
	pcl::transformPointCloud(*view_for_refinement.c_points_, *c_trg_in_rf, view_for_refinement.matrix_gt_,true);

for the function of transformPointCloud ,this is a error about that the input is PointXYZ, and the output is PointXYZI

I was using Visual Studio 2017 64bit with PCL 1.8.1 64 bit.

@ldepn
Copy link
Author

ldepn commented Dec 3, 2018

in follow function in the trainingset_generator.hpp file

template<typename PointInT, typename NormalT, typename PointOutT, typename HistogramT>int 
kpl::TrainingSetGenerator<PointInT, NormalT, PointOutT, HistogramT>::refineOnView(ViewIn& view, ViewIn& view_for_refinement, const std::vector<int>& indices_positive, const float r_tol, pcl::CorrespondencesPtr correspondences)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant