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
This application can be used to quickly view how different Thresholding Methods work on images. Selected threshold method can be applied for bulk images in a folder, results are saved in a user selected folder with histograms.
Adapters for C# implementations finding the shortest paths between two locations. This is useful for travel routing when you want to minimize the total time or total distance.
For a units conversion project, I created a currency exchange program called "Welcome to the Foreign Currency Exchange! 💱". My to_USD() function converts currency (Japanese yen (¥) into U.S. Dollars ($)) while my to_yen() function performs the opposite conversion.
Adapters for Java implementations finding the shortest paths between two locations. This is useful for travel routing when you want to minimize the total time or total distance.