Giter VIP home page Giter VIP logo

bm425's Introduction

BM425 生物医学工程课程设计(影像方向)

位图的格式解析和使用

使用OrthancDCMTK搭建的一个mini-PACS系统

一个基于DCMTK,boostMySQL的DICOM文件传输、压缩和存储实现。包括以下几个project:

  • DicomSCU:基于DCMTK的dcmnet模块实现,实现了一个STORE SCU。
  • DicomSCP:基于DCMTK的storescp实现,使其支持写入数据库和使用JPEG压缩。但由于storescp的命令行过于复杂,实现通过命令行参数控制是否使用JPEG压缩和写入DB比较困难,因此考虑直接基于dcmnet模块实现,即MySCP工程。
  • MySCP:基于DCMTK的dcmnet模块实现,实现了一个STORE SCP,其中集成了是否使用JPEG压缩和是否存入DB的选项。
  • DicomDB:将DICOM图像数据的Patient、Study、Image索引信息进入数据库管理。其中数据库部分使用本地的MySQL服务,Connector采用了MySQL X DevAPI
  • DicomJPEG:对DICOM图像的像素矩阵进行压缩,使用DCMTK自带的dcmjpeg模块实现。
  • DicomTransform:一个对DICOM图像像素矩阵的几何变换实现,实现了图像的翻转(水平、竖直)和90度旋转(顺时针、逆时针)。

一个基于DICOM标准的,可用于数据标注可视化的PACS系统,详细内容见pyb0924/MyPACS

bm425's People

Contributors

pyb0924 avatar

Stargazers

 avatar  avatar  avatar  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.