Changes between Version 33 and Version 34 of GSoC/2016/Additional_segmentation_algorithms/weekly_report


Ignore:
Timestamp:
May 30, 2016, 7:54:00 PM (8 years ago)
Author:
hao2309
Comment:

--

Legend:

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

    v33 v34  
    40401. Edge effect:
    4141Moving window have to be re-sized when it near the edge or corner of the full image. Mentor has given the solution in pseudo-code:
    42 {{{
     42{{{#!c
    4343      # figure out moving window, clip to region if necessary
    4444      mwrow1 = row - (int)radius