Changes between Version 67 and Version 68 of GSoC/2016/Additional_segmentation_algorithms/weekly_report


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

--

Legend:

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

    v67 v68  
    173173* Implemented the shifted multi-bands write to output part.
    174174
    175   1. write the as many output bands as input bands.
    176   2. write the output bands use the same color table as input bands
    177   3. add a suffix to the output bands
     175  1. Write the as many output bands as input bands.
     176  2. Write the output bands use the same color table as input bands
     177  3. Add a suffix to the output bands
    178178
    179 * Check and debugging, fixed some errors.
     179* Checking and debugging, fixed some errors.
    180180
    181181=== What do you plan on doing next week? ===
    182182* Further test the clustering function.
    183183
    184 * re-write the clustering function in mean_shift.c part based on r.clump.
     184* Re-write the clustering function in mean_shift.c part based on r.clump.
    185185
    186 * write the (pseudo)codes about the function which smaller super-pixel merge into bigger super-pixel.
     186* Write the (pseudo)codes about the function which smaller super-pixel merge into bigger super-pixel.
    187187
    188188=== Are you blocked on anything? ===
    189 * re-write the code from r.clump to clustering function in mean_shift.c got a little hard.
     189* Write the codes about clustering function in mean_shift.c got a little hard.
    190190  I tried to follow the logistic of r.clump but the output result doesn't make sense.