I am really interested on your research, My thesis is about recognizing peasants by their faces, but, part of the preprocessing is doing something similar to your work... Where can i get your article/paper? thanks in advance!!
I thought as it's related to control the hardware to collect the input, and C is good at that. I am not so sure that Java can achieve that with any packages.
Well we're not doing this online...We processed offline videos. But, regarding Image Grabbing from Camera I beleive there exist Software modules that allow you o do that, but Real Time Processing might be a problem...
i want to ask you how can i get the source code for that, since my fianl year project is similar to that but i have to use the neural network for recognition, with best wishes
i want to ask you how can i get the source code for that, since my fianl year project is similar to that but i have to use the neural network for recognition, with best wishes
it does not see the man standing still in the center
megablablatruch 5 months ago
really very good work done.congrates!!!!!!!!!
i am beginner in this domain pls suggest me some good paper for video tracking.
thank u
abhijit.kamune@gmail.com
abhikamune83 6 months ago
hi, how do you manage to handle occlusion? please let me know how do you manage to determine the size of the object?
ateendra123 8 months ago
@ateendra123 I could be wrong but I am taking a guess:
Occlusion? Not handled.
Detection? At every frame.
How? Background subtraction and then region properties.
After detection, use the region to extract appearance template and then track.
Linking detected object between consecutive frames? Mean Shift or Kalman Filter.
I would let the creator correct me wherever I am wrong.
protikmaitra 7 months ago
Is this real time? or is it post processing? which algorithm are u using?
szproxy 1 year ago
How many objects can it track at once?
nuclearthreat545 1 year ago
@nuclearthreat545
No Upper Limit like that. Higher the number of objects, slower the code is.
pguha77 1 year ago
I am really interested on your research, My thesis is about recognizing peasants by their faces, but, part of the preprocessing is doing something similar to your work... Where can i get your article/paper? thanks in advance!!
VIKINGONEGRO 2 years ago
nice video want 2 learn ....how???
usamazahid1 2 years ago
First, thanks for answering. Second, I would like to know where can I get information about First Mean-Shift and then KL, some paper in particular?
ferchuhill 3 years ago
For mean-shift tracking...Refer to the paper in CVPR2000 by Comaniciu/Ramesh/Meer and for KL Tracker give a search with Birchfield + KLT
Best wishes,
Prithwi
pguha77 3 years ago
have you some information for
sharing, I am very concerned
ferchuhill 3 years ago
What kind of Information???
pguha77 3 years ago
I'm currently working on a similar project for my thesis.
Background: horprasert
Tracking: mean-shift + kalman (did not try the KLT, but it's seemed to be very good)
However I think you use some point of interest to handle occlusion, I'am write... can you give us some hint of the whole processing (or the code)
neub7S 3 years ago
Point feature based tracking, isn't it?
liyoujiabao 3 years ago
Yes...Before that we also do some Mean-Shift Tracking.
pguha77 3 years ago
Mean Shift is a good tracking method, but KLT is my favorite.
liyoujiabao 3 years ago
We are combining both - First Mean-Shift and then KLT if necessary. Are you doing your PhD in Computer Vision as well???
pguha77 3 years ago
Do you think it's possible to write the program in Java technicially? thanks
billygaofei 3 years ago
Sure...Why Not!!! If it can be written in C, why not in JAVA???
pguha77 3 years ago
I thought as it's related to control the hardware to collect the input, and C is good at that. I am not so sure that Java can achieve that with any packages.
billygaofei 3 years ago
Well we're not doing this online...We processed offline videos. But, regarding Image Grabbing from Camera I beleive there exist Software modules that allow you o do that, but Real Time Processing might be a problem...
pguha77 3 years ago
Do you think it's possible to write the program in Java technicially? thanks
billygaofei 3 years ago
very cool, i'd like to know what algorithms you used :) i think you made a color histogram-based tracking, but I'm not sure
djpul 3 years ago
i want to ask you how can i get the source code for that, since my fianl year project is similar to that but i have to use the neural network for recognition, with best wishes
markmar2004 3 years ago
Are you using SIFT or RLT or something else?
toorandom1 4 years ago
Can you provide us source code?
toorandom1 4 years ago
Wow.. so cool! I hope it's real image processing, not video editing..
yusofhardy 4 years ago
Hi...Unfortunately, It's real video processing... :(
pguha77 4 years ago
hi what program did u use
truemuhajir 4 years ago
We have implemented our algorithms in C
pguha77 4 years ago
pguha - are the algorithms doing segmentation?
eyeqiinc 4 years ago
This has been flagged as spam show
i want to ask you how can i get the source code for that, since my fianl year project is similar to that but i have to use the neural network for recognition, with best wishes
markmar2004 3 years ago