photo

pooja


Manipal University

自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
0 个回答

排名
141,528
of 300,759

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 21,081

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,900

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I need help in matching of test image with the database image
clc; clear all; close all; tic; format LONG I = imread('E:\8th sem project\numbers and alphabets images database\two.jpg');...

10 years 前 | 1 个回答 | 0

1

个回答

提问


I have the x and y coordinates of a gray scale image. How to get the gray values for that particular set of coordinates?
gray = rgb2gray(I5); imtool(gray) graydata = 0; graydata = gray(sub2ind(size(gray)),(y(:)),(x(:))); I tried this c...

10 years 前 | 2 个回答 | 0

2

个回答

提问


How to do matching of 2 images using pca?
I tried sum of absolute differences method and pca also for matching. I took 10 images of each hand gesture and stored the imag...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to read a resized image?
Example - B = imread('D.jpg'); A = imresize(B,0.5) C = imread('A') - gives an error

11 years 前 | 2 个回答 | 0

2

个回答

提问


How to extract only first few values of step function and perform arithmetic operations on those values?
yr(i1,:) = step(tf1) - error part for i2 = 1:N yy(i1,i2) = yr(i1,i2) end j(i1,1:N) = (y0(1,:) - yy(i1,...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to convert a very big rational number obtained into decimal form? Please See : format short is not making any difference
for i1 = 1 : max(l11,l12) s(i1) = 0 l13 = i1 for b = 1 : i1 if(l13 > l12) den(l13) = 0 ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to obtain a transfer function of two polynomials ?
Ex : num = (11*z)/2 + 2 denom = 4*s^2 + (9*s)/2 + 2 For these 2 polynomials, i want to obtain the transfer funct...

11 years 前 | 0 个回答 | 0

0

个回答