ComfyUI Node

Equirectangular Perspective Extract

Extract a pinhole-camera perspective view at a given yaw/pitch/roll and FOV from an equirectangular panorama.

By cedarconnor·Created about a year ago·Updated 6 months ago· 2
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)

NameTypeDefaultDescription
imageIMAGEEquirectangular input image tensor (B,H,W,C) in [0,1].
yaw_rotationoptFLOAT0.0-180–180Camera yaw (degrees).
pitch_rotationoptFLOAT0.0-90–90Camera pitch (degrees).
roll_rotationoptFLOAT0.0-180–180Camera roll (degrees).
fov_degreesoptFLOAT90.01–179Horizontal field of view for the perspective camera (degrees).
output_widthoptINT102432–8192Output width of the perspective view in pixels.
output_heightoptINT102432–8192Output height of the perspective view in pixels.
interpolationoptCOMBOlanczosResampling filter used during perspective remap.
backendoptCOMBOautoProcessing backend. Auto uses GPU if available (bilinear/nearest).

Outputs (1)

NameTypeDescription
perspective_imageIMAGE