Sumit Chaudhary
Followers: 0 Following: 0
Statistics
RANK
267,078
of 295,467
REPUTATION
0
CONTRIBUTIONS
11 Questions
1 Answer
ANSWER ACCEPTANCE
27.27%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
5 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 1 answer | 0
1
answerreplacing items in a matrix
clc; clear all; close all; A = 6:2:19; r = 10; A1 = A(find(A~=r))
6 years ago | 0
Question
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...
6 years ago | 2 answers | 0
2
answersQuestion
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); ...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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 ...
7 years ago | 0 answers | 0
0
answersQuestion
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...
7 years ago | 0 answers | 0
0
answersQuestion
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 ...
7 years ago | 1 answer | 0
1
answerQuestion
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.
7 years ago | 1 answer | 0
1
answerQuestion
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...
8 years ago | 0 answers | 0