photo

Rakesh Singh


Actif depuis 2013

Followers: 0   Following: 0

Message

Professional Interests: image processing,robotics

Statistiques

  • First Review
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


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

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


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 ...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 10 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
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...

plus de 11 ans il y a | 1

Réponse apportée
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...

plus de 11 ans il y a | 0

Réponse apportée
How can I classify Local Binary Patterns histograms using feed forward network?
hi i am also working in the LBP field

plus de 11 ans il y a | 0