anilsathyan7 / Portrait-Segmentation

Real-time portrait segmentation for mobile devices
MIT License
643 stars 133 forks source link

Manipulating Camera Frames #11

Open Sujith-PS opened 4 years ago

Sujith-PS commented 4 years ago

Hi Thanks for the great tutorial and Appreciate your effort I came across a requiremnt in my sample app to change the background of the camera frames like when a person is doing a video call .i need to manipulate the frame and change the background of the person(bokhe/image) before it is rendering to a textureview i use following method to achieve the frames

public Mat onCameraFrame(CameraBridgeViewBase.CvCameraViewFrame inputFrame) { } I had gone through your tutorial and didntt find the frame manipulation and all.I am a beginner to image processing.Can you suggest some directions to achieve the functionality Thanks in Advance