Sumeet Badgujar
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
119.125
of 295.689
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.266
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.317
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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 '); ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ([...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
alrededor de 6 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
más de 6 años hace | 2 respuestas | 0