Skip to content

Commit

Permalink
add tests for image normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Henley13 committed May 5, 2020
1 parent 65483ba commit 5f706d9
Show file tree
Hide file tree
Showing 3 changed files with 369 additions and 318 deletions.
6 changes: 2 additions & 4 deletions bigfish/stack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
from .preprocess import (build_stacks, build_stack,
build_stack_no_recipe, rescale,
cast_img_uint8, cast_img_uint16, cast_img_float32,
cast_img_float64,
deconstruct_image, reconstruct_image)
cast_img_float64)
from .filter import (log_filter, mean_filter, median_filter, maximum_filter,
minimum_filter, gaussian_filter, remove_background_mean,
remove_background_gaussian, dilation_filter,
Expand Down Expand Up @@ -48,8 +47,7 @@
_preprocess = ["build_stacks", "build_stack",
"build_stack_no_recipe", "rescale",
"cast_img_uint8", "cast_img_uint16", "cast_img_float32",
"cast_img_float64", "deconstruct_image",
"reconstruct_image"]
"cast_img_float64"]

_filter = ["log_filter", "mean_filter", "median_filter", "maximum_filter",
"minimum_filter", "gaussian_filter", "remove_background_mean",
Expand Down
Loading

0 comments on commit 5f706d9

Please sign in to comment.