MultiSensor Image Fusion MSIF Team Members Phu Kieu

Multi-Sensor Image Fusion (MSIF) Team Members: Phu Kieu, Keenan Knaur, Chris Kolodin Faculty Advisor: Dr. Eun-Young (Elaine) Kang Northrop Grumman Liaison: Richard Gilmore Department of Computer Science College of Engineering, Computer Science, and Technology California State University, Los Angeles Project Background Description MSIF was developed as a way to fuse two images of the same scene from two space sensors, and derive altitude information for observed clouds. MSIF takes two space sensor images, as well as per pixel latitude and longitude information, and calculates the velocities of clouds given some assumed altitude. The software was developed using: • Microsoft Visual C++ • Open. CV Libraries An open source library of programming functions for real time computer vision. • Open. GL An open source library for computer graphics. Both images are transformed into an equirectangular map project, which rectifies the images so matching algorithms can be applied. K-means clustering and connected component analysis are used to identify and distinguish clouds. Matching algorithms are utilized to find the disparity of the cloud. This disparity is used to calculate the altitude of the cloud assuming that no movement has taken place. 1. Input Data 2. Equirectangular Projection GOES-12 (West) Resolution: 2500 x 912 Scan Time: 5 min. GOES-11 (East) Resolution: 2000 x 850 Scan Time: 15 min. 3. Cloud Identification West East • Rectifies both images to a common coordinate system • Results in equal distances between latitude and longitude lines • Makes matching image features easier 4. Matching and Disparity Extraction Shape Histogram West East • K-means clustering identifies clouds based on intensity • Connected component analysis (CCA) identifies individual clouds • Accuracy in the neighborhood of 85 -90% 2 3 4 3 3 • Finds feature vector per object • Best match is when Euclidian distance of vectors is minimum • Construct vectors from satellites to their ground intersect of the cloud • Compute the midpoint of the shortest line segment connecting the two vectors • Altitude of the cloud follows from this midpoint • Alter blue to red location • Construct vectors from satellites to red location • Find intersection of vectors with earth • Compute distance of the two intersections and subtract from original disparity—this is motion • Divide motion by time difference • Finds bounding box of object, and compares pixel intensities • Best match is when MSD is at a minimum 6. Data Visualization Assumed Altitude vs. Calculated Velocity 600 Calculated Velocity (km/h) Velocity from Altitude ? ? 2 3 2 5 3 5. Altitude Calculations Altitude from Disparity Mean Squared Difference (MSD) 500 400 300 200 100 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Assumed Altitude (km) It is found that clouds do not normally travel faster than 200 km/h. The possible altitudes of the cloud is narrowed down with this information.
- Slides: 1