Feeds
질문
How to differentiate between two attached images with 25 sand particles in each image. I have successfully calculated circularity of particles in images. Average value is similar for both samples. Please guide to how differentiate between two sands?
% The sand1 and sand2 images used are attached. In order to remove the noise in images median filter will variable rectangle win...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
segmentation of some overlapped portions in the cell image ?
In the attached output image, there are some red boundaries which contains more than one blue asterik, here i need to segment th...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to do segmentation of the overlapped cells in an image and obtain their co-ordinate?
I have two images one for cell and other for corresponding nuclei. My criteria for overlapping is that if the any cell is shown...
7년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
replacing items in a matrix
clc; clear all; close all; A = 6:2:19; r = 10; A1 = A(find(A~=r))
replacing items in a matrix
clc; clear all; close all; A = 6:2:19; r = 10; A1 = A(find(A~=r))
7년 초과 전 | 0
질문
How to get the coordinate of the boundaries of the entities in the attached image. I have written the code using bwboundaries but the output plot of boundaries is weird ?
<</matlabcentral/answers/uploaded_files/112113/boundaries.jpg>> clc ; clear; close all; cutoff = 32; o...
7년 초과 전 | 답변 수: 2 | 0
2
답변질문
get the x,y coordinate of the boundaries of the entities in the attached image. I have written the code to do so but still not able to get the co-ordinate because not able to get the continuous curve.
<</matlabcentral/answers/uploaded_files/112110/boundaries.jpg>> blood = imread('boundaries.jpg'); [x,y]=size(blood); ...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
calculate the area percent of non white pixel in the image
<</matlabcentral/answers/uploaded_files/110024/image.jpg>> In an ongoing project of mine, i have to calculate the area percen...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to estimate the effective surface area of a rough surface by image processing ?
<</matlabcentral/answers/uploaded_files/80661/concrete.jpg>> When examined at higher resolutions, the seemingly flat surface ...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to convert 4-dimensional TIFF image from RGB to Grayscale ?
I have taken an image from HP Laserjet Scanner 500 MFP M525 which contains six sub images(TIFF format and 300 dpi) . My aim is t...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
Why do i get an error when rgb image (tiff) is converted to grayscale ? The value of such image in workspcespace is like <556x663x4 uint8>. Rgb handles only images of type <556x663x3 uint8>.
I am doing a project in which the grayscale value for a particular set of image is calculated. In an image(tiff format), there ...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to the get the co-ordinate of the curve in the image ?
I want to get co-ordinate of the each point in the curve in the given image ? Please help me out.Thanks in advance.
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to extract the moving wavy foreground from video ?
I have extracted the foreground from video using vibe algorithm and then converted it binary video for further processing. In vi...
9년 초과 전 | 답변 수: 0 | 0


