Ask Your Question

Dimitar Veljanovski's profile - activity

2019-12-19 09:07:29 -0600 asked a question How do I make a 3D map of ORB keypoints using 1 camera

How do I make a 3D map of ORB keypoints using 1 camera I am trying to create an object tracking solution using SLAM. I w

2019-12-03 08:27:29 -0600 asked a question How do I build a SLAM based tracking solution that tracks an object in 3D space

How do I build a SLAM based tracking solution that tracks an object in 3D space I am working on a tracking solution that

2019-11-26 01:32:43 -0600 commented question How do i deploy C++ OpenCV code on Android

@berak i basically have a class which has functions such as set_sample (sets sample image of the object, and finds keypo

2019-11-25 03:57:54 -0600 asked a question How do i deploy C++ OpenCV code on Android

How do i deploy C++ OpenCV code on Androiod I want to develop an OpenCV application that works on android devices. The c

2019-11-20 04:10:06 -0600 asked a question Can i run OpenCV on the GPU pipeline if i plan to deploy it on Android and IOS devices?

Can i run OpenCV on the GPU pipeline if i plan to deploy it on Android and IOS devices? I am working on a tracking solut

2019-11-09 05:59:08 -0600 received badge  Enthusiast
2019-11-08 08:08:20 -0600 asked a question Debug Assertion Error when detecting object and scene points in OpenCV

Debug Assertion Error when detecting object and scene points in OpenCV I am trying to extract the query and train keypoi

2019-10-25 08:45:46 -0600 commented question SIFT detectAndCompute works but throws an error

@berak im using 3.4.2, and i am not using any prebuild librariest outside of OpenCV (the ones that were in the install a

2019-10-25 08:24:43 -0600 commented question SIFT detectAndCompute works but throws an error

frame is just a cv::Mat image (from camera feed), and the mask is generated with FAST keypoints with runByPixelMask(). k

2019-10-25 07:19:01 -0600 edited question SIFT detectAndCompute works but throws an error

SIFT detectAndCompute works but throws an error In my real time image tracking solution, whenever i am calling detectAnd

2019-10-25 07:17:22 -0600 commented question SIFT detectAndCompute works but throws an error

@Kitnos What exactly do you need?

2019-10-25 07:16:36 -0600 commented question SIFT detectAndCompute works but throws an error

What exactly do you need?

2019-10-25 07:16:23 -0600 commented question SIFT detectAndCompute works but throws an error

enter code here

2019-10-25 06:55:01 -0600 asked a question SIFT detectAndCompute works but throws an error

SIFT detectAndCompute works but throws an error In my real time image tracking solution, whenever i am calling detectAnd

2019-10-25 06:54:58 -0600 asked a question SIFT detectAndCompute works but throws an error

SIFT detectAndCompute works but throws an error In my real time image tracking solution, whenever i am calling detectAnd

2019-10-24 08:10:33 -0600 received badge  Supporter (source)
2019-10-22 08:30:32 -0600 commented question Conver cv::KeyPoint::pt to 8 bit unsigned int in opencv C++

mask Mask specifying where to look for keypoints (optional). It must be a 8-bit integer matrix with non-zero values in t

2019-10-22 08:27:21 -0600 commented question Conver cv::KeyPoint::pt to 8 bit unsigned int in opencv C++

The idea was not mine, it was my coworkers'. I have done this same thing in python with the following line: mask = np.a

2019-10-21 08:25:46 -0600 edited question Conver cv::KeyPoint::pt to 8 bit unsigned int in opencv C++

Generate a mask for FAST keypoints in c++ I want to use a mask FAST keypoints to improve the SIFT detector and find keyp

2019-10-21 08:25:36 -0600 received badge  Editor (source)
2019-10-21 08:25:36 -0600 edited question Conver cv::KeyPoint::pt to 8 bit unsigned int in opencv C++

Generate a mask for FAST keypoints in c++ I want to use a mask FAST keypoints to improve the SIFT detector and find keyp

2019-10-18 08:33:52 -0600 asked a question Conver cv::KeyPoint::pt to 8 bit unsigned int in opencv C++

Generate a mask for FAST keypoints in c++ im trying to use a mask to compute SIFT descriptors. The idea is the following