Commit Graph

707 Commits

Author SHA1 Message Date
James E McClure
ce199b4d3d Fixed bug in Domain.h: SSo 2015-06-03 18:04:43 -04:00
James E McClure
db8dbfd954 Added unit test for segmented -> signed distance 2015-06-03 17:57:59 -04:00
James E McClure
ae9b848296 Added tests/TestSegDist.cpp to test parallel converseion for segemented data to signed distance function 2015-06-03 17:55:25 -04:00
James E McClure
e7eb11f228 Moved signed distance computation SSO from TwoPhase.h to Domain.h 2015-06-03 17:54:16 -04:00
James E McClure
57817dc94a Addings support for parallel signed distance froms segmented -- pieces in place 2015-06-03 16:02:47 -04:00
James E McClure
16061f1295 Added compiler directives for PROFILING in tests/BlobIdentifyParallel 2015-06-03 15:52:53 -04:00
James E McClure
c2d84c4ff1 Added compiler directives for PROFILING in tests/BlobAnalyzieParallel 2015-06-03 15:49:43 -04:00
James E McClure
e5f14f99a6 Adding support for signed distance from segmented images in parallel -- debugging 2015-06-03 15:44:49 -04:00
James E McClure
5c933c15bb Adding support for signed distance from segmented images in parallel 2015-06-03 15:42:40 -04:00
James E McClure
f56a4410d9 Adding support for signed distance from segmented images in parallel 2015-06-03 15:41:31 -04:00
James E McClure
bf98d9aa23 Adding support for signed distance from segmented images in parallel 2015-06-03 15:37:39 -04:00
James E McClure
0200c39994 Debugging BlobAnalyze.cpp 2015-06-03 10:30:35 -04:00
James E McClure
0276230fe4 Debugging BlobAnalyze.cpp 2015-06-03 10:26:59 -04:00
James E McClure
bde70d2da5 Debugging parallel blob analysis 2015-06-03 09:31:38 -04:00
James E McClure
34ea196569 debugging 2015-06-03 08:41:52 -04:00
James E McClure
8ba62c09e7 debugging 2015-06-03 08:20:30 -04:00
James E McClure
b48ec79841 Debugging tests/BlobAnalyzeParallel.cpp 2015-06-02 21:44:58 -04:00
James E McClure
4ecd9f2dc2 Debugging tests/BlobAnalyzeParallel.cpp 2015-06-02 21:22:42 -04:00
James E McClure
ea9adf0b26 Debugging tests/BlobAnalyzeParallel.cpp 2015-06-02 18:48:34 -04:00
James E McClure
bcd25585e0 Debugging tests/BlobAnalyzeParallel.cpp 2015-06-02 18:12:18 -04:00
James E McClure
0e155faa7c Debugging tests/BlobAnalyzeParallel.cpp 2015-06-02 18:04:03 -04:00
James E McClure
b9d907a642 Debugging tests/BlobAnalyzeParallel.cpp 2015-06-02 17:56:37 -04:00
James E McClure
c2109341e4 Debugging tests/BlobAnalyzeParallel.cpp 2015-06-02 17:53:34 -04:00
James E McClure
0deca75eab version of tests/BlobAnalyzeParalell now compiles 2015-06-02 15:44:41 -04:00
James E McClure
856b95870a debuging BlobAnalyzeParalleld 2015-06-02 15:38:34 -04:00
James E McClure
aafa7dbe24 debuging BlobAnalyzeParalleld 2015-06-02 15:36:00 -04:00
James E McClure
48b0e8042a Debugging tests/BlobAnalyzeParallel 2015-06-02 15:29:00 -04:00
James E McClure
5f16f7dc57 Added configuration script for desktop workstation 2015-06-02 15:26:37 -04:00
James E McClure
2558b5ce1b Updated tests/CMakeLists.txt 2015-06-02 15:25:48 -04:00
James E McClure
48eda6f759 Added analysis to tests/BlobAnalyzeParallel 2015-06-02 15:24:36 -04:00
James E McClure
91def9d841 Created tests/BlobAnalyzeParallel from tests/BlobIdentifyParallel 2015-06-02 15:17:09 -04:00
James E McClure
4c84495609 Updated common/TwoPhase.h so that averaging routines are only called when an entity exists 2015-06-02 14:34:08 -04:00
James E McClure
a07b392426 Updated common/TwoPhase.h so that averaging routines are only called when an entity exists 2015-06-02 14:27:43 -04:00
James E McClure
5d5edcc911 Updated common/TwoPhase.h so that averaging routines are only called when an entity exists 2015-06-02 14:22:57 -04:00
James E McClure
dda498e0cf Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-06-02 13:13:29 -04:00
James E McClure
a6b8fe00a8 Added wetting phase properties to blobstats.tcat from tests/BlobAnalysis.cpp 2015-05-18 12:12:36 -04:00
James E McClure
87fa225361 Working on distance computations 2015-05-15 17:10:56 -04:00
Mark Berrill
49753252c8 Fixing compile errors and warnings with PGI 2015-04-28 12:26:27 -04:00
Mark Berrill
b7634dc099 Adding parallel blob identification 2015-04-28 11:34:57 -04:00
Mark Berrill
ef25839769 Replacing Array class with another Array class 2015-04-22 14:23:55 -04:00
James E McClure
d33c1abd71 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-04-17 15:01:53 -04:00
James E McClure
f75eb35005 Changed loop index in blobstate lbpm_BlobAnalysis.cpp 2015-04-17 15:01:44 -04:00
James E McClure
a7faebdf9e Updated blobstate algorithm so that only blobs larger than 64 voxels are included 2015-04-16 12:35:25 -04:00
Mark Berrill
197b788330 Adding check on Array to ensure it is within bounds (debug mode only) 2015-04-16 10:54:58 -04:00
James E McClure
1f212e2b68 Noticed problem with pressure averaging 2015-04-15 23:39:34 -04:00
James E McClure
3dfe6fc1dd Parallel blob analysis seems to be working need to add unit test 2015-04-15 22:52:47 -04:00
James McClure
3ca0368700 Equilibrium blob averaging and removal in tests/lbpm_BlobAnalysis.cpp -- implemented without unit test 2015-04-14 16:22:57 -04:00
James McClure
99b0dbb806 Basic blob averaging in parallel tests/lbpm_BlobAnalysis and common/TwoPhase.h 2015-04-13 16:56:03 -04:00
James McClure
96c3b00407 Committing transitional changes 2015-04-10 12:54:01 -04:00
James McClure
36290d7537 Still working on tests/lbpm_BlobAnalysis.cpp 2015-03-22 22:30:53 -04:00