Skip to content
#

cmsc733

Here are 8 public repositories matching this topic...

Language: All
Filter by language

Image Segmentation is the process of partitioning an image into multiple segments(superpixels). The goal is to represent the image as something that is easier to analyze. In other words, image segmentation is the process of assigning a label to every pixel in an image such that pixels with the same label share certain characteristics.

  • Updated May 7, 2023
  • Jupyter Notebook

CIFAR-10 is an established computer-vision dataset used for object recognition. It is a subset of the 80 million tiny images dataset and consists of 60,000 32x32 color images containing one of 10 object classes, with 6000 images per class. Using this we develop a model that can classify images

  • Updated May 10, 2023
  • Jupyter Notebook

The Gaussian pyramid provides a representation of the same image at multiple scales, using simple lowpass filtering and decimation techniques. The Laplacian pyramid provides a coarse representation of the image as well as a set of detail images (bandpass components) at different scales. This program generates both at various N values

  • Updated May 9, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the cmsc733 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cmsc733 topic, visit your repo's landing page and select "manage topics."

Learn more