Sumeet Badgujar
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
119.096
of 295.527
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20.242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.057
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
Question
The following is a RLE code that found online and some part of it I added but couldn't understand the 6th,7th,8th line of code ,What is the diff part doing in this code?
clc; clear all; close all; chainCode =input('enter 1 & 0 string:--'); numCode = chainCode - '0' % turn to numeric...
ongeveer 6 jaar ago | 0 answers | 0
0
answersQuestion
What is wrong with this grey level sliced without background code?
aa=input('image.jpg'); z=aa; e=input ('Enter lower threshold value '); f=input ('Enter higher threshold value '); ...
ongeveer 6 jaar ago | 1 answer | 0
1
answerQuestion
Why is the subplot not holding the plot ?It just plots the 1st part and does not wait for 2nd to get computed?
clear all; close all; aa=imread ('cm.jpg'); %Digital negative------- figure(1); subplot (2, 2, 1); imshow ([...
ongeveer 6 jaar ago | 1 answer | 0
1
answerQuestion
What is the error in the code?
aa=input('image.jpg'); z=aa; e=input ('Enter lower threshold value '); f=input ('Enter higher threshold value...
ongeveer 6 jaar ago | 0 answers | 0
0
answersQuestion
Can anybody plz explain this code,specifically the 5th line..
abc=input('Enter image name or path'); a=imread(abc); imshow(a); b=size(a); c=b(1)*b(2)/1024; disp(fprintf('Name ...
ongeveer 6 jaar ago | 3 answers | 0
3
answersQuestion
How to create table with existing arrays?
N=[1,3,4,7,9,12,13,16,19,21]; i=(1:10); Q= sqrt(N(i)*3); CI=1./(6*(Q.^-4)); CIinDB=10*log10(CI); t=[N',Q',CI',CI...
meer dan 6 jaar ago | 2 answers | 0