Sumit Chaudhary
Followers: 0 Following: 0
Statistik
RANG
267.078
of 295.467
REPUTATION
0
ANTWORTZUSTIMMUNG
27.27%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
Antwortreplacing items in a matrix
clc; clear all; close all; A = 6:2:19; r = 10; A1 = A(find(A~=r))
mehr als 6 Jahre vor | 0
Frage
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...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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); ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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.
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 0 Antworten | 0