Community Profile

Cyrus N


2017년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Isolate a large black island from a similarly colored border
What kind of command will let me extract a large black island in the center of the image from its surroundings. Surrounding the ...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How do I shear one image such that its dimensions match another similar image?
I am trying to shear one ROI image over another in order to compare intensity values, however it appears that doing an affine sh...

거의 7년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Moving a greyscale image such that the lowest pixel with an intensity above 0 is at the bottom of the image.
Alternatively I found that lowestRow = find(sum(one, 2)>0, 1, 'last'); also seems to work for finding the bottom row after which...

거의 7년 전 | 0

질문


Moving a greyscale image such that the lowest pixel with an intensity above 0 is at the bottom of the image.
I'm trying to translate a greyscale image such that the bottommost pixel with an intensity>0 is at the bottom of the pic, I alre...

거의 7년 전 | 답변 수: 3 | 0

3

답변

답변 있음
How do I remove islands in a non-binary greyscale image?
the trick is to use the bwareaopen() which actually removes the islands then use the binary image to cut out the original island...

거의 7년 전 | 0

| 수락됨

질문


How do I remove islands in a non-binary greyscale image?
I understand that bwareaopen() serves as a similar function however using the command yields a binary image when I need to retai...

거의 7년 전 | 답변 수: 1 | 0

1

답변