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)
ImageJ/Fiji - Save CSV using macro
I am not a coder but trying to turn ThunderSTORM's batch process into an automated one where I have a single input folder and a single output folder.
input_directory = newArray("C:\\Users\\me\\De...
user18715468
Votes: 0
Answers: 0
SimpleITK.Show() generates error in ImageJ on Macbook
I'm struggling with imagej on Jupyter. This is part of the code that i'm running:
def ImageGen(a,b,x_0,y_0, sigma_x, sigma_y, theta ):
g=GaussianFunc(x_0,y_0,sigma_x,sigma_y,theta)
g2=sitk.Get...
zahra ameli
Votes: 0
Answers: 1
How to convert a 10 bit grayscale image to 8 bit image?
I am trying to convert a a 10 bit grayscale image to 8 bit (using python). But I am not able to find a solution yet. The problem with 10 bit image is that I cannot view it in windows, it is showing bl...
Mayank
Votes: 0
Answers: 0
Batch process for single and double positive particles in Image J
This is my second go at writing a macro (with virtually zero coding knowledge) after the first one was a success, but I am adding a layer of complexity that I can't seem to make functional.
I am tryin...
bkorwin
Votes: 0
Answers: 2