public class VideoStack extends Object
Constructor and Description |
---|
VideoStack() |
Modifier and Type | Method and Description |
---|---|
boolean |
addSlice(int index,
ij.process.ImageProcessor ip) |
void |
deleteSlice(int index) |
String |
getDir() |
int |
getHeight() |
ij.ImageStack |
getPreview() |
int |
getPreviewHeight() |
int |
getPreviewWidth() |
ij.process.ImageProcessor |
getProcessor(int index) |
int |
getWidth() |
void |
open(String dir,
String basename,
String ending) |
boolean |
rebaseImages() |
void |
setSlice(int index,
ij.process.ImageProcessor ip) |
public ij.process.ImageProcessor getProcessor(int index)
public void setSlice(int index, ij.process.ImageProcessor ip)
public boolean addSlice(int index, ij.process.ImageProcessor ip)
public boolean rebaseImages()
public void deleteSlice(int index)
public ij.ImageStack getPreview()
public int getPreviewWidth()
public int getPreviewHeight()
public int getWidth()
public int getHeight()
public String getDir()
Copyright © 2015–2021 Fiji. All rights reserved.