Changes between Version 39 and Version 40 of GSoC/2016/Additional_segmentation_algorithms/weekly_report


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

--

Legend:

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

    v39 v40  
    7676=== What did you get done this week? ===
    7777* 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 
     78  A 8x8 ascii raster from stackoverflow have been used for testing the mean-shift.c basic algorithm, the original image are:
     79{{{
     80103 103 103 103 103 103 106 104   
     81103 147 147 153 147 156 153 104   
     82107 153 153 153 153 153 153 107   
     83103 153 147 96 98 153 153 104   
     84107 156 153 97 96 147 153 107   
     85103 153 153 147 156 153 153 101   
     86103 156 153 147 147 153 153 104   
     87103 103 107 104 103 106 103 107
     88}}}
    7989=== What do you plan on doing next week? ===
    8090* 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.