NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Grayskull: A tiny computer vision library in C for embedded systems, etc. (github.com)
aadv1k 2 hours ago [-]
Hey, this is great :) I attempted to do something similar a while back https://github.com/aadv1k/deimos basically trying to build many of OpenCV's functions from scratch in C from first principles, though I was using stb for handling the images. I ended up putting the project on hold, primarily because I lost interest in computer vision at the time.

For a while I went deep into OCR, and built a rather rudimentary stroke width transform (https://github.com/aadv1k/swt.h) but again, the results were very hit or miss, likely because I never took the time to understand the logic behind why these functions would work.

1) Optimise many of the functions (a lot of room to use GPU, multi-threading and what not!). 2) Add new functions and improve the existing edge detection ones

I would love to know of a good resource for computer vision, the various algorithms, optimisation techniques etc. Thanks for sharing this project! Cheers

goeiedaggoeie 20 minutes ago [-]
https://github.com/spsingh37/Classical-computer-vision

spend some time to understand how CV worked before deep learning transformed it in 2012->2014. lots of those techniques are still useful

valorzard 3 hours ago [-]
I’d like to take this moment to say that the recent She Ra revival series on Netflix by ND Stevenson (the creator of Nimona) is pretty good, go watch it.
kazinator 7 hours ago [-]
Did you see the "By The Power of Grayscale" submission and go digging?
gurjeet 5 hours ago [-]
Yes, that's exactly how I discovered it :-)
moffkalast 1 hours ago [-]
And then you said HEY YEYAAEYAAAEYAEYAA?
ranger_danger 9 hours ago [-]
Missed opportunity to one-up the He-Man joke from earlier :p
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 10:19:54 GMT+0000 (Coordinated Universal Time) with Vercel.