Skip to content

Commit

Permalink
small details
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Nov 22, 2024
1 parent 8b4ecd6 commit 620462b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
1 change: 0 additions & 1 deletion src/main/java/ai/nets/samj/ij/ui/IJComboBoxItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public String getImageName() {
public <T extends RealType<T> & NativeType<T>> RandomAccessibleInterval<T> getImageAsImgLib2() {
Img<?> img = ImageJFunctions.wrap((ImagePlus) this.getValue());
return Cast.unchecked(img);
//return Cast.unchecked(Views.permute(img, 1, 2));
}


Expand Down
50 changes: 0 additions & 50 deletions src/main/java/ai/nets/samj/ij/ui/IJSamMethods.java

This file was deleted.

0 comments on commit 620462b

Please sign in to comment.