Ask Your Question

Kyo's profile - activity

2018-03-10 12:11:17 -0600 received badge  Famous Question (source)
2016-07-12 05:31:34 -0600 received badge  Notable Question (source)
2015-11-22 18:27:49 -0600 received badge  Popular Question (source)
2014-02-07 01:00:53 -0600 received badge  Student (source)
2014-01-27 04:33:26 -0600 asked a question How to make hue distance histogram?

Hi,

Anybody knows how to make hue distance histogram with opencv c++?

Paper : link text

Thanks in advance

2014-01-27 04:31:54 -0600 asked a question How to make hue distance histogram?

Hi,

Anybody knows how to make hue distance histogram with opencv c++?

Paper : link text

Thanks in advance

2014-01-27 04:10:29 -0600 commented answer How to determine an image with strong or weak illumination in OpenCV?

thanks for the answer.. :D

2013-11-21 21:13:15 -0600 received badge  Editor (source)
2013-11-21 03:46:03 -0600 asked a question How to determine an image with strong or weak illumination in OpenCV?

Hi..

I would like to develop an object tracking like a paper below:

[1] Li, J., Zhang, J., Zhou, Z., Guo, W., Wang, B., & Zhao, Q. (2011, October). Object tracking using improved Camshift with SURF method. In Open-Source Software for Scientific Computation (OSSC), 2011 International Workshop on (pp. 136-141). IEEE.

in this paper, the new algorithm being able to adjust the thresholds of S and V adaptively against the environment changes. Specifically, when under a strong illumination, the algorithm ignores those pixels with high S values, and when under weak illumination it ignores those with low S.[p:138]

Anybody knows how to determine an image is under strong or weak illumination in OpenCV? What value should I get to represent an image is under strong illumination or weak illumination?

Thanks in advance

2013-07-02 05:09:15 -0600 asked a question How to build Object Tracking using Camshift + SURF or SIFT?

Hi..

I would like to develop an object tracking that using Camshift + SURF or SIFT Feature..

I've read on some forums about object tracking with camshift + SURF or SIFT feature, discusses the general steps:

  1. Detect interesting object using keypoint (SURF) or any other approach
  2. Get bounding rectangle of object and pass it as input for object tracker (e.g. Camshift)
  3. Use object tracker unless object will not lost.

but after I learned Camshift, SIFT, and SURF, I am confused how to use the SIFT or SURF feature as an input to Camshift tracker...

Anybody knows how to using SURF or SIFT feature as an input to camshift? Do you have any hint?

Thanks in advance

2013-07-02 05:09:10 -0600 asked a question How to build Object Tracking using Camshift + SURF or SIFT?

Hi..

I would like to develop an object tracking that using Camshift + SURF or SIFT Feature..

I've read on some forums about object tracking with camshift + SURF or SIFT feature, discusses the general steps:

  1. Detect interesting object using keypoint (SURF) or any other approach
  2. Get bounding rectangle of object and pass it as input for object tracker (e.g. Camshift)
  3. Use object tracker unless object will not lost.

but after I learned Camshift, SIFT, and SURF, I am confused how to use the SIFT or SURF feature as an input to Camshift tracker...

Anybody knows how to using SURF or SIFT feature as an input to camshift? Do you have any hint?

Thanks in advance

2013-07-02 05:09:00 -0600 asked a question How to build Object Tracking using Camshift + SURF or SIFT?

Hi..

I would like to develop an object tracking that using Camshift + SURF or SIFT Feature..

I've read on some forums about object tracking with camshift + SURF or SIFT feature, discusses the general steps:

  1. Detect interesting object using keypoint (SURF) or any other approach
  2. Get bounding rectangle of object and pass it as input for object tracker (e.g. Camshift)
  3. Use object tracker unless object will not lost.

but after I learned Camshift, SIFT, and SURF, I am confused how to use the SIFT or SURF feature as an input to Camshift tracker...

Anybody knows how to using SURF or SIFT feature as an input to camshift? Do you have any hint?

Thanks in advance