imagej Questions
2
I have two images (slices) which were taken by two camera sensors to complete one image. However, due to some differences in sensors' performance, the colour/tones of them are different and I need ...
Adenosine asked 7/7, 2019 at 2:0
3
Solved
I'm using tifffile in python to save out 3-channel tiff stacks, which I then want to read into ImageJ or FIJI. These tiff stacks open as composites in ImageJ with each channel assigned a (presumabl...
4
I am using Python to design a software, and the image processing is one of the steps. I am using ImageJ to realize this.
Since there is a Jython interpreter within ImageJ, which can be opened with...
2
I want to scan a number of papers through Java. I found the mm's computing twain library.
When I run the example TwainExample.java at the site, I receive this error.
uk.co.mmscomputing.device.t...
Factious asked 30/12, 2012 at 8:6
2
Solved
When starting my Java application, I get exceptions when trying to save images. In Eclipse, however, everything works fine. The application is built using fatjar and the necessary libraries (jar_im...
Cowpoke asked 11/3, 2013 at 18:22
3
Solved
I'm looking through a dataset 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 frame being a ...
Apparition asked 17/12, 2010 at 18:43
3
Is it possible to find number of images in a DICOM study by reading a DICOM header of a file in that study?
I am developing a Java application that receives DICOM studies from different sources. ...
1
Solved
I am trying to save the XY coordinates of a binary image in R similarly to the save "Save XY Coordinates" function in ImageJ. I've looked through several image analysis packages available for R, bu...
Untuck asked 18/9, 2016 at 20:56
2
Solved
I am new to ImageJ and I am seeking to add grain (as defined here: http://en.wikipedia.org/wiki/Film_grain) to an image using the programmatic API of ImageJ.
Is it possible? If so how?
Where is t...
3
Solved
In a regular Java application, I have a BufferedImage that I would like to manipulate with ImageJ. I have a macro that is exactly what I need to execute. I suspect that the first step is to make an...
Broadway asked 20/5, 2012 at 18:43
5
I am trying to count the number of hairs transplanted in the following image. So practically, I have to count the number of spots I can find in the center of image.
(I've uploaded the inverted ima...
Ti asked 3/10, 2015 at 17:3
1
Solved
I would like to use the AVI_Writer from the ImageJ API in my java program.
However, even though I can automate the movie writing, I haven't found out how to change the framerate when using the meth...
1
Solved
Here is what I want to do:
I want to run Fiji from command-line, to do something like batch image processing. I imagine by typing some command at some console, some batch file can be launched to...
Illustrator asked 15/1, 2014 at 15:1
4
Solved
I am working with extremely large tif images that I am composing into a large single image. I have a library that was created by a colleague of mine that generates the image pyramid and provides a ...
3
Solved
I've written a macro in imageJ that spits out a data frame which I then analyze in R. I'd love to be able to have the whole procedure work in R without having to first run the macro manually in ima...
2
I have already found edges of an image thanks to imageJ library.
Now, I'd like to get an array which would contain these edges.
There is a topic about it here but i couldn't comment and there was...
6
I have a stack of images with a bar close to the center. As the stack progresses the bar pivots around one end and the entire stack contains images with the bar rotated at many different angles up ...
Sparks asked 30/11, 2012 at 8:32
2
Solved
I want to use find edges option of the ImageJ, have the edges-found array and save it to another file programatically.
ImagePlus ip1 = IJ.openImage("myimage.jpg");
ImageProcessor ip = new ColorPro...
Protectionist asked 18/5, 2012 at 12:23
2
Solved
I have some experience with R as a statistics platform, but am inexperienced in image based maths. I have a series of photographs (tiff format, px/µm is known) with holes and irregular curves. I'd ...
1
Solved
From Mathematica, I wish to pass an image to an ImageJ plugin and get the result sent from ImageJ to Mathematica.
JLink is the tool that will help, but I am familiar neither with it nor with Imag...
Kiushu asked 2/2, 2012 at 6:9
1
© 2022 - 2024 — McMap. All rights reserved.