face

How to custmoize git.el's diff face in Emacs?

My Emacs is set to display text as black background on green text. The problem is when i do a diff using git.el the part at the top of the buffer showing changes starting with --- or +++ is showed using greenish color on green so i can't read i check git.el but can not seem to figure out which face is used to control this ? ...

Face morph and recognition

I have two requirements: members of a social network choose other member's faces and morph an average face of them. The website finds other members' faces that resemble the morphed face and list up in order of resemblance. Is there a script that can do this? I see that http://www.faceresearch.org/demos/average does the item 1 but...

Are there any "special" image compression algorithms for face cases?

Are there any "special" image compression algorithms for face cases? So i'm creating a canference programm i want to transfer images (or videos) of talking heads thru the internet are there any special algorithms to compress images\videos of talking heads so to make them smaller (like special voice compression algorithms)? ...

In Emacs, how do I display a message in the minibuffer with font face properties?

I want to display a colored string of text in the minibuffer, but when I use the 'message' function, the text-properties of are stripped. ...

Where do I input a piece of code in Emacs?

Hi there, I have just started using Emacs for the specific purpose of editing latex documents. I was attracted to Emacs because I want to be able to customize syntax highlighting even to the point of defining the colors of specific words. I am new to Emacs and not a programmer, so I having an extreme difficulty in doing what I want to d...

Finding images on the web

I sent someone a photo of me and they replied that this particular photo was all over the web. How do I find out where this photo is and is there any way that I can see if there are other photos of myself that someone has shared without my knowledge? I am very worried about this and want to find out where these pictures are please help...

Change skin colour programmatically

Does anyone have any information or advice about adjusting one image so that the skin tones in it will match that of another image? It is a bit of an obscure question but I was hoping there would be someone that has come across this problem before! The purpose of me doing this is so that I can replace a face in one image with a face fro...

face detection gap

I have started recently to learn about face detection but due to I am student of phd need to find the gap of face detection.I have studied a lot of paper to find this gap but I am going to confirm my proposal is right or no.are there anyone who know about the gap of face detection ? ...

recognize the face & distort it

Hello, We have to create an application which can take a photograph and can recognize the face and can distort it in a certain way. Below is an example: http://itunes.apple.com/us/app/fatbooth/id372268904?mt=8 Any ideas ? is it possible using OpenCV library only ? Thanks Tariq ...

Missing libraries in JNI2OpenCV?

I'm a newb when it comes to JNI2OpenCV. It has errors regarding java.library.path. I've read this thread http://stackoverflow.com/questions/2441198/opencv-to-jni-how-to-make-it-work but it seems that this is a different case from mine. Here's the errors I get: Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\JNI2OpenCV.d...

Eye Detection Using Opencv

I am working on object detection (eyes) using OpenCV. Following is the code as it is not able to identify an eye object (exactly or near by). Can anyone help me solve this problem? if(imageView.image) { cvSetErrMode(CV_ErrModeParent); IplImage *image = [self CreateIplImageFromUIImage:imageView.image]; // Scaling down IplImage ...