siyeong0 / Image-Hazing

Image hazing using depthmap and random noise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Hazing using depthmap and random noise

# Function signiture
# Returns hazed cv image
def imHaze(path, intensity=3, CAMERA_ALTITUDE=3.5, HORIZONTAL_ANGLE=0, CAMERA_VERTICAL_FOV=64):

# Example
hazed_image = imHaze("test.jpg")
Before After
test result
test result

About

Image hazing using depthmap and random noise


Languages

Language:Python 100.0%