- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
What should be the size of pEigenVV in ippiEigenValsVecs? Is it roiSize.width*6 x roiSize.heigh?
Does avgWindow (Size of the blurring window) mean the size of the block around the pixel?
How ippiEigenVals deals with the borders of ROI.
Do you have any examples of use?
Thank you,
Kiril
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
dstStep of pEigenVV should not be less than
roiSize.width*6*sizeof() (=> the size of image is >=roiSize.width*6 x roiSize.heigh)avgWindow is the size of Blur window with the center in the pixel
Function does not use pixels outside the image, replicate border is implied for Sobel and Blur (here - for convolved and multiplied image)
Regards,
Vladimir

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