43e2325399e581fffed70f8c1728c4cba161ed81,doc/examples/applications/plot_morphology.py,,,#,34
Before Change
from skimage.util import img_as_ubyte
from skimage import io
orig_phantom = img_as_ubyte(io.imread(os.path.join(data_dir, "phantom.png"),
as_gray=True))
fig, ax = plt.subplots()
ax.imshow(orig_phantom, cmap=plt.cm.gray)
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
After Change
from skimage.util import img_as_ubyte
from skimage import io
orig_phantom = img_as_ubyte(data.shepp_logan_phantom())
fig, ax = plt.subplots()
ax.imshow(orig_phantom, cmap=plt.cm.gray)
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: scikit-image/scikit-image
Commit Name: 43e2325399e581fffed70f8c1728c4cba161ed81
Time: 2019-06-09
Author: mark.harfouche@gmail.com
File Name: doc/examples/applications/plot_morphology.py
Class Name:
Method Name:
Project Name: AlexEMG/DeepLabCut
Commit Name: 390d6560c6873526218606c254627f52898c700d
Time: 2020-08-19
Author: 30733203+jeylau@users.noreply.github.com
File Name: deeplabcut/refine_training_dataset/outlier_frame_extraction_toolbox.py
Class Name: MainFrame
Method Name: update
Project Name: mathics/Mathics
Commit Name: eb9ddab4ba9d032588fc40e6c4616338d7eb672b
Time: 2016-08-24
Author: Bernhard.Liebl@gmx.org
File Name: mathics/builtin/image.py
Class Name: ColorQuantize
Method Name: apply
Project Name: CellProfiler/CellProfiler
Commit Name: 58a220cb0fa5ea7d86486f1b3af8036b905de081
Time: 2017-02-22
Author: mcquin@broadinstitute.org
File Name: cellprofiler/modules/applythreshold.py
Class Name: ApplyThreshold
Method Name: _threshold_local_otsu