Changes between Version 54 and Version 55 of GSoC/2016/Additional_segmentation_algorithms/weekly_report


Ignore:
Timestamp:
Jun 12, 2016, 8:46:43 PM (8 years ago)
Author:
hao2309
Comment:

--

Legend:

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

    v54 v55  
    139139
    140140=== Are you blocked on anything? ===
    141 * Some parameters could not pass from parse_args.c to mean_shift.c, for example:
     141* Two parameters could not pass from parse_args.c to mean_shift.c, both get zero value.
    142142{{{
    143143globals->ms_spatial_bandwidth and globals-> ms_range_bandwidth
    144144}}}
    145145
    146 * There is a random appeared bug, sometimes it can output normally to console, but some time 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.
    147 I tried using that 8x8 image chip (import as raster) and the same thing happened.
     146* There is a random appeared bug, 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.