-
All the take-home projects I’ve built so far

A take-home assignment in software engineering is a form of an interview to demonstrate a candidate’s programming skills. In this blog posts, I’ve covered all the take home assignments I’ve built so far.
-
[📷] Tinkering with images #3
![[📷] Tinkering with images #3](https://asxyzp.code.blog/wp-content/uploads/2020/02/bin_grey_asxyzp-1.jpeg?w=640)
Starting out with images #3 : Learned about frequency plotting of an image, color to greyscale & greyscale to binary image conversion & pixel to int/int to pixel de/composition.
-
[📷] Tinkering with images #2
![[📷] Tinkering with images #2](https://asxyzp.code.blog/wp-content/uploads/2020/02/imgrandom1-1.png?w=1000)
Starting out with Images #2 : Experimented with generation of pseudo-random images with random integers & prime integers b/w 0-255 .
-
[📷] Tinkering with images #1
![[📷] Tinkering with images #1](https://asxyzp.code.blog/wp-content/uploads/2020/01/imgtoarr.png?w=1024)
Starting out with images (using OpenCV & Python) : Learned how to capture & store pixel values of image in a text file.