Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PixelRep
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSource
PixelRep
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
gmm-thread
Select Git revision
Selected
gmm-thread
Branches
4
master
default
ij-opencv
ij-rand-ellipses
ij-replicates
5 results
Begin with the selected commit
Created with Raphaël 2.2.0
1
Feb
20
Jun
4
Aug
3
2
1
28
Jul
27
26
25
23
22
21
20
19
18
17
15
14
13
Update README.md
master
master
Update LICENSE
added note to readme on convergence. matlab version checks for fail to converge. updated de2bi to dec2bin to use matlab built in.
added README.txt for ImageJ plugin
added JAR file with latest OpenCV Java bindings
removed JAR files for old OpenCV bindings
Merge branch 'ij-opencv'
cleaned up code
ij-opencv
ij-opencv
Mostly working with the official OpenCV java bindings
commit pycache
Merge branch 'master' of git-bioimage.coe.drexel.edu:opensource/PixelRep
python .idea commit
Python PixelRep with RNG seeding and zero-matrix means
Replace test image with string 'FILENAME'
-Initialize opencv rng by iterating generator random-n times prior to training data
ImageJ distance map using OpenCV java bindings
trying to convert to the official opencv java bindings
added relicates and numiters to gui
ij-replicates
ij-replicates
tweaked types to try to account for roundoff and conversion errors
only train on 10% of the points
run gmm REPLICATES times and pick the best scoring result
more debugging of broken thread code
gmm-thread
gmm-thread
run multiple replicates with random means
attempt to run the gmms in threads. not working
folder restruct 3/3
changed from filter to a normal ImageJ plugin
ij-rand-ellipses
ij-rand-ellipses
multiple changes:
Added distribution sampling when direct pixel replication would produce over a million points.
more attempts to fix the random ellipse code
ImageJ plugin to create and segment random ellipses
Merge remote-tracking branch 'origin/master'
Updated Python files in srcx folder
Moved python files to srcx folder
PixelReplicate was over written this commit brings it back to the n-dimensional version.
Added python to SRC folder
Merge remote-tracking branch 'origin/master'
simulate with different k
folder restructure take 2
Merge remote-tracking branch 'origin/master'
python files with comments
Loading