photo

Jyoti Verma


Last seen: 21일 전 2019년부터 활동

Followers: 0   Following: 0

메시지

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

통계학

All
  • First Submission
  • First Answer
  • Explorer

배지 보기

Feeds

보기 기준

답변 있음
Is there any popular forum for asking questions about image processing?
<https://bit.ly/3p9gYgc>

3년 초과 전 | 0

답변 있음
Sobel filter with slider (GUI).
Sobel Filter Edge Detection

4년 초과 전 | 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...

4년 초과 전 | 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...

4년 초과 전 | 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...

4년 초과 전 | 0