Questions tagged [perceptual-sdk]

The Perceptual Computing SDK is a free Software Development Kit provided by Intel.

Using the Intel® Perceptual Computing SDK 2013, developers can create applications that take advantage of the SDK’s core capabilities: speech recognition, close-range hand and finger tracking, face analysis, augmented reality, and background subtraction.

12 questions
15
votes
3 answers

Writing or Copying Visual C++ console output to text file

I am working with Intel Perceptual Computing SDK Voice Recognition Module. Using Microsoft Visual Studio 2012 Professional, the SDK sample perceives the dictation and after processing the voice input prints it on the console window. All i want to do…
2
votes
5 answers

C++ Override Syntax

I'm working with Intel's PCSDK, there's a part I don't syntactically understand from a sample where the constructor of an abstract class is overridden. Specifically, this line: GesturePipeline (void):UtilPipeline(),m_render(L"Gesture Viewer")…
Mike
  • 825
  • 3
  • 12
  • 30
2
votes
3 answers

Is there a GUI library that works with the Intel Perceptual Computing SDK?

I am looking for a GUI library to design the interface for my application. Are there any libraries that work well with the Intel Perceptual Computing SDK?
asheeshr
  • 4,088
  • 6
  • 31
  • 50
1
vote
1 answer

Face recognition Intel Perceptual Computing

I am a newbie working with INTEL PERCEPTUAL COMPUTING SDK Gold version released in 2013. I am using visual studio 2012 professional version and I am using c++ samples. I have figured out a way to detect faces of people when they come in front of the…
Kandarp Joshi
  • 219
  • 2
  • 4
  • 12
1
vote
1 answer

Creative Gesture Camera in Processing

I'm trying to use the creative gesture camera in Processing. I started with the Intel Perceptual Computing SDK, and ran into an issue. I want to get the hand openness, and I am running into some issues - no matter what, the hand.openness returns 0.…
Phil
  • 13
  • 2
0
votes
1 answer

Intel realsense SR300 and opencv is it broken?

I have the Intel Perceptual Computing SDK installed and built opencv 3.3.0 with WITH_INTELPERC and also the Examples. I confirmed in CMake that Inter Perc was YES. However when I go to run cpp-example-intelperc_capture.exe I get the error "Can not…
rukiman
  • 597
  • 10
  • 32
0
votes
1 answer

Calculating the average of raw data for hand tracking

I have been trying to calculate the average of the raw data that I have been receiving from my camera. The reason is that at the moment I am just using the raw data and this causes quite abit of jitter. Therefore I am wanting the past 5 locations…
0
votes
1 answer

Intel Perceptual SDK Gesture

I am using Intel Perceptual SDK for recognizing Gestures. But i am not able to register new gestures. Any idea to register new gestures and create xml to be used in the application.
Waqar Majid
  • 111
  • 2
0
votes
1 answer

Create depth histogram without using too many bins

I want to create a depth histogram of an image to see how the distribution of the depth values vary. But I don’t know how to do it because there are too many possible depths and counting each one would result in a histogram with a lot of bins. Like…
andrestoga
  • 619
  • 3
  • 9
  • 19
0
votes
2 answers

Convex hull & Heap corruption with openCV

I am currently working on the Intel Perceptual camera with OpenCv. I can get images from the camera, converting them into cv::Mat types, then applying a skin and a depth filter. Now I want to calculate a convex hull with the "convexHull" function…
Hinkel
  • 23
  • 4
0
votes
1 answer

Java development using INTEL SDK

I am beginner for app development using Intel SDK. I want to start a development on java, I have downloaded intel sdk and ran the small demo application.It works fine. In order to start the java hello world program, I ran small java program on…
shreekanth
  • 459
  • 2
  • 12
  • 27
-3
votes
1 answer

Hand tracking with Intel Perceptual Computing SDK and XNA

I am creating a game in C#/XNA. I am using the Intel Perceptual Computing SDK for hand gestures and movements. I am having a hard time figuring out how I am meant to get a dot to follow my hand. Any help would be grateful. Thanks!