Create first image colorizing text in the given image. Create second image colorizing text with different hue. Rotate the second one and blend obtained images.
The target is to download data from server for specified geographical segment (values of Earth's magnet field, I guess) and blend the heat map based on downloaded data with the world map.
Implement dilation and erosion and compare it with functions from some image library (Ex. scikit-image)
Create rotation matrix from an arbitrary vector V and a point P. Implement it in WEBGL to rotate a figure around some vector.