ComfyUI Node
Equirectangular Perspective Extract
Extract a pinhole-camera perspective view at a given yaw/pitch/roll and FOV from an equirectangular panorama.
Equirectangular Perspective Extract
- image
- perspective_image
◄yaw_rotation0.0►
◄pitch_rotation0.0►
◄roll_rotation0.0►
◄fov_degrees90.0►
◄output_width1024►
◄output_height1024►
◄interpolationlanczos►
◄backendauto►
CategoryLatLong
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Equirectangular input image tensor (B,H,W,C) in [0,1]. | |
| yaw_rotationopt | FLOAT | 0.0-180–180 | Camera yaw (degrees). |
| pitch_rotationopt | FLOAT | 0.0-90–90 | Camera pitch (degrees). |
| roll_rotationopt | FLOAT | 0.0-180–180 | Camera roll (degrees). |
| fov_degreesopt | FLOAT | 90.01–179 | Horizontal field of view for the perspective camera (degrees). |
| output_widthopt | INT | 102432–8192 | Output width of the perspective view in pixels. |
| output_heightopt | INT | 102432–8192 | Output height of the perspective view in pixels. |
| interpolationopt | COMBO | lanczos | Resampling filter used during perspective remap. |
| backendopt | COMBO | auto | Processing backend. Auto uses GPU if available (bilinear/nearest). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| perspective_image | IMAGE | — |