- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey
Is there a problem using MKL with user allocated data ?
I'm trying to use MKL function
vcMulByConj(...)
with continues memory allocated using OpenCV mat object. (with I believe it's implemented with "new" c++ operation)
I frequently receive an access violation exception.
Is there any problem with my memory model ?
Best
Shahar
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Shahar,
The vcMulByConj could operate on continuous memory, in your case, it depends on how you allocate objects by OpenCV mat.
Best regards,
Fiona

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page