Ask Your Question

WolfG's profile - activity

2020-01-12 10:46:16 -0600 received badge  Student (source)
2019-12-11 11:29:12 -0600 received badge  Citizen Patrol (source)
2019-10-06 10:14:54 -0600 commented question SURF feature detector detects no keypoints

I'm playin with the examples, just to get familiar with. Thank you for your time.

2019-10-05 08:05:14 -0600 commented question SURF feature detector detects no keypoints

Instead of copying I just enlarge the object by 5 and get 18 keypinints...

2019-10-05 04:53:29 -0600 commented question SURF feature detector detects no keypoints

Yes, thank you; Copying the small image to a 64x64, getting 8 keypoints. Now I'm trying to find the minimum image size,

2019-10-04 10:44:26 -0600 asked a question SURF feature detector detects no keypoints

SURF feature detector detects no keypoints Greetings This is opencv 4.1.0 on windows 10; using the below simple image

2019-10-02 13:48:54 -0600 commented question CMake save config

Thanks for your time

2019-10-02 09:08:03 -0600 commented question CMake save config

Your are right. But using a GUI such as CMakeGUI it seems to be pointless changing and adding options within the GUI and

2019-10-01 14:26:40 -0600 commented question CMake save config

Yes, could do that; However I'm not too fond additionally installing yet another tool for compiling. I assume using this

2019-10-01 11:43:01 -0600 asked a question CMake save config

CMake save config Greetings! I hope not being too off topic, cause the question has not directly to do with OpenCV. Th

2019-08-29 12:33:05 -0600 received badge  Self-Learner (source)
2019-08-29 02:55:36 -0600 answered a question HoughCircles detecting arches.

Thanks for your hints; It works good for the provided example.

2019-08-28 10:49:37 -0600 asked a question LineIterator

LineIterator Greetings! What are the LineIterator parameters 8-connected or 4-connected used for? Could not find any h

2019-08-13 14:10:48 -0600 edited question HoughCircles detecting arches.

HoughCircles detecting arches. Greetings! With the below C-code I'm detecting arches within an image with 2 arches. I'm

2019-08-13 14:10:21 -0600 edited question HoughCircles detecting arches.

HoughCircles detecting arches. Greetings! With the below C-code I'm detecting arches within an image with 2 arches. I'm

2019-08-13 14:08:15 -0600 edited question HoughCircles detecting arches.

HoughCircles detecting arches. Greetings! With the below C-code I'm detecting arches within an image with 2 arches. I'm

2019-08-13 14:06:37 -0600 edited question HoughCircles detecting arches.

HoughCircles detecting arches. Greetings! With the below C-code I'm detecting arches within an image with 2 arches. I'm

2019-08-13 14:06:10 -0600 edited question HoughCircles detecting arches.

HoughCircles detecting arches. Greetings! With the below C-code I'm detecting arches within an image with 2 arches. I'm

2019-08-13 14:05:47 -0600 edited question HoughCircles detecting arches.

HoughCircles detecting arches. Greetings! With the below C-code I'm detecting arches within an image with 2 arches. I'm

2019-08-13 14:05:10 -0600 edited question HoughCircles detecting arches.

HoughCircles detecting arches. Greetings! With the below C-code I'm detecting arches within an image with 2 arches. I'm

2019-08-13 14:04:32 -0600 edited question HoughCircles detecting arches.

HoughCircles detecting arches. Greetings! With the below C-code I'm detecting arches within an image with 2 arches. I'm

2019-08-13 14:04:01 -0600 edited question HoughCircles detecting arches.

HoughCircles detecting arches. Greetings! With the below C-code I'm detecting arches within an image with 2 arches. I'm

2019-08-13 14:01:32 -0600 edited question HoughCircles detecting arches.

HoughCircles detecting arches. Greetings! With the below C-code I'm detecting arches within an image with 2 arches. I'm

2019-08-13 14:00:50 -0600 edited question HoughCircles detecting arches.

HoughCircles detecting arches. Greetings! With the below C-code I'm detecting arches within an image with 2 arches. I'm

2019-08-13 13:59:39 -0600 edited question HoughCircles detecting arches.

HoughCircles detecting arches. Greetings! With the below C-code I'm detecting arches within an image with 2 arches. I'm

2019-08-13 13:58:12 -0600 asked a question HoughCircles detecting arches.

HoughCircles detecting arches. Greetings! With the below C-code I'm detecting arches within an image with 2 arches. I'm

2019-02-17 11:34:07 -0600 commented question opencv-master-4.0.1 cmake with tesseract on windows 10

Thanks guys, your hints helped me to compile the stuff. Wolf

2019-02-17 11:32:36 -0600 commented answer opencv-master-4.0.1 cmake with tesseract on windows 10

Thanks a lot! I included the contrib_modules you mentioned, and successfully compiled all with MS Visual Studio. Wolf

2019-02-16 04:48:31 -0600 asked a question opencv-master-4.0.1 cmake with tesseract on windows 10

opencv-master-4.0.1 cmake with tesseract on windows 10 Greetings. After unsuccesful attempts to build leptonica+tessera

2019-02-13 13:45:22 -0600 commented question opencv and tesseract on windows

@sturkmen thanks for your offer to help :-) I'm using windows 10 (if that matters) cmake and code::blocks. Still running

2019-01-21 09:07:57 -0600 commented question opencv and tesseract on windows

Yes, I've installed git-bash before.

2019-01-21 05:36:02 -0600 asked a question libtesseract.dll

libtesseract.dll Hi, with the windows version of tesseract there is a 'libtesseract-4.dll' module. Can i use it with op

2019-01-21 05:31:27 -0600 commented question opencv and tesseract on windows

Thanks; however the installation using git-bash produces endless errors on my wind10 system; Like: sh.exe was found i

2019-01-20 10:58:28 -0600 received badge  Editor (source)
2019-01-20 10:58:28 -0600 edited question opencv and tesseract on windows

opencv and tesseract on windows Greetings! I've built opencv-master-4.0.1 on windows/mingw and want to use tesseract. I

2019-01-20 10:58:08 -0600 asked a question opencv and tesseract on windows

opencv and tesseract on windows Greetungs! I've built opencv-master-4.0.1 on windows/mingw and want to use tesseract. I

2019-01-19 05:05:00 -0600 received badge  Enthusiast
2018-12-22 03:44:17 -0600 asked a question Assertion failed window_w32.cpp OpenCV-4.0.0

Assertion failed window_w32.cpp OpenCV-4.0.0 Greetings! I'm new here and say hello to all! From // https://docs.opencv