How can I get the fixed version of opencv_createsamples.exe [closed]

asked 2018-01-16 09:55:19 -0600

cdo29 gravatar image

I created an issue about "opencv_createsamples.exe" as it was not working anymore in OpenCV v3.4.0 link: https://github.com/opencv/opencv/issu...

and it was fixed by an openCV dev member who modified the file "apps/createsamples/utility.cpp" link: https://github.com/opencv/opencv/pull...

my question is: how can I generate or get a fixed version of "opencv_createsamples.exe" compatible with openCV version 3.4.0.

Thanks for your help

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by cdo29
close date 2018-01-17 08:12:27.575560

Comments

Clone opencv and build using cmake and your favourite compiler

LBerger gravatar imageLBerger ( 2018-01-16 10:17:28 -0600 )edit

Thank you for your answer, can you give me few more information: - how can I clone OpenCV v 3.4.0 and not all the depository? I started doing a checkout of this URL: "https://github.com/opencv/opencv.git" but it was downloading all branches starting with the oldest...

cdo29 gravatar imagecdo29 ( 2018-01-16 10:33:11 -0600 )edit

You can read some tutorials here.

LBerger gravatar imageLBerger ( 2018-01-16 11:05:48 -0600 )edit