@@ -7,16 +7,18 @@ After the manuscript is accepted the software will be released free and open
source.
USAGE
run src/MATLAB/demoPR.m to see the generic pixel replication usage
=====
src/ImageJ - the ImageJ plugin
+src/MATLAB/demoPR.m -- generic 2-D pixel replication example
src/Python - Python implementation
+src/MATLAB/demoPR_3D.m -- includes 3-D ellipse generator. Uses same PixelReplicate.m as 2-D example, only the simulated ellipse generation is different.
src/MATLAB/3D - a 3D version
+src/ImageJ -- ImageJ plugin.
src/MATLAB/DistributionSampling - a more efficient implementation (useful
for larger connected components
+src/Python -- Python implementation.
src/PerformanceCharacterization - quantitive comparison of different algorithms on simulated
elllipse data
\ No newline at end of file
+src/MATLAB/DistributionSampling -- a more efficient implementation (useful
for larger connected components.
+src/PerformanceCharacterization -- quantitive comparison of different algorithms on simulated