SynaptophysinROIDil​ation

버전 1.0.0.0 (6.96 KB) 작성자: Ricky Savjani
Synaptophysin Quantification based on Thioflavin Boundary Dilation
다운로드 수: 23
업데이트 날짜: 2017/8/4

라이선스 보기

% Image Quantification: Border Dilation
% 1. Finds the largest Thioflavin boundary
% 2. Dilates the boundary into small, medium, and large boundaries (users can change in code)
% 3. Computes the fraction of the area of that stains positive for
% synaptophysin within each size boundary
% 4. Computes amount of synaptophysin staining restricted between large and
% medium boundary and medium and small boundary
% synaptophysin stain in dilated boun
% Author: Ricky Savjani, Angie Chiang, Joanna Jankowsky
% Contact: savjani@bcm.edu
% Created: 8/2/2017
% Prep:
% 1. Save all images into same folder
% 2. use a distinct flag for thioflavin for each thioflavin image
% (e.g. 'thio' in 'img_2_1_thio.tif')
% 3. use a distinct flag for synaptophysin for each synaptophysin image
% (e.g. 'synapto' in 'img_2_1_synapto.tif')
% Example Usage:
% [outputMat] = SynaptophysinQuantification();
% Input Prompts:
% 1. Input image directory of all image files
% 2. Output directory to save CSV file and all image files
% 3. Thioflavin flag: A Flag to differentiate thioflavin images in the
% input directory
% 4. Synpatophysin flag: A Flag to differentiate thioflavin images in the
% input directory

%Outputs:
% 1.
% % writes the output to a CSV file called 'MaskedVals.csv' with labeled
% headers

% 2.
% Saves all the Synaptophysin Minus Thioflavin B&W Tiff images and the
% thioflavin B&W masks with the boundary dilations

인용 양식

Ricky Savjani (2025). SynaptophysinROIDilation (https://kr.mathworks.com/matlabcentral/fileexchange/63971-synaptophysinroidilation), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2015b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Image Arithmetic에 대해 자세히 알아보기
도움

도움 받은 파일: CELLWRITE

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Updated cover photo