face detection? Photoshop script

Hello

I explored the possibility of automatic detection of faces and selection using photoshop script. Anyone tried something similar? Please guide me in the right direction.

I need find and automatically select the face (with head) and move in different layers.

http://facedetection.jaysalvat.com/  This Web site is Jquery. But I wanted to do with the photoshop script.

faces.JPG

mahendrak15024337 wrote:

Thanks JJMack!

Let's say if we leave selection of face. But is there any command/method photoshop script that detects if the layer/image has sides on it or not?

Thanks again!

If you leave the detection of face, how do we know if there is a face or not in a layer.  Same Adobe Face detection detects all the faces in the pictures.  New face in CC 2015.5 detection liquefy had no problem finding all 8 faces in your example.  Yet, I saw portrait images, in that it has failed to identify a face.  CC 2015.5 has so many issues, I do not use it.   Older versions of Photoshop CS6 starting have face detection in color range to help select the skin.

Tags: Photoshop

Similar Questions

  • Face detection can be disabled on the HDR-CX380?

    We use Sony Vegas Pro to capture our video of our camcorder, the only problem is that the new device has face detection. So, when we actually capture the images, the images also capture boxes around the faces of the people. Is there a way to disable this option? Any help would be greatly appreciated. Thank you

  • Is it possible to manually select "face detection" to liquefy PS 2015.5?

    I wanted to use the fluidity > featured in PS 2015.5 face detection, but when I shoot the picture in the fluidity, he said "no detected faces. The image is a picture together, if the background is pretty busy. I guess this is the question that I tried the same functionality with a headshot and had no problems. Is there a way to manually select the face to liquefy?

    Otherwise, it would be a 'lack' Please, Adobe.

    Thanks in advance.

    It is not possible at this time. The device has limitations, such as the angle of the head tilt and degree of right towards the camera. shadows can shake things also. This is a very new feature that could use a lot of refinements.

  • How to disable the face detection?

    Face detection makes Lightroom CC unusable! This is the worse POS I've ever seen! I'm on a Windows computer, 12 GB, core i7 920, 2.67 GHz, running 64-bit Windows 7. I left my computer running the face detection while I was out of town for a week. With nothing else running, LR is unusable for any purpose. I MUST turn off, but can't see how.

    Peter,

    See if this helps you:

    Go to Edition > catalog settings > metadata > uncheck - automatically detect faces in pictures.

    Ramesh T.

  • environment variable or registry from a photoshop script

    Is there a way to get the environment since a jsx photoshop script variable? (windows) or the registry

    Am interested in variable ProgramData (usually C:\programData) as they change in the registry.

    Thank you

    var s = .getenv ("ProgramData") $;

    Don't know how to get the registry entries.

    X

  • How the photoshop script can call an applescript script

    I realize, maybe it's a bit of a messy way around it, but I need to get the photoshop script to call an applescript script. Basically so that I can have it become a menu item in photoshop.

    Is - this show applescript can in the same way photoshop script?

    If this isn't the case, I thought I could get either photoshop script to call the applescript or even more messy, I could use Photoshop to run a Terminal command to call the applescript.

    All thoughts

    Matt

    For those who come through it

    Save your applescript as an application, and then you can use

    App.System ("' open ' / path/to/script_as_an_app.app'" ");

    then everything works

  • funny face detection

    I would like to send some funny results of face detection new to Adobe. You may benefit from it, in order to improve this feature. Unfortunately, I don't find a way to get in touch directly with Adobe. Anyone have any idea?

    See you soon,.

    Just as we see shapes in the clouds, he will have problems at the beginning. It uses an algorithm to detect what he considers faces and you will need to step in and say 'yes' or ' ' images. Once he begins to receive those on your part, it will be more accurate. It learns over time. My LR detects even accurately people in photos on the walls. Just take the time to teach that the fabric wadded upward is not a person.

  • I don't see the icon of face detection... How to display this toolbar?

    I do not see the icon bar that shows icon of face detection... How to display this toolbar?

    Press 't' button to toggle the toolbar or simply "o ' button to access the view of people."

  • Simple (I guess) Photoshop scripts quesiton ;)

    Hi guys,.

    Just a quick question...

    I looked on the forum and on the web but cannot find a working solution for my, I think that simple problem.

    I have a Photoshop image using variables and external data source (text file) to generate badges with fields such as first_name, last_name, Department,... thanks to this tutorial http://www.richmediacs.com/user_manuals/RMCS_PS_Training/using%20ps%20Variables/UsingVaria blesInPS_EXTERNAL.html (maybe there is a better way to do the same things just scripted).

    This part works well but I would add a different logo only for certain Department so I need to use something like "If Department is accounting then show accounting logo of another if Department is engineering genius show another logo display the default logo.

    How can I do?

    I forgot to say I have this will be my first Photoshop script...

    Thank you for your help...

    Vince.

    With the graphic data and data sets, you have several choices. You may have several layers of logo and use the data to the control that is visible. I think this would be the best way. You can use the dataset object to replace the content of the logo layer. It works best if the logos are the same size. One of the people could be done with simple modifications to the matrix and data sets. You may post-process the images as suggests if you cannot change the data sets.

  • Photoshop script output

    Is there a console or a log output of script event?  I tried to make a function that performs an alert correctly, but does not create a new document.  I can't find is it possible to see if this syntax is incorrect or the command is just outdated.

    In the code below, for example, I see the alert message, but no new document.  I don't see anyway to see what the problem with him and I pulled this line directly from the photoshop scripting guide.

    createDocument var = function() {}

    Alert ("create new doc!");

    App.Documents.Add (2.4);

    };

    IMHO, I don't think so. (I don't have none of that.)

    Maybe I understand you only hurts.

    The only thing you could do - own messages they close again by itself.

    Something like this:

    // CreateNewDocAndShowMessage.jsx
    // http://forums.adobe.com/thread/1237214?tstart=0
    // regards pixxxelschubser
    
    var Call;
    createDocument ();
    
    function createDocument () {
        Call = "creating new doc!";
        CallFunction ();
        app.documents.add (40,40);
        }
    function CallFunction () {
        win = new Window ("palette");
        win.someMessage= win.add ("statictext", undefined, Call);
        win.show();
        $.sleep(1500);
        win.close();
    }
    
  • How to add a color sample in a Photoshop script?

    Hello

    I would like to set a point of color sampler in a Photoshop script?

    Could you please help me on this.

    Thank you

    Rajiv.s

    var theSampler = app.activeDocument.colorSamplers.add([10,10]);

    Alert (theSampler.color.rgb.red + "_" + theSampler.color.rgb.green + "_" + theSampler.color.rgb.blue);

    Edit: And don't forget that a document can have only four ColorSamplers (from CS5 at least).

  • Hello, I just bought a 58 I want to know how to activate the face detection and in what mode I can use

    Hello, I just bought a 58 I want to know how to activate face detection and in what mode I can also use how to click pictures in mono

    Press the Fn key, select (smile/face detect.), then select the desired setting. When the exhibition is set to [Sweep Panorama] or [tele-zoom suite priority AE], [face detection] cannot be used.

    If my post answered your question, please mark it as "accept as a Solution.

  • Behavior on the previously marked images of face detection

    Hello

    I transferred all of my previously marked images (before face feature detection was available) to the newly created tags 'people '. For example, PSE8, detection of face created a tag for Claudia (my wife), I then transferred all the photos with my wife on them that I had added manually prior to PSE8. I did it for all of my 'favorite' faces Of course, all the photos added to the Organizer after installing PSE8 were added using this feature

    PSE8 ask again me to "Who is it?" for more old photos (added before PSE8) even if these photos are already marked by the good face tags.

    How should I proceed?

    How can I process the photos that have been added prior to PSE8?

    Must I keep 'teaching' PSE8 so he recognizes the faces for all my images pre-PSE8?

    I have about 3,000 images in the pre-PSE8 Organizer

    All comments will be greatly appreciated

    People you tags assigned before using facial recognition are associated to the whole photo, while tags that you have assigned with facial recognition are associated with rectangles inside photos that surround such recognizable faces.  So if you want the faces in your older photos to be identified with a rectangle and this rectangle containing the tag, you will need to run the recognizer on them.

    See this FAQ for questions on how to manage pre-existing People tags:

    http://www.johnrellis.com/psedbtool/Photoshop-elements-FAQ.htm#_Duplicate_tags_created

  • Sales questions of Photoshop scripts...

    Hi people,

    I'll be direct with my questions and as sincere as possible.

    Can I sell scripts I'll give for Photoshop, but don't own Photoshop? Am I allowed to test my scripts on another PC in a Photoshop license?

    Am I allowed to sell scripts decoration made by me?

    If this is not the case, what I have to do regarding have the right to sell my scripts?

    P.S. I'm not in a position to pay membership for Photoshop, because I need to pay the price "NASA funding project" of my country, and it is impossible to pay directly online on the Adobe website, where it is much more affordable. I chose Photoshop because the market is pointing in this direction.

    Thank you

    You don't need Photoshop to be able to sell your scripts. You can sell standard and Deco scripts.

  • Photoshop script to copy all the layers of close PSD to open the current document

    Hi, I have very limited capacity script so this task is above my pay grade

    I'm looking for a script to read and copy all the layers in a PSD saved file and copy them into the current active document. The two documents have the same size and I need to be able to change text layers after copying. Anyone has any advice or examples of how I might be able to do this?

    Thank you in advance for any help you can offer.

    Kind regards

    Marcus

    Try the script in entry below. You must open the destination file, and you must put in the path and name where your source file. It will not choose a layer from background from the source file.

    #target photoshop
    var sFile = new File('~/desktop/template.psd');//change path to template file
    var doc = activeDocument;
    var sDoc = open(sFile);
    
    var idselectAllLayers = stringIDToTypeID( "selectAllLayers" );
        var desc2 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref1 = new ActionReference();
            var idLyr = charIDToTypeID( "Lyr " );
            var idOrdn = charIDToTypeID( "Ordn" );
            var idTrgt = charIDToTypeID( "Trgt" );
            ref1.putEnumerated( idLyr, idOrdn, idTrgt );
        desc2.putReference( idnull, ref1 );
    executeAction( idselectAllLayers, desc2, DialogModes.NO );
    
    var idDplc = charIDToTypeID( "Dplc" );
        var desc5 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref2 = new ActionReference();
            var idLyr = charIDToTypeID( "Lyr " );
            var idOrdn = charIDToTypeID( "Ordn" );
            var idTrgt = charIDToTypeID( "Trgt" );
            ref2.putEnumerated( idLyr, idOrdn, idTrgt );
        desc5.putReference( idnull, ref2 );
        var idT = charIDToTypeID( "T  " );
            var ref3 = new ActionReference();
            var idDcmn = charIDToTypeID( "Dcmn" );
            ref3.putName( idDcmn, doc.name );
        desc5.putReference( idT, ref3 );
        var idVrsn = charIDToTypeID( "Vrsn" );
        desc5.putInteger( idVrsn, 5 );
        var idIdnt = charIDToTypeID( "Idnt" );
            var list1 = new ActionList();
            list1.putInteger( 3 );
            list1.putInteger( 4 );
        desc5.putList( idIdnt, list1 );
    executeAction( idDplc, desc5, DialogModes.NO );
    

