Ask Your Question

Kafan's profile - activity

2020-11-13 16:08:18 -0600 asked a question Can not build single dynamic library (libopencv_java4.so) for Android

Can not build single dynamic library (libopencv_java4.so) for Android I am on Mac and trying to build the dynamic librar

2020-06-22 20:17:22 -0600 answered a question How are the binary descriptors generated in OpenCV?

Say you have Orb binary descriptor which is 256 bit long. Then the bits are broken down into 8 bits and are converted to

2020-06-22 19:32:39 -0600 edited question Can not run custom opencv.js library

Can not run custom opencv.js library I download the latest opencv source code from master branch and built the opencv.js

2020-06-22 19:31:59 -0600 edited question Can not run custom opencv.js library

Can not run custom opencv.js library I download the latest opencv source code from master branch and built the opencv.js

2020-06-22 19:31:31 -0600 edited question Can not run custom opencv.js library

Can not run custom opencv.js library I download the latest opencv source code from master branch and built the opencv.js

2020-06-22 19:30:42 -0600 asked a question Can not run custom opencv.js library

Can not run custom opencv.js library I download the latest opencv source code from master branch and built the opencv.js

2020-01-31 01:58:22 -0600 commented question How to get the human body orientation?

Headpose is done through face detection and landmarks. Then getting pitch, yaw and roll. There are lots of blogs that ex

2020-01-31 01:51:21 -0600 commented question How to get the human body orientation?

@LBerger I would have but guven the hardware openpose is slow for my use case. So I have used another project for my use

2020-01-30 22:38:05 -0600 edited question How to get the human body orientation?

How to get the human body orientation? I already have the keypoint available from human pose estimation - head, shoulder

2020-01-30 20:27:16 -0600 edited question How to get the human body orientation?

How to get the human body orientation? I already have the keypoint available from human pose estimation - head, shoulder

2020-01-30 19:56:03 -0600 asked a question How to get the human body orientation?

How to get the human body orientation? I already have the keypoint available from human pose estimation - head, shoulder

2020-01-28 08:29:10 -0600 edited question How to get real world projection coordinate

How to get real world projection coordinate I have a TV screen (dimension of TV is known say width, w and height, h) and

2020-01-28 08:26:49 -0600 edited question How to get real world projection coordinate

How to get real world projection coordinate I have a TV screen (dimension of TV is known say width, w and height, h) and

2020-01-28 08:26:26 -0600 edited question How to get real world projection coordinate

How to get real world projection coordinate I have a TV screen (dimension of TV is known say width, w and height, h) and

2020-01-28 08:26:04 -0600 edited question How to get real world projection coordinate

How to get real world projection coordinate I have a TV screen (dimension of TV is known say width, w and height, h) and

2020-01-28 08:25:40 -0600 asked a question How to get real world projection coordinate

How to get real world projection coordinate I have a TV screen (dimension of TV is known say width, w and height, h) and

2019-06-17 01:49:21 -0600 commented question Need help in resolving error in Kalman filter implementation in Java using opencv

@berak Updated the declaration and initlization of measurementMatrix inside constructor of class and also updated kalman

2019-06-17 01:49:10 -0600 edited question Need help in resolving error in Kalman filter implementation in Java using opencv

Need help in resolving error in Kalman filter implementation in Java using opencv I am implementing a Kalman filter usin

2019-06-17 01:47:43 -0600 commented question Need help in resolving error in Kalman filter implementation in Java using opencv

Updated the declaration and initlization of measurementMatrix inside constructor of class and also updated kalmanCorrect

2019-06-16 04:57:00 -0600 asked a question Need help in resolving error in Kalman filter implementation in Java using opencv

Need help in resolving error in Kalman filter implementation in Java using opencv I am implementing a Kalman filter usin

2019-06-04 08:43:10 -0600 edited answer depth from disparity

Can you try to calculate the depth value manually once? If not, post focal length from the camera matrix and baseline fo

2019-06-04 08:42:21 -0600 edited answer depth from disparity

Can you post the focal length from the camera matrix and baseline for your stereo camera setup, image size and actual di

2019-06-04 08:42:02 -0600 answered a question depth from disparity

Can you post the focal length from the camera matrix and baseline for your stereo camera setup, image size and actual di

2019-06-04 08:13:49 -0600 answered a question How to calculate scale factor between two images (by SIFT matching)

Why not? Easy approach would be to get the keypoints from the both the image and section them into segments, to prevent

2019-06-04 07:40:45 -0600 asked a question Should I use focal length from camera matrix or new camera matrix for depth estimation?

Should I use focal length from camera matrix or new camera matrix for depth estimation? I use initUndistortRectifyMap us

