Skip to content

CellDynamics/jcuRandomWalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jcuRandomWalk

jCuda approach to random walk segmentation

Building the project

mvn package -P generate-exe

Releasing

cd jcuRandomWalk 
mvn clean release:prepare -DpushChanges=false
mvn release:perform
mvn site
git push 
github_changelog_generator -t $(cat ~/.git-credentials | grep -Po '(?<=CellDynamics:).*(?=@)')
git add CHANGELOG.md
git commit -m "Added changelog"
git push 

# upload binary
git checkout $TAG
mvn clean package -P generate-exe
gzip -9 target/jcuRandomWalk-x.x.x.jar
# upload to GH

Running

java -jar target/jcuRandomWalk-0.0.1-SNAPSHOT.jar -h

About

jCuda approach to random walk segmentation

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published