sandboxnu / a-eye

Interactive computer vision modules developed for Prof. Mingolla's HONR1310 Your Eye and AI course
https://a-eye.vercel.app
GNU General Public License v3.0
5 stars 1 forks source link

Separate computer vision modules #166

Closed maxpinheiro closed 2 years ago

maxpinheiro commented 2 years ago

note: there should be some further cleanup of the pages to ensure they look good & function independently

next features:

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/sandboxneu/a-eye/HBvZW4Ri2RQ7tNdnjfAdJyfDinBA
✅ Preview: https://a-eye-git-separate-cv-modules-sandboxneu.vercel.app

connorlbark commented 2 years ago

clicking the links at the top right for the modules: computer vision & images and kernels seem to have overlapping info, and computer vision also has gaussian and gabor filters present. HOG demo also doesn't appear to link to anywhere (that might be intentional though). code looks good, and i definitely prefer the separate approach; i think it makes the modules less intimidating to read

maxpinheiro commented 2 years ago

The main computer vision module still has the demos that are now on separate pages, but this whole page is going to be changed in a future ticket which will remove all the demos (and likely just list each demo like the home page) so I decided to just leave it for now.

I also left the HoG demo page empty because the demo isn't complete yet; I'll fill out the page once the demo is ready and deployed.