7cd406d1da56282c07d4b44180745e1f35848f1f,doc/examples/color_exposure/plot_tinting_grayscale_images.py,,,#,25

Before Change



fig, ax = plt.subplots(figsize=(5, 2))
// Set image extent so hues go from 0 to 1 and the image is a nice aspect ratio.
ax.imshow(all_hues, extent=(0, 1, 0, 0.2))
ax.set_axis_off()

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Notice how the colors at the far left and far right are the same. That

After Change



fig, ax = plt.subplots(figsize=(5, 2))
// Set image extent so hues go from 0 to 1 and the image is a nice aspect ratio.
ax.imshow(all_hues, extent=(0 - 0.5 / len(hue_gradient),
                            1 + 0.5 / len(hue_gradient), 0, 0.2))
ax.set_axis_off()

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: scikit-image/scikit-image
Commit Name: 7cd406d1da56282c07d4b44180745e1f35848f1f
Time: 2021-01-15
Author: madphysicist@users.noreply.github.com
File Name: doc/examples/color_exposure/plot_tinting_grayscale_images.py
Class Name:
Method Name:


Project Name: open-mmlab/mmdetection
Commit Name: 308f0d768d08db821fdc1a30dc2fb57f439410e8
Time: 2021-01-12
Author: 1286304229@qq.com
File Name: mmdet/apis/inference.py
Class Name:
Method Name: show_result_pyplot


Project Name: richzhang/PerceptualSimilarity
Commit Name: 7b34113cc3b5529a127bd02667de9de0b5b75df9
Time: 2019-07-26
Author: rich.zhang@eecs.berkeley.edu
File Name: test_network.py
Class Name:
Method Name: