SlideShare a Scribd company logo
1 of 4
Download to read offline
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 6, Issue 3 (May. - Jun. 2013), PP 53-56
www.iosrjournals.org
www.iosrjournals.org 53 | Page
Feature Extraction Based Estimation of Rain Fall By Cross
Correlating Cloud RADAR Data
Shaik Basha1*
, K. Sridhar Reddy1
, J.Krishna Chaithanya1
, B.U.V Prashanth2
1
Associate Professor, 2
Assistant Professor Dept. of ECE, Vardhaman College of Engineering. Hyderabad,
Andhra Pradesh, India.
Abstract: In this paper we present the feature extraction based estimation of rain fall by cross correlating
cloud RADAR Data. The idea is to select a square box of around 200x200 pixels around the point of interest and
take the cross correlation between the last picture and one that is 5 or 10 minutes older. We then determine the
wind direction and speed by finding the highest point in the correlation. Last step is to interpolate the data
acquired in a tagged format to the latest data in the up-wind direction to get a prediction for the near future.
The basic principle works, but it is hard to get a good estimate of the wind direction.
Keywords – Feature Extraction, Cross correlation, Rain Fall, RADAR, Image Processing.
I. INTRODUCTION
In this paper we predict the amount of rainfall by analyzing data from the moving cloud data captured
by radar. This information used to be available with 15 minutes interval and delayed by 2 hours. The moving
cloud pattern is a transparent .avi file drawn over the map, so the data is easily extracted. We determine the
structure in the clouds to get a decent prediction, but sometimes we also get large errors even while the cloud
movement is very obvious. The simulations were carried out with correlating random noise, and here we
subtract the mean value obtained, otherwise the peak corresponding to the proper shift is overshadowed by a
central diamond shaped peak that is caused by the correlation of the D.C term.
II. ALGORITHM DESIGN
The algorithm is designed according to the following steps:-
1. Start
2. Read the .avi (Video file) captured by Cloud RADAR.
3. Initialize the dark cloud value to 50.
4. Perform RGB to Gray conversion to do morphological processing.
5. Compute the Cloud traffic object.
6. Remove dark clouds.
7. Remove the markings and other non-disk shaped structures.
8. Remove small structures.
9. Get the area and centroid of each remaining object in the frame.
10. Find the object with the largest area is the light-colored cloud.
11. Create a copy of the original frame and tag the cloud by changing the centroid pixel value to red.
12. Calculate the frame rate
13. Play the tagged clouds and frame rate combined together.
The MATLAB script is designed according to the above algorithm is as illustrated below.
CloudtrafficObj = mmreader('clouds.avi')
implay('clouds.avi');
darkCloudValue = 50;
darkCloud = rgb2gray(read(CloudtrafficObj,71));
noDarkCloud = imextendedmax(darkCloud, darkCloudValue);
imshow(darkCloud)
figure, imshow(noDarkCloud)
sedisk = strel('disk',2);
noSmallStructures = imopen(noDarkCloud, sedisk);
imshow(noSmallStructures)
nframes = get(CloudtrafficObj, 'NumberOfFrames');
I = read(CloudtrafficObj, 1);
taggedClouds= zeros([size(I,1) size(I,2) 3 nframes], class(I));
Feature Extraction Based Estimation of Rain Fall By Cross Correlating Cloud RADAR Data
www.iosrjournals.org 54 | Page
for k = 1 : nframes
singleFrame = read(CloudtrafficObj, k);
I = rgb2gray(singleFrame);
noDarkClouds = imextendedmax(I, darkCloudValue);
noSmallStructures = imopen(noDarkClouds, sedisk);
noSmallStructures = bwareaopen(noSmallStructures, 150);
taggedClouds(:,:,:,k) = singleFrame;
stats = regionprops(noSmallStructures, {'Centroid','Area'});
if ~isempty([stats.Area])
areaArray = [stats.Area];
[junk,idx] = max(areaArray);
c = stats(idx).Centroid;
c = floor(fliplr(c));
width = 2;
row = c(1)-width:c(1)+width;
col = c(2)-width:c(2)+width;
taggedClouds(row,col,1,k) = 255;
taggedClouds(row,col,2,k) = 0;
taggedClouds(row,col,3,k) = 0;
endend
frameRate = get(CloudtrafficObj,'FrameRate');
implay(taggedClouds,frameRate);
III. FLOW CHART DESIGN
Network of RADARS
Feature Extraction Based Estimation of Rain Fall By Cross Correlating Cloud RADAR Data
www.iosrjournals.org 55 | Page
IV. UTPUT RESULTS
We have obtained the following output results as illustrated (in Fig 1,2,3,4) in MATLAB R2012-a real
time simulation environment:-
Video Parameters:-29.92 frames per secondRGB value as 24 540x360
Total video frames available=1208
Figure 1 .avi (Video file) captured by Cloud RADAR. Figure 2 Morphological Processing
Feature Extraction Based Estimation of Rain Fall By Cross Correlating Cloud RADAR Data
www.iosrjournals.org 56 | Page
The red point on the feature extracted segment on the cloud indicates the color of the cloud as dark colored.
If the color is dark which is indicated by the red point as seen in figures 3 and 4, then we can predict the rainfall
at that instant of time.
V. CONCLUSION
Here we presented the Feature Extraction Based Estimation of Rain Fall By Cross Correlating Cloud
RADAR Data. We selected a square box of around 200x200 pixels around the point of interest and take the
cross correlation between the last picture and one that is 5 or 10 minutes older. We then determined the color of
the cloud by finding the highest point in the correlation. Finally we interpolated the data acquired in a tagged
format to the latest data predicting the color of the cloud to get a prediction for the near future.
REFERENCES
[1]. J. Xu, "Contented Based Image Retrieval System Design and Implementation," 2004.
[2]. S. H. Yanbing LI, Yuanxiang Li, Jingqiu Zhai, "CBIR methods in satellite cloud image retrieval," JOURNAL OF PLA
UNIVERSITY OF SCIENCE AND TECHNOLOGY(NATURAL SCIENCE EDITION), vol. 9, pp. 130-136, 2008. (Pubitemid
351766028)
[3]. M. Heidt, T. Dörnemann, K. Dörnemann , and B. Freisleben, "Omnivore: Integration of Grid Meta-Scheduling and Peer-to-Peer
Technologies," in 2008 Eighth IEEE International Symposium on Cluster Computing and the Grid (CCGRID), 2008, pp. 316-323.
[4]. Foster and C. Kesselman, The grid: blueprint for a new computing infrastructure. San Francisco, CA, USA: Morgan Kaufmann,
2004.
[5]. F. Dabek, B. Zhao, P. Druschel, J. Kubiatowicz, and I. Stoica, "Towards a common API for structured peer-to-peer overlays" in 2nd
International Workshop on Peer-to-Peer Systems (IPTPS' 03), 2003, pp. 33-44.
[6]. S. Saroiu, K. Gummadi, R. Dunn, S. Gribble, and H. Levy, "An analysis of internet content delivery systems," in Proceedings of the
5th USENIX Symposium on Operating Systems Design and Implementation (OSDI '02), Berkeley, CA, USA, 2002, pp. 315-327.
[7]. Arking and J. D. Childs, "Retrieval of Cloud Cover Parameters from Multispectral Satellite Images," Journal of Climate and Applied
Meteorology, vol. 24, pp. 322-333, 1985.
[8]. Herbreteau, G. Salem, M. Souris, J. Hugot, and J. Gonzalez, "Thirty years of use and improvement of remote sensing, applied to
epidemiology: From early promises to lasting frustration," Health & Place, vol. 13, pp. 400-403, 2007. (Pubitemid 46157014)

More Related Content

What's hot

Algorithms and tools for point cloud generation
Algorithms and tools for point cloud generationAlgorithms and tools for point cloud generation
Algorithms and tools for point cloud generationRadhe Syam
 
Interactive Latency in Big Data Visualization
Interactive Latency in Big Data VisualizationInteractive Latency in Big Data Visualization
Interactive Latency in Big Data Visualizationbigdataviz_bay
 
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...Development and Hardware Implementation of an Efficient Algorithm for Cloud D...
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...sipij
 
[論文紹介] DPSNet: End-to-end Deep Plane Sweep Stereo
[論文紹介] DPSNet: End-to-end Deep Plane Sweep Stereo[論文紹介] DPSNet: End-to-end Deep Plane Sweep Stereo
[論文紹介] DPSNet: End-to-end Deep Plane Sweep StereoSeiya Ito
 
Wereszczynski Molecular Dynamics
Wereszczynski Molecular DynamicsWereszczynski Molecular Dynamics
Wereszczynski Molecular DynamicsSciCompIIT
 
Clustering (from Google)
Clustering (from Google)Clustering (from Google)
Clustering (from Google)Sri Prasanna
 
DNR - Auto deep lab paper review ppt
DNR - Auto deep lab paper review pptDNR - Auto deep lab paper review ppt
DNR - Auto deep lab paper review ppttaeseon ryu
 
Minimum image disortion of reversible data hiding
Minimum image disortion of reversible data hidingMinimum image disortion of reversible data hiding
Minimum image disortion of reversible data hidingIRJET Journal
 
Multi graph encoder
Multi graph encoderMulti graph encoder
Multi graph encoderYajie Zhou
 
F0255046056
F0255046056F0255046056
F0255046056theijes
 
Review on Various Algorithm for Cloud Detection and Removal for Images
Review on Various Algorithm for Cloud Detection and Removal for ImagesReview on Various Algorithm for Cloud Detection and Removal for Images
Review on Various Algorithm for Cloud Detection and Removal for ImagesIJERA Editor
 
"An adaptive modular approach to the mining of sensor network ...
"An adaptive modular approach to the mining of sensor network ..."An adaptive modular approach to the mining of sensor network ...
"An adaptive modular approach to the mining of sensor network ...butest
 
Timing¬Driven Variation¬Aware NonuniformClock Mesh Synthesis
Timing¬Driven Variation¬Aware NonuniformClock Mesh SynthesisTiming¬Driven Variation¬Aware NonuniformClock Mesh Synthesis
Timing¬Driven Variation¬Aware NonuniformClock Mesh SynthesisAlona Gradman
 
Rendering of Complex 3D Treemaps (GRAPP 2013)
Rendering of Complex 3D Treemaps (GRAPP 2013)Rendering of Complex 3D Treemaps (GRAPP 2013)
Rendering of Complex 3D Treemaps (GRAPP 2013)Matthias Trapp
 
Project Matsu: Elastic Clouds for Disaster Relief
Project Matsu: Elastic Clouds for Disaster ReliefProject Matsu: Elastic Clouds for Disaster Relief
Project Matsu: Elastic Clouds for Disaster ReliefRobert Grossman
 
Automatic Building detection for satellite Images using IGV and DSM
Automatic Building detection for satellite Images using IGV and DSMAutomatic Building detection for satellite Images using IGV and DSM
Automatic Building detection for satellite Images using IGV and DSMAmit Raikar
 
Bioclouds CAMDA (Robert Grossman) 09-v9p
Bioclouds CAMDA (Robert Grossman) 09-v9pBioclouds CAMDA (Robert Grossman) 09-v9p
Bioclouds CAMDA (Robert Grossman) 09-v9pRobert Grossman
 
Performance Analysis of Iterative Closest Point (ICP) Algorithm using Modifie...
Performance Analysis of Iterative Closest Point (ICP) Algorithm using Modifie...Performance Analysis of Iterative Closest Point (ICP) Algorithm using Modifie...
Performance Analysis of Iterative Closest Point (ICP) Algorithm using Modifie...IRJET Journal
 

What's hot (20)

Algorithms and tools for point cloud generation
Algorithms and tools for point cloud generationAlgorithms and tools for point cloud generation
Algorithms and tools for point cloud generation
 
Interactive Latency in Big Data Visualization
Interactive Latency in Big Data VisualizationInteractive Latency in Big Data Visualization
Interactive Latency in Big Data Visualization
 
C42011318
C42011318C42011318
C42011318
 
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...Development and Hardware Implementation of an Efficient Algorithm for Cloud D...
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...
 
[論文紹介] DPSNet: End-to-end Deep Plane Sweep Stereo
[論文紹介] DPSNet: End-to-end Deep Plane Sweep Stereo[論文紹介] DPSNet: End-to-end Deep Plane Sweep Stereo
[論文紹介] DPSNet: End-to-end Deep Plane Sweep Stereo
 
Wereszczynski Molecular Dynamics
Wereszczynski Molecular DynamicsWereszczynski Molecular Dynamics
Wereszczynski Molecular Dynamics
 
Clustering (from Google)
Clustering (from Google)Clustering (from Google)
Clustering (from Google)
 
Report
ReportReport
Report
 
DNR - Auto deep lab paper review ppt
DNR - Auto deep lab paper review pptDNR - Auto deep lab paper review ppt
DNR - Auto deep lab paper review ppt
 
Minimum image disortion of reversible data hiding
Minimum image disortion of reversible data hidingMinimum image disortion of reversible data hiding
Minimum image disortion of reversible data hiding
 
Multi graph encoder
Multi graph encoderMulti graph encoder
Multi graph encoder
 
F0255046056
F0255046056F0255046056
F0255046056
 
Review on Various Algorithm for Cloud Detection and Removal for Images
Review on Various Algorithm for Cloud Detection and Removal for ImagesReview on Various Algorithm for Cloud Detection and Removal for Images
Review on Various Algorithm for Cloud Detection and Removal for Images
 
"An adaptive modular approach to the mining of sensor network ...
"An adaptive modular approach to the mining of sensor network ..."An adaptive modular approach to the mining of sensor network ...
"An adaptive modular approach to the mining of sensor network ...
 
Timing¬Driven Variation¬Aware NonuniformClock Mesh Synthesis
Timing¬Driven Variation¬Aware NonuniformClock Mesh SynthesisTiming¬Driven Variation¬Aware NonuniformClock Mesh Synthesis
Timing¬Driven Variation¬Aware NonuniformClock Mesh Synthesis
 
Rendering of Complex 3D Treemaps (GRAPP 2013)
Rendering of Complex 3D Treemaps (GRAPP 2013)Rendering of Complex 3D Treemaps (GRAPP 2013)
Rendering of Complex 3D Treemaps (GRAPP 2013)
 
Project Matsu: Elastic Clouds for Disaster Relief
Project Matsu: Elastic Clouds for Disaster ReliefProject Matsu: Elastic Clouds for Disaster Relief
Project Matsu: Elastic Clouds for Disaster Relief
 
Automatic Building detection for satellite Images using IGV and DSM
Automatic Building detection for satellite Images using IGV and DSMAutomatic Building detection for satellite Images using IGV and DSM
Automatic Building detection for satellite Images using IGV and DSM
 
Bioclouds CAMDA (Robert Grossman) 09-v9p
Bioclouds CAMDA (Robert Grossman) 09-v9pBioclouds CAMDA (Robert Grossman) 09-v9p
Bioclouds CAMDA (Robert Grossman) 09-v9p
 
Performance Analysis of Iterative Closest Point (ICP) Algorithm using Modifie...
Performance Analysis of Iterative Closest Point (ICP) Algorithm using Modifie...Performance Analysis of Iterative Closest Point (ICP) Algorithm using Modifie...
Performance Analysis of Iterative Closest Point (ICP) Algorithm using Modifie...
 

Viewers also liked

Protocols for detection of node replication attack on wireless sensor network
Protocols for detection of node replication attack on wireless sensor networkProtocols for detection of node replication attack on wireless sensor network
Protocols for detection of node replication attack on wireless sensor networkIOSR Journals
 
Digital Image Compression using Hybrid Transform with Kekre Transform and Oth...
Digital Image Compression using Hybrid Transform with Kekre Transform and Oth...Digital Image Compression using Hybrid Transform with Kekre Transform and Oth...
Digital Image Compression using Hybrid Transform with Kekre Transform and Oth...IOSR Journals
 
Single Phase Formation of CuInS2 Nanoparticles: Structural, Morphological, Th...
Single Phase Formation of CuInS2 Nanoparticles: Structural, Morphological, Th...Single Phase Formation of CuInS2 Nanoparticles: Structural, Morphological, Th...
Single Phase Formation of CuInS2 Nanoparticles: Structural, Morphological, Th...IOSR Journals
 
Wage Differentials and Industrial Disputes in Nigerian Hospitals
Wage Differentials and Industrial Disputes in Nigerian HospitalsWage Differentials and Industrial Disputes in Nigerian Hospitals
Wage Differentials and Industrial Disputes in Nigerian HospitalsIOSR Journals
 
Optimization of Aberrated Coherent Optical Systems
Optimization of Aberrated Coherent Optical SystemsOptimization of Aberrated Coherent Optical Systems
Optimization of Aberrated Coherent Optical SystemsIOSR Journals
 
Value creation in relationship exchange explication by Ethical Approach: an a...
Value creation in relationship exchange explication by Ethical Approach: an a...Value creation in relationship exchange explication by Ethical Approach: an a...
Value creation in relationship exchange explication by Ethical Approach: an a...IOSR Journals
 
Synthesis and Biological Evaluation of Novel3, 5-Disubstituted 4h-1, 2, 4-Tri...
Synthesis and Biological Evaluation of Novel3, 5-Disubstituted 4h-1, 2, 4-Tri...Synthesis and Biological Evaluation of Novel3, 5-Disubstituted 4h-1, 2, 4-Tri...
Synthesis and Biological Evaluation of Novel3, 5-Disubstituted 4h-1, 2, 4-Tri...IOSR Journals
 
Energy Attenuation Mechanism of a Carrier Wavepropagating in a Viscous Fluid
Energy Attenuation Mechanism of a Carrier Wavepropagating in a Viscous FluidEnergy Attenuation Mechanism of a Carrier Wavepropagating in a Viscous Fluid
Energy Attenuation Mechanism of a Carrier Wavepropagating in a Viscous FluidIOSR Journals
 
The Effect of Impurity Concentration on Activation Energy Change of Palm Oil ...
The Effect of Impurity Concentration on Activation Energy Change of Palm Oil ...The Effect of Impurity Concentration on Activation Energy Change of Palm Oil ...
The Effect of Impurity Concentration on Activation Energy Change of Palm Oil ...IOSR Journals
 
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...IOSR Journals
 
Study of Different Parameters on the Chassis Space Frame For the Sports Car b...
Study of Different Parameters on the Chassis Space Frame For the Sports Car b...Study of Different Parameters on the Chassis Space Frame For the Sports Car b...
Study of Different Parameters on the Chassis Space Frame For the Sports Car b...IOSR Journals
 
Mathematical Programming Approach to Improve Website Structure for Effective ...
Mathematical Programming Approach to Improve Website Structure for Effective ...Mathematical Programming Approach to Improve Website Structure for Effective ...
Mathematical Programming Approach to Improve Website Structure for Effective ...IOSR Journals
 
Experimental study of the structure of a thermal plume inside a rectangular t...
Experimental study of the structure of a thermal plume inside a rectangular t...Experimental study of the structure of a thermal plume inside a rectangular t...
Experimental study of the structure of a thermal plume inside a rectangular t...IOSR Journals
 
Evaluation of Human Resource Management Practices on the Productivity and Per...
Evaluation of Human Resource Management Practices on the Productivity and Per...Evaluation of Human Resource Management Practices on the Productivity and Per...
Evaluation of Human Resource Management Practices on the Productivity and Per...IOSR Journals
 
FTIR study of second group iodate crystals grown by gel method
FTIR study of second group iodate crystals grown by gel methodFTIR study of second group iodate crystals grown by gel method
FTIR study of second group iodate crystals grown by gel methodIOSR Journals
 

Viewers also liked (20)

Protocols for detection of node replication attack on wireless sensor network
Protocols for detection of node replication attack on wireless sensor networkProtocols for detection of node replication attack on wireless sensor network
Protocols for detection of node replication attack on wireless sensor network
 
I010216876
I010216876I010216876
I010216876
 
G010224751
G010224751G010224751
G010224751
 
Digital Image Compression using Hybrid Transform with Kekre Transform and Oth...
Digital Image Compression using Hybrid Transform with Kekre Transform and Oth...Digital Image Compression using Hybrid Transform with Kekre Transform and Oth...
Digital Image Compression using Hybrid Transform with Kekre Transform and Oth...
 
Single Phase Formation of CuInS2 Nanoparticles: Structural, Morphological, Th...
Single Phase Formation of CuInS2 Nanoparticles: Structural, Morphological, Th...Single Phase Formation of CuInS2 Nanoparticles: Structural, Morphological, Th...
Single Phase Formation of CuInS2 Nanoparticles: Structural, Morphological, Th...
 
H0613644
H0613644H0613644
H0613644
 
Wage Differentials and Industrial Disputes in Nigerian Hospitals
Wage Differentials and Industrial Disputes in Nigerian HospitalsWage Differentials and Industrial Disputes in Nigerian Hospitals
Wage Differentials and Industrial Disputes in Nigerian Hospitals
 
Optimization of Aberrated Coherent Optical Systems
Optimization of Aberrated Coherent Optical SystemsOptimization of Aberrated Coherent Optical Systems
Optimization of Aberrated Coherent Optical Systems
 
Value creation in relationship exchange explication by Ethical Approach: an a...
Value creation in relationship exchange explication by Ethical Approach: an a...Value creation in relationship exchange explication by Ethical Approach: an a...
Value creation in relationship exchange explication by Ethical Approach: an a...
 
Synthesis and Biological Evaluation of Novel3, 5-Disubstituted 4h-1, 2, 4-Tri...
Synthesis and Biological Evaluation of Novel3, 5-Disubstituted 4h-1, 2, 4-Tri...Synthesis and Biological Evaluation of Novel3, 5-Disubstituted 4h-1, 2, 4-Tri...
Synthesis and Biological Evaluation of Novel3, 5-Disubstituted 4h-1, 2, 4-Tri...
 
G1302044952
G1302044952G1302044952
G1302044952
 
Energy Attenuation Mechanism of a Carrier Wavepropagating in a Viscous Fluid
Energy Attenuation Mechanism of a Carrier Wavepropagating in a Viscous FluidEnergy Attenuation Mechanism of a Carrier Wavepropagating in a Viscous Fluid
Energy Attenuation Mechanism of a Carrier Wavepropagating in a Viscous Fluid
 
The Effect of Impurity Concentration on Activation Energy Change of Palm Oil ...
The Effect of Impurity Concentration on Activation Energy Change of Palm Oil ...The Effect of Impurity Concentration on Activation Energy Change of Palm Oil ...
The Effect of Impurity Concentration on Activation Energy Change of Palm Oil ...
 
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
 
Study of Different Parameters on the Chassis Space Frame For the Sports Car b...
Study of Different Parameters on the Chassis Space Frame For the Sports Car b...Study of Different Parameters on the Chassis Space Frame For the Sports Car b...
Study of Different Parameters on the Chassis Space Frame For the Sports Car b...
 
B017211114
B017211114B017211114
B017211114
 
Mathematical Programming Approach to Improve Website Structure for Effective ...
Mathematical Programming Approach to Improve Website Structure for Effective ...Mathematical Programming Approach to Improve Website Structure for Effective ...
Mathematical Programming Approach to Improve Website Structure for Effective ...
 
Experimental study of the structure of a thermal plume inside a rectangular t...
Experimental study of the structure of a thermal plume inside a rectangular t...Experimental study of the structure of a thermal plume inside a rectangular t...
Experimental study of the structure of a thermal plume inside a rectangular t...
 
Evaluation of Human Resource Management Practices on the Productivity and Per...
Evaluation of Human Resource Management Practices on the Productivity and Per...Evaluation of Human Resource Management Practices on the Productivity and Per...
Evaluation of Human Resource Management Practices on the Productivity and Per...
 
FTIR study of second group iodate crystals grown by gel method
FTIR study of second group iodate crystals grown by gel methodFTIR study of second group iodate crystals grown by gel method
FTIR study of second group iodate crystals grown by gel method
 

Similar to Feature Extraction Based Estimation of Rain Fall By Cross Correlating Cloud RADAR Data

Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...
Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...
Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...cscpconf
 
Digital Heritage Documentation Via TLS And Photogrammetry Case Study
Digital Heritage Documentation Via TLS And Photogrammetry Case StudyDigital Heritage Documentation Via TLS And Photogrammetry Case Study
Digital Heritage Documentation Via TLS And Photogrammetry Case Studytheijes
 
Digital Heritage Documentation Via TLS And Photogrammetry Case Study
Digital Heritage Documentation Via TLS And Photogrammetry Case StudyDigital Heritage Documentation Via TLS And Photogrammetry Case Study
Digital Heritage Documentation Via TLS And Photogrammetry Case Studytheijes
 
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF ijcseit
 
Big Data, Big Computing, AI, and Environmental Science
Big Data, Big Computing, AI, and Environmental ScienceBig Data, Big Computing, AI, and Environmental Science
Big Data, Big Computing, AI, and Environmental ScienceIan Foster
 
LIDAR- Light Detection and Ranging.
LIDAR- Light Detection and Ranging.LIDAR- Light Detection and Ranging.
LIDAR- Light Detection and Ranging.Gaurav Agarwal
 
01 4941 10014-1-sm ediqbal
01 4941 10014-1-sm ediqbal01 4941 10014-1-sm ediqbal
01 4941 10014-1-sm ediqbalIAESIJEECS
 
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...CSCJournals
 
an-open-source-3d-solar-radiation-model-integrated-with-a-3d-geographic-infor...
an-open-source-3d-solar-radiation-model-integrated-with-a-3d-geographic-infor...an-open-source-3d-solar-radiation-model-integrated-with-a-3d-geographic-infor...
an-open-source-3d-solar-radiation-model-integrated-with-a-3d-geographic-infor...Jianming Liang
 
Visual Environment by Semantic Segmentation Using Deep Learning: A Prototype ...
Visual Environment by Semantic Segmentation Using Deep Learning: A Prototype ...Visual Environment by Semantic Segmentation Using Deep Learning: A Prototype ...
Visual Environment by Semantic Segmentation Using Deep Learning: A Prototype ...Tomohiro Fukuda
 
Accurate indoor positioning system based on modify nearest point technique
Accurate indoor positioning system based on modify nearest point techniqueAccurate indoor positioning system based on modify nearest point technique
Accurate indoor positioning system based on modify nearest point techniqueIJECEIAES
 
Stereo vision-based obstacle avoidance module on 3D point cloud data
Stereo vision-based obstacle avoidance module on 3D point cloud dataStereo vision-based obstacle avoidance module on 3D point cloud data
Stereo vision-based obstacle avoidance module on 3D point cloud dataTELKOMNIKA JOURNAL
 
[20240415_LabSeminar_Huy]Deciphering Spatio-Temporal Graph Forecasting: A Cau...
[20240415_LabSeminar_Huy]Deciphering Spatio-Temporal Graph Forecasting: A Cau...[20240415_LabSeminar_Huy]Deciphering Spatio-Temporal Graph Forecasting: A Cau...
[20240415_LabSeminar_Huy]Deciphering Spatio-Temporal Graph Forecasting: A Cau...thanhdowork
 
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...csandit
 
[3D勉強会@関東] Deep Reinforcement Learning of Volume-guided Progressive View Inpa...
[3D勉強会@関東] Deep Reinforcement Learning of Volume-guided Progressive View Inpa...[3D勉強会@関東] Deep Reinforcement Learning of Volume-guided Progressive View Inpa...
[3D勉強会@関東] Deep Reinforcement Learning of Volume-guided Progressive View Inpa...Seiya Ito
 
Learning Graph Representation for Data-Efficiency RL
Learning Graph Representation for Data-Efficiency RLLearning Graph Representation for Data-Efficiency RL
Learning Graph Representation for Data-Efficiency RLlauratoni4
 

Similar to Feature Extraction Based Estimation of Rain Fall By Cross Correlating Cloud RADAR Data (20)

Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...
Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...
Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...
 
Soumyadip_Chandra
Soumyadip_ChandraSoumyadip_Chandra
Soumyadip_Chandra
 
Digital Heritage Documentation Via TLS And Photogrammetry Case Study
Digital Heritage Documentation Via TLS And Photogrammetry Case StudyDigital Heritage Documentation Via TLS And Photogrammetry Case Study
Digital Heritage Documentation Via TLS And Photogrammetry Case Study
 
Digital Heritage Documentation Via TLS And Photogrammetry Case Study
Digital Heritage Documentation Via TLS And Photogrammetry Case StudyDigital Heritage Documentation Via TLS And Photogrammetry Case Study
Digital Heritage Documentation Via TLS And Photogrammetry Case Study
 
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF
 
Big Data, Big Computing, AI, and Environmental Science
Big Data, Big Computing, AI, and Environmental ScienceBig Data, Big Computing, AI, and Environmental Science
Big Data, Big Computing, AI, and Environmental Science
 
LIDAR- Light Detection and Ranging.
LIDAR- Light Detection and Ranging.LIDAR- Light Detection and Ranging.
LIDAR- Light Detection and Ranging.
 
D04432528
D04432528D04432528
D04432528
 
01 4941 10014-1-sm ediqbal
01 4941 10014-1-sm ediqbal01 4941 10014-1-sm ediqbal
01 4941 10014-1-sm ediqbal
 
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
 
an-open-source-3d-solar-radiation-model-integrated-with-a-3d-geographic-infor...
an-open-source-3d-solar-radiation-model-integrated-with-a-3d-geographic-infor...an-open-source-3d-solar-radiation-model-integrated-with-a-3d-geographic-infor...
an-open-source-3d-solar-radiation-model-integrated-with-a-3d-geographic-infor...
 
Visual Environment by Semantic Segmentation Using Deep Learning: A Prototype ...
Visual Environment by Semantic Segmentation Using Deep Learning: A Prototype ...Visual Environment by Semantic Segmentation Using Deep Learning: A Prototype ...
Visual Environment by Semantic Segmentation Using Deep Learning: A Prototype ...
 
Accurate indoor positioning system based on modify nearest point technique
Accurate indoor positioning system based on modify nearest point techniqueAccurate indoor positioning system based on modify nearest point technique
Accurate indoor positioning system based on modify nearest point technique
 
50120140501016
5012014050101650120140501016
50120140501016
 
Ls3520052009
Ls3520052009Ls3520052009
Ls3520052009
 
Stereo vision-based obstacle avoidance module on 3D point cloud data
Stereo vision-based obstacle avoidance module on 3D point cloud dataStereo vision-based obstacle avoidance module on 3D point cloud data
Stereo vision-based obstacle avoidance module on 3D point cloud data
 
[20240415_LabSeminar_Huy]Deciphering Spatio-Temporal Graph Forecasting: A Cau...
[20240415_LabSeminar_Huy]Deciphering Spatio-Temporal Graph Forecasting: A Cau...[20240415_LabSeminar_Huy]Deciphering Spatio-Temporal Graph Forecasting: A Cau...
[20240415_LabSeminar_Huy]Deciphering Spatio-Temporal Graph Forecasting: A Cau...
 
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
 
[3D勉強会@関東] Deep Reinforcement Learning of Volume-guided Progressive View Inpa...
[3D勉強会@関東] Deep Reinforcement Learning of Volume-guided Progressive View Inpa...[3D勉強会@関東] Deep Reinforcement Learning of Volume-guided Progressive View Inpa...
[3D勉強会@関東] Deep Reinforcement Learning of Volume-guided Progressive View Inpa...
 
Learning Graph Representation for Data-Efficiency RL
Learning Graph Representation for Data-Efficiency RLLearning Graph Representation for Data-Efficiency RL
Learning Graph Representation for Data-Efficiency RL
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 

Recently uploaded (20)

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 

Feature Extraction Based Estimation of Rain Fall By Cross Correlating Cloud RADAR Data

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 6, Issue 3 (May. - Jun. 2013), PP 53-56 www.iosrjournals.org www.iosrjournals.org 53 | Page Feature Extraction Based Estimation of Rain Fall By Cross Correlating Cloud RADAR Data Shaik Basha1* , K. Sridhar Reddy1 , J.Krishna Chaithanya1 , B.U.V Prashanth2 1 Associate Professor, 2 Assistant Professor Dept. of ECE, Vardhaman College of Engineering. Hyderabad, Andhra Pradesh, India. Abstract: In this paper we present the feature extraction based estimation of rain fall by cross correlating cloud RADAR Data. The idea is to select a square box of around 200x200 pixels around the point of interest and take the cross correlation between the last picture and one that is 5 or 10 minutes older. We then determine the wind direction and speed by finding the highest point in the correlation. Last step is to interpolate the data acquired in a tagged format to the latest data in the up-wind direction to get a prediction for the near future. The basic principle works, but it is hard to get a good estimate of the wind direction. Keywords – Feature Extraction, Cross correlation, Rain Fall, RADAR, Image Processing. I. INTRODUCTION In this paper we predict the amount of rainfall by analyzing data from the moving cloud data captured by radar. This information used to be available with 15 minutes interval and delayed by 2 hours. The moving cloud pattern is a transparent .avi file drawn over the map, so the data is easily extracted. We determine the structure in the clouds to get a decent prediction, but sometimes we also get large errors even while the cloud movement is very obvious. The simulations were carried out with correlating random noise, and here we subtract the mean value obtained, otherwise the peak corresponding to the proper shift is overshadowed by a central diamond shaped peak that is caused by the correlation of the D.C term. II. ALGORITHM DESIGN The algorithm is designed according to the following steps:- 1. Start 2. Read the .avi (Video file) captured by Cloud RADAR. 3. Initialize the dark cloud value to 50. 4. Perform RGB to Gray conversion to do morphological processing. 5. Compute the Cloud traffic object. 6. Remove dark clouds. 7. Remove the markings and other non-disk shaped structures. 8. Remove small structures. 9. Get the area and centroid of each remaining object in the frame. 10. Find the object with the largest area is the light-colored cloud. 11. Create a copy of the original frame and tag the cloud by changing the centroid pixel value to red. 12. Calculate the frame rate 13. Play the tagged clouds and frame rate combined together. The MATLAB script is designed according to the above algorithm is as illustrated below. CloudtrafficObj = mmreader('clouds.avi') implay('clouds.avi'); darkCloudValue = 50; darkCloud = rgb2gray(read(CloudtrafficObj,71)); noDarkCloud = imextendedmax(darkCloud, darkCloudValue); imshow(darkCloud) figure, imshow(noDarkCloud) sedisk = strel('disk',2); noSmallStructures = imopen(noDarkCloud, sedisk); imshow(noSmallStructures) nframes = get(CloudtrafficObj, 'NumberOfFrames'); I = read(CloudtrafficObj, 1); taggedClouds= zeros([size(I,1) size(I,2) 3 nframes], class(I));
  • 2. Feature Extraction Based Estimation of Rain Fall By Cross Correlating Cloud RADAR Data www.iosrjournals.org 54 | Page for k = 1 : nframes singleFrame = read(CloudtrafficObj, k); I = rgb2gray(singleFrame); noDarkClouds = imextendedmax(I, darkCloudValue); noSmallStructures = imopen(noDarkClouds, sedisk); noSmallStructures = bwareaopen(noSmallStructures, 150); taggedClouds(:,:,:,k) = singleFrame; stats = regionprops(noSmallStructures, {'Centroid','Area'}); if ~isempty([stats.Area]) areaArray = [stats.Area]; [junk,idx] = max(areaArray); c = stats(idx).Centroid; c = floor(fliplr(c)); width = 2; row = c(1)-width:c(1)+width; col = c(2)-width:c(2)+width; taggedClouds(row,col,1,k) = 255; taggedClouds(row,col,2,k) = 0; taggedClouds(row,col,3,k) = 0; endend frameRate = get(CloudtrafficObj,'FrameRate'); implay(taggedClouds,frameRate); III. FLOW CHART DESIGN Network of RADARS
  • 3. Feature Extraction Based Estimation of Rain Fall By Cross Correlating Cloud RADAR Data www.iosrjournals.org 55 | Page IV. UTPUT RESULTS We have obtained the following output results as illustrated (in Fig 1,2,3,4) in MATLAB R2012-a real time simulation environment:- Video Parameters:-29.92 frames per secondRGB value as 24 540x360 Total video frames available=1208 Figure 1 .avi (Video file) captured by Cloud RADAR. Figure 2 Morphological Processing
  • 4. Feature Extraction Based Estimation of Rain Fall By Cross Correlating Cloud RADAR Data www.iosrjournals.org 56 | Page The red point on the feature extracted segment on the cloud indicates the color of the cloud as dark colored. If the color is dark which is indicated by the red point as seen in figures 3 and 4, then we can predict the rainfall at that instant of time. V. CONCLUSION Here we presented the Feature Extraction Based Estimation of Rain Fall By Cross Correlating Cloud RADAR Data. We selected a square box of around 200x200 pixels around the point of interest and take the cross correlation between the last picture and one that is 5 or 10 minutes older. We then determined the color of the cloud by finding the highest point in the correlation. Finally we interpolated the data acquired in a tagged format to the latest data predicting the color of the cloud to get a prediction for the near future. REFERENCES [1]. J. Xu, "Contented Based Image Retrieval System Design and Implementation," 2004. [2]. S. H. Yanbing LI, Yuanxiang Li, Jingqiu Zhai, "CBIR methods in satellite cloud image retrieval," JOURNAL OF PLA UNIVERSITY OF SCIENCE AND TECHNOLOGY(NATURAL SCIENCE EDITION), vol. 9, pp. 130-136, 2008. (Pubitemid 351766028) [3]. M. Heidt, T. Dörnemann, K. Dörnemann , and B. Freisleben, "Omnivore: Integration of Grid Meta-Scheduling and Peer-to-Peer Technologies," in 2008 Eighth IEEE International Symposium on Cluster Computing and the Grid (CCGRID), 2008, pp. 316-323. [4]. Foster and C. Kesselman, The grid: blueprint for a new computing infrastructure. San Francisco, CA, USA: Morgan Kaufmann, 2004. [5]. F. Dabek, B. Zhao, P. Druschel, J. Kubiatowicz, and I. Stoica, "Towards a common API for structured peer-to-peer overlays" in 2nd International Workshop on Peer-to-Peer Systems (IPTPS' 03), 2003, pp. 33-44. [6]. S. Saroiu, K. Gummadi, R. Dunn, S. Gribble, and H. Levy, "An analysis of internet content delivery systems," in Proceedings of the 5th USENIX Symposium on Operating Systems Design and Implementation (OSDI '02), Berkeley, CA, USA, 2002, pp. 315-327. [7]. Arking and J. D. Childs, "Retrieval of Cloud Cover Parameters from Multispectral Satellite Images," Journal of Climate and Applied Meteorology, vol. 24, pp. 322-333, 1985. [8]. Herbreteau, G. Salem, M. Souris, J. Hugot, and J. Gonzalez, "Thirty years of use and improvement of remote sensing, applied to epidemiology: From early promises to lasting frustration," Health & Place, vol. 13, pp. 400-403, 2007. (Pubitemid 46157014)