wsi-to-dicom-converter
Conversion tool/library for converting whole slide images to DICOM
파일 탐색기
최종 버전 다운로드 (.zip)- control
- buildDeb.sh
- wsi2dcm.spec
- buildRpm.sh
- cloudbuild.yaml
- cpplint.sh
- cpplint.yaml
- debianBuild.sh
- githubRelease.sh
- githubRelease.yaml
- wsi2dcm.rb
- diff_img.py
- endToEndTest.sh
- endToEndTest.yaml
- strip_pixel_data.py
- test10ExpectedImage.bmp
- test11ExpectedImage.bmp
- test12ExpectedImage.bmp
- test12ExpectedTags.json
- test13ExpectedImage.bmp
- test13ExpectedTags.json
- test14ExpectedImage.bmp
- test14ExpectedTags.json
- test15ExpectedImage.bmp
- test15ExpectedTags.json
- test16ExpectedImage.bmp
- test1ExpectedTags.json
- test2ExpectedTags.json
- test3ExpectedImage.bmp
- test4ExpectedImage.bmp
- test5ExpectedImage.bmp
- test6ExpectedImage.bmp
- test7ExpectedImage.bmp
- test8ExpectedImage.bmp
- test9ExpectedImage.bmp
- arith.h
- abstractDcmFile.h
- baseFilePyramidSource.h
- compressor.h
- dcmFileDraft.cpp
- dcmFileDraft.h
- dcmFilePyramidSource.cpp
- dcmFilePyramidSource.h
- dcmTags.cpp
- dcmTags.h
- dcmtkImgDataInfo.h
- dcmtkUtils.cpp
- dcmtkUtils.h
- dicom_file_region_reader.cpp
- dicom_file_region_reader.h
- enums.h
- frame.cpp
- frame.h
- geometryUtils.cpp
- geometryUtils.h
- imageFilePyramidSource.cpp
- imageFilePyramidSource.h
- jpeg2000Compression.cpp
- jpeg2000Compression.h
- jpegCompression.cpp
- jpegCompression.h
- jpegUtil.cpp
- jpegUtil.h
- main.cpp
- nearestneighborframe.cpp
- nearestneighborframe.h
- opencvinterpolationframe.cpp
- opencvinterpolationframe.h
- openslideUtil.cpp
- openslideUtil.h
- rawCompression.cpp
- rawCompression.h
- tiffDirectory.cpp
- tiffDirectory.h
- tiffFile.cpp
- tiffFile.h
- tiffFrame.cpp
- tiffFrame.h
- tiffTile.cpp
- tiffTile.h
- wsiToDcm.cpp
- wsiToDcm.h
- zlibWrapper.cpp
- zlibWrapper.h
- bone.jpeg
- CMU-1-Small-Region.svs
- dcmFileDraft.cpp
- dcmFilePyramidSource.cpp
- dcmTags.cpp
- dcmtkUtils.cpp
- dicom_file_region_reader.cpp
- geometryUtils.cpp
- imageFilePyramidSource.cpp
- jpeg.dicom
- jpeg2000.dicom
- jpegUtil.cpp
- nearestneighborframe.cpp
- opencvinterpolationframe.cpp
- raw.dicom
- test_frame.cpp
- test_frame.h
- testDateTags.json
- tests.cpp
- testUtils.cpp
- testUtils.h
- tiffDirectory.cpp
- tiffFile.cpp
- tiffFrame.cpp
- tiffTile.cpp
- wsiToDcm.cpp
- zlibWrapper.cpp
- .gitignore
- CMakeLists.txt
- CODEOWNERS
- CONTRIBUTING.md
- Dockerfile
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/GoogleCloudPlatform/wsi-to-dicom-converter
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd wsi-to-dicom-converter
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- APT (Debian/Ubuntu 계열) Debian/Ubuntu 계열 리눅스에 기본 내장된 패키지 매니저입니다.
- Homebrew macOS/Linux용 패키지 매니저입니다.
sudo apt install ./wsi2dcm_x.y.z.deb
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
brew install wsi2dcm.rb
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Docker
쉬움사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker build .
Dockerfile을 기반으로 실행 가능한 이미지를 빌드합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. CMake
보통사전 준비물
cmake ..
소스코드를 분석해 빌드 설정 파일을 생성합니다 (build 폴더 안에서 실행해야 함).
build 폴더 안에 실행 파일이 생성됐는지 확인하고, 직접 실행해보세요 (예: ./build/앱이름).
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
