Plane of an image with a specific index. More...
Public Member Functions | |
| None | ImagePlane (self, cvb.Plane plane) |
| Implicitly convert a plane to an image plane. | |
| float | get_pixel (self, cvb.Point2D position) |
| Gets the pixel value at the given position (as float). | |
| cvb.Image | map (self) |
| Create a map from a single image plane, that shares its memory with the original plane. | |
Properties | |
| data_type = property | |
| cvb.DataType: Data type descriptor for this plane. | |
| plane = property | |
| int: Plane index in the image, to which this plane refers to. | |
| rank = property | |
| int: The number of dimensions of this plane. | |
Plane of an image with a specific index.
| None ImagePlane | ( | self, | |
| cvb.Plane | plane ) |
| float get_pixel | ( | self, | |
| cvb.Point2D | position ) |
Gets the pixel value at the given position (as float).
position : cvb.Point2D Pixel position.
float The pixel value.