Search found 2 matches
- 2014-03-03T11:14:16-07:00
- Forum: Users
- Topic: Compare images and calculate distance of objects
- Replies: 4
- Views: 2890
Re: Compare images and calculate distance of objects
Thank you people, I really appreciate the input, I'll give it a shot and get back to the thread, I was ideally looking for a way to do it all programatically, without having to use exec() because it's for my grade paper.
- 2014-03-02T21:33:29-07:00
- Forum: Users
- Topic: Compare images and calculate distance of objects
- Replies: 4
- Views: 2890
Compare images and calculate distance of objects
Hello, I recently installed imagick for php, I'm trying to figure out how to, after obtaining the difference image from compare(), calculate the distance an object moved. Ej: I have to images, it's a table with a cup, in picture A the cup is in the bottom right corner, in picture B it's in the top ...