Categories
Augmented Reality Featured Development Resources Open Source React Native

Example: Paste From Real Life To Photoshop With A Mobile Device

Augmented reality makes for fascinating technology, but it can be difficult to come up with real use cases that could save the user time (just imagine the man-hours spent removing backgrounds by online stores).

AR Cut & Paste is a project that combines background removal with augmented reality images, and posting directly in Photoshop.

The background removal uses a remote service to perform the background removal (Written about in BASNet: Boundary-Aware Salient Object Detection with code also available).

The pasting into Photoshop utilizes the OpenCV computer vision library (utilizing the SIFT scale-invariant feature detection) through Cyril’s ScreenPoint library to recognize the boundaries Photoshop window and then pastes into photoshop.

The app itself is developed in React Native.

You can watch the prototype in action in the video below (clicking on the tweet will open the thread with more details on the project.:

The Links:

You’ll need to set up the BasNet-Http Service and Screenpoint server to use the app.

A nice example of an AR app with a practical use case.