Finding intersection between two color maps and displaying it
古いコメントを表示
Hi, this is my first time using the image processing toolbox.
Currently I am trying to image process these two maps: http://hurricane.ncdc.noaa.gov/climaps/temp1007.pdf http://hurricane.ncdc.noaa.gov/climaps/rh2307.pdf
I was wondering if there is a way to find all spots on a map of these color coded maps of the US, where the number of days the temperature was above 90 was at least 10 days, and the relative humidity was below 56 percent. The program would then display these spots on the map.
Conceptually I think it would really just be making a series of if statements covering the range of colors that could go together on the map. For example, if a certain spot on the map was green on the humidity map(46-55%) and yellow on the temperature map (15.5-20.4 days above 90) it would be displayed. So in boolean it would translate to: if(humidspot==green && tempspot==yellow), then display spot.
Is this possible to do with the image processing toolbox? I know, pretty long question, but I'd appreciate the help.
Thanks,
Steven
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!