Community Profile

photo

Warid Islam


Last seen: 7일 전 2019년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 4
  • First Review

배지 보기

Feeds

보기 기준

질문


How to close small holes inside each blob?
Hi, I have attached two images above. The 140_multiplied.jpg is the original image. I plan to close the small holes inside ...

7일 전 | 답변 수: 1 | 0

1

답변

질문


How to remove annotations in an image
I want to remove annotations from the image below. I couldn't find any appropriate method. Any suggestions would be appreciated....

7개월 전 | 답변 수: 2 | 0

2

답변

질문


Remove noises from images
The vertical white lines in the images are noises. I want to remove them and extract only the regions surrounded within the re...

8개월 전 | 답변 수: 1 | 0

1

답변

질문


How to calcutate the area of each cell?
How do I calculate the area of each cell(marked by the polygon shaped white boundary)?

11개월 전 | 답변 수: 1 | 0

1

답변

질문


Segmentation not working on Dicom images
This is related to a previous question I asked before. https://www.mathworks.com/matlabcentral/answers/1852023-dicom-file-not-d...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Dicom file not displaying properly.
I am trying to read and display dicom(.dcm) file in matlab and save it later. However, the file is not displaying properly. Plea...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Trying to display the segmentation result in the same type as of the original image.
I have applied basic segmentation on my image. 's1.png' is the original image and 's2.png' is the segmented image. I want the se...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Segmentation not working properly?
I want to segment tumors from stomach. 'u2.png' is the original image. The region inside the red boundary should be the actual s...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Level Set algorithm not working properly
I am trying to segment gastric tumor. 'b1.png' is the original image. After applying level set segmentation, I get the result as...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Region Growing algorithm not working properly
I am implementing the region growing segmentation of 'ZhengGuoJin_03_0098_0180.png'. The segmentation result should look like 's...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to find the pixel value of the center pixel and the maximum pixel value difference of the image?
I want to extract a couple of properties from an image, They are: 1) Pixel value of the center pixel 2) Maximum pixel value di...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Drawing a boundary box around an image?
I want to draw a boundary box around an image. I tried the code below, but it is throwing me an error. Any suggestions would be ...

1년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Creating a 5*5 window around the initial seed point in a region growing algorithm?
Hi, I am trying to implement a region growing algorithm to segment tumor in gastric. I would select the initial seed point manu...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Divide an image into 16x128x128 tiles each
Hi, I have an image which I want to divide into several blocks as defined in sample.png. This image file is just a demo image l...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Cropping images around the center of an image with a particular size
Hi, I have an image named FP00000s323d04u_01.png. The dimensions of the image is 512*512. I want to crop the image automaticall...

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Unable to convert grayscale images into rgb from a folder.
Hi, I want to convert grayscale images from a folder into rgb. I would then save the resulting rgb images into a separate folde...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Unable to find the location of the pixel with the minimum gray level
I want to find the location of the pixel in the image which has the minimum gray level. I tried the code below. But it gives me ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Unable to display cropped image in the image axes properly
Hi, I have a Matlab GUI where I load two sets of images in 2 separate image axes. I use a Slider to browse through the images s...

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

1

답변

질문


Error in extracting wavelet based features from images
I am trying to extract wavelet based features from images. The wavelet decomposition is accomplished on the original ROI. The o...

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

1

답변

질문


Trying to find the neighboring pixel outside the region boundary along the centre
I have a ROi where I want to find the pixel value of a boundary pixel and its neighboring pixel outwardly to the region boundary...

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

0

답변

질문


Unable to draw just the boundary of an image
Hi, I want to draw just the boundary of a ROI. segFP1.jpg is the original image. I applied the code below but I don't get the d...

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

1

답변

질문


Unable to find the number of pixels on the boundary of a ROI
Hi, I want to find the number of pixels on the boundary of a ROI. I also want to find the number of pixels inside the ROI. I tr...

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

1

답변

질문


Unable to do subtraction of images in GUI
Hi, I have built a matlab GUi where I load two separate sets of images in two different axes. I want to subtract each of the bo...

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

2

답변

질문


Unable to image files automatically with different file names
Hi, I have a GUi where I want to save the images from the 2nd image axes(handles.axes2) and generate file names automatically. ...

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

1

답변

질문


Unable to save image using a SAVE button
I have created a matlab GUI where I want to save the processed images using a SAVE button. I am using a slider where I can brows...

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

1

답변

질문


Distinguishing ROI within an image with a different color
I have a image named as TM10.jpg. After segmentation, the result is displayed as i2.jpg. I am trying to fuse those images togeth...

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

1

답변

질문


Unable to save changes in images while using Slider in GUI
Hi, I am building a GUI for image analysis. When I click Load Image, all the images in the folder is displayed in Axes1. When I...

대략 3년 전 | 답변 수: 0 | 0

0

답변

질문


Image not displayed properly in GUI
I have created a Matlab GUI where I would display multiple images from a folder in the image axes at GUI. I could read all the i...

대략 3년 전 | 답변 수: 0 | 0

0

답변

질문


Unable to process multiple files in Matlab GUI
Hello Everyone, I have created a Matlab GUI where I would load multiple images by clicking a button. I would then segment all t...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Unable to process .img files in MATLAB
I am trying to perform operations on images that are in the .img format. I am able to open the files in Matlab. I want to perfor...

대략 3년 전 | 답변 수: 1 | 0

1

답변

더 보기