Skip to content
View SumayyaInayat's full-sized avatar

Block or report SumayyaInayat

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. coursera-test coursera-test Public

    coursera test repository

    HTML

  2. Canny-Edge-Detector Canny-Edge-Detector Public

    This repo contains the python implementation of the computer vision edge detection algorithm, the Canny Edge Detector. The code is wriiten from scratch with no use of open-cv.

    Jupyter Notebook

  3. Harris-Corner-Detector Harris-Corner-Detector Public

    This repo contains python implementation from scratch for the famous computer vision algorithm, the Harris Corner detector. No computer vision libraries or predefined functions are used.

    Jupyter Notebook

  4. Scene-Classification-through-Visual-Bag-of-Words Scene-Classification-through-Visual-Bag-of-Words Public

    This repo contains step by step python code for scene classifiaction through Visual Bag of Words algorithm in classic computer vision. The detailed report contains all the information and the results.

    Jupyter Notebook

  5. Camera-model Camera-model Public

    Calculate projection matrix and fundamental matrix

    Jupyter Notebook

  6. MNIST-Classification MNIST-Classification Public

    This repo contains 2 tasks on MNIST claasification, one implemented from scratch and the other one using PyTorch.

    Python