Skip to content

thenamangoyal/image-segmentation-and-dimension-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Segmentation and Dimension Analysis

Introduction

Automated dimension analysis from an image is of immense importance in today's world. Current projects present in this domain do not provide a robust and easy to use UI. In the following project creates a robust software that works for most of the pictures while keeping in mind the ease of access. At the present stage this provides all the basic dimension that are important.

The code was tested on Matlab 2017a.

  • Please refer to Report.pdf for detailed analysis.
  • Please refer to lab.pdf for about the project.
  • Please refer to results for segmentation results using various methods.

Directory Structure

---code

|
|---RunAll.m
|---Find_Bound_Box.m
|---Calculate_Boundary.m

---results

|
|---Active
|---Inbuilt
|---Lazy
|---Morphological

---lab.pdf

---README.md

---Report.pdf

---Literature_Review.pdf

To Run

RunAll( RGB, method) - Generates the boundary box around and calculate the bounding box dimension and boundary dimension Specify method as 'lazy'(default) , 'active contour', 'morphological', 'matlab'

e.g.

RunAll(imread('data/Phone 1.jpg'),'lazy')

RunAll(imread('data/Phone 2.jpg'),'active contour')

RunAll(imread('data/shoe.jpg'),'morphological')

Developed By

Naman Goyal (2015CSB1021) Koustav Das (2015CSB1017)

About

Computer Vision Project on Image Segmentation and Dimension Analysis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages