English is not my first language, if I make any spelling errors, forgive me, please.
I have read https://github.com/opencv/opencv/wiki/How_to_contribute but this is my first try to contribute to a huge real-world project, so I have some problem. Here is what I did
I am on win10 plantform, I read some post said that I can cmake this project then I have a .sln
file so that I can programming in vs2022 IDE, it looks like:
I open .sln in VS, randomly pick up a src file, edit a tiny issue then I found, these file is exactly in build floder which not index by git
(new user cannot upload multi image, the file path is D:\opencv\build\3rdparty\ippicv\ippicv_win\iw\include\iw++
)
are they upstream project src file? Where should I start from? any advice?
thanks in advance!