Nikolay S.
Followers: 0 Following: 0
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
Statistics
RANK
5.643
of 295.467
REPUTATION
8
CONTRIBUTIONS
2 Questions
12 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
2
RANK
105 of 20.234
REPUTATION
10.217
AVERAGE RATING
4.10
CONTRIBUTIONS
39 Files
DOWNLOADS
79
ALL TIME DOWNLOADS
96915
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
meer dan 8 jaar ago | 1 answer | 0
1
answerhi, i am new to image processing and matlab. how can i recognize particular faces in a video stream? i have already divided the video into frames and i have detected the faces. but now how can i recognize particular faces in that frame? whether shoul
Hi there. That is a hard question, with an answer worth lots of $$$. But briefly saying- you got many methods to find a fa...
meer dan 9 jaar ago | 0
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...
meer dan 9 jaar ago | 0
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...
meer dan 9 jaar ago | 0
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...
meer dan 9 jaar ago | 1
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...
meer dan 9 jaar ago | 0
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...
meer dan 9 jaar ago | 0
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...
meer dan 9 jaar ago | 0
I have divided image into 30 blocks and obtained histogram of each block using LBP algorithm, i do not know how to store them separately and merge all histogram to get the single histogram?I want code for merging and saving each histogram of block.
Hi there. I'd suggest to have the histograms concatenated via Matlab CAT command. masterHist=cat(1, hist1, hist2,...hist30); ...
meer dan 9 jaar ago | 0
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...
meer dan 9 jaar ago | 0
| accepted
Local Binary Pattern(LBP)
You can try one of the following LBP implementations: http://www.mathworks.com/matlabcentral/fileexchange/49787-shift-based-lbp...
meer dan 9 jaar ago | 0
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...
meer dan 10 jaar ago | 0
The "Did you mean..." routine
Having asked the same question I find those functions promising: http://www.mathworks.com/matlabcentral/fileexchange/36981-find...
bijna 11 jaar ago | 1
Question
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 ...
bijna 13 jaar ago | 0 answers | 0