- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
I've noticed that the library has functions to convertyuv to rgb, but only to YUV444 and YUV422. I want to use this library to convert image data from IEEE1394 cameras. These camera output their data into YUV411,YUV422 and YUV444. Will YUV411 also be supported by the ipp library in the near feature?
Enlace copiado
5 Respuestas
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Weare continuouslyimprovingthe IPP functionality, so we will consider this feature request. But for now we can't set the particular date when this functionality will be entered in the library.
Regards,
Vladimir
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
One more question about the convertion. Is it internally done with floats or fixed point?I found some convertion code that clams its faster then the ipl library because it's uses fixed point calculations.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Optimization techniques is depend on the algorithm and on the processor microarchitecture. So,in some caseswe may usefixed point implementation but in other caseswe may usefloat-point implementation.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
According to the IPP manual and to the IDC 1.3 specifications (firewire camera standard) the YUV422 is not the same in both cases.
While in IPP we have
Y0 U0 Y1 V0 Y2 U1 Y3 V1 ...
in firewire cameras we have
U0 Y0 V0 Y1 U2 Y2 V2 Y3 ...
Why are they not the same?!
Does any one have successfully use firewire cameras with IPP?
While in IPP we have
Y0 U0 Y1 V0 Y2 U1 Y3 V1 ...
in firewire cameras we have
U0 Y0 V0 Y1 U2 Y2 V2 Y3 ...
Why are they not the same?!
Does any one have successfully use firewire cameras with IPP?
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hi,
why they are must be the same?!
They are different, because there are a lot of ways to store YUV images. We do support one of them, you know, it is impossible to support all the features you can face in world.
However,we plan to have some functionality for UYVY formats in future versions of IPP. So, I hope, we can provide you more possibilitiesin near future.
Regards,
Vladimir

Responder
Opciones de temas
- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla