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

RGBToGray missing on 5.0

portman
Beginner
342 Views
I'm just testing if my progamscould use IPP 5.0. I already had them running fine under 4.1, but nowI seem to be missing some .NET defines in the 5.0 examples. What I noticed in the C# examples is that at least functions RGBToGray and ColorToGrayhave been dropped out from the ippi.cs file. I could add them there manually, but will I have to do so with each new version? Why not keep it complete (and compatible) to earlier versions?
Kim
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
342 Views
Hi Kim,
we are sorry for that inconvenience, it seems that the reason for such changes was that in IPP v5.0 we moved all color conversion functions into new domain ippcc, so they were removed from ippi.h and ippi.cs files. I think you can create ippcc.cs by yourself using existing ippi.cs as an example.
Regards,
Vladimir
0 Kudos
Reply