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

Optimize (vectorize) frontier calculations and map evaluations #16

Open
DmytroKushnirSoftserveinc opened this issue Mar 13, 2019 · 1 comment
Assignees
Labels
performance computing or memory usage improvement

Comments

@DmytroKushnirSoftserveinc
Copy link
Contributor

As we have a map as a square matrix, current approach of checking 8 neighbours for each pixel should be replaced by appropriate convolution operation with 3x3 filter (maybe with OCV).

@DmytroKushnirSoftserveinc DmytroKushnirSoftserveinc changed the title F#11 Optimise computing of frontier points from map F#11 Optimise computing of frontier points from map. UPD: add vectorisation to basis frame changing too. Mar 18, 2019
@DmytroKushnirSoftserveinc DmytroKushnirSoftserveinc changed the title F#11 Optimise computing of frontier points from map. UPD: add vectorisation to basis frame changing too. Optimise computing of frontier points from map. UPD: add vectorisation to basis frame changing too. Mar 21, 2019
@DmytroKushnirSoftserveinc DmytroKushnirSoftserveinc added the performance computing or memory usage improvement label Mar 21, 2019
@DmytroKushnirSoftserveinc DmytroKushnirSoftserveinc changed the title Optimise computing of frontier points from map. UPD: add vectorisation to basis frame changing too. Optimize (vectorize) frontier calculations and map evaluations Mar 27, 2019
@DmytroKushnirSoftserveinc
Copy link
Contributor Author

Also worth considering sparse map scanning for the frontier points

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance computing or memory usage improvement
Projects
None yet
Development

No branches or pull requests

1 participant