2019-05-24 15:09:47 -0600 commented question How to merge Remap InputArray and Affine Transforms

@berak Any suggestion ?

2019-05-24 15:09:37 -0600 edited question How to merge Remap InputArray and Affine Transforms

How to merge Remap InputArray and Affine Transforms I have input array that I use to remap my image and then perform one

2019-05-24 15:09:29 -0600 edited question How to merge Remap InputArray and Affine Transforms

How to merge Remap InputArray and Affine Transforms I have input array that I use to remap my image and then perform one

2019-05-24 03:27:54 -0600 edited question How to merge Remap InputArray and Affine Transforms

How to merge Remap InputArray and Affine Transform I have input array that I use to remap my image and then perform one

2019-05-23 03:28:49 -0600 edited question How to merge Remap InputArray and Affine Transforms

How to merge Remap InputArray and Affine Transform I have input array that I use to remap my image and then perform one

2019-05-23 03:28:29 -0600 edited question How to merge Remap InputArray and Affine Transforms

How to merge Remap InputArray and Affine Transform I have input array that I use to remap my image and then perform one

2019-05-23 03:28:12 -0600 edited question How to merge Remap InputArray and Affine Transforms

How to merge Remap InputArray and Affine Transforms I have input array that I use to remap my image and then perform one

2019-05-23 03:24:55 -0600 commented question How to merge Remap InputArray and Affine Transforms

@berak Any suggestion?

2019-05-22 14:09:27 -0600 commented question How to merge Remap InputArray and Affine Transforms

@berak can you take a look at the code?

2019-05-21 17:33:06 -0600 edited question How to merge Remap InputArray and Affine Transforms

How to merge Remap InputArray and Affine Transforms I have input array that I use to remap my image and then perform one

2019-05-21 08:12:14 -0600 edited question How to merge Remap InputArray and Affine Transforms

How to merge Remap InputArray and Affine Transforms I have input array that I use to remap my image and then perform one

2019-05-21 02:20:34 -0600 edited question How to merge Remap InputArray and Affine Transforms

How to merge Remap InputArray and Affine Transforms I have input array that I use to remap my image and then perform one

2019-05-21 02:18:50 -0600 edited question How to merge Remap InputArray and Affine Transforms

How to merge Remap InputArray and Affine Transforms I have input array that I use to remap my image and then perform one

2019-05-21 02:14:06 -0600 commented question How to merge Remap InputArray and Affine Transforms

@berak Updated main question with code

2019-05-21 02:08:25 -0600 commented question How to merge Remap InputArray and Affine Transforms

@berak // Rotation Mat warp_matrix_rotation = getRotationMatrix2D(Point(0, 0), -finalThetaRadian*180/PI, 1.0); // This

2019-05-21 02:07:38 -0600 commented question How to merge Remap InputArray and Affine Transforms

@berak // Rotation Mat warp_matrix_rotation = getRotationMatrix2D(Point(0, 0), -finalThetaRadian*180/PI, 1.0); // This

2019-05-21 02:07:04 -0600 commented question How to merge Remap InputArray and Affine Transforms

@berak // Rotation Mat warp_matrix_rotation = getRotationMatrix2D(Point(0, 0), -finalThetaRadian*180/PI, 1.0); // This

2019-05-18 13:28:42 -0600 asked a question How to merge Remap InputArray and Affine Transforms

How to merge Remap InputArray and Affine Transforms I have input array that I use to remap my image and then perform one

2019-05-10 06:55:04 -0600 commented answer Remap a single point not working

@HYPERGO My map2 is not null and has value. I have accessed x and y coordinate from map1 using vec2s and then looking at

2019-05-10 06:53:56 -0600 commented answer Remap a single point not working

My map2 is not null and has value. I have accessed x and y coordinate from map1 using vec2s and then looking at the inde

2019-05-10 03:35:58 -0600 commented answer Remap a single point not working

@HYPERGO depth is coming to be 0, which I believe is for CV_8U. But I looked at the code that I used for generating thes

2019-05-10 03:34:51 -0600 commented answer Remap a single point not working

@HYPERGO depth is coming to be 0, which I believe is for CV_8U. But I looked at the code that I used for generating thes

2019-05-10 03:18:25 -0600 commented answer Remap a single point not working

@HYPERGO depth is coming to be 0, which I believe is for CV_8U. But I looked at the code that I used for generating thes

2019-05-09 03:32:28 -0600 edited question Remap a single point not working

Remap a single point not working Detailed description Tried remapping a single point but it does not work but remapping

2019-05-09 03:32:04 -0600 edited question Remap a single point not working

Remap a single point not working Detailed description Tried remapping a single point but it does not work but remapping