Changes between Version 44 and Version 45 of GSoC/2016/Additional_segmentation_algorithms/weekly_report


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

--

Legend:

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

    v44 v45  
    1091091.00    1.00    1.00    1.00    1.00    1.00    1.00    1.00
    110110}}}
     111* Added parameters to both parse_args.c and iseg.h to integrate stand-alone algorithm to current i.segment.
     112
     113* (ongoing) Based on mentors template [https://trac.osgeo.org/grass/browser/grass/trunk/imagery/i.segment/mean_shift.c mean_shift.c] fill in the codes to implement the algorithm.
    111114=== What do you plan on doing next week? ===
    112115* 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.
    113   1. Add the parameters to both parse_args.c and iseg.h.
    114   2. Based on mentors template [https://trac.osgeo.org/grass/browser/grass/trunk/imagery/i.segment/mean_shift.c mean_shift.c] fill in the codes to implement the algorithm.
    115   3. Refer to the r.clump/clump.c to implement the segment object function.
    116   4. Merger the smaller super-pixels to adjacent super-pixel which under the threshold and write the output band
     116  1. Implement the mean-shift algorithm iteration part.
     117  2. Refer to the r.clump/clump.c to implement the object segmentation part.
     118  3. Merger the smaller super-pixels to adjacent super-pixel which under the threshold and write the output band
    117119=== Are you blocked on anything? ===
    118120* Not for now