Changes between Version 37 and Version 38 of GSoC/2016/Additional_segmentation_algorithms/weekly_report


Ignore:
Timestamp:
Jun 2, 2016, 10:30:21 AM (8 years ago)
Author:
hao2309
Comment:

--

Legend:

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

    v37 v38  
    7979=== What do you plan on doing next week? ===
    8080* integrate the current basci mean-shift C codes to i.segment, make the mean-shift algorithm can be run using the GUI and command line, rather than stand-alone program.
    81 1. add the new options to parse_args.c
    82 2. implement mean shift in mean_shift.c
    83 3. write out shifted band values
    84 4. implement identification of connected components (objects) using the clump_n() function in r.clump/clump.c as template
    85 5. write out object ids just like for region growing (the code exists already in write_output.c)
    86 6. implement a minimum size for objects: objects smaller than minsize must be merged with some adjacent object
     81  1. add the new options to parse_args.c
     82  2. implement mean shift in mean_shift.c
     83  3. write out shifted band values
     84  4. implement identification of connected components (objects) using the clump_n() function in r.clump/clump.c as template
     85  5. write out object ids just like for region growing (the code exists already in write_output.c)
     86  6. implement a minimum size for objects: objects smaller than minsize must be merged with some adjacent object
    8787
    8888=== Are you blocked on anything? ===