Changes between Version 40 and Version 41 of GSoC/2016/Additional_segmentation_algorithms/weekly_report


Ignore:
Timestamp:
Jun 5, 2016, 7:36:40 PM (8 years ago)
Author:
hao2309
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2016/Additional_segmentation_algorithms/weekly_report

    v40 v41  
    8181103 147 147 153 147 156 153 104   
    8282107 153 153 153 153 153 153 107   
    83 103 153 147 96 98 153 153 104   
    84 107 156 153 97 96 147 153 107   
     83103 153 147  96 98 153 153 104   
     84107 156 153  97 96 147 153 107   
    8585103 153 153 147 156 153 153 101   
    8686103 156 153 147 147 153 153 104   
    8787103 103 107 104 103 106 103 107
    8888}}}
     89after the mean-shift iteration:
     90{{{
     91103.99  104.00  104.01  104.04  104.07  104.11  104.15  104.20
     92104.00  151.86  151.86  151.87  151.88  151.89  151.89  104.24
     93104.01  151.86  151.86  151.87  151.88  151.89  151.90  104.28
     94104.03  151.85  151.86   96.75   96.75  151.90  151.90  104.31
     95104.06  151.85  151.86   96.75   96.75  151.89  151.90  104.34
     96104.09  151.85  151.86  151.87  151.88  151.89  151.89  104.36
     97104.13  151.86  151.86  151.87  151.88  151.89  151.89  104.36
     98104.17  104.20  104.24  104.28  104.31  104.33  104.35  104.36
     99}}}
     100Then the image has been converted to segmentation image with object ID:
     101{{{
     1021.00    1.00    1.00    1.00    1.00    1.00    1.00    1.00
     1031.00    2.00    2.00    2.00    2.00    2.00    2.00    1.00
     1041.00    2.00    2.00    2.00    2.00    2.00    2.00    1.00
     1051.00    2.00    2.00    3.00    3.00    2.00    2.00    1.00
     1061.00    2.00    2.00    3.00    3.00    2.00    2.00    1.00
     1071.00    2.00    2.00    2.00    2.00    2.00    2.00    1.00
     1081.00    2.00    2.00    2.00    2.00    2.00    2.00    1.00
     1091.00    1.00    1.00    1.00    1.00    1.00    1.00    1.00
     110}}}
    89111=== What do you plan on doing next week? ===
    90112* integrate the current basic mean-shift C codes to i.segment, make the mean-shift algorithm run using the GUI and command line, rather than stand-alone program.
     113Things need to do is add the parameters to both parse_args.c and iseg.h.
    91114  1. add the new options to parse_args.c
    92115  2. implement mean shift in mean_shift.c