• Stars
    star
    1
  • Language
    C++
  • Created over 10 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A few simple (assignment) programs programmed for "Probability and Statistics for CS" class.

More Repositories

1

3D-Tic-Tac-Toe

A Qt program that uses OpenGL to render the 3D cube. As part of my AI class project, 3DTTT uses Negamax to search for a solution as it "plays" with you.
C++
3
star
2

2D-Tic-Tac-Toe

Regular tic tac toe implemented in Unix with very simple GUI. The AI is based on Negamax.
C
2
star
3

Mosaic-RotPlat

Generate a cylindrical projected mosaic from images generated by a camera rotating off-centered on a rotating platform (step motor).
C++
2
star
4

Fraser-Painting-Project

3D reconstruct a painting to verify its geometry. The painting has 3 mirrors reflecting objects in front of it. The painting is copyrighted, thus not posted here.
MATLAB
1
star
5

Binary-Multiplier

Using scheme to implement 8-bits binary multiplier based on the "schoolyard" multiplication method and sum up the result. This is a final project for Programming Language Paradigms.
Scheme
1
star
6

Magic-Glass

1
star
7

Morph-Cargo-Inspection

Morphing 3 gamma images to generate a sequence of intermediate images using delaunay triangulation. These are gamma ray images for cargo inspection.
MATLAB
1
star
8

IManip

Image Manipulator. Advanced image processing software that do basic image processing and uses opengl for 3D point cloud. In addition, 4-points congruent sets is implemented to register the point cloud surfaces. GUI has responsive and dynamic layout. IManip also display information about the currently opened image and keeps track of opened images. This is a senior design class project.
C++
1
star
9

KnightTour

As part of my AI project, KnightTour uses recursion and backtracking to solve the Knight's tour problem. That is, a knight visits every cell in the chessboard once and only one.
C++
1
star