geopyv.image¶
Module Contents¶
Classes¶
Image class for geopyv Image object. |
- class geopyv.image.Image(filepath=None, border=20)¶
Image class for geopyv Image object.
- Parameters:
filepath (str) – Path to image.
border (int) – Bi-quintic B-spline interpolation border. Defaults to a value of 20.
- image_gs¶
2D array containing grayscale image data of type int, generated by OpenCV function
cvtColor().- Type:
numpy.ndarray (Nx, Ny)
- QCQT¶
2D array containing precomputed bi-quintic B-spline interpolation matrices of type float, computed by
_get_QCQT().- Type:
numpy.ndarray (6*Nx, 6*Ny)