Skip to content

Helper tools and API to apply transformations to coordinates and images

License

Notifications You must be signed in to change notification settings

saalfeldlab/transform-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transform-helpers

Helper tools and API to apply transformations to coordinates and images

Build

Requires JDK 8 and maven 3. On Ubuntu

sudo apt install openjdk-8-jdk maven

Normal

mvn clean install

Fat jar

mvn -Pfat clean package

Run

Transform coordinates using a transformation field using @bogovicj's HDF5 deformation fields (TODO find a name, e.g. quantized deformation fields QDF) for a list of coordinates stored as space separated values in a text file:

java -jar target/transform-helpers-0.0.3-SNAPSHOT-shaded.jar \
  --transform JRC2018F_FCWB_transform_quant16.h5 \
  --coordinates tALT.fafb.jrc2018.txt \
  [--inverse]

About

Helper tools and API to apply transformations to coordinates and images

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages