Coder Social home page Coder Social logo

avrspt-dataservice's Introduction

avrspt-dataservice's People

Contributors

jilei-hao avatar

Watchers

 avatar

avrspt-dataservice's Issues

Model Data Optimization

Description

The mesh directly generated by MarchingCubes filter from the 4DCTA segmentation image has a very large file size, due to the dense distribution of vertices and edges. It is not optimal for web application which we want to reduce the amount of data transfer between client and server. For mobile app, large data size also occupies too much memory, which may lead to out of memory issue for the entire application. The structure of the model is relatively simple, not containing detailed features that requires large amount of vertices to represent. Therefore we want to explore a way to decimate mesh by removing unnecessary vertices and edges, and then smooth the mesh to make it looks as similar to the undecimated mesh as possible.

Requirement

It's an open-ended task. The optimization can be done on different levels: Downsampling of the image, Marching Cubes, Decimation and Smoothing. Start by understanding the background and issue, and get familiar with the tools that medical image scientists use daily. Then some scripts and pipelines can be written to experiment with different algorithms and configurations.

  • Download ITK-SNAP from http://www.itksnap.org/pmwiki/pmwiki.php
  • Clone the AVRSPT-Converter project and study the source code
  • Create pipelines to explore different algorithms and configurations
  • Final Product, A data pipeline and one or many set of parameters to generate decimated but smooth meshes.

Resource

Project

Iso-Contour Algorithms

Mesh Smoothing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.