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

Conversion Utility from Aperio to and from caMicroscope annotations #94

Open
birm opened this issue Feb 24, 2020 · 2 comments
Open

Conversion Utility from Aperio to and from caMicroscope annotations #94

birm opened this issue Feb 24, 2020 · 2 comments

Comments

@birm
Copy link
Member

birm commented Feb 24, 2020

Is your feature request related to a problem? Please describe.
Aperio also has a geometric annotation format, analogous to caMicroscope's "marks" (extended geoJson). It would be nice to convert between these formats.

Describe the solution you'd like
The lightest touch is the best, so there's kind of a priority list for implementations. From "best" to "worst":

  • Using javascript in browser, not requiring a new microservice
  • Using wasm or similar in browser, not requring a new microservice (preferred less due to slight preference to keep a single language as possible)
  • Extending an existing service (maybe iip or security middleware?)
  • Addition of a new microservice

Additional context
We can probably get a few sample annotations in aperio's format upon request.

@Hemansh31
Copy link
Contributor

@birm I would like to work on this.
Could you provide some sample annotations in aperio's format

@birm
Copy link
Member Author

birm commented Apr 6, 2020

I'll see if I can get imagescope running somewhere. In the mean time, this blog post (http://www.andrewjanowczyk.com/working-with-aperio-svs-files-in-matlab-converting-annotations-to-binary-masks/) and this gist (https://gist.github.com/DanaCase/9cfc23912fee48e437af03f97763d78e) may be somewhat informative?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants