imagej
I want to display a blurred image in imageJ. Why doesn't this work?
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[详细]
2023-03-29 21:59 分类:问答How to debug a ImageJ plugin in Emacs by using JDEE environment?
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[详细]
2023-03-15 21:55 分类:问答Get x and y coordinates into variables in macro ImageJ
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.[详细]
2023-02-12 05:22 分类:问答ImageJ jar file plugin shortcut creation
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[详细]
2023-02-06 19:38 分类:问答ImageJ Brightness & Contrast over a stack of images
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[详细]
2023-01-30 23:33 分类:问答execute String as code in ImageJ(java)
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[详细]
2023-01-13 04:06 分类:问答How to export pixel coordinates of point objects from an image (with imagej?)
I am on a project where I am interested in the spacing & distribution of point objects in an microscope image.[详细]
2023-01-06 14:47 分类:问答How can I do batch image processing with ImageJ in Java or clojure?
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?[详细]
2022-12-28 16:27 分类:问答Saving and accessing a lot of ROI polygons (IDL, ImageJ, Java?, XML?)
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[详细]
2022-12-22 05:44 分类:问答