Jyoti Verma
Followers: 0 Following: 0
> Diploma in Electronics > Btech in Electronics and Communications > Pursuing Mtech
Statistics
RANK
191,348
of 295,486
REPUTATION
0
CONTRIBUTIONS
0 Questions
5 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
16,199 of 20,236
REPUTATION
6
AVERAGE RATING
1.00
CONTRIBUTIONS
2 Files
DOWNLOADS
3
ALL TIME DOWNLOADS
69
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Is there any popular forum for asking questions about image processing?
<https://bit.ly/3p9gYgc>
4 years ago | 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...
5 years ago | 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...
5 years ago | 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...
5 years ago | 0