PANDORE Version 6 | GREYC-IMAGE |
pgetwindowaroundpoints builds an image with the pixel of the image im_in1 that are in a window of size ncol*nrow*ndep around the points given in the image im_in2.
The resulted image im_out is of same type
as the image Returns SUCCESS or FAILURE. Extrait les fenêtres autour des points d'intérêt
des pièces de tangram. Construction d'une image 2D avec un plan d'une image 3D.
Parameters
Inputs
Outputs
Result
Examples
pharris 2 0.04 examples/tangram.pan a.pan
pbinarization 1e4 1e30 a.pan b.pan
pgetwindowaroundpoints 10 10 0 examples/tangram.pan b.pan result.pan
See also
Utility,
C++ prototype
Errc PGetWindowAroundPoints( const Img2duc &ims1, const Img2duc &ims2, Img2duc &imd, int h, int w );
Version française