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

Fix bugs in aligning tool #657

Merged
merged 9 commits into from
Jun 23, 2024
Merged

Fix bugs in aligning tool #657

merged 9 commits into from
Jun 23, 2024

Conversation

Kicer86
Copy link
Owner

@Kicer86 Kicer86 commented Jun 23, 2024

No description provided.

Copy link

codecov bot commented Jun 23, 2024

Codecov Report

Attention: Patch coverage is 97.05882% with 1 line in your changes missing coverage. Please review.

Project coverage is 84.40%. Comparing base (67c74cf) to head (2b6f0cf).

Files Patch % Lines
src/core/implementation/image_aligner.cpp 96.96% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #657      +/-   ##
==========================================
+ Coverage   84.17%   84.40%   +0.23%     
==========================================
  Files         192      196       +4     
  Lines        8257     8368     +111     
==========================================
+ Hits         6950     7063     +113     
+ Misses       1307     1305       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Previously x and y were overriden in loop:
for(const auto& transformation: transformations)
Reason for this was that previous img2.svg
when saved as png was scaled to two different sizes
depending on used conversion tool.
And I could not find the reason for this.

Also a few other imprevements were applied:
- ImageMagick fails (sometimes) when no NO_AT_BRIDGE=1 is applied
- forcing png24 (RGB) for all outputs
Caused by dlib-cuda package not compile properly on Arch
@mergify mergify bot merged commit 7305cf4 into master Jun 23, 2024
10 checks passed
@Kicer86 Kicer86 deleted the alignment_tool_fix branch June 23, 2024 11:55
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

1 participant