Ask Your Question

frankOcean's profile - activity

2015-12-28 08:59:38 -0600 received badge  Enthusiast
2015-12-26 14:34:00 -0600 commented question looking for this files

dam thanks! not to many ppl share visual servoing source code so i thought i ask here thanks

2015-12-26 14:16:02 -0600 commented question looking for this files

you dont think you seem to understand, i dont need the opencv version but the headers or cpp files above only

2015-12-26 14:12:21 -0600 commented question looking for this files

oh ic, but no theirs not, i did that research already and this is a private home made file made by a youtuber and he has not share any more details but what the first initial source that he share years ago, he does have a new one but he does not and did not share it, in any occasion im not interested in a update , i took time to learn and understand this one and like it i dont want to go thru the whole thing all over again even if there was a update, so can you just answer my first question, thats all i want

2015-12-26 13:59:41 -0600 commented question looking for this files

i already heard this before, this however does not mean that the file dont work and that it cant be used with opencv 1.0 it just means that is not supported, however my support question is "where can i find this file"

also, what do you mean wheres the source? what source? please answer me this 2 questions and for the first question a link will suffice.

2015-12-26 01:56:39 -0600 asked a question looking for this files

i have found some source file online and the individual responsible for it hasn't reply back, i need to know how does one go about finding this particular libraries

> #include<opencv/cvaux.h>// in need of it 
> #include<opencv/cxcore.h>//in need of it
2015-12-24 00:59:09 -0600 commented question in search of 2 libraries for visual studios 2013

so i guess the better question is what is out there that i can use to subtitude for what this file use to do ?

2015-12-24 00:47:28 -0600 commented question in search of 2 libraries for visual studios 2013

oh no the individual who i speak of is the guy who used the libraries to make his code and he share this code with the community he did not make the header files he used em, but i just when to his youtube page and he posted that video back in 2014 so it was working fine for him so maintain files or not he had em in his pc directory so the compiler used it when he hit run and this is what i lack so if you can help me get my hands on those that be great, unless you know anyone else who had share anything remotly similar to visual servoing using a camera and servo with the help or arduino

2015-12-24 00:22:06 -0600 commented question in search of 2 libraries for visual studios 2013

dam what that hell such a thing can happen ? so does this mean that i would have to use a old program to use this?

what do you mean "unmaintained 3rd party api">?

also you mind telling me how you when about finding out this info? just in case i do come across a similar issue "like i know i will"

when you say this can be done with processing what can? i actually do like and use processing

2015-12-23 15:46:12 -0600 asked a question in search of 2 libraries for visual studios 2013

i have found some source file online and the individual responsible for it hasn't reply back, i need to know how does one go about finding this particular libraries if one was to need in the near future?

in processing its easy you just go to the library download manager and type the name of that library.

is there a way to do this in Visual studios?

below you can see what i think i need to fix my issue.

#include<opencv/cvaux.h>// in need of it 
#include<opencv/cxcore.h>//in need of it

this is why i think i need those files above,

ERRORS: Error 4 error LNK2019: unresolved external symbol cvReleaseMemStorage referenced in function main

Error 2 error LNK2019: unresolved external symbol cvInRangeS referenced in function main

Error 5 error LNK2019: unresolved external symbol cvGetSeqElem referenced in function main

Error 3 error LNK2019: unresolved external symbol cvCreateMemStorage referenced in function main

Error 1 error LNK2019: unresolved external symbol cvCreateImage referenced in function main

Error 6 error LNK2019: unresolved external symbol cvCircle referenced in function main

Error 7 error LNK1120: 6 unresolved externals 1>Source.obj : error LNK2019: unresolved external symbol cvCreateMemStorage referenced in function main 1>Source.obj : error LNK2019: unresolved external symbol cvReleaseMemStorage referenced in function main 1>Source.obj : error LNK2019: unresolved external symbol cvGetSeqElem referenced in function main 1>Source.obj : error LNK2019: unresolved external symbol cvCircle referenced in function main

the funny thing is that there's no squiggly red lines in the code telling me that this! is whats wrong, this is why im guessing that the problem is cuz of the lacking of those files.

2015-09-21 12:26:28 -0600 asked a question visual studio express 2013 on win 8.1

hey there guys im here trying to follow any YT Video trying to find a setup with full details for my setup, usually ppl leave small details behind and this being the main reason why im yet to run visual studio express 2013 with opencv on win 8.1 and i think mostly because the variables not being fully supply for all aspect of installation, maybe someone can help me pick up where i left off or help me get started from the beginning ?

OPENCV3 SETUP: as in now i have install C:\OpenCV 3 i when on to setup system variables by adding new for the opencv_dir (in all CAPS) with the c:\opencv\build\x86\vc12 under it and OK that box, then i when to add to the path by adding to the end of the list ;%OPENCV_DIR%\bin OK that box as well and i guess this was all i was supposed to do/follow to get OpenCV3 on my PC

VISUAL STUDIO EXPRESS 2013 SETUP: Open up VS2013 open new project and go on to win32 console i name it test and OK it, then i when on to add more.

  • open files properties make sure we are on RELEASE and ACTIVE(WIN32)
  • under c/c++ add $(OPENCV_DIR)....\include
  • under linker general add $(OPENCV_DIR)\lib
  • the in the INPUT part of the LINKER DROPDOWN add more dependencies- opencv_tx300.lib opencv_world300.lib DONE with RELEASE

  • now go back to the top of properties and switch from RELEASE to DEBUG and repeat process again!!! (ughhh **** me) the after all is done again, go ahead closed the property window and right click on SOURCE and add new, i pasted this-

    #include <cstdio>
    #include <opencv2/opencv.hpp>
    
    void main()
    {
      std::cout << "OpenCV Version: " << CV_VERSION << std::endl;
    }
    

and as you guessed it, NOTHING!!!! "**** me again 2x's"

what when wrong?

2015-08-03 01:51:28 -0600 asked a question is there another type of IDE other then MVS?

hi, Question, do we HAVE to use VS? or is their other ide i can use? i love to use VS but i cant seem to RUN or BUILD any code i make i get this pop up that says ( unable to start program the system cannot find the file specified ) so till i get some help i cant use VS 2012 2013 or 2015 which i have try all of this ver.....same outcome tho 2015 im not sure what key to press to run or compile a hello word code........i only use so far and that works 100% is Code Blocks and arduino ide , you guys help will be greatly appreciated

i plan to write using C++