- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.

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