-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabbreviations.tex
118 lines (118 loc) · 2.48 KB
/
abbreviations.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
% ************************************************************************
%
% Abbreviations
%
% ************************************************************************
\newglossaryentry{phd}{
name={PHD},
description={Probability Hypothesis Density}
}
\newglossaryentry{rfs}{
name={RFS},
description={Random finite set}
}
\newglossaryentry{zncc}{
name={ZNCC},
description={Zero-mean normalized cross-correlation}
}
\newglossaryentry{pnr}{
name={PNR},
description={Probabilistic Neuron Reconstructor}
}
\newglossaryentry{smc}{
name={SMC},
description={Sequential Monte Carlo}
}
\newglossaryentry{sift}{
name={SIFT},
description={Scale invariant feature transform}
}
\newglossaryentry{snr}{
name={SNR},
description={Signal to noise ratio}
}
\newglossaryentry{psf}{
name={PSF},
description={Point spread function}
}
\newglossaryentry{mst}{
name={MST},
description={Minimum spanning tree}
}
\newglossaryentry{app}{
name={APP},
description={All-path prunning}
}
\newglossaryentry{app2}{
name={APP2},
description={All-path prunning, version 2}
}
\newglossaryentry{np}{
name={NP},
description={Neuron pinpointer}
}
\newglossaryentry{pf}{
name={PF},
description={Particle filter}
}
\newglossaryentry{swc}{
name={SWC},
description={Open-source neuron reconstruction format (Stockley, Wheal, and Cole)}
}
\newglossaryentry{sd}{
name={SD},
description={Spatial distance}
}
\newglossaryentry{ssd}{
name={SSD},
description={Substantial spatial distance}
}
\newglossaryentry{hca}{
name={HCA},
description={High-content analysis}
}
\newglossaryentry{svm}{
name={SVM},
description={Support vector machine}
}
\newglossaryentry{rf}{
name={RF},
description={Random forest}
}
\newglossaryentry{gfp}{
name={GFP},
description={Green fluorescent protein}
}
\newglossaryentry{knn}{
name={KNN},
description={K-nearest neighbor}
}
\newglossaryentry{glmnet}{
name={GLMNET},
description={Generalized linear model via penalized maximum likelihood}
}
\newglossaryentry{lasso}{
name={LASSO},
description={Least absolute shrinkage and selection operator}
}
\newglossaryentry{spm}{
name={SPM},
description={Spatial pyramid matching}
}
\newglossaryentry{hog}{
name={HOG},
description={Histogram of oriented gradients}
}
\newglossaryentry{ann}{
name={ANN},
description={Artificial neural network}
}
\newglossaryentry{cnn}{
name={CNN},
description={Convolutional neural network}
}
\newglossaryentry{bow}{
name={BoW},
description={Bag-of-words}
}
\newacronym[longplural={Frames per Second}]{fpsLabel}{FPS}{Frame per Second}