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

Need help on IppiBayerGrid

fzhang
Beginner
182 Views
Hello,

I'm a new to use IPP. My version is Ipp5.3.3.
Which include file is IppiBayerGrid defined? I use #include "ipp.h" now.
I did like follows,
IppiBayerGrid m_BayerGrid;
m_BayerGrid = BGGR;

but the compiler said error C2065: 'BGGR' : undeclared identifier

Thanks.
Fangming
0 Kudos
1 Reply
fzhang
Beginner
182 Views
Hi everyone,

I found it is defined at "ippcc.h" as follows:
typedef enum {
ippDitherNone,
ippDitherFS,
ippDitherJJN,
ippDitherStucki,
ippDitherBayer
} IppiDitherType;

Furthermore, you must add ippcc.lib in your project.
Thanks.

0 Kudos
Reply