Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Recent content by ezroot

  1. E

    Let's Talk About Operating Systems

    I only know how to disable javascript in chrome using -disable-javascript parameter. For all other browsers you're gonna have to look it up.
  2. E

    Let's Talk About Operating Systems

    This is correct for those who are really into this kind of business. Usually yung mga mahuhusay have deep understanding of Operating System internals and Computer Networks and can code their own arbitrary penetration tools to enforce their technical abilities. If yung person na naka compromise...
  3. E

    Cloud Computing

    Well, you have a good opportunity there say the least. Salesforce is a leading competitor to SAP. More and more companies are moving their business platform into the cloud (at least that's true here in where I live) so consider that a good investment and when the time comes you'll get a pretty...
  4. E

    All about programming (Specially c, c++, VB, Java)

    medyo vague yung tanong mo so post mo kaya yung code?
  5. E

    Basic4Android users.

    I've no idea what kind of motivation students have these days but whatever it is it must be something geared towards easy but non-productive lifestyle. You see a lot of them here yung mga mahilig lang humingi ng code at wala man lang initiative to start on their own. I personally like to blame...
  6. E

    Basic4Android users.

    I think it has to do with the person's exposure and the level of education attained. Marami sigurong meron magandang ideas kaso ang problema they do not know how to transfer those ideas into something they can clearly and effectively implement. Either due to lack of technical expertise and/or...
  7. E

    Test Driven Development or TDD, Corner!

    unit testing is part of the entire tdd concept. one objective of tdd is to be able to create the skeleton framework of the project without having to write lots of code right away. it is usually accomplished by writing agreed upon function prototypes at design time and function definitions that...
  8. E

    OFFICIAL BRAINSTORM TEAM FOR THESIS MAKING (IT thesis projects,proposals,ideas etc..)

    Re: OFFICIAL BRAINSTORM TEAM FOR THESIS MAKING (IT thesis projects,proposals,ideas et Augmented Reality using Wikitude SDK.
  9. E

    -= Having Difficulties in C++ and Java? Be a Part of This Thread =-

    Re: -= Having Difficulties in C++? Be a Part of This Thread =- Use the "strtok" function. http://www.cplusplus.com/reference/cstring/strtok/
  10. E

    sinu po may idea sa face recognition?

    ^ glad to know merong wrapper para sa .Net. I hope they soon find a naive algorithm for detecting faces dahil yung haar cascade training, the default algorithm, is just horrible to use.
  11. E

    sinu po may idea sa face recognition?

    I wrote a camera security suite long ago using OpenCV. The C++ native API is relatively easy to use since meron ng face detection and face recognition routines. But I think wala pang binding for C#, sa Java lang.
  12. E

    List of System in Making Thesis for IT Student

    Anung trainer ginagamit mo? I've tried all the available frontal face trainers na nasa data/haarcascades folder. I even created individual trainers para sa eyes/nose/mouth to have more control. But the results were the same. Yung bottleneck andun pa din sa classifier. So I browsed around other...
  13. E

    List of System in Making Thesis for IT Student

    Ahh yung algorithm pala akala ko PCA is a UI library. I think walang problema sa camera. I have a webcam capable ng 60fps but the after ipasok yung cascade classifier I always ended up having an average of ~10fps. According sa OpenCV forums problema talaga ang cascade classifier dahil mabagal...
  14. E

    List of System in Making Thesis for IT Student

    PCA? What framework did you use for the UI? Bagal ng cascade classifier ng OpenCV ano?
Back
Top Bottom