photo

sandeep


University of Iowa

Last seen: etwa 4 Jahre vor Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Professional Interests: Image processing,computer vision, machine learning

Statistik

  • Revival Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How can I remove all the pixels in an image except pixels colored black?
I need to see the image to advise on that. However, I believe basic thresholding operation would help solve the problem.

mehr als 9 Jahre vor | 0

Beantwortet
How to use template matching for car detection?
Try normalized cross correlation to do template matching. Follow this link http://www.mathworks.com/help/images/examples/registe...

mehr als 9 Jahre vor | 0

Beantwortet
I have calculated the distance between fixed object and moving object in a video. Using this distance I am trying to calculate the displacement of moving object in consecutive frame.
Try using pdist() function to calculate the distance between two points and save it to an array. It is not clear in the code abo...

mehr als 9 Jahre vor | 0