Presentation is loading. Please wait.

Presentation is loading. Please wait.

Yuan March 10, 2010 Automatic Solar Filaments Segmentation.

Similar presentations


Presentation on theme: "Yuan March 10, 2010 Automatic Solar Filaments Segmentation."— Presentation transcript:

1 Yuan March 10, 2010 Automatic Solar Filaments Segmentation

2

3 Data Set One From 1969 to 1995, Big Bear Solar Observatory (BBSO) recorded all of their observations on 35 mm film with the cadence of observations ranging from 10 seconds to 1 minute. Solar Film Digitization project digitize these films. These film data sets cover two and one-half solar cycles.

4 Data Set One

5 Data Set Two - Global H-alpha Network Host H-alpha image from 9 stations across the world, e.g. Big Bear Solar Observatory (USA) Kanzelhöhe Solar Observatory (Austria) Catania Astrophysical Observatory (Italy) Meudon and Pic du Midi Observatories (France) Yunnan Astronomical Observatory (China) Mauna Loa Solar Observatory (Hawaii) All these observatories have over 300 sunny days a year, good seeing conditions, adequate observing staffs and well established H-alpha telescope systems.

6 Data Set Two - Global H-alpha Network

7 Work Flow Detect Solar Disk Center Location and Radius Remove Unbalanced Luminance Detect filament seeds Region- Grow the seeds Remove small filaments

8 Solar Disk Detection Objective 1. Segment Solar Disk from the back ground 2. Locate the center and radius of the solar disk Method 1. Edge Detection 2. Cascading Hough Circle Detectors

9

10

11 510152025303540 Gaussian filter + Roberts operator 0.35 0.380.340.320.270.230.21 Gaussian fitler + Sobel operator 0.280.320.310.300.280.240.210.19 Gaussian filter + LoG operator 0.030.080.120.080.060.030.020.01 Gaussian filter + Canny operator 0.030.040.05 0.060.05 Median filter + Roberts operator 0.250.480.680.530.740.540.740.54 Median filter + Sobel operator 0.240.600.77 0.910.770.900.76 Median filter + LoG operator 0.030.120.230.420.660.630.740.65 Median filter + Canny operator 0.020.050.200.300.170.200.330.31

12 Hough Transform Our problem is that the Radius is Unknown? But within range 850 to 950. need to construct a 3-d Hough accumulation matrix of size 1016 rows, 1016 columns and 1000-800+1≡201 channels. memory consumption is 1016*1016*201/1024/1024*4≈800 mega bytes.

13 Cascading Hough Transform 1. Shrink the original image to 1/k of its original size. 2. Do Hough Transform on the shrunk image, with radius in the range 800/k to 1000/k. Find out the radius R 1 3. Do Hough Transform again on the original image, with radius in the range kR 1 -k to kR 1 +k.

14

15 Unbalanced Luminance Removal Clouds in the atmosphere of the Earth, which block the sunlight in some location; Dusts on the telescope; Dusts on the film or the electronic noise brought in during the film digitization procedure

16

17 Unbalanced background

18 Remove unbalanced background - =

19

20 Differentiate with respect to the coefficients α

21 set each equation to zero, rewrite it as following:

22 Write the equations in matrix form:

23

24

25 Automatic Thresholding (1) Create a series of threshold value T 1, T 2, T 3,…,T N T 1 : minimum intensity value T N : median intensity value γ : step value T 2 = T 1 + γ T 3 = T 1 + 2 γ T i = T 1 + (i-1) γ

26 Automatic Thresholding (2) Thresh the given image I using T 1, T 2, T 3,…, we get binary map B 1,B 2,B 3,…,B N Calculate the difference region D 1,D 2,D 3,…,D N-1, where D 1 = B 2 – B 1, D 2 = B 3 – B 2, D i = B i+1 – B i, ….

27 Automatic Thresholding (3) Calculate the summation of the gradient in each of the difference region, we get S 1,S 2,…,S N-1, where

28 Automatic Thresholding (4) Draw a curve, where x-axis is the threshold value T i, y- axis is the summation of gradient in difference region S i

29 Automatic Thresholding (5) To find out the best threshold value, we choose T i whose distance is greatest from a line connecting (T 1,S 1 ) and (T m,S m ), where T m is the threshold value whose y-value is greatest on the curve.

30 -1500 -2000 -2500 -1000 A C D B

31 - = B A 1

32 - = C B 2

33 - = D C 3

34 1 2 3 I K J

35 I J K

36

37

38 Region Growing After thresholding, we treat each connect components as a seed region. And then we do region growing for each of these connect components.

39 heap A heap is a specialized tree-based data structure that satisfies the heap property: if B is a child node of A, then key(A) <= key(B). To find out the element with minimum key costs a constant time.

40 First, construct a heap, initiate as empty. For a connect component C, figure out its mean intensity Io 1. Dilate C with the following structure elements, we get a dilated component C’, take the different C* = C’ – C. 2. Insert all the element in C* into the heap if it has not been visited before, use the pixel intensity as the key, each node of the heap contains the horizontal and vertical coordinates (x,y) of each element. 3. Get the heap node with minimum key from the heap, merge the pixel corresponds to the node with the original connect component C’. Figure the current mean intensity Ic of C’, if the difference between Ic and Io is great than a threshold, stop, else go to step 1.

41 Region Growing (Continued)

42 Remove noise regions After region growing, we remove those region whoes area is too small or satisfy the following conditions:

43

44

45 Thanks for your attention!

46 Splice the original images 1 43 2

47 Get the skeleton To measure the length and location of the filaments, we need to get the skeleton of each filaments, two methods are generally used to accomplish this: 1. Morphology Thinning 2. Distance Transform

48

49 Remove spurs Can be done used morphology thinning, however, it would shrink the main spine itself. New approach, use graph theory, treat each pixel as one node, if two pixel are 8-connected, treat them as connect, else not. Then we try to find out the longest path among any of two nodes, and use the longest path as the main skeleton.

50

51

52

53

54


Download ppt "Yuan March 10, 2010 Automatic Solar Filaments Segmentation."

Similar presentations


Ads by Google