Community Profile

photo

Jyoti Verma


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Message

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

Statistics

All
  • First Submission
  • First Answer
  • Explorer

View badges

Feeds

View by

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

3 years ago | 0

Submitted


edge detection
edge detection by sobel filter.

4 years ago | 1 download |

Thumbnail

Submitted


Mrs Jyoti Verma
Edge Detection by Sobel Filter

4 years ago | 2 downloads |

Thumbnail

Answered
Sobel filter with slider (GUI).
Sobel Filter Edge Detection

4 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0