Changes between Version 65 and Version 66 of GSoC/2016/Additional_segmentation_algorithms/weekly_report


Ignore:
Timestamp:
Jun 26, 2016, 7:45:59 PM (8 years ago)
Author:
hao2309
Comment:

--

Legend:

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

    v65 v66  
    167167=== Are you blocked on anything? ===
    168168*  Clustering function works for the 8x8 test image, for the Landsat pan image (grass default data lsat7_2000_80) it can only clump highlight spots. I think some parameters need to be adjusted.
     169
     170
     171== 19 June -- 26 June week 5:  ==
     172=== What did you get done this week? ===
     173* Implemented the shifted multi-bands write to output part.
     174  1. write the as many output bands as input bands.
     175  2. writethe output bands use the same color table as input bands
     176  3. add a suffix to the output bands
     177
     178* Check and debugging, fixed some errors.
     179
     180=== What do you plan on doing next week? ===
     181* Further test the clustering function.
     182
     183* re-write the clustering function in mean_shift.c part based on r.clump.
     184
     185* write the (pseudo)codes about the function which smaller super-pixel merge into bigger super-pixel.
     186
     187=== Are you blocked on anything? ===
     188* re-write the code from r.clump to clustering function in mean_shift.c got a little hard.
     189  I tried to follow the logistic of r.clump but the output result doesn't make sense.