Code Monkey home page Code Monkey logo

computer-vision's Introduction

This directory contains skeleton code as a starting point for the Computer Vision HW.

FILE STRUCTURE

There are several files, but you should mainly change src/R2Image.cpp.

src/ - Directory with source code Makefile - Unix/Mac makefile for building the project with "make". imagepro.[vcproj/sln/suo] - Project file for Visual Studio 2005 on Windows imgpro.cpp - Main program, parses the command line arguments, and calls the appropriate image functions R2Image.[cpp/h] - Image class with processing functions (this is the only file that you need to edit) R2Pixel.[cpp/h] - Pixel class R2/ - A library of useful 2D geometric primitives jpeg/ - A library for reading/writing JPEG files input/ - Contains example input images. output/ - Es empty to start -- it will contain the images produced by your program (see below) runme.bat - a script (for Windows) that you will fill in to demonstrate execution of your program runme.sh - same as runme.bat, but for Mac OS X

COMPILATION

If you are developing on a Windows machine and have Visual Studio installed, use the provided project solution file (assn1.sln) in the src/ directory to build the program. If you are developing on a Mac or Linux machine, cd into the src/ directory and type "make". In either case, an executable called imgpro (or imgpro.exe) will be created in the src/ directory.

computer-vision's People

Contributors

prabirmsp avatar

Watchers

James Cloos avatar  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.