Community Profile

photo

Jyoti Verma


Last seen: alrededor de 2 años hace Con actividad desde 2019

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

Estadísticas

All
  • First Submission
  • First Answer
  • Explorer

Ver insignias

Content Feed

Ver por

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

más de 3 años hace | 0

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

alrededor de 4 años hace | 0

Respondida
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...

más de 4 años hace | 0

Respondida
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...

más de 4 años hace | 0

Respondida
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...

más de 4 años hace | 0