Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FIJI
EmbryoGen
Commits
c14df881
Commit
c14df881
authored
Mar 22, 2021
by
Vladimir Ulman
Browse files
tests pimped
parent
9b1d8d28
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/tests/SpheresFromMasks.cpp
View file @
c14df881
...
...
@@ -284,7 +284,9 @@ int main(void)
const
i3d
::
GRAY16
label
=
20
;
std
::
cout
<<
"Mask image, offset @ "
<<
mask
.
GetOffset
()
<<
" microns, px size "
<<
mask
.
GetSize
()
<<
"
\n
"
;
manyS
.
updateRadius
(
1
,
3.8
f
);
renderIntoMask
(
mask
,
label
,
manyS
);
manyS
.
updateRadius
(
1
,
4.5
f
);
mask
.
SaveImage
(
"mask.tif"
);
i3d
::
Image3d
<
i3d
::
GRAY16
>
mask2
;
...
...
@@ -307,7 +309,10 @@ int main(void)
numOrphansPerSphere
.
clear
();
numUnwantedPerSphere
.
clear
();
keepGoing
=
analyzeOverlaps
(
mask2
,
label
,
manyS
,
Vector3d
<
float
>
(
5
),
numOrphansPerSphere
,
numUnwantedPerSphere
);
keepGoing
=
analyzeOverlaps
(
mask2
,
label
,
manyS
,
Vector3d
<
float
>
(
5
),
numOrphansPerSphere
,
numUnwantedPerSphere
,
analyzeRounds
>
4
);
std
::
cout
<<
analyzeRounds
<<
": keepGoing = "
<<
keepGoing
<<
"
\n
"
;
reportOverlaps
(
numOrphansPerSphere
,
numUnwantedPerSphere
);
...
...
src/tests/compile.cmd
View file @
c14df881
g
++
-DDEBUG -I/usr/local/include/i
3
d
-isystem /home/ulm
0023
/devel/libzmq/DEPLOY/include -Wall -Wextra -pedantic -Wconversion -g -std
=
gnu
++
11
-o
sph
Int
SpheresInterpolator
.cpp
/home/ulm
0023
/devel/EmbryoGen/BUILD/CMakeFiles/embryogen
.dir/src/DisplayUnits/Scenery
*
o
/home/ulm
0023
/devel/EmbryoGen/BUILD/CMakeFiles/embryogen
.dir/src/Geometries/Geometry.cpp.o
/home/ulm
0023
/devel/EmbryoGen/BUILD/CMakeFiles/embryogen
.dir/src/Geometries/Spheres.cpp.o
/home/ulm
0023
/devel/EmbryoGen/BUILD/CMakeFiles/embryogen
.dir/src/util/rnd_generators.cpp.o
-Wl
,
-rpath
,
/usr/local/lib
:/home/ulm0023/devel/libzmq/DEPLOY/lib64
/usr/local/lib/libi
3
dalgo
.so
/usr/local/lib/libi
3
dcore
.so
-lgsl -lgslcblas /home/ulm
0023
/devel/libzmq/DEPLOY/lib/libDAIS-wp
13
.a
/home/ulm
0023
/devel/libzmq/DEPLOY/lib
64
/libzmq
.so.5.2.3
-lpthread -lrt -Xlinker -defsym -Xlinker
MAIN__
=
main
g
++
-DDEBUG -I/usr/local/include/i
3
d
-isystem /home/ulm
0023
/devel/libzmq/DEPLOY/include -Wall -Wextra -pedantic -Wconversion -g -std
=
gnu
++
11
-o
sph
FromMask
SpheresFromMasks
.cpp
/home/ulm
0023
/devel/EmbryoGen/BUILD/CMakeFiles/embryogen
.dir/src/DisplayUnits/Scenery
*
o
/home/ulm
0023
/devel/EmbryoGen/BUILD/CMakeFiles/embryogen
.dir/src/Geometries/Geometry.cpp.o
/home/ulm
0023
/devel/EmbryoGen/BUILD/CMakeFiles/embryogen
.dir/src/Geometries/Spheres.cpp.o
/home/ulm
0023
/devel/EmbryoGen/BUILD/CMakeFiles/embryogen
.dir/src/util/rnd_generators.cpp.o
-Wl
,
-rpath
,
/usr/local/lib
:/home/ulm0023/devel/libzmq/DEPLOY/lib64
/usr/local/lib/libi
3
dalgo
.so
/usr/local/lib/libi
3
dcore
.so
-lgsl -lgslcblas /home/ulm
0023
/devel/libzmq/DEPLOY/lib/libDAIS-wp
13
.a
/home/ulm
0023
/devel/libzmq/DEPLOY/lib
64
/libzmq
.so.5.2.3
-lpthread -lrt -Xlinker -defsym -Xlinker
MAIN__
=
main
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment