Changes between Version 7 and Version 8 of GSoC/2016/Additional_segmentation_algorithms/weekly_report


Ignore:
Timestamp:
May 29, 2016, 2:26:48 PM (8 years ago)
Author:
hao2309
Comment:

--

Legend:

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

    v7 v8  
    6464== 23 - 28 May week 1: Start coding, develop pseudo code to outline the work ==
    6565
     66* Further discussion about the algorithm mechanism (about the edge effect)
     67>>Markus:
     68>>That is easy, there is no need to cut off edges.I would also not work with the number of pixels in nominator and denominator, because this number of pixels will vary for each window anyway depending on how many pixels are discarded because the spectral difference is larger than the spectral bandwidth. NULL cells are discarded anyway. Chopping off edges can be avoided for example for the very first pixel at row 0, col 0 by setting the window to those pixels east and south of the corner pixel, of course adhering to the spatial bandwidth. The window will thus be about a quarter of the size of a full window, that is not a problem. The new bandvalue is new value += weight * current value and weightsum += weight
     69>>
     70>>after processing all cells in the window, the new value is new value = new value / weightsum
     71>>
     72>>It does not matter how many valid cells are in the moving window.
     73>>
     74>>See also r.resamp.filter
     75
     76
     77* Got the access for GRASS-addons-svn and [https://trac.osgeo.org/grass/browser/sandbox/bo/i.segment.gsoc2016 sandbox]
     78
    6679* 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
    6780