python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there a way in python to stack arrays of pixels of same size (such as a z-stack)?
I just want to sort of clarify for example could I somehow stack a few 2D arrays into an image?
array1=[[0,0,0,0,0]
[0,7.6,7,7.2,0]
[0,7.6,7,0,0]
[0,0,0,0,0]]
array2=[[0,0,0,0...
Sam Taylor
Votes: 0
Answers: 2
how to cluster and then add the colors for clustering in thermal images
I want to cluster the image according so that i get the high temperature regions( white, red and yellow) and then instead of viewing those individually, I would like to view all the three color toget...
けいと差珍
Votes: 0
Answers: 0
Getting "Images Do Not Occupy Same Physical Space" Error When Trying to Multiply two .nii Files in Convert3d/ITK
I have to mask a .nii MRI image for an internship I'm doing. The method I'm using involves multiplying the proton density weighted version of the image (captured during the inversion pulse) by the ori...
JG98
Votes: 0
Answers: 2
can I represent the result of a counter with matplolib?
Hello everyone i wanr to represent the following result of a counter:
Counter({'U.S.': 852, 'U.S.S.R/Russia': 273, 'Japan': 20, 'France': 18, 'Canada': 18, 'Germany': 16, 'China': 14, 'Italy': 13, 'U....
Santo Palomo
Votes: 0
Answers: 2