[JAVA] Comment utiliser les bio-formats sur Ubuntu 20.04

Comment utiliser Bio-Formats.

  1. Téléchargez les outils de ligne de commande
wget https://downloads.openmicroscopy.org/bio-formats/6.5.1/artifacts/bftools.zip

Décompressez-le, par exemple, $ HOME / bin / bftools

À travers le chemin

.bash_profile


(réduction)
export PATH=$HOME/bin/bftools:$PATH
  1. Téléchargez ij.jar
wget http://wsr.imagej.net/distros/linux/ij153-linux64-java8.zip

Décompressez et mettez ij.jar dans $ HOME / bin / bftools

  1. Téléchargez des exemples de données
wget https://downloads.openmicroscopy.org/images/OME-TIFF/2016-06/tubhiswt-2D.zip

Une fois décompressé, il y a les deux fichiers suivants

$ tree tubhiswt-2D
tubhiswt-2D
├── tubhiswt_C0.ome.tif
└── tubhiswt_C1.ome.tif
  1. Affichage de l'image
showinf tubhiswt_C0.ome.tif

show_inf_aug14.png

  1. Affichage d'images avec ImageJ
ijview tubhiswt_C0.ome.tif

ijview_aug14.png

Recommended Posts

Comment utiliser les bio-formats sur Ubuntu 20.04
Comment utiliser Ruby on Rails
Comment installer WildFly sur Ubuntu 18.04
Un mémorandum sur l'utilisation d'Eclipse
Comment utiliser Apache Derby sur Eclipse
[Ruby on Rails] Comment utiliser redirect_to
Comment utiliser Map
Comment utiliser rbenv
Comment utiliser with_option
Comment utiliser fields_for
Comment utiliser java.util.logging
Comment utiliser la carte
Comment utiliser collection_select
Comment utiliser Twitter4J
Comment utiliser active_hash! !!
Comment utiliser MapStruct
Comment utiliser TreeSet
[Comment utiliser l'étiquette]
Comment utiliser l'identité
Comment utiliser le hachage
Utiliser cpplapack avec ubuntu
Comment utiliser Dozer.mapper
Comment utiliser Gradle
Comment utiliser org.immutables
Comment utiliser java.util.stream.Collector
Comment utiliser VisualVM
Comment utiliser Map
Comment installer et utiliser Composer sur une instance ECS sur Ubuntu 16.04
Comment installer les pilotes réseau sur Ubuntu autonome
Notes sur l'utilisation de chaque règle de JUnit
Comment installer plusieurs JDK sur Ubuntu 18.04 LTS
Comment utiliser le protocole NFS version 2 avec Ubuntu 18.04
Comment créer un environnement Pytorch sur Ubuntu
Comment exécuter NullpoMino 7.5.0 sur la version 64 bits d'Ubuntu 20.04.1
Comment utiliser l'API Chain
Comment utiliser java Facultatif
Comment utiliser JUnit (débutant)
Comment utiliser le retour Ruby
[Rails] Comment utiliser enum
Comment utiliser @Builder (Lombok)
Comment utiliser la classe Java
Comment utiliser Big Decimal
[Java] Comment utiliser removeAll ()
Comment utiliser String [] args