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

Implement transport maps #4

Open
andymina opened this issue Sep 27, 2022 · 0 comments
Open

Implement transport maps #4

andymina opened this issue Sep 27, 2022 · 0 comments
Labels
optimization Ways to optimize the existing code
Milestone

Comments

@andymina
Copy link
Owner

Avidan et al. describe transport maps as a tool to find the optimal path of seam alteration in an image. Right now, seams are removed/inserted in alternating order with preference to remove vertical seams first.

When implementing, it might be worth adding a new function or flag parameter to the existing seam carving function in src/CarvableImage.cpp to use the optimal seam removal/insertion order found through transport times. This is purely for semantics since the results between alternating seam alteration and transport maps are fairly similar.

@andymina andymina added enhancement New feature or request optimization Ways to optimize the existing code and removed enhancement New feature or request labels Sep 27, 2022
@andymina andymina added this to the v2.0.0 release! milestone Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization Ways to optimize the existing code
Projects
None yet
Development

No branches or pull requests

1 participant