Statistiques
RANG
254 318
                          
                          
of 300 381
                        
RÉPUTATION
0
                           
                        
CONTRIBUTIONS
                          10 Questions
                          2 Réponses
ACCEPTATION DE VOS RÉPONSES 
                            20.0%
                        
VOTES REÇUS
0
RANG
 of 20 941
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS 
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 477
CONTRIBUTIONS
                            0 Problèmes
                            0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Is it possible to create a Camera Driver with Matlab?
I am trying to create a seperate camera driver using Matlab. I came acrosss this article. But when I open it, it shows no camera...
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How to do synchronisation in audioplayer Matlab?
I am trying to play 4 sounds one after one using playblocking function. Is there anything lik asynchronizing until one song is d...
plus de 5 ans il y a | 1 réponse | 0
0
réponseHow to recieve data serially from my arduino to raspberry pi via matlab?
Hey peeps, I found the answer to this question. Actually the values printed here are ASCII codes of actual characters. In case y...
presque 7 ans il y a | 0
| A accepté
Question
How to recieve data serially from my arduino to raspberry pi via matlab?
here is my code. After complete configuration: mypi=raspi(); myserialdevice = serialdev(mypi,'/dev/ttyAMA0',9600); output =...
presque 7 ans il y a | 1 réponse | 0
1
réponseSuperimpose multiple images with same colormap
This might help: final_image=imoverlay(image1,image2,[1 0 0]); %1 0 0 corresponds to red overlaying if you want any othe...
plus de 7 ans il y a | 0
Question
How to segment rocks from the given image?
Since background and rock are having the same color, I needed to segment the given image by some means. I tried using rgb and hs...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How to get access to control system of a usb device using matlab?
I connected a USB microscope in Matlab using the code: cam=webcam(2); %2 stands for the second port 1 is for the webcam ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How to count frequency of particles with particular area and store them as data?
This is the negative image of a soil sample, I need to set a lower limit for the area for example 0.01 square units. Above that ...
presque 8 ans il y a | 1 réponse | 0
0
réponseQuestion
How do I segment the black spherical looking regions and remove unnecessary noise?
This is the image of a soil sample, I processed it to convert it into complete black and white binarized image. After that, I us...
presque 8 ans il y a | 1 réponse | 0
0
réponseQuestion
How to get a plot value of colour rather than rgb in Histogram plot?
Using the function imhist() we could easily plot rgb profile of a given image, I was just wondering whether there is a y method ...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
What is the significance of averaging two or multiple images in matlab?
While going through Image processing I came across this code to find the average of two images: I = imread('rice.png');...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Why is my image not being inverted?
So I am trying to process a RGB image, by converting it first to Greyscale and then carrying out further processing. Here is ...
presque 8 ans il y a | 1 réponse | 0


