kinect tag

5 questions


2 answers
105 views
0
I want to binarize with opencv and display specific coordinates.

The following errors do not disappear!cv::MATh_image expression requires a pointer typeos windows 10Compiler visual studio 2017 Thank you for your cooperation.Cited from:https://detail.chiebukuro.yaho...

2 years ago

1 answers
71 views
0
I want to output the minimum value from the distance information obtained from the depth sensor.

Is there any good way?cout<<min(depth[i])<endl;I tried it in , but it didn't work.#include stdafx.h # include <vector># include <algorithm>using namespace std;NUI_LOCKED_RECT dep...

2 years ago

1 answers
121 views
0
I would like to recognize blue balls with Kinect using opencv.

Error Message Use int for the main return type. You cannot use void.The int main(void) overload function differs only from the int main(void) return type.These two won't disappear.Thank you for your c...

2 years ago

1 answers
132 views
0
Question about recording UNI.T screen.

using UnityEngine;public class ScreenshotMovie : MonoBehaviour{ // // The folder we place all screenshots inside. // // If the folder exists we will append numbers to create an empty folder. public st...

2 years ago

1 answers
124 views
0
I'd like to record RGB images that were uploaded by Unity Engine using Kinect.

I'd like to record RGB images that were uploaded by UNI.T. Engine using Kinect camera.Is there a way to save and recall after recording using openCV?

2 years ago

© 2024 OneMinuteCode. All rights reserved.