Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Robert Eisele's Blog:
Face detection with PHP
Jul 24, 2008 @ 17:55:41

Robert Eisele has posted on an interesting topic recently - using a PHP interface to the OpenCV library (from Intel) to detect faces in images.

The headline does say facedetection - but what does this mean? Easy said, this article focus on how to find faces on images with PHP. Faces have a certain form and so it is possible to search for it. At the end of the search you will say how many human faces are on the image or better: Where are human faces on my image. This article is not intended to be mathematically.

The OpenCV library is a pattern-detection tool that can, based on the "experience" it has trained on with sample files, do its best to find similar structures in any given image. He's come up with a wrapper that handles most of the details for you. You can define the xml file type (frontalface, lowerbody, upperbody, etc) that you want it to try to match to.

He gives some examples of the output from each on one of the sample images included in the training group as well as a random photo grab from flickr that dynamically tries to apply one of the face filters.

tagged: face detect opencv intel wrapper tutorial

Link:

Christopher Jones' Blog:
Oracle Instant Client 10.2.0.4 for Mac OS X Intel x86 is Available
Apr 24, 2008 @ 12:50:50

Christopher Jones has posted about the latest Instant Client release for the Intel chips running OS X:

Hot off the press, Kuassi points out that Oracle Instant Client for Apple Mac OS X (Intel x86) is now available from the Instant Client page on OTN. It's the latest 10.2.0.4 patchset.

The 10.2.0.4 release of Instant Client for Windows 32bit and Linux x86 have also been released.

The Oracle Instant Client is a lightweight version of the standard Oracle functionality that's not only smaller but allows installation of an Oracle client without having to do the full Oracle install.

tagged: oracle instant client version download osx intel x86 windows

Link:

Bard Farstad's Blog:
Optimizing Apache, PHP and APC for Intel based Mac
Apr 17, 2007 @ 16:38:00

In a new blog post today, Bard Farstad follows up a previous entry on getting Apache/PHP/APC working on an Intel Mac with some stats from his new try with the latest compiler version from Intel.

Now I have gotten the new soon to be released Intel C++ compiler version 10 from the guys at Intel and things are working much better now. I used the same machine and same setup as in my last post just with the new Intel compiler installed.

The installation itself is quite simple just click through the wizard and when you are done you need to export some environment variables and set the CC compiler variable [...] then you compile Apache, PHP and APC as normal

He includes some stats as well, showing about a 2 request per second jump with the new compile (21% difference for template processing too).

tagged: optimize apache apc intel macintosh compiler statistics optimize apache apc intel macintosh compiler statistics

Link:

Bard Farstad's Blog:
Optimizing Apache, PHP and APC for Intel based Mac
Apr 17, 2007 @ 16:38:00

In a new blog post today, Bard Farstad follows up a previous entry on getting Apache/PHP/APC working on an Intel Mac with some stats from his new try with the latest compiler version from Intel.

Now I have gotten the new soon to be released Intel C++ compiler version 10 from the guys at Intel and things are working much better now. I used the same machine and same setup as in my last post just with the new Intel compiler installed.

The installation itself is quite simple just click through the wizard and when you are done you need to export some environment variables and set the CC compiler variable [...] then you compile Apache, PHP and APC as normal

He includes some stats as well, showing about a 2 request per second jump with the new compile (21% difference for template processing too).

tagged: optimize apache apc intel macintosh compiler statistics optimize apache apc intel macintosh compiler statistics

Link:

Bard Farstad's Blog:
Optimizing PHP for Intel based Mac
Oct 19, 2006 @ 14:08:00

Bard Farstad has had trouble with ez publishthis new post on his blog.

Running PHP and eZ publish on PowerPC based Macs have been extreemly slow and now that I have eZ publish running on the Intel based Mac I tried to tune it to get maximum performance out of it when running eZ publish as I was not satistied with my previous tests.

He tries three things - patching the eZ publish intsallation with the latest update, installing a patch for the PHP installation on a FreeBSD machine, and finally trying out the ICC compiler for OS X and see if it helped (it didn't). Unfortunately, he's still looking for a cure for his Mac/PHP woes and would love some input from anyone out there noticing the same issue.

tagged: optimize intel macintosh mac ezpublish patch update optimize intel macintosh mac ezpublish patch update

Link:

Bard Farstad's Blog:
Optimizing PHP for Intel based Mac
Oct 19, 2006 @ 14:08:00

Bard Farstad has had trouble with ez publishthis new post on his blog.

Running PHP and eZ publish on PowerPC based Macs have been extreemly slow and now that I have eZ publish running on the Intel based Mac I tried to tune it to get maximum performance out of it when running eZ publish as I was not satistied with my previous tests.

He tries three things - patching the eZ publish intsallation with the latest update, installing a patch for the PHP installation on a FreeBSD machine, and finally trying out the ICC compiler for OS X and see if it helped (it didn't). Unfortunately, he's still looking for a cure for his Mac/PHP woes and would love some input from anyone out there noticing the same issue.

tagged: optimize intel macintosh mac ezpublish patch update optimize intel macintosh mac ezpublish patch update

Link:

PHPMac.com:
XAMPP 0.5 on Intel Macs
Oct 10, 2006 @ 12:11:07

PHPMac.com has a quick new tutorial posted today showing Mac developers out there how to get the Xampp pakcage on their Intel-based system.

Xampp makes things easy - as easy as:

  • Download/install
  • change the httpd.conf
  • sudo into the root account
  • start up the application with a single command

You can get complete details for this package (as well as packages for other platforms) from the Xampp website.

tagged: xampp package install intel macintosh configure sudo xampp package install intel macintosh configure sudo

Link:

PHPMac.com:
XAMPP 0.5 on Intel Macs
Oct 10, 2006 @ 12:11:07

PHPMac.com has a quick new tutorial posted today showing Mac developers out there how to get the Xampp pakcage on their Intel-based system.

Xampp makes things easy - as easy as:

  • Download/install
  • change the httpd.conf
  • sudo into the root account
  • start up the application with a single command

You can get complete details for this package (as well as packages for other platforms) from the Xampp website.

tagged: xampp package install intel macintosh configure sudo xampp package install intel macintosh configure sudo

Link:


Trending Topics: