Ask Your Question

LLSH's profile - activity

2017-11-14 05:36:46 -0600 commented question Frequency filtering for pattern matching

this is written in C++

2017-11-14 05:36:00 -0600 asked a question Frequency filtering for pattern matching

Frequency filtering for pattern matching I am trying to perform a pattern matching. I am stuck at doing frequency filter

2017-10-18 03:18:32 -0600 commented question 2D Shape Detection

hmmm... How about how do I trim the high frequency components after I got the magnitude.

2017-10-18 02:41:28 -0600 commented question 2D Shape Detection

Alright thanks Berak. After this step I will be preforming DFT. How do I calculate Magnitude from result of DFT and trim

2017-10-18 02:41:01 -0600 answered a question 2D Shape Detection

Alright thanks Berak. After this step I will be preforming DFT. How do I calculate Magnitude from result of DFT and trim

2017-10-17 23:01:37 -0600 received badge  Editor (source)
2017-10-17 23:01:37 -0600 edited question 2D Shape Detection

2D Shape Detection Hi, I am pretty new to the OpenCV world. I have a school assignment which require me to write a C++ c

2017-10-17 11:17:53 -0600 commented question 2D Shape Detection

Thanks Berak. I have now tried (1) Convert my input image to grey scale (2) Use Canny edge detection to Blur the image,

2017-10-15 02:38:22 -0600 asked a question 2D Shape Detection

2D Shape Detection Hi, I am pretty new to the OpenCV world. I have a school assignment which require me to write a C++ c