Prachi Sharma
Followers: 0 Following: 0
Statistik
RANG
38.409
of 295.467
REPUTATION
1
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
1
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
Saved histogram figures appears blank after I open them.
Hi,I have this code %function hst(v,h,m) ve=imread('v.png'); he=imread('h.png'); m=imread('i.png'); ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I combine different binary binary images such that no one can notice that they are concatenated.
i am working on a project in which I was required to divide an image into segments ,apply Otsu's thresholding on each segment an...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I want to find earth mover's distance for two histograms.How do I do that?
I have two images and I have find out the rgb channel of both the images.Now I need to find out the earth mover's distance betwe...
fast 8 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Camera not getting recognized in matlab even after installing all the support packages required for it.
I have this camera <http://www.amscope.com/3mp-usb2-0-microscope-digital-camera-software.html> and it works fine.Earlier I didn'...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Image acquisition command "imaqhwinfo" is not getting recognized in matlab.
So,I tried connecting this camera <http://www.amscope.com/3mp-usb2-0-microscope-digital-camera-software.html> to my computer and...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Problem in plotting the matrix over an image.
I am required to read an image,find out its rgb channels and then in those channels separately,mark the pixels whose value excee...
etwa 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How can I find the saturation of all the rgb channels separately?
I need to find out the saturation of all the three channels separately.How do I do that?
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I am trying to plot velocity vectors but they are not getting displayed in a single graph.How can I do that?
I have the following code and I want all my vectors to be displayed in a single graph.But my code gives different graph for ever...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I compare overlap of each blob in first frame with every blob in the next frame and then save the corresponding pair?
So,this is the image below.Every frame having two blobs as you can see.Now,firstly I want to compare overlap of each blob in fir...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I save the centroids and area of connected components of an image in a matrix?
I have a video,I am extracting its frames and I need to find the connected components of every frame of that video and also find...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have written a code for finding centroid of connected components of an image and it gives an error.I tried to debug it but couldn't get a clue.How to solve that?
So, the given is my code below.I need to find out the centroid of the connected components and it doesn't work.Also,I am suppose...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How do I find the pixel size of connected components in an image and then compare pixel size of each connected component with the pixel size of connected components of the next frame and choose the approximately similar size connected components?
So,I am reading a video and then saving its frames and in each frame I am finding the connected components and then labelling th...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I make all the frames that I have extracted from a video and saved in a folder to perform the watershed segmentation?
So,I extracted and saved all the frames from a video,I was supposed to read,in a folder and that folder appears in matlab. I per...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I am trying to extract frames from a video and I have the following code.As I run the code the folder does not show the extracted frames and I don't know why?
I have the following code.It does not give any error but the folder that is supposed to hold all the extracted frames does not s...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I find the connected components of an image and then label them?
So I have this image attached here and bw is of type 512*512 logical.I need to find the connected components of this image and ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortI am trying to compute the background markers of an image and in that process I am first binarizing the image by thresholding.For that I am using "imbinarize" and it is not working.I have given the description below.
First of all thank you guys.Also after reading both the comments I got to know that some functions work only in latest 2016 vers...
etwa 8 Jahre vor | 0
Frage
I am trying to compute the background markers of an image and in that process I am first binarizing the image by thresholding.For that I am using "imbinarize" and it is not working.I have given the description below.
Given is the code below.Also Iobrcbr is of type 512*512 uint8 and the code gives the following error-"Undefined function 'imbina...
etwa 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How do I find the gradient of an image which is divided into 32*32 blocks and is having standard deviation of every particular block?
So,I have this image, of 512*512 resolution,I have divided it into 32*32 blocks and then I have found the standard deviation of ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I wrote this code in which all the elements of a 2D matrix below or equal to 90 are supposed to be zero after the loop gets evaluated. Ain't working.
So,I wrote this code in which all the elements of a 2D matrix below or equal to 90 are supposed to be zero after the loop gets e...
etwa 8 Jahre vor | 1 Antwort | 0