Skip to content
#

Computer vision

Computer vision is an interdisciplinary field that deals with how computers can be made to gain high-level understanding of digital images and videos.

Here are 10,255 public repositories matching this topic...

momo1986
momo1986 commented Mar 26, 2020

Hello, dear Mediapipe guys.

I want to inference the hand pose with Mediapipe model and my own model.

I have my own tf-lite models, it can work on the RGB bitmap.

I try to query the RGB bitmap from input frame with data packet.

My code is

private static final String INPUT_VIDEO_STREAM_NAME = "input_video";
processor.addPacketCallback(INPUT_VIDEO_STREAM_NAME, (packet)->{
 
dhirajsuvarna
dhirajsuvarna commented Aug 6, 2020

Hi,

I have installed PCL on Windows, and have discovered that PCL provides "Prebuilt Binaries" present at $(PCL_DIRECTORY)/bin/
apart from being an API library.
I found these binaries to be really helpful in my analysis of 3D models and have saved lot of my time.

However, I am not able to find what each of these "Prebuilt Binary" does. Right now I am going by guessing the name of each

You can’t perform that action at this time.