GithubHelp home page GithubHelp logo

jmshnds / csc621_teamsky Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amelieakc/csc621_teamsky

0.0 2.0 0.0 38.37 MB

Biomedical Registration/Segmentation Application using ITK

CMake 0.64% C++ 99.36%

csc621_teamsky's Introduction

CSC621_TeamSky

Description

This application applies ITK image processing algorithms.

Usage

Run application from Build/Debug/TeamSky.exe [args]
Options/arguments must be written in order.

Possible args are:

Option Description
-h, --help Display help menu
-r Registration
-s image threshold level [labelVal] Watershed Segmentation on image with specified threshold and level. Remove labels who have a membership count less than labelVal, defaults to zero.
-3d image_dir num Create 3D image from multiple 2D images. image_dir is a directory containing images named like 000000.dcm. num is the number of images you want to use in that directory from 000000.dcm through 00000N.dcm
-dicom image_dir Create 3D image from multiple Dicom images in the same series. image_dir is a directory containing valid Dicom images. Output image is saved in the provided directory
-f filter_name [args] Apply generic filter to image. Optional args may be required by different filter types. Filters currently supported: median, dgaussian, bilateral.

Examples

TeamSky.exe -h
Display help menu.

TeamSky.exe -3d ../../Images/test_set_1/ 25
Create a 3D volume from 25 images that are in the directory ../../Images/test_set_1 named as 000000.dcm through 000024.dcm

TeamSky.exe -dicom ../../Images/0522c00001/set1
Create a 3D volume from all Dicom images from the same series that are in the directory ../../Images/0522c00001/set1

TeamSky.exe -f median
Since no filter arguments are provided, usage information for median filter will be displayed.

TeamSky.exe -f median image.dcm 2
Apply median filter with a radius of 2 to the image file, image.dcm.

TeamSky.exe -f dgaussian image.dcm 2
Apply discrete gaussian filter with a variance of 2 to the image file, image.dcm.

TeamSky.exe -f bilateral image.dcm 4 8
Apply bilateral filter with a domain sigma of 4 and a range sigma of 8 to the image file, image.dcm.

TeamSky.exe -s image.dcm 0.0025 0.25
Apply watershed segmentation to image.dcm with threshold set to 0.0025 and level set to 0.25. It is recommended to apply some smoothing filter to the image before applying watershed segmentation.

TeamSky.exe -s image.dcm 0.0025 0.25 1200
Apply watershed segmentation to image.dcm with threshold set to 0.0025 and level set to 0.25. It is recommended to apply some smoothing filter to the image before applying watershed segmentation. The last argument removed labels/segments that have a membership count less than or equal to 1200. Note: this value fluctuates with the size of the image.

More options and examples to be added later.

csc621_teamsky's People

Contributors

amelieakc avatar chuang5 avatar jmshnds avatar sdilraj avatar

Watchers

 avatar  avatar

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.