Top Banner
1 Under the guidance of Prof . Leena Ragha Ms. Nisha Bhalerao Ms. Ankita Agrawal Mr. Vaibhav Karanjkar Photogrammetry
27

Photo Gramme Try

Apr 10, 2018

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 1/27

1Under the guidance of 

Prof . Leena Ragha

Ms. Nisha Bhalerao

Ms. Ankita Agrawal

Mr. Vaibhav Karanjkar

Photogrammetry

Page 2: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 2/27

2

What is photogrammetry??? 'photo' - light

'gram' - drawing'metry' -measurement

Photogrammetry isthe technique of finding geometric

properties of objectsusing photographs.

Page 3: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 3/27

3

Applications  Topographic Mapping.

Engineering.

Manufacturing.

Police Investigation. Geology.

Archaeologists to quickly produce plans of large or complex sites

Meteorologists as a way to determine theactual wind speed of a tornado

Used to combine live action with computergenerated imagery in movie post-production.

Page 4: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 4/27

4

PROPOSED SYSTEM

  This Project aims at designing a veryefficient PhotogrammetryEngine andimplements it to find out geometricproperties of objects like height, length,

etc.

  The entire system is broadly divided intotwo subsystems :

1)Image processing subsystem 2) Manipulating 3-D information

using triangulation

Page 5: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 5/27

Page 6: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 6/27

6

1. IMAGE PROCESSING SUBSYSTEM

  This subsystem validates input images forformat, size, resolution and aspect-ratio.

If all these parameters are correct thenthe image is loaded on a processingstack.

Once there are enough images on the

stack, all the images are compared tofind similar points .

Page 7: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 7/27

7

REFERENCE FRAME

x1

X-axis

 Y-axis

Z-axis

Center of projection of firstperspective.

Center of projection of secondperspective.

x2

CO-ORDINATE SYSTEM 1

O

camera

Page 8: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 8/27

8

Page 9: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 9/27

9

2. TRIANGULATION

Page 10: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 10/27

10

Triangulation process This process aims at finding out one internal

parameter of the camera which is requiredfor making the 3D memory model.

Z1 = d.

d = x(q-y)(y-p)/(y(y-p))

Page 11: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 11/27

11

In triangle P X1 X2,

In triangle Q X1 X2,

solving for d…

  Thus, z1 is found.

Page 12: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 12/27

12

System Architecture

Page 13: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 13/27

13

Modules: Interacion module:

User interface

Functoional module Image processing module

Mathematical module

X = x1(x`+x``)/(2(x1)+x`-x``) Y = 2(x1)y`/(2(x1)+x`-x``)Z = 2(x1)d/(2(x1)+x`-x``)

Page 14: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 14/27

14

Finding similar points

Page 15: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 15/27

15

Mathematical module Calculation of Point coordinates in reference frame

Left image

 

 

 

Right image

Solving forl

Page 16: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 16/27

16

Solving for X.

 

Substitute l

Solving for Y.

Substitute l

 

Solving for Z

Page 17: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 17/27

17

SYSTEM REQUIREMENTS 

Hardware Requirement  1024 x 786 pixel resolution display (256 colours). 512 MB RAM recommended.

1 GB of secondary data storage. 2.66 GHz Intel Pentium 4 processor (Multi-core

Recommended).

Software Requirement  Windows XP or any later version.   Java 2.0 Runtime Environment.

 

Page 18: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 18/27

18

DESIGN

Photogrammetry

SystemUser  Camera

Queries

Output

images

Data Flow Diagram1. Level 0 DFD :

Page 19: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 19/27

19

Level 1 DFD :

   I  m  a  g 

  e  s

Output

Queries

User Interface

1.5

Image Processor 1.1

Query Processor 1.3

1.4

QueryData

QueryType

ControlInformat io

n

Result

Images

Information of Images

C  a  l  i  b r  a  t  e  C  o m  m  a  n  d  

N   o  t  i   f   i   c  a  t  i   o  n  

 C a  l  i  b

 r a t  i o n

   D a t a

I  m  a   g  e  f   o  r   C  a  l  i  b r  a  t  i  o  n   R  e  s  u  l   t   

Query Data

Result

ProcessedImage

User 

Camera

Arithmeticprocessor 

CameraCalibration

1.2

Page 20: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 20/27

20

Level 2 DFD:

1.1 Image Processor 

Validation Find similar  Points

Images Validateimages

ProcessedImage

Page 21: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 21/27

21

1.2 Camera Calibration:

Calibratecommand

Notification

Find CameraOrientaion

Find internalParameters

Preparecalibration

data

Orientation data

Orientation data

Internals Parameters

Image for calibration

Result

Calibration data

1 3 Q P

Page 22: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 22/27

22

1.3 Query Processor:

Page 23: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 23/27

23

1.4 Arithmetic Processor:

Page 24: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 24/27

24

1.5 User Interface:

Page 25: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 25/27

25

Progress and summary We have completed analysis part of our project

which includes formulation , systemarchitecture , DFD Diagrams.

 Following conclusion was drawn from project:

Establishing user requirements right at thebeginning is crucial for development of project.

We are going to design a system that can workefficiently using already available infrastructures.

Page 26: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 26/27

26

THANK YOU

Page 27: Photo Gramme Try

8/8/2019 Photo Gramme Try

http://slidepdf.com/reader/full/photo-gramme-try 27/27

27