photo

Piyum Rangana


2017 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to prompt a window with an image when push button pressed ?
The question regarding with the GUIDE GUI. How can I prompt an image window when a push button clicked in order to select a reg...

約7年 前 | 1 件の回答 | 0

1

回答

質問


How to get the matching pixel co-ordination(x,y) of two matrices ?
Here I mentioned the two matrices which include x and y co-ordinations of pixels of two different regions of an image. I want to...

約7年 前 | 1 件の回答 | 0

1

回答

質問


How to compare pixel co-ordination using a for loop ?
Here is my MATLAB code. for j = 1 : numberOfRegions thisBoundary = boundaries{j}; x = thisBoundary(:, 1)...

約7年 前 | 1 件の回答 | 0

1

回答

質問


how to imcrop function customize without selecting a rectangular region ?
Could you please explain how to select a particular object of a image without selecting a rectangular region. for eg: s...

約7年 前 | 0 件の回答 | 0

0

回答

質問


How to remove some detected edges from the edge map ?
Using the prewitt edge detector I obtained the below output. edge(grayImage,'Prewitt') <</matlabcentral/answers/uploaded...

約7年 前 | 1 件の回答 | 0

1

回答

質問


How to get the ROI boudary value Correctly ?
The code I am using mention below. From this code I tried to find the degraded area (damaged area). But the outcome of the code ...

約7年 前 | 1 件の回答 | 0

1

回答

質問


How to find the boundary pixel values round by round ?
consider the two images below <</matlabcentral/answers/uploaded_files/75468/Capture111.PNG>> The first image shows a damag...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


How to remove surrounding white areas in a easy way ?
Consider the below image. By finding the mean value of the pixels surrounded of the ROIs(degraded/damaged regions) filled out t...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


How to do edge reconstruction in MATLAB ?
<</matlabcentral/answers/uploaded_files/75148/Inpainting.JPG>> Please consider the above image and the circled area. It has a...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


How to Segment the ROI ?
whiteMask = redChannel > 206 & greenChannel > 153 & blueChannel > 114; consider the above code, there I am going to create ...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Edge detection and reconstruction of an image..
Is there any proper way to reconstruct the edges using MATLAB or any proper algorithm ?

7年以上 前 | 1 件の回答 | 0

1

回答

質問


how to apply the result of bwboundaries() output ?
This is the code. %%%%%% Code begins %%%% boundaries = bwboundaries(img); NumOfBoundaries = size(boundaries, 1); ...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Assign values to a matrix from a 2 dimensional array....
Think I have a 2-dimensional array(Assume that x and y co-ordinations). And I want to assign '1' to all those co-ordinations giv...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Remove the unwanted region from an image....
I have image with an unwanted area, and I want to remove that area and make a mask(RGB) after that operation. How can I easily d...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


RGB image masking ....
How do I create a mask of an whole image using a defined threshold value ? The output should have a three channels(R, G, B). Cou...

7年以上 前 | 1 件の回答 | 1

1

回答

質問


Cannot understand the labeled region pixel value ..
Hi, According to the below code, I've labeled an image and by getting one label I take the pixel values out of it. The second o...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Need to set all channels(RGB) into 0 of a particular pixel in a RGB image
How I set all channels(RGB) into zero of a particular pixel in a RGB image ?

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Get the pixel index value of a particular area of an image
Hi, here is my sudo code. im=imread('myImage'); B=im2bw(im); label=bwlabel(C); max(max(label)); for j=1:max(m...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Colored image pixel information .....
Think my image is 'im'. If I get the colored image pixel information as im(4,29) using MATLAB : it says (uint8) 142, what inform...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


how to convert ROI into zero values.
I have colored image with a damaged region(ROI). I want to convert the pixel values of damaged area into zero values. AN exampl...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Need to get the pixel values based on the directions(North, South,East,West) in to four arrays
I need to get the circled values into 4 arrays(considering the four directions). note : I obtained the pixel values in image wh...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Need to find image restoration working examples
Hi I need to find some working examples of image restoration. Can anyone help me ? Basically, I want to identify the damaged a...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


how to find the image damaged area pixels and fill the area in appropriate way.
I want to find damaged region of an damaged digital image then need to find the the pixels of that region in order to fill the ...

7年以上 前 | 1 件の回答 | 0

1

回答