Changes between Version 13 and Version 14 of Tutorial/ParticleImageVelocimetry
- Timestamp:
- Dec 10, 2014, 12:12:29 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial/ParticleImageVelocimetry
v13 v14 55 55 56 56 = From pixel displacement to velocity = 57 So far all PIV results have been expressed as image displacement expressed in pixels. Conversion to velocity requires geometric calibration and timing information. Calibration is described in [wiki: "Tutorial: geometric calibration" Tutorial:geometric calibration]. The result of calibration is stored in an xml file.57 So far all PIV results have been expressed as image displacement expressed in pixels. Conversion to velocity requires geometric calibration and timing information. Calibration is described in [wiki:Tutorial/GeometricCalibration geometric calibration]. The result of calibration is stored in an xml file. 58 58 59 59 The time interval between the two images, Dt=0.02 s, must be introduced in this xml file by adding a section <Camera>, using a text editor: 60 60 {{{ 61 < !ImaDoc>61 <ImaDoc> 62 62 <Camera> 63 < !TimeUnit>s</TimeUnit>63 <TimeUnit>s</TimeUnit> 64 64 <BurstTiming> 65 65 <Dti>0.02</Dti> 66 < !NbDti>1</NbDti>66 <NbDti>1</NbDti> 67 67 </BurstTiming> 68 68 </Camera>