Maybe you are looking for

  • How to stop the ads inappropriate on AppleTV?

    Children play Crossy Road on AppleTV. Advertisement for 'The Girlfriend Experience' lights. Not cool. Someone knows how to restrict ads based on age? In reading the posts, it looks like not. This is something that apple needs to fix. Ads must match t

  • Tecra M9 - save the settings of display with docking station

    Hey there. I have a user who has a Tecra M9 on a docking station.There are 2 monitors connected to the docking station with VGA, the other with DVI. I use the Nvidia Control Panel and configure the screens and all is good in the world.That is until t

  • F10 - always "busy".

    If logged in as an administrator, my F10 always too busy poster - i.e. the cursor always shows like "hourglass." Insofar as I can see, there is no additional running tasks. I can continue to work and to select various options but have a problem when

  • Counter in three States

    Hello I use a meter on OR-6351 namely PFI13 which generates a certain frequency. It works fine as I am able to start and stop the job. My question is how to get this channel in high impedance state (high impedance). I try to do it by calling the func

  • Unlock the product key for my Genuine Windows 7 Pro

    My computer has passed the real test from Windows to Windows 7 Professional. I was even offered a Security Essentials free antivirus that I installed. Yet Microsoft has blocked my product key. Please, how can Microsoft release the key. I have a few m