Community Profile

photo

Jyoti Verma


Last seen: 대략 2년 전 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

제출됨


edge detection
edge detection by sobel filter.

거의 4년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Mrs Jyoti Verma
Edge Detection by Sobel Filter

대략 4년 전 | 다운로드 수: 2 |

Thumbnail

답변 있음
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