资 源 简 介
Computer Vision Program
Hopefully, you guys will figure out how to use SVN.
-Jack
If you guys want to use svn from the command line all you have to do is run the checkout command found in the source tab which will set up the svn folder for this project.
If you created any files that weren"t in the previous revisions file list you have to add it using:
svn add filename.txt
Then when you want to upload your changes to the project type in
svn update
and
svn commit -m "whatever changes you made"
-Chris
Domain Analysis:
In our program we have the following parent classes: drivers, filters, image, money, and math. The driver class is our main class that brings everything together, and is what ties the other classes together. The math class is a static class that performs the needed mathematical operations to get the end result. Filters is an abstract class that define