Computer Vision Exercise Session 10–Shape from Silhouettes.

Slides:



Advertisements
Similar presentations
Creative Computing. \\ aims By the end of the session you will be able to: 1.Explain the difference between various image file formats 2.Load in and display.
Advertisements

Fig. 4-1, p Fig. 4-2, p. 109 Fig. 4-3, p. 110.
Login to the Woodland Hills Home Page Choose a course.
ATEC Procedural Animation Introduction to Procedural Methods in 3D Computer Animation Dr. Midori Kitagawa.
This is where you will print the assessments for your SLA and frequent progress monitoring. This is where you will print the assessments for your SLA and.
P.464. Table 13-1, p.465 Fig. 13-1, p.466 Fig. 13-2, p.467.
Fig. 11-1, p p. 360 Fig. 11-2, p. 361 Fig. 11-3, p. 361.
How to Take a Screenshot By Ashley Hudson Screenshot of this screen 
Data Cleanup Tools 1. Close Out 2015 SAGE Testing Overview of Special Codes Management of Special Codes Working with Special Codes – TIDE – ORS Use Cases.
Table 6-1, p Fig. 6-1, p. 162 p. 163 Fig. 6-2, p. 164.
Math 010 online work that was due today at the start of class:
NA-MIC National Alliance for Medical Image Computing Slicer3 Tutorial: Registration Library Case 19 Multi-stage registration for group.
Exercise Session 10 – Image Categorization
 Go to and log-in.  Select Workshop  Select eCourses Part1: How to Add a Region 10.
Statistical analysis of pore space geometry Stefano Favretto Supervisor : Prof. Martin Blunt Petroleum Engineering and Rock Mechanics Research Group Department.
ABI Gradebook Training We are all in this together!
4th Grade Book Publishing Project: Animal ABC Book
Moodle with Style Integrating new technologies to empower learning and transform leadership.
U1_a02_copyright text and images ADD NAME HERE. Insert below a copyright free IMAGE that could be used in your health and safety presentation.
Resources MML. Course Structure Unit 1Number Theories Unit 2Sets Unit 3 Algebra Unit 4Graphs Unit 5The Metric System Unit 6Geometry Unit 7Probability.
 Line graph - Measures change over time  Measures counted information.
Welcome: Let’s Self Assess Right now at this moment, rate yourselves: How comfortable/familiar are you with Math Investigations? Not at all Somewhat Very.
Setting up your computer’s microphone Begin by double clicking on the volume icon within the task bar.
GEOMETRY AND MEASUREMENT
CT333/CT433 Image Processing and Computer Vision.
Section 16.3 Triple Integrals. A continuous function of 3 variables can be integrated over a solid region, W, in 3-space just as a function of two variables.
Computer Vision Exercise Session 8 – Condensation Tracker.
Get your chromebook, but DO NOT TURN IT ON! Just leave it closed!
We are learning to classify quadrilaterals by geometric properties such as parallel and perpendicular sides, lines of symmetry and angle size. We are also.
Basic Commands in 3ds Max By Mr. Herman. What is in this PowerPoint? In this PowerPoint you will learn how to complete the basic commands in 3ds Max.
Step 1: add the new XML report Drop the 1098_1099Pro_Report.xml into your EncompassData/Data/Reports This file is available at
Periodic Table Project Your 8 th grade class will design a periodic table together. You are responsible for designing 1 piece of the table. This is what.
Complete Distance Field Representation 報告者:陳陸剛. Outline Introduction Generate Volume Data Compute Distance Method Complete Distance Definition Distance.
Problem Set 2 Reconstructing a Simpler World COS429 Computer Vision Due October (one week from today)13 th.
Art B Mrs. Lyon Project 3: Two Point Perspective.
Clicker Question 1 What is the degree 2 (i.e., quadratic) Taylor polynomial for f (x) = 1 / (x + 1) centered at 0? – A. 1 + x – x 2 / 2 – B. 1  x – C.
Week 4: 6/6 – 6/10 Jeffrey Loppert. This week.. Coded a Histogram of Oriented Gradients (HOG) Feature Extractor Extracted features from positive and negative.
ATCM 3310 Procedural Animation
Visualization Shading
Not Tested and Void Test Score Codes
Introduction to Computational and Biological Vision Keren shemesh
How to Upload Exchange Hour Certificates in Eduphoria
ATCM 6317 Procedural Animation
Click on the assignment you wish to complete
Personal Globe Assessment
Content-Based Image Retrieval
Content-Based Image Retrieval
10th Grade Naviance December 6, 2017.
CSE 303 Concepts and Tools for Software Development
How to Upload Exchange Hour Certificates in Eduphoria
Bell Work Take out your chapter of Animals in Translation and your answers. Your questions from yesterday must be finished as I come around to initial.
You can please some of the people some of the time…
[Solomon Westerman] [PM]
At what point is the following function a local minimum? {image}
To insert this slide into your presentation
To insert this slide into your presentation
To insert this slide into your presentation
You can please some of the people some of the time…
Running a Java Program using Blue Jay.
Starter of the day Get out your lino block and finish carving if you have not. If you are done carving pick out at least 3 papers that you would like.
Week of December 16-20, 2013 Warm-ups.
To insert this slide into your presentation
To insert this slide into your presentation
Procedural Animation Introduction to Procedural Methods in 3D Computer Animation Dr. Midori Kitagawa.
To insert this slide into your presentation
Interim Scoring Support
Leslie Chavez and Will Bardé
To insert this slide into your presentation
Simulation Fundamentals Static Stress/Shape Topology Tutorial
To insert this slide into your presentation
Presentation transcript:

Computer Vision Exercise Session 10–Shape from Silhouettes

Organization  This week: shape from silhouettes  Hand in next week  Grades in two weeks’ time

Exercise 10 – Shape from Silhouettes

Exercise 10  Three main tasks:  Silhouette extraction  Find good threshold  Define volume of interest  Guess and check  Compute occupancy score for each voxel  Write code for this  Modify provided code

Silhouette Extraction

Volume of Interest  Find bounding box  First get a rough bounding box  Refine later once everything is working  Make sure your bounding box includes the whole statue  Provided code projects volume corners into images

Bounding Box  Projected volume corners

Compute Occupancy Score  For each voxel  Project the voxel center into each image  Use provided volume-to-world transformation  Add 1 if projection is within silhouette region  Note that z is up, x, y are parallel to the turn table surface  Start with a 10x10x20 voxel grid  Once everything is working increase resolution, at least 64x64x128

3D iso-surface  Provided code generates a 3D iso-surface from the volume 1 image4 images18 images

3D iso-surface

Hand-in  Report should include:  All parameters used i.e., silhouette threshold, bounding box and volume resolution  One or two silhouette images  Screenshot of the 3D model  Your description of the method and ideas of how to improve it  Source code  3D model saved as *.fig file

Hand-in By 1pm on Thursday 24 th December 2015