behindhack Posted December 4, 2008 Share Posted December 4, 2008 I want to ask you about image processing in php, as an example I have two similiar images and I will delete one object in other images, can I check missing object in other images ?? I mean comparing images when some object in that images are missing Link to comment https://forums.phpfreaks.com/topic/135466-image-processing-with-php/ Share on other sites More sharing options...
balistic Posted December 4, 2008 Share Posted December 4, 2008 depends on what you are using to process the images, if you use imagemagick you can compare images http://www.imagemagick.org/script/compare.php as far as i am aware, there is no gd functions for comparisons. Link to comment https://forums.phpfreaks.com/topic/135466-image-processing-with-php/#findComment-705728 Share on other sites More sharing options...
behindhack Posted December 4, 2008 Author Share Posted December 4, 2008 can I detect missing object inside image with it ? example in image I have two bottles then I erase one bottle, can php detect it and say "one bottle is missing" Link to comment https://forums.phpfreaks.com/topic/135466-image-processing-with-php/#findComment-705734 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.