The heap error of cvGoodFeaturesToTrack function (Patch #2088)
Description
On Visual Studio 2010 Professional, the heap error occurs in cvGoodFeaturesToTrack function. It checked operating normally when correcting the code of the cvGoodFeaturesToTrack function.
I hope that this patch is applied.
Related issues
duplicated by Patch #2089: The heap error of cvGoodFeaturesToTrack function | Cancelled | 2012-06-25 |
History
Updated by Vadim Pisarevsky over 12 years ago
the heap array is likely caused by the inconsistent use of runtime libraries (e.g. Multi-threaded DLL vs Single-threaded or Multithreaded Debug DLL)
- Status changed from Open to Cancelled