ComfyUI Node
CV Eye
Creates an NxN identity matrix via numpy (np.eye). Useful for seeding homography chains or resetting to a no-op transform. This is a numpy helper, not a cv2 wrapper.
CV Eye
- matrix
◄n3►
Categoryimage/CV/features
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| n | INT | 31–10 | Size N of the NxN identity matrix. Default 3 matches the homography format. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| matrix | NPARRAY | NxN float64 identity matrix. |