- 26 Jul, 2020 10 commits
-
-
Jean-Yves TINEVEZ authored
We now plot the cell many contours as a single patch object relying on the special low-level syntax of patch.
-
Jean-Yves TINEVEZ authored
We want to trim the fat.
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
The goal is to be able to plot the tissue with one face per cell, to have a simplified representation of the cells on the tissue with e.g.: >> patch( 'Faces', F, 'Vertices', V, 'FaceColor', 'g' )
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
Brute force, thanks to the power of linear scattered interpolant.
-
Jean-Yves TINEVEZ authored
We need to check that an argument is not empty before checking whether it is nan.
-
Jean-Yves TINEVEZ authored
-
- 24 Jul, 2020 10 commits
-
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
The original mesh file coming from MorphoGraphX had dozens of millions of vertices and faces and was not aligned with the segmentation data. So I downloaded MeshLab and simplified and recentered the mesh.
-
Jean-Yves TINEVEZ authored
WARNING: This is a simplistic reader that can only handle one kind of data formatting. The file must be a binary encoded following the binary_little_endian format, there must be 3 floats per vertex, and 3 integer per face, nothing else. Any variation will result in a crash at best. Everything else I could find was super slow.
-
Jean-Yves TINEVEZ authored
Extra speedup factor of 2.
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
One call to pdist per run. Speed-up ~ x8.
-
Jean-Yves TINEVEZ authored
That can connect unordered points on a non-convex polygon, provided that connected points are close.
-
Jean-Yves TINEVEZ authored
-
- 23 Jul, 2020 2 commits
-
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
- 22 Jul, 2020 17 commits
-
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
-
Jean-Yves TINEVEZ authored
Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
-
Jean-Yves TINEVEZ authored
Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
I simply copied the part from the README.md.
-
Jean-Yves TINEVEZ authored
-
- 21 Jul, 2020 1 commit
-
-
Jean-Yves TINEVEZ authored
-