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

imageFeatureMatch add perspective\fundamental\essential\homography Matrix #1189

Merged
merged 8 commits into from
Jun 19, 2023

Conversation

Angelyatou
Copy link
Contributor

Related issue number (if any) = #...

@Angelyatou Angelyatou changed the title objectrecog update CameraEstimate update Jun 16, 2023
@Angelyatou Angelyatou changed the title CameraEstimate update imageFeatureMatch add perspective\fundamental\essential\homography Matrix Jun 19, 2023
@Angelyatou
Copy link
Contributor Author

image
image
image
image

@Angelyatou
Copy link
Contributor Author

image
image
image
image
image

@zhouhang95 zhouhang95 merged commit cc2c72f into zenustech:master Jun 19, 2023
2 of 6 checks passed
@Angelyatou
Copy link
Contributor Author

//default cameraMatrix
float fx = w1; // image.width;
float fy = h1; // image.height;
float cx = w1/2; // image.width / 2.0;
float cy = h1/2; // image.height / 2.0;
cv::Mat cameraMatrix = (cv::Mat_(3, 3) << fx,0,cx,
0,fy,cy,
0, 0, 1);

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

Successfully merging this pull request may close these issues.

None yet

2 participants