Changes between Version 18 and Version 19 of GSoC/2016/Additional_segmentation_algorithms/weekly_report


Ignore:
Timestamp:
May 30, 2016, 8:05:47 AM (8 years ago)
Author:
hao2309
Comment:

--

Legend:

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

    v18 v19  
    4242* Got the access for GRASS-addons-svn and [https://trac.osgeo.org/grass/browser/sandbox/bo/i.segment.gsoc2016 sandbox]
    4343
    44 * Finished the [https://trac.osgeo.org/grass/browser/sandbox/bo/i.segment.gsoc2016/i.segment/MeanShift_pseudo_yb pseudo-code] for the mean-shift algorithm
     44* Wrote the [https://trac.osgeo.org/grass/browser/sandbox/bo/i.segment.gsoc2016/i.segment/MeanShift_pseudo_yb pseudo-code] for the mean-shift algorithm
    4545
    4646* Mentors reviewed pseudo-code and send the improved [https://trac.osgeo.org/grass/browser/sandbox/bo/i.segment.gsoc2016/i.segment/MeanShift_pseudo_2016_05_25_MM version]
    47 
    4847
    4948=== What do you plan on doing next week? ===
    5049* Write the meanshift.c codes to implement the meanshift algorithm based on pseudo-code. there will be two parts, the mean-shift filtering part will be write based on the pseudo codes, and the second part--clustering to super-pixel will use some part of r.clump. 
    5150=== Are you blocked on anything? ===
    52 *
     51* No, thanks for mentors modified the pseudo-code more generic