lastAllocatedFrameSize not set (Bug #2228)
Description
'lastAllocatedFrameSize' member of CascadeClassifier_gpu is used but not updated in calls to calculateMemReqsAndAllocate(). Causing unnecessary calls to set up memory allocators even if frame sizes stays the same. I suppose it should be set to 'frameSize' before the function returns success.
Associated revisions
Merge pull request #2228 from ilya-lavrenov:tapi_experiments
History
Updated by Daniil Osokin over 12 years ago
Which version of OpenCV do you use? Please, attach source code to reproduce that.
- Assignee changed from Anatoly Baksheev to Frankie Fong
Updated by Marina Kolpakova over 12 years ago
Thanks! It is fixed in trunk.
- Target version set to 2.4.3
- Assignee changed from Frankie Fong to Marina Kolpakova
- Status changed from Open to Done