You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
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
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
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).
The text was updated successfully, but these errors were encountered: