Image with Horizontal Longitudinal View
이전 댓글 표시
Hi. I'm new in image processing. I have a multi frame image which consist of 271 frames . and i want to cut each slice to get longitudinal view as shown in attached figure. I have the upper portion of image . and want to get lower view . any one please help me
댓글 수: 4
Guillaume
2018년 4월 26일
How is the multiframe image stored in matlab? A 4D array (height x width x RGB x frame)?
Arsalan Akbar
2018년 4월 26일
편집: Arsalan Akbar
2018년 4월 26일
Walter Roberson
2018년 4월 26일
Please recheck the bounds and sizes. 0 to 271 is 272 different values. 0 to 360 is 361 different values.
When the slicing is done, is the location to be specified as an index, or is it to be specified by value that might not happen to correspond exactly to an index? If it is by value that might be between the locations of two stored locations, then should the nearest location be taken or should linear interpolation be used to blend the adjacent locations?
Arsalan Akbar
2018년 4월 26일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!