Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add interfaces to other imaging libraries #26

Open
crisluengo opened this issue Feb 14, 2019 · 1 comment
Open

Add interfaces to other imaging libraries #26

crisluengo opened this issue Feb 14, 2019 · 1 comment
Labels
component:DIPlib About the DIPlib library (C++ code) enhancement help wanted

Comments

@crisluengo
Copy link
Member

crisluengo commented Feb 14, 2019

In DIPlib we can, in a simple header file:

  • define a function to create a dip::Image object around image data from other libraries,
  • define a function to convert a dip::Image to an image of that library (either as a view over the same data segment, or by copying the data),
  • and optionally define a dip::ExternalInterface so that DIPlib functions, when allocating a data segment for an image, can create an image of the other library underneath.

We currently have this for OpenCV and Vigra. We could add ITK and/or SimpleITK, and any other library that people would find useful to combine with DIPlib.

@crisluengo crisluengo added enhancement help wanted component:DIPlib About the DIPlib library (C++ code) labels Feb 14, 2019
@crisluengo
Copy link
Member Author

It might be useful to add an interface to Eigen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:DIPlib About the DIPlib library (C++ code) enhancement help wanted
Projects
None yet
Development

No branches or pull requests

1 participant