Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

-islandSplitMethod: Several image processing algorithms have been created to separate bunches that appear on the same image. Each algorithm is advantageous in certain types of conditions and thus it might be worth trying all of them and see what achieves the best results.  The defaults parameter is 'scipylabel'. If one does not set islandSplitMethod to anything, the parameter will be set to 'scipylabel'. If one would like to change from the default , one can use GLOC.islandSplitMethod = 'contourLabel'.  'scipylabel' calls the scipy label function to label contiguous regions. 'contourlabel' tries to adjust a threshold until two large groups are found, grouping together pixels using an opencv contour method. 

-roexpand and roiwaistthres: Call the method 'ProcessedXTCAVImage'. If the image does not look clipped, the parameters are fine.

...