Project Summary Given a 3D point cloud the task is to filter out the noisy points. In the project we use the 'Tensor Voting Method' [1,2] for outlier detection. 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 … Continue reading Outlier Rejection with Tensor Voting
Category: Softwares & Codes
Links to code and softwares by me.
Qt Network Programming
Qt is a very flexible and versatile library. In one of my previous blog entry I had described how is it possible to create simple GUIs with Qt. If you are not very familiar with Qt, you may like to view my previous blog entry on Qt where in I have put up a short … Continue reading Qt Network Programming
3D Reconstruction with Single View
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
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
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
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)
LIPSyM for Cell Detection
Abstract Diabetes can be associated with a reduction in functional β cell mass, which must be restored if the disease is to be cured or progress is to be arrested. To study the β cell count, it is necessary to also determine the number of nuclei within the insulin stained area. It can take a … Continue reading LIPSyM for Cell Detection
Image Mosaic
Abstract: Image mosaicking is a process in which a larger image is formed from small pieces of smaller images. In this short fun project, I have tried to implement a simple algorithm to do this task. This algorithm is based on block by block histogram matching. Download: You can download my Matlab implementation and test … Continue reading Image Mosaic
Automatic Machine Written Document Reader
Project Summary The aim of this project is to automatically read the printed characters, identify them. Later these identified text is to be passed to a syntetic speech generator which would read aloud the text. The system implemented by us takes an image with characters written on it as the input. The image has a white back-ground and … Continue reading Automatic Machine Written Document Reader
JDoku – Automatic Sudoku Solver
During my LNMIIT days, myself and my friend Bhaskar Bandhopadyay build this sudoku solver. All you had to do is input the grid and the software will solve it for you. Jdoku is a sudoku solver made in java. It implements the swing API. The sudoku solver applies two logics for now. The software is available on … Continue reading JDoku – Automatic Sudoku Solver
You must be logged in to post a comment.