Git Product home page Git Product logo

cse576's Introduction

Welcome to CSE 576, 2022 Spring

In this repository you will find instructions on how to build your own image processing/computer vision library from (mostly) scratch. The work is divided out into different homework assignments, found in the src/ directory.

To get started, make sure you have git, a C compiler, and make installed. Then run:

git clone https://github.com/UW-CSE-576-2022SP/Homework
cd Homework
make

and check to see that everything compiles correctly. We recommend using Linux or MacOS for the homework since installing make is easier. Linux uses GNU C++ compiler, while MacOS uses XCode C++ compiler.

Get started on HW1

Open up the README for homework 1 in src/hw1/README.md, or view it here. Good luck and have fun!

Instructions for Mac Users

In MacOS, make sure you have the latest version of Xcode and perform xcode-select --install. If make still results in an error, try this solution.

Instructions for Windows Users

We do NOT recommend Windows OS for this assignment because C++ compilation is more complex under the Windows environment. However, if you only have Windows computers available, you can still manage your Python packages, C++ compiler, and Makefile with Anaconda.

Installation Steps:

  1. Download Anaconda with Python 3.6+
  2. Install Anaconda with "admin" rights: PLEASE select "All Users (requires admin privileges)", "Add Anaconda to the system PATH environment variable", and "Register Anaconda as the system Python 3.x".
  3. Open "Command Prompt" (aka "cmd") with admin rights, then:
    • run the command conda install -c msys2 m2-base m2w64-gcc to install C++ compiler
    • run the command conda install -c conda-forge make cmake to install Make.
  4. Now, you can follow the same instructions as Mac/Linux users do.

cse576's People

Contributors

x1aotian avatar uw-cse-576-2022sp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.