Community Profile

photo

Nikolay S.


Last seen: 5 Monate vor Aktiv seit 2011

Followers: 0   Following: 0

Kontakt

M.Sc in E.E. - Thesis on "The importance of Phase in Image Processing". B.Sc in E.E. ( Image&signal processing, computer networks, communication systems), Professional Interests: Video/Image/Signal processing, Computer Vision tasks: Tracking & Detection. Machine Learning. See my functions: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A114017

Statistiken

All
  • Personal Best Downloads Level 4
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 1
  • First Submission
  • Thankful Level 1
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Scavenger Finisher
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Seems like a bug in Matlab R2015a "sort" routine
a =[24 9 27 14; 1 40 9 33; 17 16 31 35]; [aSort, iSort] = sort(a, 2, 'descend'); % Those sh...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to do training in matlab using SVM?
Good evening Anna. Allow me to add my humble opinion. To train and SVM , you need a series of positive and negative exampl...

etwa 9 Jahre vor | 0

Beantwortet
hello i need display 197 image in matlab
Hi there. When I had to review multiple images at once I've concatenated then into a mosaic/tile. You can try <http://www.mathw...

etwa 9 Jahre vor | 0

Beantwortet
feature extraction using Local Line Binary Patterm
Hi. You can try my lineLBP implementation: http://www.mathworks.com/matlabcentral/fileexchange/50058-efficient-llbp--line-local...

etwa 9 Jahre vor | 1

Beantwortet
Hi,I want to reduce the LBP features using PCA,any code related to this...Please help me.
Hi. You will have to understand PCA in general, and relevant Matlab functions. See relevant documentation: http://www.mathworks...

etwa 9 Jahre vor | 0

Beantwortet
How to combine two features HOG and LBP to get better accuracy?
Hi there. I've worked on a project where we have combined multiple features to achieve best detection. HOG and LBP were some of...

etwa 9 Jahre vor | 0

Beantwortet
Can you please tell me how to divided image into 30 blocks and obtained histogram of each block using LBP algorithm.
From my experience, an efficient way to to so is to calculate LBP image of the image, and then apply histogram function via "blo...

etwa 9 Jahre vor | 0

Beantwortet
i computed LBP histogram for two images in matlab, what method used to compare the LBP histograms?
Hi there. The question is how to compare two histograms. In other words you want to find their similarity/dissimilarity measure...

etwa 9 Jahre vor | 0

| akzeptiert

Beantwortet
Local Binary Pattern(LBP)
You can try one of the following LBP implementations: http://www.mathworks.com/matlabcentral/fileexchange/49787-shift-based-lbp...

etwa 9 Jahre vor | 0

Beantwortet
What is the difference between IMWARP and IMTRANSFORM?
Hi Alex. Very interesting answer, I was pretty confused by seeing a few commands doing virtually the same. A few questions ar...

mehr als 9 Jahre vor | 0

Beantwortet
The "Did you mean..." routine
Having asked the same question I find those functions promising: http://www.mathworks.com/matlabcentral/fileexchange/36981-find...

mehr als 10 Jahre vor | 1

Frage


Preserving Audio stream of a Video file.
working with video and image processing, and posting functions I consider useful on Matlab File Exchange. I’m usually concerned ...

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten