Feeds
질문
extract pixels where value is greater or less than a specified value
Hi how can i extract the list of pixels from imgf that are less than 93? i have to only check the pixels that are in the ind va...
4년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
How to extract intensity of pixels from an image that are equal 1 in a binary mask
I was able to find the solution myself. intensite_region = double(imgf(seg == 1));
How to extract intensity of pixels from an image that are equal 1 in a binary mask
I was able to find the solution myself. intensite_region = double(imgf(seg == 1));
4년 초과 전 | 0
| 수락됨
질문
How to extract intensity of pixels from an image that are equal 1 in a binary mask
Hi can anyone help me? I need to extract the intensity of every pixels from imgf that equal to 1 in seg and assign the result in...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
segmentation algorithm by region growth
Hi I need to complete the following assignement and im having issues. For a reason I don't understand my code is currently drawi...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
Need help to seperate the text from the background
I need help to find the intensity treashold that will help me seperate the background from the text in this greyscale image. i ...
4년 초과 전 | 답변 수: 2 | 0
