Minor Issue with Compiling OpenCV 2.4.6 with VS 2012 with GPU (Bug #3190)


Added by Meng Wang over 11 years ago. Updated over 11 years ago.


Status:Cancelled Start date:2013-08-02
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:gpu (cuda)
Target version:2.4.7
Affected version:2.4.6 (latest release) Operating System:Windows
Difficulty:Easy HW Platform:x64
Pull request:

Description

modules/gpu/src/cascadeclassifier.cpp

Line 744 and 763. The definition should be proceeded by a CV_EXPORTS, so that when symbols are visible to gpu_perf4au and opencv_superres. Otherwise it won't compile under windows.


Associated revisions

Revision df28bb5c
Added by Vadim Pisarevsky over 10 years ago

Merge pull request #3190 from StevenPuttemans:fix_simpleblobdetector

Revision d86d8ed9
Added by Alexander Alekhin over 9 years ago

Merge 2.4 into master

PR #2968: cce2d99 8578f9c
Fixed bug which caused crash of GPU version of feature matcher in stitcher

The bug caused crash of GPU version of feature matcher in stitcher when
we use ORB features.

PR #3236: 5947519
Check sure that we're not already below required leaf false alarm rate before continuing to get negative samples.

PR #3190
fix blobdetector

PR #3562 (part): 82bd82e
TBB updated to 4.3u2. Fix for aarch64 support.

PR #3604 (part): 091c7a3
OpenGL interop sample reworked not ot use cvconfig.h

PR #3792: afdf319
Add -L for CUDA libs path to pkg-config

Add all dirs from CUDA_LIBS_PATH as -L linker options to
OPENCV_LINKER_LIBS. These will end up in opencv.pc.

PR #3893: 122b9f8
Turn ocv_convert_to_lib_name into a function

PR #5490: ec5244a
fixed memory leak in findHomography tests

PR #5491: 0d5b739
delete video readers

PR #5574

PR #5202

History

Updated by Victor Kocheganov over 11 years ago

Hello Meng Wang,

Thanks for reporting the ticket!
Seems that you've deepened in issue and it would be highly appreciated if you have time to propose your own fix (please see http://www.code.opencv.org/projects/opencv/wiki/How_to_contribute for details).

Thank you in advance,
Victor Kocheganov

Updated by Victor Kocheganov over 11 years ago

  • Status changed from New to Open

Updated by Steven Puttemans over 11 years ago

  • Assignee deleted (Anatoly Baksheev)

Updated by Vladislav Vinogradov over 11 years ago

Hello Meng Wang.

Could you attach build log and error description for the issue.

Just because this functions are internal and they are used only in gpu module.
They shouldn't be used in any other modules.

  • Assignee set to Vladislav Vinogradov

Updated by Steven Puttemans over 11 years ago

We closed down the pull request and cancelled the bug report since the original author doesn't seem to respond. Feel free to reopen the bug report if you have an addition to this.

  • Status changed from Open to Cancelled
  • Assignee deleted (Vladislav Vinogradov)

Updated by Meng Wang over 11 years ago

Hi,

Sorry for the late reply. I was having this compilation error with 2.4.6, but I began with 2.4.6.1 these days, and it no longer complains with apparently nothing changed.

Vladislav Vinogradov wrote:

Hello Meng Wang.

Could you attach build log and error description for the issue.

Just because this functions are internal and they are used only in gpu module.
They shouldn't be used in any other modules.

Also available in: Atom PDF