photo

Rakesh Singh


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: image processing,robotics

统计学

MATLAB Answers

10 个提问
3 个回答

排名
18,109
of 300,853

声誉
2

贡献数
10 个提问
3 个回答

回答接受率
10.0%

收到投票数
1

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,319

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • First Answer

查看徽章

Feeds

排序方式:

提问


LBP for face recognition
how does the method of LBP(or pixel values computed by LBP) helps in the method of face recognition and face detection

8 years 前 | 1 个回答 | 0

1

个回答

提问


i am not able to read a file which has been recently been written using imwrite function
i used imwrite function to write a sequence of images in a directory(or folder). later in the program i am reading the images re...

10 years 前 | 0 个回答 | 0

0

个回答

提问


How to write sequence of images using imwrite function ?
How to write sequence of images using imwrite function ? how to write a SEQUENCE of images in another DIRECTORY using IMWRITE ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


how to write multiple images using imwrite function
i want to write multiple images using imwrite function i.e. a sequence of files being automatically generated out1.tif,out2.t...

10 years 前 | 1 个回答 | 0

1

个回答

提问


In simple words what do you mean by feature vector in image processing ?
i am getting cofused by the basic definition of feature vector . is too technical in simple words how will you define featu...

11 years 前 | 1 个回答 | 0

1

个回答

提问


in matlab what actually do you mean by the error index exceeds matrix dimensions ?
while implementing matlab program i got this error index exceeds matrix dimensions what is the basic meaning of this e...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Why do we have a negative range in normalized cross correlation formula
i was implementing template matching prog and came across normalized cross correlation formula . my question is why we are h...

11 years 前 | 1 个回答 | 0

1

个回答

提问


What are the real life applications of correlation and convolution
i am interested in knowing the real life application of convolution and correlation

11 years 前 | 1 个回答 | 0

1

个回答

提问


2d array in matlab
how to declare 2d array in matlab

11 years 前 | 1 个回答 | 0

1

个回答

提问


is there any standard database for template matching
is there any standard database for template matching . can we use feret database for template matching

11 years 前 | 0 个回答 | 0

0

个回答

已回答
Read txt files from the folder one by one in for loop?
this will definitely help you list = dir('*.txt'); % reading all the images one by one . for i = 1:len...

13 years 前 | 1

已回答
How to create a database of images and thus, how to compare a query image to those that are there in the database?
use these lines of code it might help you list = dir('*.tif'); % reading all the images one by one . for i = 1:lengt...

13 years 前 | 0

已回答
How can I classify Local Binary Patterns histograms using feed forward network?
hi i am also working in the LBP field

13 years 前 | 0