photo

Jyoti Verma


Last seen: 7 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

> Diploma in Electronics > Btech in Electronics and Communications > Pursuing Mtech

统计学

All
MATLAB Answers

0 个提问
5 个回答

File Exchange

2 文件

排名
211,289
of 299,891

声誉
0

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
0

排名
16,472 of 20,831

声誉
7

平均
1.00

贡献数
2 文件

下载次数
2

ALL TIME 下载次数
70

排名

of 166,464

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Submission
  • First Answer
  • Explorer

查看徽章

Feeds

排序方式:

已回答
Is there any popular forum for asking questions about image processing?
<https://bit.ly/3p9gYgc>

5 years 前 | 0

已提交


edge detection
edge detection by sobel filter.

5 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


Mrs Jyoti Verma
Edge Detection by Sobel Filter

5 years 前 | 1 次下载 |

1.0 / 5
Thumbnail

已回答
Sobel filter with slider (GUI).
Sobel Filter Edge Detection

5 years 前 | 0

已回答
Error in my edge detection function?
c=imread('carplate1.jpg'); b=rgb2gray(c); px=[-1 0 1;-1 0 1;-1 0 1]; %_horizontal edges, b1=filter2(px,b); figure,imsho...

6 years 前 | 0

已回答
Histogram
a=[4,5,1,2,2,3,4,2,2,1] b=[4;5;1;2;2;3;4;2;2;1] n=length(a); RangeMax=max(a); RangeMin=min(a); sizehist=RangeMax-RangeMin+1...

6 years 前 | 0

已回答
How to crop only selected part of an image automatically?
Croping an Image, %Read and Display an Image, I=imread('rec.jpg'); %rgb conversion, J=rgb2gray(I); subplot(221);imshow(I);t...

6 years 前 | 0