Open CV for Website [closed]

asked 2017-02-02 04:27:29 -0600

sandrew gravatar image

Hi there Open CV team, Sorry I'm newbie and new to this forum

I'm looking for Open CV library that can be accessed through my hosting (like OpenCV library accessed by PHP language). Are there any of them? or Could you give solutions to my problems? Thanks

By the way I would like to create an applications that can detects an object so that they know their categories without user input in and detecting the logo so they know what type of object is that. (Object Detection and classification)

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-09-26 14:53:28.907774

Comments

  • what is your hosting ? (do you "own" that box ? , root access ?, are you allowed, to install anything ?)

  • there is no support for php at all from opencv. though you can easily call "system someprog", you'd be way better off, doing this from python.

  • object detection and classification are 2 different things, and require different measures.

berak gravatar imageberak ( 2017-02-02 04:50:20 -0600 )edit
  • My hosting type is shared hosting with no root access but ssh allowed. There is some PECL and PEAR package installer on the cpanel.
    • So I must doing it on python language huh. Well thanks for the answer.
    • Is it possible if I open up the opencv code and then transform the language to php version. ex: (My own opencv haar-likes PHP).
    • Well I meant the object detection and classification is like Google Vision API, you know, upload the image, and showed all the objects name on the image.
sandrew gravatar imagesandrew ( 2017-02-14 06:43:06 -0600 )edit

i'd say: forget the whole idea of doing your own computer-vision on that box, then.

if you want to build something like google vision api, you would need like 5 years, you seem to underestimate the costs of this entirely ;(

no you cannot do classification with haar cascades.

please rather license an existing service, than wasting your time.

berak gravatar imageberak ( 2017-02-14 06:58:56 -0600 )edit

Well thanks for your comment. If there is no help, then I will figure out. Maybe using python opencv.

sandrew gravatar imagesandrew ( 2017-02-14 08:23:45 -0600 )edit