Cirrus Logic CS485 Especificações Página 244

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 319
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 243
Intel
®
Image Processing Library Reference Manual
11-22
11
GetBilinearBound
Computes the bounding
rectangle for ROI transformed
by iplWarpBilinear.
void iplGetBilinearBound(IplImage*
image
, const double
coeffs
[2][4], double
rect
[2][2]);
image
The image to be passed to iplWarpBilinear().
coeffs
The bilinear transform coefficients.
rect
Output array: the coordinates of vertices of the
rectangle bounding the figure to which
iplWarpBilinear() maps
image
’s ROI.
Discussion
The function iplGetBilinearBound() computes the coordinates of
vertices of the smallest possible rectangle with horizontal and vertical sides
that bounds the figure to which
iplWarpBilinear() maps
image
’s ROI.
GetBilinearQuad
Computes the quadrangle to
which the image ROI would be
mapped by iplWarpBilinear.
void iplGetBilinearQuad(IplImage*
image
, const double
coeffs
[2][4], double
quad
[4][2]);
image
The image to be passed to iplWarpBilinear().
coeffs
The bilinear transform coefficients.
Vista de página 243
1 2 ... 239 240 241 242 243 244 245 246 247 248 249 ... 318 319

Comentários a estes Manuais

Sem comentários