Click here to Skip to main content
15,886,075 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I didn't do anything wrong but it seems like whenever I try to post my question it's not shown publicity

Here's my problem again : https://ibb.co/nBPnuQ

Calculate the speed of a moving object ?


See more: C#
Sorry My mistake , I'm still new here and new in c# :(

I'm working on c# project where reads a sample of moving objects and then count these objects and calculate the speed of moving ones

I am using aforge.net to read from web-cam and then stored about 25 pictures
then applying threshold to remove anything but the objects (there's an error factor of course)

the image after threshold : test — imgbb.com[^]

and I was trying to calculate the speed of each found object by calculating the distance of it's first place in capturedFrame1 , and it's place in finalFrame .

and I thought I could calculate it by knowing how to convert distance in pixels to mm ?
Thanks

What I have tried:

test — imgbb.com[^]
Posted
Updated 19-Sep-17 4:21am
Comments
F-ES Sitecore 19-Sep-17 9:37am    
This isn't a code to order service, we're here to help with specific problems, not to do your entire project for you. These questions often get flagged for deletion so don't repost as this'll get deleted too and your account could get banned. Instead learn how to ask a question. Start the work yourself and ask specific questions about specific problems, don't just dump your requirements and expect someone to do your work for you.
Member 13348159 19-Sep-17 10:02am    
I'm sure I was clear that I didn't ask anyone to do my work for me
and I was specific too about I'm new and how far I got
and that I was asking about how to calculate the distance of movement

I found here many questions that doesn't include code or any progress , people who were beginners and needed someone to help them by putting them on the right track , not doing their work .
so please before you answer me in that way and threaten me of being banned , Read my words carefully .

How to calculate the speed of a moving object ?[^]
It wasn't deleted - it is in moderation (maybe because the links?) - be patient...
 
Share this answer
 
Questions don't get auto-deleted, they get auto-checked for potential spam and if they cross a threshold they are placed in a pending queue for moderation. Please be patient and your questions will be approved soon.
 
Share this answer
 
Comments
Member 13348159 19-Sep-17 10:31am    
ok , thanks for kindly explaining

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900