Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6704 Discussions

implementing canny edge detector with ippiCanny as edge.m is in Matlab

saraker
Beginner
271 Views
Hello,
I am trying to get the same results using the ippiCanny as I get from Matlab's edge.m.
If I input the same derivative images and thresholds to ippiCanny as calculated in Matlab edge.m, I get different results. What is the difference in the functionality of ippiCanny and edge.m ?
0 Kudos
1 Reply
Gennady_F_Intel
Moderator
271 Views
may be the cause of the probelm is the difference of the storage formats between in IPP & MATLAB.if I am not mistaken, MATLAB saves the data in column based format.
--Gennady
0 Kudos
Reply