Commit ee3f8f25 authored by David Svoboda's avatar David Svoboda
Browse files

Small changes in paramteres.

parent cba2eca0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1558,7 +1558,7 @@ void ActiveMesh::InitDots_filo(const i3d::Image3d<i3d::GRAY16>& mask,const unsig
			// the number of dots should correspond the width (radius) of filopodium
			// the number of dots should correspond the width (radius) of filopodium
			// multiplied by given density. The density should be a large number as the
			// multiplied by given density. The density should be a large number as the
			// radius is typically very small
			// radius is typically very small
			const int dotDensity = 5;
			const int dotDensity = 15;
		   float dotsCount = dotDensity*r;
		   float dotsCount = dotDensity*r;


			// prevent data overflow (5 - multiplicity of addition)
			// prevent data overflow (5 - multiplicity of addition)
+1 −1
Original line number Original line Diff line number Diff line
@@ -117,7 +117,7 @@ int main(int argc,char **argv)
	//translating all mesh points, to assure the meshes appear within
	//translating all mesh points, to assure the meshes appear within
	//the produced images
	//the produced images
	mesh.meshShift=minBB -Vector3F(2.5f);
	mesh.meshShift=minBB -Vector3F(2.5f);
	mesh.meshPlaygroundSize=(maxBB-minBB) +Vector3F(5.0f);
	mesh.meshPlaygroundSize=(maxBB-minBB) +Vector3F(10.0f);
	//NB: We also introduce 1um thick border around the mesh
	//NB: We also introduce 1um thick border around the mesh
	std::cout << "corners of a detected bounding box (with 1um thick border):\n";
	std::cout << "corners of a detected bounding box (with 1um thick border):\n";
	std::cout << "[" << minBB.x << "," << minBB.y << "," << minBB.z << "] <-> ["
	std::cout << "[" << minBB.x << "," << minBB.y << "," << minBB.z << "] <-> ["