Skip to content

A university assignment for course CSC3022F where a "video" is created from a large image by taking smaller frames from the large image and tracing a path around the large image

Notifications You must be signed in to change notification settings

NivDeveloper/Video-Builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video-Builder

main executable - extractor source file is extractor.cpp

class header files - FrameSequence.h - Defines all methods and class variales that are used

class implementation file -FrameSequence.cpp -contains all implementions of functions

namespace - PKNNIV001 - contains above class declaration and implementation of class member functions - contains static variable to hold entire source image in memory - contains functions to get and set the above variable

running:-all works as intended -simply input arguements and run

errors:-extractor outputs error when frame size of 0 0 is entered

About

A university assignment for course CSC3022F where a "video" is created from a large image by taking smaller frames from the large image and tracing a path around the large image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published