Ask Your Question

bthooni's profile - activity

2018-05-03 03:00:41 -0600 received badge  Notable Question (source)
2017-08-01 10:11:15 -0600 received badge  Popular Question (source)
2016-04-11 10:41:25 -0600 received badge  Student (source)
2016-04-03 17:15:15 -0600 commented answer GUI for OpenCv with visual studio

my OpenCV version is 2.4.11

2016-04-03 15:19:55 -0600 received badge  Editor
2016-04-03 15:18:39 -0600 commented answer GUI for OpenCv with visual studio

i test this code " http://docs.opencv.org/2.4/modules/hi... " but it get a lot of errors

2016-04-03 15:13:28 -0600 answered a question GUI for OpenCv with visual studio

The main problem is : when i want to implement interface in VS (visual stdio) the subsystem should be "windows" And to run code of opencv in VS the subsystem should be "console " For that i need some way to join project console type for opencv with windows type for GUI .. And we use QT platform for c++ and link it with opencv but how we can use opencv with interface at the same time ? It give a lot of errors .

2016-03-31 11:22:07 -0600 asked a question GUI for OpenCv with visual studio

Hi

I have implemented a code using C++ visual studio 2013, with external library: boost and opencv.

Now I'm trying to make a simple graphical user interface for the OpenCv with visual studio. The GUI is:

  1. The user enters a text and this text then saved in a variable..
  2. And when the user press "start" button, the system starts calling the functions.

Can we implement it with highgui? Or we need other tools?

Any suggestions for other tools would be appreciated. Thanks in advance.!

image description

2016-03-28 06:33:18 -0600 commented answer openCV and boost library

Thank you so much for the speedy reply

2016-03-26 15:18:17 -0600 asked a question openCV and boost library

Hello, I want to use openCV library and boost library with visual stdio 2015 And i already built both of them successfully. But the main problem is, openCV works with x64 platform, and boost works with x86 platform. And i did write "separately" 2 codes using both of them "openCV&boost", how can i combine them both and run them together? Or how can i change the platform of one of them? Thanks in advance

2016-03-11 15:34:45 -0600 received badge  Enthusiast
2016-03-01 14:16:08 -0600 received badge  Supporter (source)
2016-03-01 14:16:05 -0600 received badge  Scholar (source)
2016-03-01 04:17:54 -0600 asked a question Gender Classification-OpenCv with C++

Hello everyone! Since im into Image processing and im trying to learn it by myself, specially with the gender classification subject
Im trying to implement a gender classifier for images with C++ along with OpenCv, I've tried many codes but none of them worked!

Like: http://docs.opencv.org/2.4/modules/co... This code generates the following errors: FaceRecognizer createFisherFaceRecognizer subspaceProject subspaceReconstruct It says all these identifiers are not identified In addition in the include: #include "opencv2/contrib/contrib.hpp"

I use 3.1 OpenCv version And 2015 Visual Studio And I want to run it on Windows environment

Any code you have tried and worked for the gender classification will be helpful:):)