11 #ifndef BRONCHOSCOPYREGISTRATION_H_
12 #define BRONCHOSCOPYREGISTRATION_H_
14 #include "org_custusx_registration_method_bronchoscopy_Export.h"
19 typedef std::vector< Eigen::Matrix4d >
M4Vector;
31 bool mCenterlineProcessed;
36 void setBranchList(
BranchListPtr branchList,
int numberOfGenerations = 0);
39 Eigen::Matrix4d runBronchoscopyRegistration(
TimedTransformMap trackingData_prMt,
Transform3D old_rMpr,
double maxDistanceForLocalRegistration);
41 bool isCenterlineProcessed();
48 std::vector<Eigen::MatrixXd::Index>
dsearch2n(Eigen::MatrixXd pos1, Eigen::MatrixXd pos2, Eigen::MatrixXd ori1, Eigen::MatrixXd ori2);
51 std::pair<Eigen::MatrixXd , Eigen::MatrixXd>
RemoveInvalidData(Eigen::MatrixXd positionData, Eigen::MatrixXd orientationData);