Project Summary We create a 3D model of flat objects from single view. The method used is based on a paper by Criminisi [1]. Acknowledgement This project is a part of the Computer Vision course (COMP 5421) during spring 2014. The project partners were Manohar Kuse (myself) and Sunil Jaiswal. The course instructor was Prof. C. … Continue reading 3D Reconstruction with Single View
Author: kusemanohar
Magnetic Lasso from Scratch – Intelligent Scissors
Project Summary The objective of this project is to understand the algorithm beneath the magnetic lasso tool. Magnetic lasso tool is one of the common tools found in tools like Gimp, Adobe Photoshop etc. In this project we build a tool which allows a user to cut an object out of an image and paste … Continue reading Magnetic Lasso from Scratch – Intelligent Scissors
AutoDBC : Scalable System for Classification of White Blood Cells from Leishman Stained Blood Stain Images
Gabor Image Features
Computation of Gabor Features - Mean Squared Energy, Mean Amplitude. In applications of computer vision and image analysis, Gabor filters have maintained their popularity in feature extraction for almost three decades. The original reason that draw attention was the similarity between Gabor filters and the receptive field of simple cells in the visual cortex. A more practical reason … Continue reading Gabor Image Features
Machine Learning : Handling Imbalanced Datasets
When dealing with real datasets in machine learning or data mining, we quite frequently encounter a 2 category classification task. However, to add to our agony the dataset is skewed. This means samples from one class are more in number than the other. There are a few well know techniques to get around the problem. … Continue reading Machine Learning : Handling Imbalanced Datasets
The Danger of the Only Story
A few weeks ago I happen to watch the movie "Hotel Rwanda". This movie had a deeper impart on me much beyond just entertainment. For those of you who have not had the chance to see the movie yet, let me give a brief summary of the movie. The movie is a true story based … Continue reading The Danger of the Only Story
Computing Padé Approximation with Maxima
Computationally intensive software programs can have a sharp performance profile. What I mean with sharp profile is that, there might be a couple of functions which are most time consuming. Very often such expensive functions are trigonometric functions. A way to increase performance is by use of approximations for trigonometric function. There is a trade … Continue reading Computing Padé Approximation with Maxima
Qt Beginners Tutorial
Qt is a a cross-platform application framework that is widely used for developing application software with a graphical user interface (GUI). Qt with its object oriented design lets programmers use a single source tree for applications that will run on Windows 98 to XP, Mac OS X, Linux, Solaris, HP-UX, and many other versions of Unix with X11. … Continue reading Qt Beginners Tutorial
Missing Report: TIME
Today I want to file a missing report. I want to file this report for the entity "TIME". "I don't have the time". This phrase has become much more common than the common flu. Yes, we have advanced ourself on technology, medical science etc but one thing that we have lost for sure is time. In this blog, … Continue reading Missing Report: TIME
Process Watcher (pswatch)
This command runs Unix `ps` command periodically and reports to the user either by email, sms or desktop notification about the process. It can be used for example to monitor length processes. Here at CERN I am working on profiling AliRoot. To get more info on what is AliRoot please go through my previous blog … Continue reading Process Watcher (pswatch)
You must be logged in to post a comment.