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


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

--

Legend:

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

    v36 v37  
    7272=== Are you blocked on anything? ===
    7373* Not for now
     74
     75== 30 May -- 4 June week 2: implement mean-shift image segmentation algorithm ==
     76=== What did you get done this week? ===
     77* Implemented the basic mean-shift.c algorithm in [https://trac.osgeo.org/grass/browser/sandbox/bo/i.segment.gsoc2016/i.segment/mean_shift_2016_05_30_yb.c sandbox] according to the pseudo-code.
     78
     79=== What do you plan on doing next week? ===
     80* 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.
     811. add the new options to parse_args.c
     822. implement mean shift in mean_shift.c
     833. write out shifted band values
     844. implement identification of connected components (objects) using the clump_n() function in r.clump/clump.c as template
     855. write out object ids just like for region growing (the code exists already in write_output.c)
     866. implement a minimum size for objects: objects smaller than minsize must be merged with some adjacent object
     87
     88=== Are you blocked on anything? ===