Is it possible to extract features from a specific regions without cropping the image volume?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi everyone,
I have 3d image volume and a 3D label volume witha size (384,384,160). Which is very time consuming to extract 139 features. Some of the features are 3D features means it is extracted to be extracted regarding x, y, and z directions.
I am trying to speed up the feature extraction procedure by limiting the area to a window around the object. I do not want to crop the image, because I want to maintain the coordinates for the further processes. DO you have any suggestion?
Your expert opinion is really appreciated
Thanks
댓글 수: 0
답변 (1개)
Image Analyst
2019년 4월 7일
Just make a 3D volumetric mask image that is true in the region you want, and false outside that, and then pass it to regionprops3().
댓글 수: 2
Image Analyst
2019년 10월 24일
I don't have any 3-D demos of regionprops3(). Sorry. Check the documentation for it.
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!