
Nikolay S.
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
Estadísticas
CLASIFICACIÓN
5.124
of 277.813
REPUTACIÓN
8
CONTRIBUCIONES
2 Preguntas
13 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
107 of 18.797
REPUTACIÓN
10.088
EVALUACIÓN MEDIA
4.10
CONTRIBUCIONES
39 Archivos
DESCARGAS
143
ALL TIME DESCARGAS
95631
CLASIFICACIÓN
43.726
of 128.993
CONTRIBUCIONES
0 Problemas
5 Soluciones
PUNTUACIÓN
60
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Content Feed
Resuelto
Energy of a photon
Given the frequency F of a photon in giga hertz. Find energy E of this photon in giga electron volts. Assume h, Planck's ...
más de 5 años hace
Resuelto
How to subtract?
* Imagine you need to subtract one number from another using MATLAB. * You will not be using eval for this task. * Given two A...
más de 5 años hace
Enviada
Local binary patterns
Calculates image LBP (Local binary patterns).
casi 6 años hace | 23 descargas |

Enviada
find Synonym
A function designed to deal with synonyms issue
casi 6 años hace | 2 descargas |

Enviada
Active Contours implementation & test platform GUI
Implementation and demonstration of several active contours segmentation methods.
más de 6 años hace | 4 descargas |
Resuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
casi 7 años hace
Enviada
Set and get nested Structure/Object filed data
Functions allowing easy Get & Set access to a nested Structure/Object filed data
casi 7 años hace | 2 descargas |

Enviada
Controllable tight subplot
Subplot wrapper, allowing better figure utilization, by tighter axes.
casi 7 años hace | 45 descargas |
Enviada
apply2VideoFrames
Apply any image processing function applied to all frames of input video.
casi 7 años hace | 1 descarga |

Pregunta
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...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaEnviada
kolian1/texture-segmentation-LBP-vs-GLCM
A Matlab Image segmentation via several feature spaces DEMO
casi 8 años hace | 5 descargas |
Enviada
Files to folders based on properties
Groups files into folders based on user defined file properties.
casi 8 años hace | 1 descarga |

Enviada
Efficient LLBP (Line Local Binary Pattern)
The function implements LLBP (Line Local Binary Pattern)
casi 8 años hace | 1 descarga |

Is it possible to maximize, minimize or get the state of my figure programmatically in MATLAB?
Hi there. Try my function Minimize/maximize figure window . It toggles figure window size, just as you press the full-screen but...
alrededor de 8 años hace | 0
hi, 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...
alrededor de 8 años hace | 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...
alrededor de 8 años hace | 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...
alrededor de 8 años hace | 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...
alrededor de 8 años hace | 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...
alrededor de 8 años hace | 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...
alrededor de 8 años hace | 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...
alrededor de 8 años hace | 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); ...
alrededor de 8 años hace | 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...
alrededor de 8 años hace | 0
| aceptada
Local Binary Pattern(LBP)
You can try one of the following LBP implementations: http://www.mathworks.com/matlabcentral/fileexchange/49787-shift-based-lbp...
alrededor de 8 años hace | 0
Enviada
Shift based LBP
The function implements LBP (Local Binary Pattern analysis), in a shift based manner.
más de 8 años hace | 4 descargas |

Enviada
Crop video to sub elements
This function divides the input video to several parts/sub videos.
más de 8 años hace | 1 descarga |

Enviada
embedVideo2Video.zip
This function allows embedding one video into a another Main video, with many options.
más de 8 años hace | 1 descarga |

Enviada
Embed image to video
Embedding single image along video frames, with many options.
más de 8 años hace | 1 descarga |

Enviada
Detect & Present movements. Mammal Visual system
This function tracks and presents moving regions in real time from still camera or file.
más de 8 años hace | 2 descargas |
