Skip to content

Commit

Permalink
Cleaned up files
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Hill committed Feb 26, 2020
1 parent 76c7cbc commit 02cde04
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/cells_to_gray.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
This script converts the cell videos into grayscale frames saved in
".npy" files.
'''
# Author: Marcus Hill

import os
import argparse
Expand Down
1 change: 0 additions & 1 deletion src/extract_cells.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
segmentation masks generated by it and creating individual videos of
each cell.
'''
# Author: Marcus Hill

import os
import argparse
Expand Down
1 change: 0 additions & 1 deletion src/measure.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import numpy as np
from scipy.linalg import inv, det


def multivariate_kl(m1, s1, m2, s2):
"""
Multivariate KL-divergence measure for high-dimensional gaussians. For
Expand Down
1 change: 0 additions & 1 deletion src/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
via Gaussian mixture model means, edge construction via divergence
functions, and eigen-decomposition of the matrix representation.
'''
# Author: Marcus Hill

import os
import re
Expand Down

0 comments on commit 02cde04

Please sign in to comment.