how to write code for correlation of two image in c++ using open cv lib

asked 2019-08-24 11:47:48 -0600

i need to compare two image in visual studio according to correlation of two image with open cv c++

edit retag flag offensive close merge delete

Comments

1

Well you need to tell us what exactly you what you want to compare - be specific. This is too broad i think.

  1. If you want to look if two images are the "same" - use template matching
  2. If you want to compare for occurrence of object - use object detection
  3. If you want to compare for identity - you would need to use a neuronal network with embeddings most likely

And these are only 3 rough possibilities what to do in computer vision. But wait - there's more! XD

holger gravatar imageholger ( 2019-08-24 16:56:38 -0600 )edit

if you can provide ans for 1 and 3 rd, it will very help full to me to continue my algorithm

darshanar161 gravatar imagedarshanar161 ( 2019-08-26 10:39:36 -0600 )edit

just post what you want to do^^ If this violated company regularisation - just pick an exmple which is similar in concept.

holger gravatar imageholger ( 2019-08-26 12:40:50 -0600 )edit