Community Profile

photo

Jyoti Verma


Last seen: environ 2 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Contact

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

Statistiques

All
  • First Submission
  • First Answer
  • Explorer

Afficher les badges

Feeds

Afficher par

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

plus de 3 ans il y a | 0

A soumis


edge detection
edge detection by sobel filter.

presque 4 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Mrs Jyoti Verma
Edge Detection by Sobel Filter

environ 4 ans il y a | 2 téléchargements |

Thumbnail

A répondu
Sobel filter with slider (GUI).
Sobel Filter Edge Detection

plus de 4 ans il y a | 0

A répondu
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...

plus de 4 ans il y a | 0

A répondu
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...

plus de 4 ans il y a | 0

A répondu
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...

plus de 4 ans il y a | 0