Photoshop CC Making a selection by pixel attributes

Hi there,
I'm new to adobe Photoshop CC, and I'm trying to find a way to come up with complex selections, in a way similar to the magic wand tool. I haven't seen any kind
of properties box where you can input statements to come with a selection output. I think this would be useful for all kinds of applications, and would
work especially well with defining training areas with remotely sensed images to classify them. Is there any plug in to download or similar way to achieve this?
Bright red, darker teal and dark grey would be selected in the example, in the specified areas

Hi there,
I'm new to adobe Photoshop CC, and I'm trying to find a way to come up with complex selections, in a way similar to the magic wand tool. I haven't seen any kind
of properties box where you can input statements to come with a selection output. I think this would be useful for all kinds of applications, and would
work especially well with defining training areas with remotely sensed images to classify them. Is there any plug in to download or similar way to achieve this?
Bright red, darker teal and dark grey would be selected in the example, in the specified areas

Similar Messages

  • Is there a way to select matching pixels on 2 different layers?

    Hey there,
    I've been wondering about this a long time now and can't seem to figure it out. I hope u guys can help me crack this.
    If I shoot 2 different portraits (of 2 different people), against the same background (a complex one not a backdrop), using a locked frame on a tripod, giving me the same exact background in both pictures, with only the portraits changing.
    If I then take these 2 pictures, and create layers out of them in the same Photoshop document, and align them perfectly on top of each other.
    Is there a way (action, plugin, script, etc...) to select the pixels that did not change between the 2 layers? In other words, the pixels that create the background of both pictures?
    And would it make it easier if I shoot the background alone, and then the portraits, and then follow the same steps?
    I'm posting this, and crossing my fingers.
    Thanks,
    Pierre.

    Changing the blend mode of the upper layer to Difference, will show identical pixels as full black.  To make a selection, you'd need to produce a copy merged layer (Shift Ctrl Alt e) and you could select the full black pixels by simple a method as using the magic wand with a low tolerance value.  In fact a tolerance of '1' will select all the identical pixels, but tiny variations in lighting etc. may need a higher tolerance.
    Save the selection, turn off the copy merged layer, change the blend mode of the upper layer back to normal > And you are good to go.
    I am wondering how you intend using this though, and what sort of end result you are hoping for?  Give it a try and come back to us if it doesn't work out

  • How to make any select one choice attribute read only base on different att

    i have two select one choice attribute .one is create without binding and another one is base on data control .i do not want to write code in backing bean for making attribute read only .
    Example:
    <af:form id="f1">
    <af:selectOneChoice label="Label 1" id="soc1"
    autoSubmit="true">
    <af:selectItem label="Y" value="Y" id="si3"/>
    <af:selectItem label="N" value="N" id="si1"/>
    </af:selectOneChoice>
    <af:selectOneChoice value="#{bindings.ViewObj.inputValue}"
    label="#{bindings.ViewObj.label}"
    required="#{bindings.ViewObj.hints.mandatory}"
    shortDesc="#{bindings.ViewObj.hints.tooltip}"
    id="soc2" partialTriggers="soc1">
    <f:selectItems value="#{bindings.ViewObj.items}" id="si2"/>
    </af:selectOneChoice>
    </af:form>
    on the basis of first select one choice the second select one choice should be disable .
    i know that i need to bind first select one choice to backing bean .also make auto submit true and add partialTriggers in second select one choice .
    please give me hints
    thanks
    prateek

    please give me any example using backing bean .for example
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1">
    <af:selectOneChoice label="Label 1" id="soc1" binding="#{Af.l1}"
    autoSubmit="true">
    <af:selectItem label="A" value="1" id="si1"/>
    <af:selectItem label="B" value="2" id="si2"/>
    </af:selectOneChoice>
    <af:selectOneChoice label="Label 2" id="soc2" disabled="#{Af.l1=='2'}"
    partialTriggers="soc1">
    <af:selectItem label="C" value="3" id="si3"/>
    <af:selectItem label="D" value="4" id="si4"/>
    </af:selectOneChoice>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    package a;
    import oracle.adf.view.rich.component.rich.input.RichSelectOneChoice;
    public class A {
    private RichSelectOneChoice l1;
    public A() {
    public void setL1(RichSelectOneChoice l1) {
    this.l1 = l1;
    public RichSelectOneChoice getL1() {
    return l1;
    is there any mistake

  • Selecting the Pixels of a Shape. It use to be easy now it's not!

    Hey Guys,
    I use to use CS3 on a PC. Now I use CS5 on a Mac OSX 10.6.3
    I believe the shortcut for selecting the pixels of a shape was CTRL-R. I've tried various ways a Mac might do it like Command + R and Option + R etc and nothing works. All I want to do is select the pixels of a Shape and it doesn't work. The magic wand tool doesn't select shapes, I get an error about "cannot select because the area is a target filled layer". It never use to be like this.
    So does anyone know how to select the pixels of a shape? What is the shortcut?
    Thanks a lot!

    No. Do twenty push-ups!
    Mastering Photoshop is not easy, all of us (well, at least me) sometimes click on the wrong spot, or hit the wrong shortcut, especially when we change the OS or the version of Photoshop we work on (or even the keyboard layout, FR Vs EN!).
    And learning from one's mistake is very effective (it was for me )

  • Trying to set attribute value based on user selection of another attribute

    I am trying to set an attribute value based on the user's selection of another attribute using JSP EditCurrentRecord. When the user chooses the AreaId from the combo box I want to look up the value of the RgnID, preferrably without the user seeing this field at all. Below is my code which does not work. When I run it I get Error Message: null. Any suggestions are appreciated!!
    <jsp:useBean id="RowEditor" class="oracle.jbo.html.databeans.EditCurrentRecord" scope="request">
    <%
    RowEditor.initialize(pageContext, "MyProject2_package1_SRSecurityModule.UsrAreaWhView");
    RowEditor.setTargetUrl("UsrAreaWhView_SubmitInsertForm.jsp");
    RowEditor.createNewRow();
    RowEditor.setDisplayAttributes("OracleId, RgnId, RegionKey, AreaId");
    RowEditor.useEditField("OracleId");
    RowEditor.getFieldRenderer("OracleId").setPromptText("Oracle ID");
    RowEditor.useEditField("AreaId");
    RowEditor.useComboBox("AreaId","AreaWhView","Area","AreaKey");
    RowEditor.getFieldRenderer("AreaId").setPromptText("Area");
    RowEditor.useEditField("RgnId");
    RowEditor.getFieldRenderer("RgnId").setPromptText("Region");
    RowEditor.getRowSet().getViewObject().getCurrentRow().setAttribute("RgnId",RowEditor.getRowSet().getViewObject().getCurrentRow().getAttribute("RegionKey"));
    RowEditor.setReleaseApplicationResources(true);
    RowEditor.render();
    %>
    </jsp:useBean>

    ok, sorry everyone for making it confusing; this is what I am
    trying to acheieve;
    I would like the user to populate my database with thier
    username AND userID. I have a dropdown box with thier username
    dynamicly populated already, what I am trying to achieve, is a way
    of when the user selects thier username either another dropdown or
    a hidden field is automatically populated with the appropiate
    userID (to match thier username). Now I could just have two
    dropdowns and they select both, but i'd rather avoid the
    possibility of mismatches, and that is why I would like it to be
    automatic and based on thier username selection...
    Does that make sense....?

  • How can I edit photos in iPhoto in Photoshop Elements?  I select PE in iPhoto preferences but they stay in iPhoto for editing.

    How can I edit photos in iPhoto in Photoshop Elements?  I select PE in iPhoto preferences but they stay in iPhoto for editing.

    Here's something you can try with a copy of your current library.
    1 - go to iPhoto's Events preference pane and set the auto split option to 1 day per even.
    2 - go the the Events mode, select all Events.
    3 - go to the Events menu  and and select Autosplit Selected Events.
    which will give you an event for each day.
    4 - again select all events (although it might be better do to fewer at a time) and export them to your desired destination via the File ➙ Export ➙ File Export  menu option with the following settings:
    The workflow above will produce a folder for each days photos with the date as the folder's title.

  • I just bought a 13inch mac book with retina display. When Im using adobe illustrator or photoshop, the fonts and designs look pixelated! How can I fix this?

    I just bought a 13inch mac book with retina display.
    2.4GHz dual-core Intel Core i5 processor with 3MB shared L3 cache. Version 10.9.4 / OS X Mavericks
    When Im using adobe illustrator or photoshop, the fonts and designs look pixelated!
    How can I fix this?

    WOW!!
    That was great to hear.
    I have just read this tread: https://forums.adobe.com/thread/1626784?start=0&tstart=0
    So therefore I was worry about Illustrator which I use most of all programs.
    Thank you !!

  • Lately Photoshop CC 2014 in my PC gets blocked when doing panoramas. First I edit my raw photos in Lightroom, then export to Photoshop for making panoramas. My Pc runs Windows 8.1 64 bits 8Gb Ram, Lately Photoshop CC 2014 in my PC gets blocked when doing

    Últimamente Photoshop CC 2014 se  detiene fusionando las capas al hacer panoramas. Primero  edito mis fotos Raw en Lightroom luego las paso a Photoshop para hacer panoramas. Photoshop las abre y fusionando las capas se detiene.
    Según el administrador de tareas cuando se bloquea tiene ocupado el 81 % de memoria 25% de CPU y 1% del disco.
    Mi PC tiene Windows 8.1 de 64 bits y tiene 8 Gb de ram
    Lately Photoshop CC 2014 in my PC gets blocked when doing panoramas. First I edit my raw photos in Lightroom, then export to Photoshop for making panoramas. My Pc runs Windows 8.1 64 bits 8Gb Ram

    Últimamente Photoshop CC 2014 se  detiene fusionando las capas al hacer panoramas. Primero  edito mis fotos Raw en Lightroom luego las paso a Photoshop para hacer panoramas. Photoshop las abre y fusionando las capas se detiene.
    Según el administrador de tareas cuando se bloquea tiene ocupado el 81 % de memoria 25% de CPU y 1% del disco.
    Mi PC tiene Windows 8.1 de 64 bits y tiene 8 Gb de ram
    Lately Photoshop CC 2014 in my PC gets blocked when doing panoramas. First I edit my raw photos in Lightroom, then export to Photoshop for making panoramas. My Pc runs Windows 8.1 64 bits 8Gb Ram

  • Select the same attribute in a query more than once

    Hi Experts,
    My requirement is to select the same attribute in a query more than once.
    How can I acheive this?
    Expecting an early solution..
    Pilliga

    Hi,
    Create a calculated attribute that just displays the "same attribute".
    (Note: you will need to uniquely name this object).
    For example, if you wish to display Emp Name twice in the same query, then create a calculated attribute called Emp Name2 and select it and Emp Name in your query and the same info will be displayed twice in your results set.
    Cheers,
    Tanish

  • How do I add products to an order/invoice and select a product attribute

    Thanks in advance for your assistance!
    In using BC as a CRM, we would like to use it as a way to produce quotes, orders and invoices for potential new customers and repeat customers in the system.
    I cannot seem to add a product to a quote/order/invoice - and select the desired product attribute(s)...
    Is this a fixable issue or "no go" territory?
    Thanks again,
    Lloyd

    Hi Lloyd,
    Unfortunately this is a wishlist request as you cannot select the product attribute item when manually generating an order from the CRM at this stage. 
    The only workaround is to create the order on behalf of the customer on the front-end side of site.  
    I'll pass this feedback to our product team as well. 
    Kind regards,
    -Sidney

  • Shortcut for "select visible pixels"?

    CS3 had a command when you right-clicked on a layer in the layermenu: "Select visible pixels", but it's gone in CS4. A Mac-user showed me how a command-click on a layer selected visible pixels, but it doesn't work with cntrl, alt or shift on my Win7/CS4-PC. There is neither any choice for this command on the select-menu. Does anybody have any suggestions?
    Einar Ryvarden, Norway

    Ah, many thanks, it was the "click on the layer-icon"-part the other explanations didn't mention.

  • Does Illustrator have an equivalent to Photoshop's rectangular marquee selection tool?

    I am trying to select just a piece of an image in an Illustrator file to copy and re-scale, but I can't find the equivalent to Photoshop's rectangular marquee selection tool. Is there such a tool? Otherwise, I guess I can make the edits in photoshop and place in illustrator. Thanks!

    Vector programmes ≇ Raster programmes
    There are workarounds, but if you want to do yourself a favour, just do it in Photoshop or another Raster application.

  • I want to order the Prepaid iPhone 4s but it's making me select a plan, I already have a plan. How do I order just the phone??? HELP

    I want to order Prepaid iPhone 4s but it's making me select a plan, I akready have a plan. I just need the phone!! Help!

        @sammamy14,
    A new phone is always an exciting time! I apologize you are having difficulties placing your order. No worries, you can contact our prepaid customer service for assistance with the order. You can reach them at 888-294-6804. They will be more than happy to help.
    JohnB_VZW
    Follow us on Twitter @VZWSupport

  • Making precise selections in a Photoshop action

    There is a built-in action in the "Image Effects" folder of the Actions palette called "Quadrant Colors" that tints the four quadrants of your image in different colors. To select each quadrant, there is a "Set Selection" step that uses precise pixel coordinates and percentages to position and size each selection. Double clicking the step does not bring up any kind of dialog box to edit these settings, so how do I go about creating such a step?
    I'm using Photoshop CS3.

    Setting Your Ruler-Units to percent on recording an Action should enable You to make a selection based on percentages manually (which means it would be applied to other documents based on percentages of their respective dimensions); though if You want to do it with numeric entries I would recommend try Scripting.

  • Since installing the latest update of Photoshop CC two days ago, Auto Blend for focus stacking is selecting all pixels from the bottom layer instead of selecting the ones in best focus from each layer. Has anyone else seen this problem?

    I installed the latest update of Photoshop CC two days ago on my Macbook Pro, and now when I try to do focus stacking by opening multiple photos and doing Auto Align and Auto Blend, the blend selects the entire bottom layer instead of selecting the in-focus areas from each layer. I even tried again on a series of images where this worked a week ago and the problem occurs. I have Photoshop on a Windows 8 machine and did not apply this latest update and it works fine. Has anyone else encountered this?

    And since installing this same update, my Photoshop is crashing just after starting.
    Ashutosh.Nigam suggested me in this forum to change the permissions to SLStore & SLCache Folder, but it did not work.
    Ali from french Adobe support told me to delete my Settings files, but it was not enough.
    A girl with no name from the same team told me to update my video card driver, but you know I run the latest Mac OS X version and everything is updated, mademoiselle.
    Stephane sent me a link to a huge page of things to do :
    -  Troubleshoot account-specific fonts, but there wasn't any corrupted font
    - Delete account-specific Adobe cache files but... guess what...
    - Troubleshoot account-specific login items but... yes, that's it, I can see you understand me
    - Reset the access settings on the user account's Library folder... oh god, that was fun, I used the Terminal and sudo commands
    I did all of these things because when I tried to open PhCC in an other admin session, it worked, so that was an incompatibility between my session and PhCC. But, but, but, when I tried again to lauch the app in the second session, it worked fine but refused to quit. Ha ha ha.
    So you can try to delete your Settings files. I wish it'll work for you. If not you can try the long list above... or hope a better answer from the support.
    I didn't change anything but Photoshop on my session and they ensure that the bug is due to my session and not to their update. Strange affair.
    Good luck,
    JLuc

Maybe you are looking for

  • I have installed Smile Box and can't get it to install, I am running a Mac Powerbook G4 10.5.8 1.33 GHz help?

    I am running a Mac Powerbook G4 OSX 10.5.8 1.33 GHz  and can't get Smiebox to install, it downloads the program just fine but will not let me install it, can someone tell me why?

  • Why does my safari mobile on iPhone doesnt open Blogger?

    When I start using safari on my iPhone, and try to open my blog www.aasthaak.blogspot.com; it says that "server cannot connect" same happens with any blogger site. God knows why. I tried juggling every setting in the safari but nothing works! To my c

  • Rownum and order by as parameter

    i want a procedure that will accept the 'from' and 'to' parameter (rownum) for paginaton as well as the order by column also as a parameter( the order by changes based on the parameter) , and my query is using multiple table which doesnt have Unique

  • 10g Preview: Wheel scrolling in Business Component Browser

    This problem is found in the Business Component Browser, when a view object with many attributes is opened. The right-hand pane shows input fields for the view attributes. When I scroll with the mouse wheel in this pane, each "tick" of the wheel scro

  • WDTV Live depuis un Macbook

    Bonjour,  Je souhaite accéder au boitier WD TV Live depuis mon Macbook mais n'y parviens pas. Mon pb est bien du lien du Macbook vers le WD TV Live et non l'inverse. Le but étant de regarder sur le Macbook des vidéos présentes sur le disque dur branc