14 #include <QTableWidgetItem> 24 "org_custusx_registration_method_fast_landmark_image_to_patient_patient_landmarks_widget",
25 "Fast Patient Registration")
32 void FastPatientRegistrationWidget::performRegistration()
34 mServices->registration()->doFastRegistration_Translation();
43 CX_LOG_WARNING() <<
"FastPatientRegistrationWidget::pointSampled() Cannot get item from mLandmarkTableWidget";
46 QString uid = item->data(Qt::UserRole).toString();
49 Vector3D p_target = rMtarget.inv().coord(p_r);
52 this->performRegistration();
Transform3D Transform3D
Transform3D is a representation of an affine 3D transform.
boost::shared_ptr< class RegServices > RegServicesPtr
Eigen::Vector3d Vector3D
Vector3D is a representation of a point or vector in 3D.
Namespace for all CustusX production code.