Changes between Version 60 and Version 61 of GSoC/2016/Additional_segmentation_algorithms/weekly_report


Ignore:
Timestamp:
Jun 19, 2016, 10:13:28 PM (8 years ago)
Author:
hao2309
Comment:

--

Legend:

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

    v60 v61  
    151151}}}
    152152  Sometimes it can output normally to console, but sometimes the output doesn't make sense. Two cases are random appeared and the ratio is about 1:1. I didn't change anything between running. I tried using that 8x8 image chip (import as raster) and the same thing happened.
     153
     154== 12 June -- 19 June week 4:  ==
     155=== What did you get done this week? ===
     156* Implement the object segmentation part refer to the r.clump/clump.c to.
     157* Parameters passing issue and that random bug in last week has been fixed.
     158* Write a new function in write_output.c to save the shift value bands.
     159=== What do you plan on doing next week? ===
     160* Further test the clustering function.
     161* Debugging the whole program, check the base of the codes make sure everything is write correctly.
     162=== Are you blocked on anything? ===
     163*  clustering funtion 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 adjusted