- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
What I tend to do on planar images is use ippResizeSqrPixel_8u_C1R on each plane independently, but be sure to initialize with ippiResizeGetBufSize using difference src/dst sizes since, as was mentioned earlier, the luma plane is a different size than the chroma planes.
Something else I've noticed is that ippiResizeFilterInit_8u_C1R with ippResizeFilterLanczos does a better job than ippiResizeSqrPixel_8u_C1R with IPPI_INTER_LANCZOS. Can someone at Intel explain why these two are different?
Peter
Enlace copiado
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Part of the problem may be using a pixel-order function on planar data. Another thing to keep in mind is that the 3 planes aren't the same size. For I420 or YV12 the U and V planes are half the width and height of the Y plane. You may have better results resizing the 3 planes separately.
Best regards,
Jeff
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
What I tend to do on planar images is use ippResizeSqrPixel_8u_C1R on each plane independently, but be sure to initialize with ippiResizeGetBufSize using difference src/dst sizes since, as was mentioned earlier, the luma plane is a different size than the chroma planes.
Something else I've noticed is that ippiResizeFilterInit_8u_C1R with ippResizeFilterLanczos does a better job than ippiResizeSqrPixel_8u_C1R with IPPI_INTER_LANCZOS. Can someone at Intel explain why these two are different?
Peter
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado

- 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