I\'m very very new to imageJ but know a little Java. Essentially I want to open a file from an OpenDialog display the image, then blur the image and display the resulting blurred image. My program co
I am currently developing a plugin for ImageJ, it\'s based on Java. I am not familiar with Java much since I used to be a C/C++ developer. It seems that debugging java program has a lot of differences
I want to be able to place a point in an image using the point selection tool, then read the x and y coordinates to variable in a macro.
I have been working on a developmental biology project marking various nuclear markers along with a DAPI stain to determine percentage of marker expression. I have found that the ImageJ plugin ITCN (h
I\'m looking through a data开发者_如何学Goset set of images in ImageJ (a stack of .tif images, about 130 frames), and I have a problem with the dataset. It\'s a series of microscope images, with each
The code is in the String, example: String str = \"IJ.run(\\\"FJ Edges\\\", \\\"\\\");\"; 开发者_Go百科If str is executed, the corresponding contents will run.It\'s not quite clear to me what you w
I am on a project where I am interested in the spacing & distribution of point objects in an microscope image.
I want to use ImageJ to do some processing of several thousand images. Is there a way to take any general imageJ plugin and apply it to hundreds of images automatically?
I need to save and re-load thousands of ROI polygons on a stack of images, actually a 30-frame-per second movie for 30+ minutes, so at least 54,000 frames.There can be multiple ROIs on a single image