For this project, I will use a camera to make a 'mirror' where the viewer can see them selves. I will then crop any people out of the image using a LiDAR camera (anything closer than a certain threshold will be filtered) and replace them with a simulation of some kind of chaotic system such as fluid flow:
I will use the combined LiDAR and visual camera on an iPad using the following filtering steps:
Adjust the LiDAR image to match the resolution of the visual image
Simulate fluid flow in matching resolution
Threshold the LiDAR image
Multiply by the visual image to crop
Multiply inverse by the fluid flow to crop
Add the visual image and fluid flow together to create the final image
Comments