Ask Your Question

Revision history [back]

how to run opencv program based on opencv source

In order to see some code in opencv,I used cmake tool to make a solution based on VS2015.(My computer system is win7 X64).Finally I got a solution shown below.Now I can see the code using Ctrl+F and goto definition of some functions.How can I write some code using opencv source code so that I can debug opencv source code to see how some variables change?I cant figure it out base on this project cmake produce.Or is there some similar project I can download to get my purpose?

By the way,I just press run butten in vs2015 and it shows "fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'".How can I fix it?

Thans a lot!

image description

click to hide/show revision 2
None

updated 2018-06-07 05:13:48 -0600

berak gravatar image

how to run opencv program based on opencv source

In order to see some code in opencv,I used cmake tool to make a solution based on VS2015.(My computer system is win7 X64).Finally I got a solution shown below.Now I can see the code using Ctrl+F and goto definition of some functions.How can I write some code using opencv source code so that I can debug opencv source code to see how some variables change?I cant figure it out base on this project cmake produce.Or is there some similar project I can download to get my purpose?

By the way,I just press run butten in vs2015 and it shows "fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'".How can I fix it?

Thans a lot!

image description

click to hide/show revision 3
No.3 Revision

updated 2018-06-07 05:16:41 -0600

berak gravatar image

how to run opencv program based on opencv source

In order to see some code in opencv,I used cmake tool to make a solution based on VS2015.(My computer system is win7 X64).Finally I got a solution shown below.Now I can see the code using Ctrl+F and goto definition of some functions.How can I write some code using opencv source code so that I can debug opencv source code to see how some variables change?I cant figure it out base on this project cmake produce.Or is there some similar project I can download to get my purpose?

By the way,I just press run butten in vs2015 and it shows "fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'".How can I fix it?

Thans a lot!

image description