Changes between Version 55 and Version 56 of GSoC/2016/Additional_segmentation_algorithms/weekly_report


Ignore:
Timestamp:
Jun 12, 2016, 8:47:33 PM (8 years ago)
Author:
hao2309
Comment:

--

Legend:

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

    v55 v56  
    129129== 4 June -- 11 June week 3: implement mean-shift image segmentation algorithm ==
    130130=== What did you get done this week? ===
    131 *Implement the mean-shift algorithm iteration part [https://trac.osgeo.org/grass/browser/sandbox/bo/i.segment.gsoc2016/i.segment/mean_shift.c mean-shift].
     131* Implement the mean-shift algorithm iteration part [https://trac.osgeo.org/grass/browser/sandbox/bo/i.segment.gsoc2016/i.segment/mean_shift.c mean-shift].
    132132
    133133=== What do you plan on doing next week? ===
    134 * Previously there are 3 tasks planning for the past week, but because of the unexpected debugging time only one task finished for this week, I will try to finish the following two tasks in the next week.
     134* Previously there are 3 tasks planning for the past week, because of the unexpected debugging time only first task finished for this week, I will try to finish the following two tasks in the next week.
    135135
    136136  1. Refer to the r.clump/clump.c to implement the object segmentation part.