photo

SIBI SIVA


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
38,465
of 300,352

평판
1

참여
9 질문
0 답변

답변 채택
44.44%

획득한 표
1

순위
 of 20,928

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,212

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


can anyone explain what does this code do? Thanks in advance
clc; clear all; close all; imag1 = imread('peppers.png'); imag2=rgb2gray(imag1); x= imresize(imag2, [64, 64]); ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


i get the error when i m trying to generate the hdl code for a matlab program by hdl coder... the error is 'In emlhdlcoder.WorkFlow.Manager/wfa_generateCode (line 627)'... help me to solve this error.. thanks in advance..
clc; clear all; close all; image1=imread('C:\Users\dell pc\Pictures\barbaraa.tif'); imag1=rgb2gray(image1); im1...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


while converting my matlab code to hdl code, i got the error' HDL Code generation does not support 2D-matrices as function inputs. Use help codegen for more information on using this command. Error in Manager>wfa_generateCode at 627'
clc; clear all; close all; image1=imread('cameraman.tif'); subplot(2,2,1); figure(1); imshow(image1);title('original image...

거의 9년 전 | 답변 수: 1 | 1

1

답변

질문


how to get binarized and filled standard deviation map for an image of size 256x256?
s(x,y)=standard deviation map condition: if s(x,y)<6.18 s(x,y)=0 else s(x,y)=1 thanks in advance

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


Error using mat2cell (line 89) Number of input vector arguments, 2, does not match the input matrix's number of dimensions, 3
clc; clear all; close all; image1=imread('C:\Users\dell pc\Pictures\mandrilll.jpg'); im1=imresize(image1,[256 256]); im2=im...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


error 'index exceeds matrix dimensions'
figure for i=1:11 y(:,:,k3)=idwt2(llf(:,:,i),lhf(:,:,i),hlf(:,:,i),hhf(:,:,i),'haar'); s=mat2gray(y(:,:,k3));...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


matlab code to find the difference in the Histogram of Oriented Gradients(HOG) of two images
how to compute HOG using a single LxL rectangular cell with 9 histogram bins(20 degree per bin) and L2 normalization. thus HOGs ...

대략 9년 전 | 답변 수: 0 | 0

0

답변

1

답변

질문


how to resolve the error index exceeds matrix dimensions
k1=1; for i=19:29 imag4=imscram(:,:,i); subplot(:,:,i); imshow(imag4); [lllo,lhlo,hllo,hhlo]=dwt2(d...

대략 9년 전 | 답변 수: 1 | 0

1

답변