ENH: Adding python sample for ConvolveImageWithKernel#376
ENH: Adding python sample for ConvolveImageWithKernel#376PranjalSahu wants to merge 1 commit intoInsightSoftwareConsortium:mainfrom
Conversation
| import matplotlib.pyplot as plt | ||
| plt.imshow(filteredImage) | ||
| plt.show() No newline at end of file |
There was a problem hiding this comment.
Per discussion, could you please add 1) output with itk.imwrite for baseline comparison against the C++ example, and 2) perhaps a screenshot of matplotlib output?
There was a problem hiding this comment.
Added matplotlib visualization screenshot.
There was a problem hiding this comment.
I will build it locally to see how it renders.
a4027f2 to
9150fc9
Compare
9150fc9 to
e7bfc2b
Compare
e7bfc2b to
96e1773
Compare
|
Hi @PranjalSahu , Could you please rebase on |
96e1773 to
8a39cea
Compare
|
It is failing due to automatically generated test for baseline comparison between C++ and Python |
|
Ah right, I've also run into issues with C++/Python baseline comparisons before. The ITKSphinxExamples macros were set up with the assumption that C++ and Python script output should always be the same and therefore use the same baseline image; as you've demonstrated here, there are exceptions to this rule. Some possible paths forward:
|
8a39cea to
45adbcb
Compare
45adbcb to
94a3211
Compare
No description provided.