Skip to content
Snippets Groups Projects
Select Git revision
  • b8078501148558abdce7b71540506f877af7b728
  • master default protected
  • archive
  • v7.14.3
  • v7.14.2
  • v7.14.1
  • v7.14
  • v7.13
  • v7.12
  • v7.11
  • v7.10
  • v7.9
  • v7.8
  • v7.7
  • v7.6
  • v7.5
  • v7.4
  • v7.3
  • v7.3_MultiCellType
  • v7.2
  • v7.2_MultiCell
  • v7.1
  • v7.1_MultiCell
23 results

InitializeConstants.m

Blame
  • Eric Wait's avatar
    Eric Wait authored
    b8078501
    History
    InitializeConstants.m 696 B
    function InitializeConstants()
    %Set all constants here
    
    %--Eric Wait
    
    AddConstant('imageAlpha',1.5);
    AddConstant('maxRetrackDistSq',40^2);
    AddConstant('maxPixelDistance',40);
    AddConstant('maxCenterOfMassDistance',80);
    AddConstant('minParentCandidateTimeFrame',5);
    AddConstant('minParentHistoryTimeFrame',5);
    AddConstant('minParentFuture',5);
    AddConstant('minFamilyTimeFrame',5);
    AddConstant('maxFrameDifference',5);
    AddConstant('historySize',50);
    AddConstant('clickMargin',500);
    AddConstant('timeResolution',10); %in frames per min
    AddConstant('dMaxConnectComponet',40);
    AddConstant('dMaxCenterOfMass',80);
    AddConstant('lookAhead',2);
    AddConstant('minPlayer',9);
    AddConstant('minMitosis',30);
    end