NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #46 (closed feature: wontfix)

Opened 2010-03-01T20:39:13-06:00

Last modified 2012-02-23T12:36:21-06:00

Integrate FARSIGHT with ImageJ

Reported by: curtis Owned by: curtis
Priority: minor Milestone: imagej-3.0.0
Component: FARSIGHT Version:
Severity: non-issue Keywords:
Cc: Blocked By:
Blocking:

Description

 FARSIGHT is a project for automated segmentation (with user-guided error correction) of microscopy data. It is built in C++ and Python, leveraging  ITK, the Insight Segmentation & Registration Toolkit, and  VTK, the Visualization Toolkit.

We would like to provide interoperability between ImageJ and the FARSIGHT environment, to allow use of FARSIGHT's automated segmentation algorithms within ImageJ as painlessly as possible. The most straightforward way to accomplish this goal will probably be with a Java layer around FARSIGHT using a wrapping technology such as  SWIG. ITK already has a  Java wrapping using CableSWIG, a variant of SWIG, so hopefully we can pursue a similar approach.

Change History

comment:1 Changed 2010-09-02T14:09:00-05:00 by curtis

  • Owner changed from bselinsky to curtis
  • Status changed from new to assigned

comment:2 Changed 2011-08-02T10:57:39-05:00 by curtis

  • Status changed from assigned to closed
  • Resolution set to wontfix

Leveraging ITK from ImageJ is a worthwhile goal, but pursuing FARSIGHT-specific integration is not a priority.

comment:3 Changed 2012-02-23T12:36:21-06:00 by curtis

  • Type changed from task to feature