Showing posts with label Masters Thesis. Show all posts
Showing posts with label Masters Thesis. Show all posts

Saturday, May 05, 2007

MR Velocity Imaging talk

On Monday May 7th, I present the results I obtained during one project I took on during my second semester of my Masters program. The topic is on MR velocity imaging and regularization of images. Basically the goal is to acquire noisy images while sampling less data. The reasoning behind this is that it is less expensive to sample less data that is noisy than to acquire complete noiseless data which would require more time and higher costs. Given a sampling strategy, the algorithm reconstructs the image in Matlab and attempts to filter out the noise from this partial data. I also investigated several sampling strategies and the results were quite interesting. Hopefully a paper can be published from this, but it still requires that the model be extended by another dimension - time for example. The paper and slides can be obtained from: http://www.cas.mcmaster.ca/~elshawn/

Friday, September 22, 2006

First attempt at Autodeskin' it!

I am taking a graduate level Mechanical Engineering course for my Masters degree. Its a 3D Surface Modelling course. A program called AutoDesk Inventor is used to build 3d objects from 2d drawings. I started playing around with it today to figure out how things work in it. The final result is the following drawing:



Hmm..this would look neat on my desk at home..or even in my office (aka a cubicle)

Thursday, August 31, 2006

M. Eng in 7 days

My final week of my summer is about to start. Next week this time I would have finnished my first day of classes in the Masters of Computational Engineering program - if I have any classess that day. I have to take 7 courses during the program to graduate with this degree and I should be all done by Dec 2007. The plan is to take 3 courses now, another three next term and one more course in my final term. Ill be working on my project during this time as well.

I already talked to my professor and Ill be working on a way to optimize MRI magnetic coils and their placement around an object. I should be visiting St. Jose Hospital in Hamilton to see this MRI in action. I think I made a good decision to pursue this, its an excellent field and I should hopefully find a good job next year.

Monday, August 07, 2006

OpenGL Programming

In an effort to get more involved in 3d programming which may be my field of study when I finally sort out my Masters of Engineering here at McMaster I downloaded what is referred to "The RedBook" which is the official guied to learning OpenGL.
OpenGL is an environment for developing 2d and 3d graphics applications from simulations to games. Its widely used in industry since its first release in 1992. FlightGear and VDrift which I have been working with during my employment with the Flight Simulator use OpenGL to render the graphics and gameplay. I think its really good to have it on my resume and downloading this official guidebook is a good start. Ill be posting updates on this as I get more involved.