photo

shivam sahil


Last seen: 5 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
2 个回答

排名
214,621
of 300,105

声誉
0

贡献数
10 个提问
2 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 20,874

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,405

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Revival Level 1
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

5 years 前 | 0 个回答 | 0

0

个回答

提问


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...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
How 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...

7 years 前 | 0

| 已接受

提问


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 =...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Superimpose 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...

7 years 前 | 0

提问


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...

7 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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 ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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');...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

8 years 前 | 0 个回答 | 0

0

个回答