- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The following code works properly:
GIMG
GIMG
src.roiRect(1,1,1,1);
dst.roiRect(1,1,1,1);
After changing height from 720 to 360:
GIMG
GIMG
src.roiRect(1,1,1,1);
dst.roiRect(1,1,1,1);
Dilate3x3(src, dst);
Destructors of src,dst throw exception (stack is corrupted). It happens in both IPP 5.3.3 and 6.0.0 versions and with Erode3x3 too.
Any idea ?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi Vladimir,
1. Do you mean ippiDilate3x3_8u_C1R function?
2. Windows , Linux or Mac OS?
1. Do you mean ippiDilate3x3_8u_C1R function?
2. Windows , Linux or Mac OS?
--Gennady
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - gfedorov
hi Vladimir,
1. Do you mean ippiDilate3x3_8u_C1R function?
2. Windows , Linux or Mac OS?
1. Do you mean ippiDilate3x3_8u_C1R function?
2. Windows , Linux or Mac OS?
--Gennady
It's a problem of a C++ wrappers GIMG and Dilate3x3, ippiDilate3x3_8u_C1R works properly if used directly. Windows.
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