Skip to content

Latest commit

History

104 Commits

Folders and files

NameName
Last commit message
Last commit date

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages