trakem2 / TrakEM2

ImageJ plugin for morphological data mining, 3D modeling and image stitching, registration, editing and annotation.
https://imagej.net/TrakEM2
GNU General Public License v3.0
30 stars 32 forks source link

Include ImgLib1 #7

Closed dscho closed 10 years ago

dscho commented 10 years ago

According to http://fiji-devel.54424.x6.nabble.com/Re-TrakEM2-Fiji-dependency-issues-td2592.html#a2593, there are no plans to port TrakEM2 to ImgLib2. However, ImgLib1 is a dead project. Therefore, let's just include all of ImgLib1 into TrakEM2 for now.

The only complication is that the 3D Viewer needed to get rid of the ImgLib1 dependency and sprouted a new API to let TrakEM2 perform triangulations on ShapeListImages. Hence we need to merge https://github.com/fiji/3D_Viewer/pull/11 before this PR.

dscho commented 10 years ago

Due to meeting reluctance with this approach, I will redo things completely differently, next week.