Wai Khoo (@wlkhoo)
  • Stars
    star
    14
  • Global Rank 798,133 (Top 28 %)
  • Followers 5
  • Following 17
  • Registered over 12 years ago
  • Most used languages
    C++
    55.6 %
    MATLAB
    22.2 %
    C
    11.1 %
    Scheme
    11.1 %
  • Location 🇺🇸 United States
  • Country Total Rank 139,947
  • Country Ranking
    Scheme
    707
    MATLAB
    6,124

Top 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

Probability-Statistics

A few simple (assignment) programs programmed for "Probability and Statistics for CS" class.
C++
1
star
7

Magic-Glass

1
star
8

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
9

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
10

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