Difference between revisions of "Historical:SoC 2008 Masking in GUI"

From PanoTools.org Wiki
Jump to navigation Jump to search
m (categorized)
m
Line 1: Line 1:
 +
==Introduction==
 
The objective of this project is to provide the user with an easy to use interface for quickly creating blending masks. After the images are aligned and shown in the preview window, users will have the option of creating blending masks. Currently the goal is to provide option for mask creation in the preview window. Since it already shows the aligned images, it would be easier for users to create appropriate masks when all the images aligned.
 
The objective of this project is to provide the user with an easy to use interface for quickly creating blending masks. After the images are aligned and shown in the preview window, users will have the option of creating blending masks. Currently the goal is to provide option for mask creation in the preview window. Since it already shows the aligned images, it would be easier for users to create appropriate masks when all the images aligned.
  
 +
==Project Outline==
  
 
'''Editing Features'''
 
'''Editing Features'''
----
+
 
 
*Option for zooming in/out
 
*Option for zooming in/out
 
*Set brush stroke size
 
*Set brush stroke size
Line 10: Line 12:
  
  
'''Project Plan'''
+
==Timeline==
----
+
 
 
1. Before Start of Coding Phase:  
 
1. Before Start of Coding Phase:  
 
* Determine input data type, format  and how the user will interact
 
* Determine input data type, format  and how the user will interact
Line 21: Line 23:
 
 
 
2.1 Before Mid Term Evaluation
 
2.1 Before Mid Term Evaluation
 +
 
Implement a basic framework that can –
 
Implement a basic framework that can –
 
* take an image stack of a particular format.
 
* take an image stack of a particular format.
Line 30: Line 33:
 
* perform image segmentation on the stack of images (3D segmentation problem where the user will only need to roughly mark the region on a small subset of the images)
 
* perform image segmentation on the stack of images (3D segmentation problem where the user will only need to roughly mark the region on a small subset of the images)
 
At the end of this stage the segmentation algorithm should be able to correctly identify similar region in successive images.
 
At the end of this stage the segmentation algorithm should be able to correctly identify similar region in successive images.
 +
 +
==References==
 +
[1] Interactive Graph Cuts for Optimal Boundary & Region Segmentation of Objects in N-D Images
 +
[http://www.csd.uwo.ca/~yuri/Abstracts/iccv01-abs.html webpage]
 +
 +
[2] Lazy Snapping [http://research.microsoft.com/~jiansun/papers/LazySnapping_SIGGRAPH04.pdf paper] [http://research.microsoft.com/~jiansun/videos/LazySnapping_Tiny.wmv video]
 +
 +
[3] Interactive Digital Photomontage [http://grail.cs.washington.edu/projects/photomontage/ webpage]
  
 
[[Category:Community:Project]]
 
[[Category:Community:Project]]

Revision as of 07:23, 9 May 2008

Introduction

The objective of this project is to provide the user with an easy to use interface for quickly creating blending masks. After the images are aligned and shown in the preview window, users will have the option of creating blending masks. Currently the goal is to provide option for mask creation in the preview window. Since it already shows the aligned images, it would be easier for users to create appropriate masks when all the images aligned.

Project Outline

Editing Features

  • Option for zooming in/out
  • Set brush stroke size
  • Polygon editing mode for fine-tuning boundary regions


Timeline

1. Before Start of Coding Phase:

  • Determine input data type, format and how the user will interact
  • Construct a preliminary design of the software
  • Outline of how the algorithm will work
  • Finalize the scope of the project

2. Coding Phase:

2.1 Before Mid Term Evaluation

Implement a basic framework that can –

  • take an image stack of a particular format.
  • allow users to mark regions
  • incorporate algorithm to learn the color model from the user defined area
  • start implementing 2D multi-label image segmentation

2.2 After Mid Term Evaluation

  • perform image segmentation on the stack of images (3D segmentation problem where the user will only need to roughly mark the region on a small subset of the images)

At the end of this stage the segmentation algorithm should be able to correctly identify similar region in successive images.

References

[1] Interactive Graph Cuts for Optimal Boundary & Region Segmentation of Objects in N-D Images webpage

[2] Lazy Snapping paper video

[3] Interactive Digital Photomontage webpage